ce-storefront 0.8.1 → 0.8.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/bin/mcp-server.js +573 -573
- package/bin/mcp-server.js.map +71 -71
- package/docs/sdks/auth/README.md +1133 -0
- package/docs/sdks/campaigns/README.md +84 -0
- package/docs/sdks/carts/README.md +814 -0
- package/docs/sdks/catalog/README.md +867 -0
- package/docs/sdks/cestorefront/README.md +7 -0
- package/docs/sdks/common/README.md +84 -0
- package/docs/sdks/customers/README.md +548 -0
- package/docs/sdks/orders/README.md +596 -0
- package/docs/sdks/shipping/README.md +85 -0
- package/esm/funcs/authCheckVerificationStatus.js +1 -1
- package/esm/funcs/authCheckVerificationStatus.js.map +1 -1
- package/esm/funcs/authCreateNotificationPreferences.js +1 -1
- package/esm/funcs/authCreateNotificationPreferences.js.map +1 -1
- package/esm/funcs/authGenerateOtp.js +1 -1
- package/esm/funcs/authGenerateOtp.js.map +1 -1
- package/esm/funcs/authGetAnonymousToken.js +1 -1
- package/esm/funcs/authGetAnonymousToken.js.map +1 -1
- package/esm/funcs/authGetNotificationPreferences.js +1 -1
- package/esm/funcs/authGetNotificationPreferences.js.map +1 -1
- package/esm/funcs/authGetUserDetail.js +1 -1
- package/esm/funcs/authGetUserDetail.js.map +1 -1
- package/esm/funcs/authLoginWithEmail.js +1 -1
- package/esm/funcs/authLoginWithEmail.js.map +1 -1
- package/esm/funcs/authLoginWithPhone.js +1 -1
- package/esm/funcs/authLoginWithPhone.js.map +1 -1
- package/esm/funcs/authLoginWithWhatsapp.js +1 -1
- package/esm/funcs/authLoginWithWhatsapp.js.map +1 -1
- package/esm/funcs/authLogout.js +1 -1
- package/esm/funcs/authLogout.js.map +1 -1
- package/esm/funcs/authRefreshToken.js +1 -1
- package/esm/funcs/authRefreshToken.js.map +1 -1
- package/esm/funcs/authUpdateNotificationPreferences.js +1 -1
- package/esm/funcs/authUpdateNotificationPreferences.js.map +1 -1
- package/esm/funcs/authUpdateUser.js +1 -1
- package/esm/funcs/authUpdateUser.js.map +1 -1
- package/esm/funcs/authVerifyOtp.js +1 -1
- package/esm/funcs/authVerifyOtp.js.map +1 -1
- package/esm/funcs/campaignsSubscribeNewsletter.js +1 -1
- package/esm/funcs/campaignsSubscribeNewsletter.js.map +1 -1
- package/esm/funcs/cartsApplyCoupon.js +1 -1
- package/esm/funcs/cartsApplyCoupon.js.map +1 -1
- package/esm/funcs/cartsCreateCart.js +1 -1
- package/esm/funcs/cartsCreateCart.js.map +1 -1
- package/esm/funcs/cartsCreateCartAddress.js +1 -1
- package/esm/funcs/cartsCreateCartAddress.js.map +1 -1
- package/esm/funcs/cartsDeleteCart.js +1 -1
- package/esm/funcs/cartsDeleteCart.js.map +1 -1
- package/esm/funcs/cartsGetCart.js +1 -1
- package/esm/funcs/cartsGetCart.js.map +1 -1
- package/esm/funcs/cartsGetUserCart.js +1 -1
- package/esm/funcs/cartsGetUserCart.js.map +1 -1
- package/esm/funcs/cartsRemoveCoupon.js +1 -1
- package/esm/funcs/cartsRemoveCoupon.js.map +1 -1
- package/esm/funcs/cartsRemoveUserCart.js +1 -1
- package/esm/funcs/cartsRemoveUserCart.js.map +1 -1
- package/esm/funcs/cartsUpdateCart.js +1 -1
- package/esm/funcs/cartsUpdateCart.js.map +1 -1
- package/esm/funcs/catalogGetProductDetail.js +1 -1
- package/esm/funcs/catalogGetProductDetail.js.map +1 -1
- package/esm/funcs/catalogGetVariantDetail.js +1 -1
- package/esm/funcs/catalogGetVariantDetail.js.map +1 -1
- package/esm/funcs/catalogListCategories.js +1 -1
- package/esm/funcs/catalogListCategories.js.map +1 -1
- package/esm/funcs/catalogListCrosssellProducts.js +1 -1
- package/esm/funcs/catalogListCrosssellProducts.js.map +1 -1
- package/esm/funcs/catalogListProductReviews.js +1 -1
- package/esm/funcs/catalogListProductReviews.js.map +1 -1
- package/esm/funcs/catalogListProductVariants.js +1 -1
- package/esm/funcs/catalogListProductVariants.js.map +1 -1
- package/esm/funcs/catalogListProducts.js +1 -1
- package/esm/funcs/catalogListProducts.js.map +1 -1
- package/esm/funcs/catalogListSimilarProducts.js +1 -1
- package/esm/funcs/catalogListSimilarProducts.js.map +1 -1
- package/esm/funcs/catalogListSkus.js +1 -1
- package/esm/funcs/catalogListSkus.js.map +1 -1
- package/esm/funcs/catalogListUpsellProducts.js +1 -1
- package/esm/funcs/catalogListUpsellProducts.js.map +1 -1
- package/esm/funcs/catalogSearchProducts.js +1 -1
- package/esm/funcs/catalogSearchProducts.js.map +1 -1
- package/esm/funcs/commonListCountryPincodes.js +1 -1
- package/esm/funcs/commonListCountryPincodes.js.map +1 -1
- package/esm/funcs/customersCreateAddress.js +1 -1
- package/esm/funcs/customersCreateAddress.js.map +1 -1
- package/esm/funcs/customersDeleteAddress.js +1 -1
- package/esm/funcs/customersDeleteAddress.js.map +1 -1
- package/esm/funcs/customersGetAddressDetail.js +1 -1
- package/esm/funcs/customersGetAddressDetail.js.map +1 -1
- package/esm/funcs/customersListAddresses.js +1 -1
- package/esm/funcs/customersListAddresses.js.map +1 -1
- package/esm/funcs/customersListUserReviews.js +1 -1
- package/esm/funcs/customersListUserReviews.js.map +1 -1
- package/esm/funcs/customersUpdateAddressDetail.js +1 -1
- package/esm/funcs/customersUpdateAddressDetail.js.map +1 -1
- package/esm/funcs/ordersCancelOrder.js +1 -1
- package/esm/funcs/ordersCancelOrder.js.map +1 -1
- package/esm/funcs/ordersCreateOrder.js +1 -1
- package/esm/funcs/ordersCreateOrder.js.map +1 -1
- package/esm/funcs/ordersGetOrderDetail.js +1 -1
- package/esm/funcs/ordersGetOrderDetail.js.map +1 -1
- package/esm/funcs/ordersGetPaymentStatus.js +1 -1
- package/esm/funcs/ordersGetPaymentStatus.js.map +1 -1
- package/esm/funcs/ordersListOrderShipments.js +1 -1
- package/esm/funcs/ordersListOrderShipments.js.map +1 -1
- package/esm/funcs/ordersListOrders.js +1 -1
- package/esm/funcs/ordersListOrders.js.map +1 -1
- package/esm/funcs/ordersRetryOrderPayment.js +1 -1
- package/esm/funcs/ordersRetryOrderPayment.js.map +1 -1
- package/esm/funcs/shippingCheckDeliveryAvailability.js +1 -1
- package/esm/funcs/shippingCheckDeliveryAvailability.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/components/index.d.ts +1 -1
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +1 -1
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/{sku.d.ts → item.d.ts} +22 -22
- package/esm/models/components/item.d.ts.map +1 -0
- package/esm/models/components/{sku.js → item.js} +26 -27
- package/esm/models/components/item.js.map +1 -0
- package/esm/models/operations/listcrosssellproducts.d.ts +2 -2
- package/esm/models/operations/listcrosssellproducts.d.ts.map +1 -1
- package/esm/models/operations/listcrosssellproducts.js +2 -2
- package/esm/models/operations/listcrosssellproducts.js.map +1 -1
- package/esm/models/operations/listsimilarproducts.d.ts +2 -2
- package/esm/models/operations/listsimilarproducts.d.ts.map +1 -1
- package/esm/models/operations/listsimilarproducts.js +2 -2
- package/esm/models/operations/listsimilarproducts.js.map +1 -1
- package/esm/models/operations/listskus.d.ts +2 -2
- package/esm/models/operations/listskus.d.ts.map +1 -1
- package/esm/models/operations/listskus.js +2 -2
- package/esm/models/operations/listskus.js.map +1 -1
- package/esm/models/operations/listupsellproducts.d.ts +2 -2
- package/esm/models/operations/listupsellproducts.d.ts.map +1 -1
- package/esm/models/operations/listupsellproducts.js +2 -2
- package/esm/models/operations/listupsellproducts.js.map +1 -1
- package/esm/models/operations/searchproducts.d.ts +2 -2
- package/esm/models/operations/searchproducts.d.ts.map +1 -1
- package/esm/models/operations/searchproducts.js +2 -2
- package/esm/models/operations/searchproducts.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authCheckVerificationStatus.ts +1 -1
- package/src/funcs/authCreateNotificationPreferences.ts +1 -1
- package/src/funcs/authGenerateOtp.ts +1 -1
- package/src/funcs/authGetAnonymousToken.ts +1 -1
- package/src/funcs/authGetNotificationPreferences.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/authUpdateNotificationPreferences.ts +1 -1
- package/src/funcs/authUpdateUser.ts +1 -1
- package/src/funcs/authVerifyOtp.ts +1 -1
- package/src/funcs/campaignsSubscribeNewsletter.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/cartsRemoveCoupon.ts +1 -1
- package/src/funcs/cartsRemoveUserCart.ts +1 -1
- package/src/funcs/cartsUpdateCart.ts +1 -1
- 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/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/shippingCheckDeliveryAvailability.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/index.ts +1 -1
- package/src/models/components/{sku.ts → item.ts} +34 -34
- package/src/models/operations/listcrosssellproducts.ts +4 -4
- package/src/models/operations/listsimilarproducts.ts +4 -4
- package/src/models/operations/listskus.ts +4 -4
- package/src/models/operations/listupsellproducts.ts +4 -4
- package/src/models/operations/searchproducts.ts +4 -4
- package/core.d.ts +0 -10
- package/core.d.ts.map +0 -1
- package/core.js +0 -17
- package/core.js.map +0 -1
- package/esm/funcs/addressesDelete.d.ts +0 -16
- package/esm/funcs/addressesDelete.d.ts.map +0 -1
- package/esm/funcs/addressesDelete.js +0 -84
- package/esm/funcs/addressesDelete.js.map +0 -1
- package/esm/funcs/addressesGet.d.ts +0 -16
- package/esm/funcs/addressesGet.d.ts.map +0 -1
- package/esm/funcs/addressesGet.js +0 -84
- package/esm/funcs/addressesGet.js.map +0 -1
- package/esm/funcs/addressesUpdate.d.ts +0 -16
- package/esm/funcs/addressesUpdate.d.ts.map +0 -1
- package/esm/funcs/addressesUpdate.js +0 -85
- package/esm/funcs/addressesUpdate.js.map +0 -1
- package/esm/funcs/analyticsTrack.d.ts +0 -16
- package/esm/funcs/analyticsTrack.d.ts.map +0 -1
- package/esm/funcs/analyticsTrack.js +0 -72
- package/esm/funcs/analyticsTrack.js.map +0 -1
- package/esm/funcs/authAddProfileImage.d.ts +0 -15
- package/esm/funcs/authAddProfileImage.d.ts.map +0 -1
- package/esm/funcs/authAddProfileImage.js +0 -92
- package/esm/funcs/authAddProfileImage.js.map +0 -1
- package/esm/funcs/authForgotPassword.d.ts +0 -15
- package/esm/funcs/authForgotPassword.d.ts.map +0 -1
- package/esm/funcs/authForgotPassword.js +0 -71
- package/esm/funcs/authForgotPassword.js.map +0 -1
- package/esm/funcs/authGetUser.d.ts +0 -15
- package/esm/funcs/authGetUser.d.ts.map +0 -1
- package/esm/funcs/authGetUser.js +0 -76
- package/esm/funcs/authGetUser.js.map +0 -1
- package/esm/funcs/authLoginAnonymously.d.ts +0 -16
- package/esm/funcs/authLoginAnonymously.d.ts.map +0 -1
- package/esm/funcs/authLoginAnonymously.js +0 -66
- package/esm/funcs/authLoginAnonymously.js.map +0 -1
- package/esm/funcs/authLoginEmail.d.ts +0 -15
- package/esm/funcs/authLoginEmail.d.ts.map +0 -1
- package/esm/funcs/authLoginEmail.js +0 -71
- package/esm/funcs/authLoginEmail.js.map +0 -1
- package/esm/funcs/authLoginWhatsapp.d.ts +0 -15
- package/esm/funcs/authLoginWhatsapp.d.ts.map +0 -1
- package/esm/funcs/authLoginWhatsapp.js +0 -71
- package/esm/funcs/authLoginWhatsapp.js.map +0 -1
- package/esm/funcs/authLoginWithPassword.d.ts +0 -15
- package/esm/funcs/authLoginWithPassword.d.ts.map +0 -1
- package/esm/funcs/authLoginWithPassword.js +0 -71
- package/esm/funcs/authLoginWithPassword.js.map +0 -1
- package/esm/funcs/authNotificationPreferencesCreate.d.ts +0 -15
- package/esm/funcs/authNotificationPreferencesCreate.d.ts.map +0 -1
- package/esm/funcs/authNotificationPreferencesCreate.js +0 -79
- package/esm/funcs/authNotificationPreferencesCreate.js.map +0 -1
- package/esm/funcs/authNotificationPreferencesGet.d.ts +0 -15
- package/esm/funcs/authNotificationPreferencesGet.d.ts.map +0 -1
- package/esm/funcs/authNotificationPreferencesGet.js +0 -77
- package/esm/funcs/authNotificationPreferencesGet.js.map +0 -1
- package/esm/funcs/authRegisterEmail.d.ts +0 -16
- package/esm/funcs/authRegisterEmail.d.ts.map +0 -1
- package/esm/funcs/authRegisterEmail.js +0 -72
- package/esm/funcs/authRegisterEmail.js.map +0 -1
- package/esm/funcs/authRegisterWithEmail.d.ts +0 -16
- package/esm/funcs/authRegisterWithEmail.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithEmail.js +0 -72
- package/esm/funcs/authRegisterWithEmail.js.map +0 -1
- package/esm/funcs/authRegisterWithPassword.d.ts +0 -16
- package/esm/funcs/authRegisterWithPassword.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithPassword.js +0 -72
- package/esm/funcs/authRegisterWithPassword.js.map +0 -1
- package/esm/funcs/authRegisterWithPhone.d.ts +0 -15
- package/esm/funcs/authRegisterWithPhone.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithPhone.js +0 -71
- package/esm/funcs/authRegisterWithPhone.js.map +0 -1
- package/esm/funcs/authRegisterWithWhatsapp.d.ts +0 -16
- package/esm/funcs/authRegisterWithWhatsapp.d.ts.map +0 -1
- package/esm/funcs/authRegisterWithWhatsapp.js +0 -72
- package/esm/funcs/authRegisterWithWhatsapp.js.map +0 -1
- package/esm/funcs/authResetPassword.d.ts +0 -16
- package/esm/funcs/authResetPassword.d.ts.map +0 -1
- package/esm/funcs/authResetPassword.js +0 -75
- package/esm/funcs/authResetPassword.js.map +0 -1
- package/esm/funcs/authUserAddProfileImage.d.ts +0 -15
- package/esm/funcs/authUserAddProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserAddProfileImage.js +0 -92
- package/esm/funcs/authUserAddProfileImage.js.map +0 -1
- package/esm/funcs/authUserChangePassword.d.ts +0 -16
- package/esm/funcs/authUserChangePassword.d.ts.map +0 -1
- package/esm/funcs/authUserChangePassword.js +0 -75
- package/esm/funcs/authUserChangePassword.js.map +0 -1
- package/esm/funcs/authUserDeactivate.d.ts +0 -15
- package/esm/funcs/authUserDeactivate.d.ts.map +0 -1
- package/esm/funcs/authUserDeactivate.js +0 -76
- package/esm/funcs/authUserDeactivate.js.map +0 -1
- package/esm/funcs/authUserDeactivateAccount.d.ts +0 -15
- package/esm/funcs/authUserDeactivateAccount.d.ts.map +0 -1
- package/esm/funcs/authUserDeactivateAccount.js +0 -76
- package/esm/funcs/authUserDeactivateAccount.js.map +0 -1
- package/esm/funcs/authUserDeleteProfileImage.d.ts +0 -15
- package/esm/funcs/authUserDeleteProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserDeleteProfileImage.js +0 -76
- package/esm/funcs/authUserDeleteProfileImage.js.map +0 -1
- package/esm/funcs/authUserForgotPassword.d.ts +0 -15
- package/esm/funcs/authUserForgotPassword.d.ts.map +0 -1
- package/esm/funcs/authUserForgotPassword.js +0 -71
- package/esm/funcs/authUserForgotPassword.js.map +0 -1
- package/esm/funcs/authUserGet.d.ts +0 -15
- package/esm/funcs/authUserGet.d.ts.map +0 -1
- package/esm/funcs/authUserGet.js +0 -76
- package/esm/funcs/authUserGet.js.map +0 -1
- package/esm/funcs/authUserGetProfileImage.d.ts +0 -15
- package/esm/funcs/authUserGetProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserGetProfileImage.js +0 -76
- package/esm/funcs/authUserGetProfileImage.js.map +0 -1
- package/esm/funcs/authUserLogout.d.ts +0 -15
- package/esm/funcs/authUserLogout.d.ts.map +0 -1
- package/esm/funcs/authUserLogout.js +0 -61
- package/esm/funcs/authUserLogout.js.map +0 -1
- package/esm/funcs/authUserNotificationPreferencesGet.d.ts +0 -15
- package/esm/funcs/authUserNotificationPreferencesGet.d.ts.map +0 -1
- package/esm/funcs/authUserNotificationPreferencesGet.js +0 -77
- package/esm/funcs/authUserNotificationPreferencesGet.js.map +0 -1
- package/esm/funcs/authUserResetPassword.d.ts +0 -16
- package/esm/funcs/authUserResetPassword.d.ts.map +0 -1
- package/esm/funcs/authUserResetPassword.js +0 -75
- package/esm/funcs/authUserResetPassword.js.map +0 -1
- package/esm/funcs/authUserUpdate.d.ts +0 -15
- package/esm/funcs/authUserUpdate.d.ts.map +0 -1
- package/esm/funcs/authUserUpdate.js +0 -77
- package/esm/funcs/authUserUpdate.js.map +0 -1
- package/esm/funcs/authUserUpdateProfileImage.d.ts +0 -15
- package/esm/funcs/authUserUpdateProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUserUpdateProfileImage.js +0 -94
- package/esm/funcs/authUserUpdateProfileImage.js.map +0 -1
- package/esm/funcs/authUsersAddProfileImage.d.ts +0 -15
- package/esm/funcs/authUsersAddProfileImage.d.ts.map +0 -1
- package/esm/funcs/authUsersAddProfileImage.js +0 -92
- package/esm/funcs/authUsersAddProfileImage.js.map +0 -1
- package/esm/funcs/authVerifyEmailPhone.d.ts +0 -15
- package/esm/funcs/authVerifyEmailPhone.d.ts.map +0 -1
- package/esm/funcs/authVerifyEmailPhone.js +0 -71
- package/esm/funcs/authVerifyEmailPhone.js.map +0 -1
- package/esm/funcs/campaignsNewsletterSubscribe.d.ts +0 -15
- package/esm/funcs/campaignsNewsletterSubscribe.d.ts.map +0 -1
- package/esm/funcs/campaignsNewsletterSubscribe.js +0 -72
- package/esm/funcs/campaignsNewsletterSubscribe.js.map +0 -1
- package/esm/funcs/cartsAddItem.d.ts +0 -16
- package/esm/funcs/cartsAddItem.d.ts.map +0 -1
- package/esm/funcs/cartsAddItem.js +0 -81
- package/esm/funcs/cartsAddItem.js.map +0 -1
- package/esm/funcs/cartsCreate.d.ts +0 -15
- package/esm/funcs/cartsCreate.d.ts.map +0 -1
- package/esm/funcs/cartsCreate.js +0 -71
- package/esm/funcs/cartsCreate.js.map +0 -1
- package/esm/funcs/cartsDelete.d.ts +0 -16
- package/esm/funcs/cartsDelete.d.ts.map +0 -1
- package/esm/funcs/cartsDelete.js +0 -80
- package/esm/funcs/cartsDelete.js.map +0 -1
- package/esm/funcs/cartsGet.d.ts +0 -16
- package/esm/funcs/cartsGet.d.ts.map +0 -1
- package/esm/funcs/cartsGet.js +0 -80
- package/esm/funcs/cartsGet.js.map +0 -1
- package/esm/funcs/catalogCategoriesList.d.ts +0 -15
- package/esm/funcs/catalogCategoriesList.d.ts.map +0 -1
- package/esm/funcs/catalogCategoriesList.js +0 -77
- package/esm/funcs/catalogCategoriesList.js.map +0 -1
- package/esm/funcs/catalogCreateProductReview.d.ts +0 -16
- package/esm/funcs/catalogCreateProductReview.d.ts.map +0 -1
- package/esm/funcs/catalogCreateProductReview.js +0 -92
- package/esm/funcs/catalogCreateProductReview.js.map +0 -1
- package/esm/funcs/catalogGetProduct.d.ts +0 -16
- package/esm/funcs/catalogGetProduct.d.ts.map +0 -1
- package/esm/funcs/catalogGetProduct.js +0 -84
- package/esm/funcs/catalogGetProduct.js.map +0 -1
- package/esm/funcs/catalogProductReviewsCreate.d.ts +0 -16
- package/esm/funcs/catalogProductReviewsCreate.d.ts.map +0 -1
- package/esm/funcs/catalogProductReviewsCreate.js +0 -92
- package/esm/funcs/catalogProductReviewsCreate.js.map +0 -1
- package/esm/funcs/catalogProductsGet.d.ts +0 -16
- package/esm/funcs/catalogProductsGet.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGet.js +0 -84
- package/esm/funcs/catalogProductsGet.js.map +0 -1
- package/esm/funcs/catalogProductsGetCrossSells.d.ts +0 -16
- package/esm/funcs/catalogProductsGetCrossSells.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGetCrossSells.js +0 -81
- package/esm/funcs/catalogProductsGetCrossSells.js.map +0 -1
- package/esm/funcs/catalogProductsGetSimilar.d.ts +0 -16
- package/esm/funcs/catalogProductsGetSimilar.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGetSimilar.js +0 -81
- package/esm/funcs/catalogProductsGetSimilar.js.map +0 -1
- package/esm/funcs/catalogProductsGetUpsells.d.ts +0 -16
- package/esm/funcs/catalogProductsGetUpsells.d.ts.map +0 -1
- package/esm/funcs/catalogProductsGetUpsells.js +0 -81
- package/esm/funcs/catalogProductsGetUpsells.js.map +0 -1
- package/esm/funcs/catalogProductsList.d.ts +0 -16
- package/esm/funcs/catalogProductsList.d.ts.map +0 -1
- package/esm/funcs/catalogProductsList.js +0 -82
- package/esm/funcs/catalogProductsList.js.map +0 -1
- package/esm/funcs/catalogProductsReviewsCreate.d.ts +0 -16
- package/esm/funcs/catalogProductsReviewsCreate.d.ts.map +0 -1
- package/esm/funcs/catalogProductsReviewsCreate.js +0 -92
- package/esm/funcs/catalogProductsReviewsCreate.js.map +0 -1
- package/esm/funcs/catalogProductsReviewsList.d.ts +0 -16
- package/esm/funcs/catalogProductsReviewsList.d.ts.map +0 -1
- package/esm/funcs/catalogProductsReviewsList.js +0 -88
- package/esm/funcs/catalogProductsReviewsList.js.map +0 -1
- package/esm/funcs/catalogProductsVariantsGet.d.ts +0 -16
- package/esm/funcs/catalogProductsVariantsGet.d.ts.map +0 -1
- package/esm/funcs/catalogProductsVariantsGet.js +0 -88
- package/esm/funcs/catalogProductsVariantsGet.js.map +0 -1
- package/esm/funcs/catalogProductsVariantsList.d.ts +0 -16
- package/esm/funcs/catalogProductsVariantsList.d.ts.map +0 -1
- package/esm/funcs/catalogProductsVariantsList.js +0 -84
- package/esm/funcs/catalogProductsVariantsList.js.map +0 -1
- package/esm/funcs/catalogSkusList.d.ts +0 -16
- package/esm/funcs/catalogSkusList.d.ts.map +0 -1
- package/esm/funcs/catalogSkusList.js +0 -83
- package/esm/funcs/catalogSkusList.js.map +0 -1
- package/esm/funcs/checkoutApplyCoupon.d.ts +0 -16
- package/esm/funcs/checkoutApplyCoupon.d.ts.map +0 -1
- package/esm/funcs/checkoutApplyCoupon.js +0 -75
- package/esm/funcs/checkoutApplyCoupon.js.map +0 -1
- package/esm/funcs/checkoutCreditBalanceDelete.d.ts +0 -16
- package/esm/funcs/checkoutCreditBalanceDelete.d.ts.map +0 -1
- package/esm/funcs/checkoutCreditBalanceDelete.js +0 -75
- package/esm/funcs/checkoutCreditBalanceDelete.js.map +0 -1
- package/esm/funcs/checkoutLoyaltyPointsDelete.d.ts +0 -16
- package/esm/funcs/checkoutLoyaltyPointsDelete.d.ts.map +0 -1
- package/esm/funcs/checkoutLoyaltyPointsDelete.js +0 -75
- package/esm/funcs/checkoutLoyaltyPointsDelete.js.map +0 -1
- package/esm/funcs/checkoutRedeemGiftCard.d.ts +0 -15
- package/esm/funcs/checkoutRedeemGiftCard.d.ts.map +0 -1
- package/esm/funcs/checkoutRedeemGiftCard.js +0 -71
- package/esm/funcs/checkoutRedeemGiftCard.js.map +0 -1
- package/esm/funcs/checkoutRedeemLoyaltyPoints.d.ts +0 -16
- package/esm/funcs/checkoutRedeemLoyaltyPoints.d.ts.map +0 -1
- package/esm/funcs/checkoutRedeemLoyaltyPoints.js +0 -75
- package/esm/funcs/checkoutRedeemLoyaltyPoints.js.map +0 -1
- package/esm/funcs/checkoutRemoveCoupon.d.ts +0 -16
- package/esm/funcs/checkoutRemoveCoupon.d.ts.map +0 -1
- package/esm/funcs/checkoutRemoveCoupon.js +0 -75
- package/esm/funcs/checkoutRemoveCoupon.js.map +0 -1
- package/esm/funcs/checkoutRemoveCreditBalance.d.ts +0 -16
- package/esm/funcs/checkoutRemoveCreditBalance.d.ts.map +0 -1
- package/esm/funcs/checkoutRemoveCreditBalance.js +0 -75
- package/esm/funcs/checkoutRemoveCreditBalance.js.map +0 -1
- package/esm/funcs/checkoutRemoveLoyaltyPoints.d.ts +0 -16
- package/esm/funcs/checkoutRemoveLoyaltyPoints.d.ts.map +0 -1
- package/esm/funcs/checkoutRemoveLoyaltyPoints.js +0 -75
- package/esm/funcs/checkoutRemoveLoyaltyPoints.js.map +0 -1
- package/esm/funcs/checkoutUpdateAddress.d.ts +0 -16
- package/esm/funcs/checkoutUpdateAddress.d.ts.map +0 -1
- package/esm/funcs/checkoutUpdateAddress.js +0 -75
- package/esm/funcs/checkoutUpdateAddress.js.map +0 -1
- package/esm/funcs/checkoutUseCreditBalance.d.ts +0 -16
- package/esm/funcs/checkoutUseCreditBalance.d.ts.map +0 -1
- package/esm/funcs/checkoutUseCreditBalance.js +0 -75
- package/esm/funcs/checkoutUseCreditBalance.js.map +0 -1
- package/esm/funcs/commonCountriesGetPincodes.d.ts +0 -15
- package/esm/funcs/commonCountriesGetPincodes.d.ts.map +0 -1
- package/esm/funcs/commonCountriesGetPincodes.js +0 -81
- package/esm/funcs/commonCountriesGetPincodes.js.map +0 -1
- package/esm/funcs/customersAPIGetCustomersId.d.ts +0 -15
- package/esm/funcs/customersAPIGetCustomersId.d.ts.map +0 -1
- package/esm/funcs/customersAPIGetCustomersId.js +0 -76
- package/esm/funcs/customersAPIGetCustomersId.js.map +0 -1
- package/esm/funcs/customersAPIGetRecommendedProducts.d.ts +0 -16
- package/esm/funcs/customersAPIGetRecommendedProducts.d.ts.map +0 -1
- package/esm/funcs/customersAPIGetRecommendedProducts.js +0 -80
- package/esm/funcs/customersAPIGetRecommendedProducts.js.map +0 -1
- package/esm/funcs/customersAPIPostCustomers.d.ts +0 -17
- package/esm/funcs/customersAPIPostCustomers.d.ts.map +0 -1
- package/esm/funcs/customersAPIPostCustomers.js +0 -76
- package/esm/funcs/customersAPIPostCustomers.js.map +0 -1
- package/esm/funcs/customersAPIPutCustomersId.d.ts +0 -16
- package/esm/funcs/customersAPIPutCustomersId.d.ts.map +0 -1
- package/esm/funcs/customersAPIPutCustomersId.js +0 -81
- package/esm/funcs/customersAPIPutCustomersId.js.map +0 -1
- package/esm/funcs/customersAddAddress.d.ts +0 -16
- package/esm/funcs/customersAddAddress.d.ts.map +0 -1
- package/esm/funcs/customersAddAddress.js +0 -81
- package/esm/funcs/customersAddAddress.js.map +0 -1
- package/esm/funcs/customersAddressesAdd.d.ts +0 -16
- package/esm/funcs/customersAddressesAdd.d.ts.map +0 -1
- package/esm/funcs/customersAddressesAdd.js +0 -81
- package/esm/funcs/customersAddressesAdd.js.map +0 -1
- package/esm/funcs/customersAddressesDelete.d.ts +0 -16
- package/esm/funcs/customersAddressesDelete.d.ts.map +0 -1
- package/esm/funcs/customersAddressesDelete.js +0 -84
- package/esm/funcs/customersAddressesDelete.js.map +0 -1
- package/esm/funcs/customersAddressesGet.d.ts +0 -16
- package/esm/funcs/customersAddressesGet.d.ts.map +0 -1
- package/esm/funcs/customersAddressesGet.js +0 -84
- package/esm/funcs/customersAddressesGet.js.map +0 -1
- package/esm/funcs/customersAddressesList.d.ts +0 -15
- package/esm/funcs/customersAddressesList.d.ts.map +0 -1
- package/esm/funcs/customersAddressesList.js +0 -81
- package/esm/funcs/customersAddressesList.js.map +0 -1
- package/esm/funcs/customersAddressesUpdate.d.ts +0 -16
- package/esm/funcs/customersAddressesUpdate.d.ts.map +0 -1
- package/esm/funcs/customersAddressesUpdate.js +0 -85
- package/esm/funcs/customersAddressesUpdate.js.map +0 -1
- package/esm/funcs/customersCreate.d.ts +0 -17
- package/esm/funcs/customersCreate.d.ts.map +0 -1
- package/esm/funcs/customersCreate.js +0 -76
- package/esm/funcs/customersCreate.js.map +0 -1
- package/esm/funcs/customersGet.d.ts +0 -15
- package/esm/funcs/customersGet.d.ts.map +0 -1
- package/esm/funcs/customersGet.js +0 -76
- package/esm/funcs/customersGet.js.map +0 -1
- package/esm/funcs/customersGetCustomersId.d.ts +0 -15
- package/esm/funcs/customersGetCustomersId.d.ts.map +0 -1
- package/esm/funcs/customersGetCustomersId.js +0 -76
- package/esm/funcs/customersGetCustomersId.js.map +0 -1
- package/esm/funcs/customersGetReviews.d.ts +0 -15
- package/esm/funcs/customersGetReviews.d.ts.map +0 -1
- package/esm/funcs/customersGetReviews.js +0 -76
- package/esm/funcs/customersGetReviews.js.map +0 -1
- package/esm/funcs/customersListLoyaltyPointsActivities.d.ts +0 -16
- package/esm/funcs/customersListLoyaltyPointsActivities.d.ts.map +0 -1
- package/esm/funcs/customersListLoyaltyPointsActivities.js +0 -86
- package/esm/funcs/customersListLoyaltyPointsActivities.js.map +0 -1
- package/esm/funcs/customersLoyaltyGet.d.ts +0 -16
- package/esm/funcs/customersLoyaltyGet.d.ts.map +0 -1
- package/esm/funcs/customersLoyaltyGet.js +0 -80
- package/esm/funcs/customersLoyaltyGet.js.map +0 -1
- package/esm/funcs/customersLoyaltyListActivities.d.ts +0 -16
- package/esm/funcs/customersLoyaltyListActivities.d.ts.map +0 -1
- package/esm/funcs/customersLoyaltyListActivities.js +0 -86
- package/esm/funcs/customersLoyaltyListActivities.js.map +0 -1
- package/esm/funcs/customersPostCustomers.d.ts +0 -17
- package/esm/funcs/customersPostCustomers.d.ts.map +0 -1
- package/esm/funcs/customersPostCustomers.js +0 -76
- package/esm/funcs/customersPostCustomers.js.map +0 -1
- package/esm/funcs/customersPutCustomersId.d.ts +0 -16
- package/esm/funcs/customersPutCustomersId.d.ts.map +0 -1
- package/esm/funcs/customersPutCustomersId.js +0 -81
- package/esm/funcs/customersPutCustomersId.js.map +0 -1
- package/esm/funcs/customersReviewsList.d.ts +0 -15
- package/esm/funcs/customersReviewsList.d.ts.map +0 -1
- package/esm/funcs/customersReviewsList.js +0 -76
- package/esm/funcs/customersReviewsList.js.map +0 -1
- package/esm/funcs/customersUpdate.d.ts +0 -16
- package/esm/funcs/customersUpdate.d.ts.map +0 -1
- package/esm/funcs/customersUpdate.js +0 -81
- package/esm/funcs/customersUpdate.js.map +0 -1
- package/esm/funcs/juspayCreateCustomer.d.ts +0 -17
- package/esm/funcs/juspayCreateCustomer.d.ts.map +0 -1
- package/esm/funcs/juspayCreateCustomer.js +0 -76
- package/esm/funcs/juspayCreateCustomer.js.map +0 -1
- package/esm/funcs/juspayCreateOrder.d.ts +0 -18
- package/esm/funcs/juspayCreateOrder.d.ts.map +0 -1
- package/esm/funcs/juspayCreateOrder.js +0 -77
- package/esm/funcs/juspayCreateOrder.js.map +0 -1
- package/esm/funcs/juspayGetCustomer.d.ts +0 -16
- package/esm/funcs/juspayGetCustomer.d.ts.map +0 -1
- package/esm/funcs/juspayGetCustomer.js +0 -80
- package/esm/funcs/juspayGetCustomer.js.map +0 -1
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.d.ts +0 -16
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.d.ts.map +0 -1
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.js +0 -80
- package/esm/funcs/juspayGetPaymentsJuspayCustomer.js.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.d.ts +0 -17
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.d.ts.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.js +0 -76
- package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.js.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.d.ts +0 -18
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.d.ts.map +0 -1
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.js +0 -77
- package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.js.map +0 -1
- package/esm/funcs/loyaltyPointsListActivities.d.ts +0 -16
- package/esm/funcs/loyaltyPointsListActivities.d.ts.map +0 -1
- package/esm/funcs/loyaltyPointsListActivities.js +0 -86
- package/esm/funcs/loyaltyPointsListActivities.js.map +0 -1
- package/esm/funcs/offersCouponsList.d.ts +0 -15
- package/esm/funcs/offersCouponsList.d.ts.map +0 -1
- package/esm/funcs/offersCouponsList.js +0 -61
- package/esm/funcs/offersCouponsList.js.map +0 -1
- package/esm/funcs/offersPromotionsList.d.ts +0 -16
- package/esm/funcs/offersPromotionsList.d.ts.map +0 -1
- package/esm/funcs/offersPromotionsList.js +0 -65
- package/esm/funcs/offersPromotionsList.js.map +0 -1
- package/esm/funcs/ordersAPIGetOrdersIdPaymentStatus.d.ts +0 -15
- package/esm/funcs/ordersAPIGetOrdersIdPaymentStatus.d.ts.map +0 -1
- package/esm/funcs/ordersAPIGetOrdersIdPaymentStatus.js +0 -76
- package/esm/funcs/ordersAPIGetOrdersIdPaymentStatus.js.map +0 -1
- package/esm/funcs/ordersCancel.d.ts +0 -16
- package/esm/funcs/ordersCancel.d.ts.map +0 -1
- package/esm/funcs/ordersCancel.js +0 -81
- package/esm/funcs/ordersCancel.js.map +0 -1
- package/esm/funcs/ordersCreate.d.ts +0 -16
- package/esm/funcs/ordersCreate.d.ts.map +0 -1
- package/esm/funcs/ordersCreate.js +0 -75
- package/esm/funcs/ordersCreate.js.map +0 -1
- package/esm/funcs/ordersGet.d.ts +0 -16
- package/esm/funcs/ordersGet.d.ts.map +0 -1
- package/esm/funcs/ordersGet.js +0 -80
- package/esm/funcs/ordersGet.js.map +0 -1
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.d.ts +0 -15
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.d.ts.map +0 -1
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.js +0 -76
- package/esm/funcs/ordersGetOrdersIdPaymentStatus.js.map +0 -1
- package/esm/funcs/ordersGetRefunds.d.ts +0 -16
- package/esm/funcs/ordersGetRefunds.d.ts.map +0 -1
- package/esm/funcs/ordersGetRefunds.js +0 -80
- package/esm/funcs/ordersGetRefunds.js.map +0 -1
- package/esm/funcs/ordersGetShipments.d.ts +0 -16
- package/esm/funcs/ordersGetShipments.d.ts.map +0 -1
- package/esm/funcs/ordersGetShipments.js +0 -80
- package/esm/funcs/ordersGetShipments.js.map +0 -1
- package/esm/funcs/ordersList.d.ts +0 -15
- package/esm/funcs/ordersList.d.ts.map +0 -1
- package/esm/funcs/ordersList.js +0 -78
- package/esm/funcs/ordersList.js.map +0 -1
- package/esm/funcs/ordersListRefunds.d.ts +0 -16
- package/esm/funcs/ordersListRefunds.d.ts.map +0 -1
- package/esm/funcs/ordersListRefunds.js +0 -80
- package/esm/funcs/ordersListRefunds.js.map +0 -1
- package/esm/funcs/ordersListShipments.d.ts +0 -16
- package/esm/funcs/ordersListShipments.d.ts.map +0 -1
- package/esm/funcs/ordersListShipments.js +0 -80
- package/esm/funcs/ordersListShipments.js.map +0 -1
- package/esm/funcs/ordersPaymentStatusGet.d.ts +0 -15
- package/esm/funcs/ordersPaymentStatusGet.d.ts.map +0 -1
- package/esm/funcs/ordersPaymentStatusGet.js +0 -76
- package/esm/funcs/ordersPaymentStatusGet.js.map +0 -1
- package/esm/funcs/ordersPaymentsList.d.ts +0 -16
- package/esm/funcs/ordersPaymentsList.d.ts.map +0 -1
- package/esm/funcs/ordersPaymentsList.js +0 -80
- package/esm/funcs/ordersPaymentsList.js.map +0 -1
- package/esm/funcs/ordersRefundsList.d.ts +0 -16
- package/esm/funcs/ordersRefundsList.d.ts.map +0 -1
- package/esm/funcs/ordersRefundsList.js +0 -80
- package/esm/funcs/ordersRefundsList.js.map +0 -1
- package/esm/funcs/ordersRetryPayment.d.ts +0 -16
- package/esm/funcs/ordersRetryPayment.d.ts.map +0 -1
- package/esm/funcs/ordersRetryPayment.js +0 -81
- package/esm/funcs/ordersRetryPayment.js.map +0 -1
- package/esm/funcs/ordersShipmentsList.d.ts +0 -16
- package/esm/funcs/ordersShipmentsList.d.ts.map +0 -1
- package/esm/funcs/ordersShipmentsList.js +0 -80
- package/esm/funcs/ordersShipmentsList.js.map +0 -1
- package/esm/funcs/paymentsAPIGetPaymentsCards.d.ts +0 -16
- package/esm/funcs/paymentsAPIGetPaymentsCards.d.ts.map +0 -1
- package/esm/funcs/paymentsAPIGetPaymentsCards.js +0 -78
- package/esm/funcs/paymentsAPIGetPaymentsCards.js.map +0 -1
- package/esm/funcs/paymentsAPIGetPaymentsVerifyVpa.d.ts +0 -16
- package/esm/funcs/paymentsAPIGetPaymentsVerifyVpa.d.ts.map +0 -1
- package/esm/funcs/paymentsAPIGetPaymentsVerifyVpa.js +0 -76
- package/esm/funcs/paymentsAPIGetPaymentsVerifyVpa.js.map +0 -1
- package/esm/funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.d.ts +0 -16
- package/esm/funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.d.ts.map +0 -1
- package/esm/funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.js +0 -80
- package/esm/funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.js.map +0 -1
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.d.ts +0 -17
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.d.ts.map +0 -1
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.js +0 -76
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.js.map +0 -1
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.d.ts +0 -18
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.d.ts.map +0 -1
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.js +0 -77
- package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.js.map +0 -1
- package/esm/funcs/paymentsAPIPostPaymentsCards.d.ts +0 -16
- package/esm/funcs/paymentsAPIPostPaymentsCards.d.ts.map +0 -1
- package/esm/funcs/paymentsAPIPostPaymentsCards.js +0 -75
- package/esm/funcs/paymentsAPIPostPaymentsCards.js.map +0 -1
- package/esm/funcs/paymentsAddCard.d.ts +0 -16
- package/esm/funcs/paymentsAddCard.d.ts.map +0 -1
- package/esm/funcs/paymentsAddCard.js +0 -75
- package/esm/funcs/paymentsAddCard.js.map +0 -1
- package/esm/funcs/paymentsCardsList.d.ts +0 -16
- package/esm/funcs/paymentsCardsList.d.ts.map +0 -1
- package/esm/funcs/paymentsCardsList.js +0 -78
- package/esm/funcs/paymentsCardsList.js.map +0 -1
- package/esm/funcs/paymentsGenerateHash.d.ts +0 -16
- package/esm/funcs/paymentsGenerateHash.d.ts.map +0 -1
- package/esm/funcs/paymentsGenerateHash.js +0 -75
- package/esm/funcs/paymentsGenerateHash.js.map +0 -1
- package/esm/funcs/paymentsGetMethods.d.ts +0 -15
- package/esm/funcs/paymentsGetMethods.d.ts.map +0 -1
- package/esm/funcs/paymentsGetMethods.js +0 -74
- package/esm/funcs/paymentsGetMethods.js.map +0 -1
- package/esm/funcs/paymentsGetPaymentsCards.d.ts +0 -16
- package/esm/funcs/paymentsGetPaymentsCards.d.ts.map +0 -1
- package/esm/funcs/paymentsGetPaymentsCards.js +0 -78
- package/esm/funcs/paymentsGetPaymentsCards.js.map +0 -1
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.d.ts +0 -16
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.d.ts.map +0 -1
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.js +0 -76
- package/esm/funcs/paymentsGetPaymentsVerifyVpa.js.map +0 -1
- package/esm/funcs/paymentsJuspayCreateOrder.d.ts +0 -18
- package/esm/funcs/paymentsJuspayCreateOrder.d.ts.map +0 -1
- package/esm/funcs/paymentsJuspayCreateOrder.js +0 -77
- package/esm/funcs/paymentsJuspayCreateOrder.js.map +0 -1
- package/esm/funcs/paymentsJuspayCustomersCreate.d.ts +0 -17
- package/esm/funcs/paymentsJuspayCustomersCreate.d.ts.map +0 -1
- package/esm/funcs/paymentsJuspayCustomersCreate.js +0 -76
- package/esm/funcs/paymentsJuspayCustomersCreate.js.map +0 -1
- package/esm/funcs/paymentsJuspayGetCustomer.d.ts +0 -16
- package/esm/funcs/paymentsJuspayGetCustomer.d.ts.map +0 -1
- package/esm/funcs/paymentsJuspayGetCustomer.js +0 -80
- package/esm/funcs/paymentsJuspayGetCustomer.js.map +0 -1
- package/esm/funcs/paymentsListMethods.d.ts +0 -15
- package/esm/funcs/paymentsListMethods.d.ts.map +0 -1
- package/esm/funcs/paymentsListMethods.js +0 -74
- package/esm/funcs/paymentsListMethods.js.map +0 -1
- package/esm/funcs/paymentsPostPaymentsCards.d.ts +0 -16
- package/esm/funcs/paymentsPostPaymentsCards.d.ts.map +0 -1
- package/esm/funcs/paymentsPostPaymentsCards.js +0 -75
- package/esm/funcs/paymentsPostPaymentsCards.js.map +0 -1
- package/esm/funcs/paymentsVerifyVpa.d.ts +0 -16
- package/esm/funcs/paymentsVerifyVpa.d.ts.map +0 -1
- package/esm/funcs/paymentsVerifyVpa.js +0 -76
- package/esm/funcs/paymentsVerifyVpa.js.map +0 -1
- package/esm/funcs/productsGetSimilar.d.ts +0 -16
- package/esm/funcs/productsGetSimilar.d.ts.map +0 -1
- package/esm/funcs/productsGetSimilar.js +0 -81
- package/esm/funcs/productsGetSimilar.js.map +0 -1
- package/esm/funcs/productsGetUpsells.d.ts +0 -16
- package/esm/funcs/productsGetUpsells.d.ts.map +0 -1
- package/esm/funcs/productsGetUpsells.js +0 -81
- package/esm/funcs/productsGetUpsells.js.map +0 -1
- package/esm/funcs/productsList.d.ts +0 -16
- package/esm/funcs/productsList.d.ts.map +0 -1
- package/esm/funcs/productsList.js +0 -82
- package/esm/funcs/productsList.js.map +0 -1
- package/esm/funcs/productsListCrossSells.d.ts +0 -16
- package/esm/funcs/productsListCrossSells.d.ts.map +0 -1
- package/esm/funcs/productsListCrossSells.js +0 -81
- package/esm/funcs/productsListCrossSells.js.map +0 -1
- package/esm/funcs/shipmentCheckPincodeServiceability.d.ts +0 -16
- package/esm/funcs/shipmentCheckPincodeServiceability.d.ts.map +0 -1
- package/esm/funcs/shipmentCheckPincodeServiceability.js +0 -80
- package/esm/funcs/shipmentCheckPincodeServiceability.js.map +0 -1
- package/esm/funcs/shippingCheckPincodeServiceability.d.ts +0 -16
- package/esm/funcs/shippingCheckPincodeServiceability.d.ts.map +0 -1
- package/esm/funcs/shippingCheckPincodeServiceability.js +0 -80
- package/esm/funcs/shippingCheckPincodeServiceability.js.map +0 -1
- package/esm/funcs/userDeactivateAccount.d.ts +0 -15
- package/esm/funcs/userDeactivateAccount.d.ts.map +0 -1
- package/esm/funcs/userDeactivateAccount.js +0 -76
- package/esm/funcs/userDeactivateAccount.js.map +0 -1
- package/esm/funcs/userDeleteProfileImage.d.ts +0 -15
- package/esm/funcs/userDeleteProfileImage.d.ts.map +0 -1
- package/esm/funcs/userDeleteProfileImage.js +0 -76
- package/esm/funcs/userDeleteProfileImage.js.map +0 -1
- package/esm/funcs/userNotificationPreferencesCreate.d.ts +0 -15
- package/esm/funcs/userNotificationPreferencesCreate.d.ts.map +0 -1
- package/esm/funcs/userNotificationPreferencesCreate.js +0 -79
- package/esm/funcs/userNotificationPreferencesCreate.js.map +0 -1
- package/esm/funcs/userNotificationPreferencesGet.d.ts +0 -15
- package/esm/funcs/userNotificationPreferencesGet.d.ts.map +0 -1
- package/esm/funcs/userNotificationPreferencesGet.js +0 -77
- package/esm/funcs/userNotificationPreferencesGet.js.map +0 -1
- package/esm/funcs/userNotificationPreferencesUpdate.d.ts +0 -15
- package/esm/funcs/userNotificationPreferencesUpdate.d.ts.map +0 -1
- package/esm/funcs/userNotificationPreferencesUpdate.js +0 -78
- package/esm/funcs/userNotificationPreferencesUpdate.js.map +0 -1
- package/esm/funcs/userProfileImageDelete.d.ts +0 -15
- package/esm/funcs/userProfileImageDelete.d.ts.map +0 -1
- package/esm/funcs/userProfileImageDelete.js +0 -76
- package/esm/funcs/userProfileImageDelete.js.map +0 -1
- package/esm/funcs/userProfileImageGet.d.ts +0 -15
- package/esm/funcs/userProfileImageGet.d.ts.map +0 -1
- package/esm/funcs/userProfileImageGet.js +0 -76
- package/esm/funcs/userProfileImageGet.js.map +0 -1
- package/esm/funcs/userResetPassword.d.ts +0 -16
- package/esm/funcs/userResetPassword.d.ts.map +0 -1
- package/esm/funcs/userResetPassword.js +0 -75
- package/esm/funcs/userResetPassword.js.map +0 -1
- package/esm/funcs/userUpdate.d.ts +0 -15
- package/esm/funcs/userUpdate.d.ts.map +0 -1
- package/esm/funcs/userUpdate.js +0 -77
- package/esm/funcs/userUpdate.js.map +0 -1
- package/esm/funcs/userUpdateNotificationPreferences.d.ts +0 -15
- package/esm/funcs/userUpdateNotificationPreferences.d.ts.map +0 -1
- package/esm/funcs/userUpdateNotificationPreferences.js +0 -78
- package/esm/funcs/userUpdateNotificationPreferences.js.map +0 -1
- package/esm/funcs/userUpdateProfileImage.d.ts +0 -15
- package/esm/funcs/userUpdateProfileImage.d.ts.map +0 -1
- package/esm/funcs/userUpdateProfileImage.js +0 -94
- package/esm/funcs/userUpdateProfileImage.js.map +0 -1
- package/esm/funcs/usersCreateNotificationPreferences.d.ts +0 -15
- package/esm/funcs/usersCreateNotificationPreferences.d.ts.map +0 -1
- package/esm/funcs/usersCreateNotificationPreferences.js +0 -79
- package/esm/funcs/usersCreateNotificationPreferences.js.map +0 -1
- package/esm/funcs/usersGet.d.ts +0 -15
- package/esm/funcs/usersGet.d.ts.map +0 -1
- package/esm/funcs/usersGet.js +0 -76
- package/esm/funcs/usersGet.js.map +0 -1
- package/esm/funcs/usersGetProfileImage.d.ts +0 -15
- package/esm/funcs/usersGetProfileImage.d.ts.map +0 -1
- package/esm/funcs/usersGetProfileImage.js +0 -76
- package/esm/funcs/usersGetProfileImage.js.map +0 -1
- package/esm/funcs/utilsCountriesGet.d.ts +0 -15
- package/esm/funcs/utilsCountriesGet.d.ts.map +0 -1
- package/esm/funcs/utilsCountriesGet.js +0 -61
- package/esm/funcs/utilsCountriesGet.js.map +0 -1
- package/esm/funcs/utilsGetCountries.d.ts +0 -15
- package/esm/funcs/utilsGetCountries.d.ts.map +0 -1
- package/esm/funcs/utilsGetCountries.js +0 -61
- package/esm/funcs/utilsGetCountries.js.map +0 -1
- package/esm/funcs/utilsGetPincodes.d.ts +0 -15
- package/esm/funcs/utilsGetPincodes.d.ts.map +0 -1
- package/esm/funcs/utilsGetPincodes.js +0 -81
- package/esm/funcs/utilsGetPincodes.js.map +0 -1
- package/esm/funcs/utilsGetStates.d.ts +0 -15
- package/esm/funcs/utilsGetStates.d.ts.map +0 -1
- package/esm/funcs/utilsGetStates.js +0 -73
- package/esm/funcs/utilsGetStates.js.map +0 -1
- package/esm/funcs/utilsListStates.d.ts +0 -15
- package/esm/funcs/utilsListStates.d.ts.map +0 -1
- package/esm/funcs/utilsListStates.js +0 -73
- package/esm/funcs/utilsListStates.js.map +0 -1
- package/esm/funcs/wishlistAdd.d.ts +0 -16
- package/esm/funcs/wishlistAdd.d.ts.map +0 -1
- package/esm/funcs/wishlistAdd.js +0 -81
- package/esm/funcs/wishlistAdd.js.map +0 -1
- package/esm/funcs/wishlistDelete.d.ts +0 -16
- package/esm/funcs/wishlistDelete.d.ts.map +0 -1
- package/esm/funcs/wishlistDelete.js +0 -81
- package/esm/funcs/wishlistDelete.js.map +0 -1
- package/esm/funcs/wishlistGet.d.ts +0 -15
- package/esm/funcs/wishlistGet.d.ts.map +0 -1
- package/esm/funcs/wishlistGet.js +0 -76
- package/esm/funcs/wishlistGet.js.map +0 -1
- package/esm/funcs/wishlistRemoveItem.d.ts +0 -16
- package/esm/funcs/wishlistRemoveItem.d.ts.map +0 -1
- package/esm/funcs/wishlistRemoveItem.js +0 -81
- package/esm/funcs/wishlistRemoveItem.js.map +0 -1
- package/esm/models/components/analyticsevent.d.ts +0 -162
- package/esm/models/components/analyticsevent.d.ts.map +0 -1
- package/esm/models/components/analyticsevent.js +0 -132
- package/esm/models/components/analyticsevent.js.map +0 -1
- package/esm/models/components/bundleproduct.d.ts +0 -236
- package/esm/models/components/bundleproduct.d.ts.map +0 -1
- package/esm/models/components/bundleproduct.js +0 -258
- package/esm/models/components/bundleproduct.js.map +0 -1
- package/esm/models/components/bundleproductdetail.d.ts +0 -265
- package/esm/models/components/bundleproductdetail.d.ts.map +0 -1
- package/esm/models/components/bundleproductdetail.js +0 -284
- package/esm/models/components/bundleproductdetail.js.map +0 -1
- package/esm/models/components/business.d.ts +0 -35
- package/esm/models/components/business.d.ts.map +0 -1
- package/esm/models/components/business.js +0 -48
- package/esm/models/components/business.js.map +0 -1
- package/esm/models/components/country.d.ts +0 -44
- package/esm/models/components/country.d.ts.map +0 -1
- package/esm/models/components/country.js +0 -64
- package/esm/models/components/country.js.map +0 -1
- package/esm/models/components/countrystate.d.ts +0 -36
- package/esm/models/components/countrystate.d.ts.map +0 -1
- package/esm/models/components/countrystate.js +0 -46
- package/esm/models/components/countrystate.js.map +0 -1
- package/esm/models/components/coupon.d.ts +0 -123
- package/esm/models/components/coupon.d.ts.map +0 -1
- package/esm/models/components/coupon.js +0 -142
- package/esm/models/components/coupon.js.map +0 -1
- package/esm/models/components/createcustomer.d.ts +0 -33
- package/esm/models/components/createcustomer.d.ts.map +0 -1
- package/esm/models/components/createcustomer.js +0 -35
- package/esm/models/components/createcustomer.js.map +0 -1
- package/esm/models/components/createreview.d.ts +0 -42
- package/esm/models/components/createreview.d.ts.map +0 -1
- package/esm/models/components/createreview.js +0 -54
- package/esm/models/components/createreview.js.map +0 -1
- package/esm/models/components/customerdetail.d.ts +0 -54
- package/esm/models/components/customerdetail.d.ts.map +0 -1
- package/esm/models/components/customerdetail.js +0 -65
- package/esm/models/components/customerdetail.js.map +0 -1
- package/esm/models/components/customerloyalty.d.ts +0 -41
- package/esm/models/components/customerloyalty.d.ts.map +0 -1
- package/esm/models/components/customerloyalty.js +0 -64
- package/esm/models/components/customerloyalty.js.map +0 -1
- package/esm/models/components/juspaycardpayload.d.ts +0 -39
- package/esm/models/components/juspaycardpayload.d.ts.map +0 -1
- package/esm/models/components/juspaycardpayload.js +0 -58
- package/esm/models/components/juspaycardpayload.js.map +0 -1
- package/esm/models/components/juspaycreatecardresponse.d.ts +0 -35
- package/esm/models/components/juspaycreatecardresponse.d.ts.map +0 -1
- package/esm/models/components/juspaycreatecardresponse.js +0 -52
- package/esm/models/components/juspaycreatecardresponse.js.map +0 -1
- package/esm/models/components/juspaycreatecustomerpayload.d.ts +0 -32
- package/esm/models/components/juspaycreatecustomerpayload.d.ts.map +0 -1
- package/esm/models/components/juspaycreatecustomerpayload.js +0 -40
- package/esm/models/components/juspaycreatecustomerpayload.js.map +0 -1
- package/esm/models/components/juspaycreateorderpayload.d.ts +0 -31
- package/esm/models/components/juspaycreateorderpayload.d.ts.map +0 -1
- package/esm/models/components/juspaycreateorderpayload.js +0 -44
- package/esm/models/components/juspaycreateorderpayload.js.map +0 -1
- package/esm/models/components/juspaycustomer.d.ts +0 -70
- package/esm/models/components/juspaycustomer.d.ts.map +0 -1
- package/esm/models/components/juspaycustomer.js +0 -91
- package/esm/models/components/juspaycustomer.js.map +0 -1
- package/esm/models/components/juspayorder.d.ts +0 -137
- package/esm/models/components/juspayorder.d.ts.map +0 -1
- package/esm/models/components/juspayorder.js +0 -179
- package/esm/models/components/juspayorder.js.map +0 -1
- package/esm/models/components/juspaypaymentmethod.d.ts +0 -33
- package/esm/models/components/juspaypaymentmethod.d.ts.map +0 -1
- package/esm/models/components/juspaypaymentmethod.js +0 -46
- package/esm/models/components/juspaypaymentmethod.js.map +0 -1
- package/esm/models/components/juspaysavedcard.d.ts +0 -29
- package/esm/models/components/juspaysavedcard.d.ts.map +0 -1
- package/esm/models/components/juspaysavedcard.js +0 -31
- package/esm/models/components/juspaysavedcard.js.map +0 -1
- package/esm/models/components/loyaltypointactivity.d.ts +0 -94
- package/esm/models/components/loyaltypointactivity.d.ts.map +0 -1
- package/esm/models/components/loyaltypointactivity.js +0 -102
- package/esm/models/components/loyaltypointactivity.js.map +0 -1
- package/esm/models/components/orderrefund.d.ts +0 -110
- package/esm/models/components/orderrefund.d.ts.map +0 -1
- package/esm/models/components/orderrefund.js +0 -117
- package/esm/models/components/orderrefund.js.map +0 -1
- package/esm/models/components/payucardpayload.d.ts +0 -97
- package/esm/models/components/payucardpayload.d.ts.map +0 -1
- package/esm/models/components/payucardpayload.js +0 -106
- package/esm/models/components/payucardpayload.js.map +0 -1
- package/esm/models/components/payucreatecardresponse.d.ts +0 -43
- package/esm/models/components/payucreatecardresponse.d.ts.map +0 -1
- package/esm/models/components/payucreatecardresponse.js +0 -62
- package/esm/models/components/payucreatecardresponse.js.map +0 -1
- package/esm/models/components/payupaymentmethod.d.ts +0 -68
- package/esm/models/components/payupaymentmethod.d.ts.map +0 -1
- package/esm/models/components/payupaymentmethod.js +0 -91
- package/esm/models/components/payupaymentmethod.js.map +0 -1
- package/esm/models/components/payusavedcard.d.ts +0 -29
- package/esm/models/components/payusavedcard.d.ts.map +0 -1
- package/esm/models/components/payusavedcard.js +0 -31
- package/esm/models/components/payusavedcard.js.map +0 -1
- package/esm/models/components/productlist.d.ts +0 -155
- package/esm/models/components/productlist.d.ts.map +0 -1
- package/esm/models/components/productlist.js +0 -194
- package/esm/models/components/productlist.js.map +0 -1
- package/esm/models/components/productlistresponse.d.ts +0 -58
- package/esm/models/components/productlistresponse.d.ts.map +0 -1
- package/esm/models/components/productlistresponse.js +0 -57
- package/esm/models/components/productlistresponse.js.map +0 -1
- package/esm/models/components/productpackaging.d.ts +0 -68
- package/esm/models/components/productpackaging.d.ts.map +0 -1
- package/esm/models/components/productpackaging.js +0 -88
- package/esm/models/components/productpackaging.js.map +0 -1
- package/esm/models/components/promotion.d.ts +0 -117
- package/esm/models/components/promotion.d.ts.map +0 -1
- package/esm/models/components/promotion.js +0 -139
- package/esm/models/components/promotion.js.map +0 -1
- package/esm/models/components/promotiondetail.d.ts +0 -117
- package/esm/models/components/promotiondetail.d.ts.map +0 -1
- package/esm/models/components/promotiondetail.js +0 -139
- package/esm/models/components/promotiondetail.js.map +0 -1
- package/esm/models/components/recommendedproduct.d.ts +0 -155
- package/esm/models/components/recommendedproduct.d.ts.map +0 -1
- package/esm/models/components/recommendedproduct.js +0 -193
- package/esm/models/components/recommendedproduct.js.map +0 -1
- package/esm/models/components/saleschannel.d.ts +0 -39
- package/esm/models/components/saleschannel.d.ts.map +0 -1
- package/esm/models/components/saleschannel.js +0 -53
- package/esm/models/components/saleschannel.js.map +0 -1
- package/esm/models/components/singleproduct.d.ts +0 -130
- package/esm/models/components/singleproduct.d.ts.map +0 -1
- package/esm/models/components/singleproduct.js +0 -132
- package/esm/models/components/singleproduct.js.map +0 -1
- package/esm/models/components/singleproductdetail.d.ts +0 -159
- package/esm/models/components/singleproductdetail.d.ts.map +0 -1
- package/esm/models/components/singleproductdetail.js +0 -156
- package/esm/models/components/singleproductdetail.js.map +0 -1
- package/esm/models/components/sku.d.ts.map +0 -1
- package/esm/models/components/sku.js.map +0 -1
- package/esm/models/components/skuinfo.d.ts +0 -104
- package/esm/models/components/skuinfo.d.ts.map +0 -1
- package/esm/models/components/skuinfo.js +0 -130
- package/esm/models/components/skuinfo.js.map +0 -1
- package/esm/models/components/updatecustomer.d.ts +0 -30
- package/esm/models/components/updatecustomer.d.ts.map +0 -1
- package/esm/models/components/updatecustomer.js +0 -32
- package/esm/models/components/updatecustomer.js.map +0 -1
- package/esm/models/components/userinput.d.ts +0 -63
- package/esm/models/components/userinput.d.ts.map +0 -1
- package/esm/models/components/userinput.js +0 -61
- package/esm/models/components/userinput.js.map +0 -1
- package/esm/models/operations/createproductreview.d.ts +0 -65
- package/esm/models/operations/createproductreview.d.ts.map +0 -1
- package/esm/models/operations/createproductreview.js +0 -72
- package/esm/models/operations/createproductreview.js.map +0 -1
- package/esm/models/operations/deleteauthuseridprofileimage.d.ts +0 -68
- package/esm/models/operations/deleteauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/deleteauthuseridprofileimage.js +0 -58
- package/esm/models/operations/deleteauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/deletecartid.d.ts +0 -62
- package/esm/models/operations/deletecartid.d.ts.map +0 -1
- package/esm/models/operations/deletecartid.js +0 -67
- package/esm/models/operations/deletecartid.js.map +0 -1
- package/esm/models/operations/deletecreditbalance.d.ts +0 -90
- package/esm/models/operations/deletecreditbalance.d.ts.map +0 -1
- package/esm/models/operations/deletecreditbalance.js +0 -95
- package/esm/models/operations/deletecreditbalance.js.map +0 -1
- package/esm/models/operations/deletecustomeraddressid.d.ts +0 -67
- package/esm/models/operations/deletecustomeraddressid.d.ts.map +0 -1
- package/esm/models/operations/deletecustomeraddressid.js +0 -71
- package/esm/models/operations/deletecustomeraddressid.js.map +0 -1
- package/esm/models/operations/deleteloyaltypoints.d.ts +0 -90
- package/esm/models/operations/deleteloyaltypoints.d.ts.map +0 -1
- package/esm/models/operations/deleteloyaltypoints.js +0 -95
- package/esm/models/operations/deleteloyaltypoints.js.map +0 -1
- package/esm/models/operations/deleteremovecoupons.d.ts +0 -92
- package/esm/models/operations/deleteremovecoupons.d.ts.map +0 -1
- package/esm/models/operations/deleteremovecoupons.js +0 -99
- package/esm/models/operations/deleteremovecoupons.js.map +0 -1
- package/esm/models/operations/deletewishlist.d.ts +0 -91
- package/esm/models/operations/deletewishlist.d.ts.map +0 -1
- package/esm/models/operations/deletewishlist.js +0 -106
- package/esm/models/operations/deletewishlist.js.map +0 -1
- package/esm/models/operations/getaddress.d.ts +0 -203
- package/esm/models/operations/getaddress.d.ts.map +0 -1
- package/esm/models/operations/getaddress.js +0 -206
- package/esm/models/operations/getaddress.js.map +0 -1
- package/esm/models/operations/getanalyticstrack.d.ts +0 -34
- package/esm/models/operations/getanalyticstrack.d.ts.map +0 -1
- package/esm/models/operations/getanalyticstrack.js +0 -33
- package/esm/models/operations/getanalyticstrack.js.map +0 -1
- package/esm/models/operations/getauthuserid.d.ts +0 -102
- package/esm/models/operations/getauthuserid.d.ts.map +0 -1
- package/esm/models/operations/getauthuserid.js +0 -86
- package/esm/models/operations/getauthuserid.js.map +0 -1
- package/esm/models/operations/getauthuseridnotificationpreferences.d.ts +0 -105
- package/esm/models/operations/getauthuseridnotificationpreferences.d.ts.map +0 -1
- package/esm/models/operations/getauthuseridnotificationpreferences.js +0 -97
- package/esm/models/operations/getauthuseridnotificationpreferences.js.map +0 -1
- package/esm/models/operations/getauthuseridprofileimage.d.ts +0 -104
- package/esm/models/operations/getauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/getauthuseridprofileimage.js +0 -96
- package/esm/models/operations/getauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/getcommoncountries.d.ts +0 -62
- package/esm/models/operations/getcommoncountries.d.ts.map +0 -1
- package/esm/models/operations/getcommoncountries.js +0 -61
- package/esm/models/operations/getcommoncountries.js.map +0 -1
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.d.ts +0 -105
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.d.ts.map +0 -1
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.js +0 -101
- package/esm/models/operations/getcommoncountriescountryisocodepincodes.js.map +0 -1
- package/esm/models/operations/getcommoncountriesisocodestates.d.ts +0 -90
- package/esm/models/operations/getcommoncountriesisocodestates.d.ts.map +0 -1
- package/esm/models/operations/getcommoncountriesisocodestates.js +0 -97
- package/esm/models/operations/getcommoncountriesisocodestates.js.map +0 -1
- package/esm/models/operations/getcoupons.d.ts +0 -62
- package/esm/models/operations/getcoupons.d.ts.map +0 -1
- package/esm/models/operations/getcoupons.js +0 -61
- package/esm/models/operations/getcoupons.js.map +0 -1
- package/esm/models/operations/getcrosssell.d.ts +0 -80
- package/esm/models/operations/getcrosssell.d.ts.map +0 -1
- package/esm/models/operations/getcrosssell.js +0 -78
- package/esm/models/operations/getcrosssell.js.map +0 -1
- package/esm/models/operations/getcustomeraddressid.d.ts +0 -192
- package/esm/models/operations/getcustomeraddressid.d.ts.map +0 -1
- package/esm/models/operations/getcustomeraddressid.js +0 -205
- package/esm/models/operations/getcustomeraddressid.js.map +0 -1
- package/esm/models/operations/getcustomersid.d.ts +0 -90
- package/esm/models/operations/getcustomersid.d.ts.map +0 -1
- package/esm/models/operations/getcustomersid.js +0 -95
- package/esm/models/operations/getcustomersid.js.map +0 -1
- package/esm/models/operations/getcustomersuseridreviews.d.ts +0 -92
- package/esm/models/operations/getcustomersuseridreviews.d.ts.map +0 -1
- package/esm/models/operations/getcustomersuseridreviews.js +0 -109
- package/esm/models/operations/getcustomersuseridreviews.js.map +0 -1
- package/esm/models/operations/getloyaltypoint.d.ts +0 -92
- package/esm/models/operations/getloyaltypoint.d.ts.map +0 -1
- package/esm/models/operations/getloyaltypoint.js +0 -105
- package/esm/models/operations/getloyaltypoint.js.map +0 -1
- package/esm/models/operations/getloyaltypointactivity.d.ts +0 -105
- package/esm/models/operations/getloyaltypointactivity.d.ts.map +0 -1
- package/esm/models/operations/getloyaltypointactivity.js +0 -114
- package/esm/models/operations/getloyaltypointactivity.js.map +0 -1
- package/esm/models/operations/getorders.d.ts +0 -115
- package/esm/models/operations/getorders.d.ts.map +0 -1
- package/esm/models/operations/getorders.js +0 -107
- package/esm/models/operations/getorders.js.map +0 -1
- package/esm/models/operations/getordersid.d.ts +0 -90
- package/esm/models/operations/getordersid.d.ts.map +0 -1
- package/esm/models/operations/getordersid.js +0 -95
- package/esm/models/operations/getordersid.js.map +0 -1
- package/esm/models/operations/getordersidpayments.d.ts +0 -90
- package/esm/models/operations/getordersidpayments.d.ts.map +0 -1
- package/esm/models/operations/getordersidpayments.js +0 -95
- package/esm/models/operations/getordersidpayments.js.map +0 -1
- package/esm/models/operations/getordersidpaymentstatus.d.ts +0 -125
- package/esm/models/operations/getordersidpaymentstatus.d.ts.map +0 -1
- package/esm/models/operations/getordersidpaymentstatus.js +0 -132
- package/esm/models/operations/getordersidpaymentstatus.js.map +0 -1
- package/esm/models/operations/getordersidrefunds.d.ts +0 -90
- package/esm/models/operations/getordersidrefunds.d.ts.map +0 -1
- package/esm/models/operations/getordersidrefunds.js +0 -95
- package/esm/models/operations/getordersidrefunds.js.map +0 -1
- package/esm/models/operations/getordersidshipments.d.ts +0 -90
- package/esm/models/operations/getordersidshipments.d.ts.map +0 -1
- package/esm/models/operations/getordersidshipments.js +0 -95
- package/esm/models/operations/getordersidshipments.js.map +0 -1
- package/esm/models/operations/getpaymentmethods.d.ts +0 -143
- package/esm/models/operations/getpaymentmethods.d.ts.map +0 -1
- package/esm/models/operations/getpaymentmethods.js +0 -158
- package/esm/models/operations/getpaymentmethods.js.map +0 -1
- package/esm/models/operations/getpaymentscards.d.ts +0 -143
- package/esm/models/operations/getpaymentscards.d.ts.map +0 -1
- package/esm/models/operations/getpaymentscards.js +0 -152
- package/esm/models/operations/getpaymentscards.js.map +0 -1
- package/esm/models/operations/getpaymentsjuspaycustomer.d.ts +0 -90
- package/esm/models/operations/getpaymentsjuspaycustomer.d.ts.map +0 -1
- package/esm/models/operations/getpaymentsjuspaycustomer.js +0 -95
- package/esm/models/operations/getpaymentsjuspaycustomer.js.map +0 -1
- package/esm/models/operations/getpaymentspaymentmethods.d.ts +0 -143
- package/esm/models/operations/getpaymentspaymentmethods.d.ts.map +0 -1
- package/esm/models/operations/getpaymentspaymentmethods.js +0 -160
- package/esm/models/operations/getpaymentspaymentmethods.js.map +0 -1
- package/esm/models/operations/getpaymentsverifyvpa.d.ts +0 -128
- package/esm/models/operations/getpaymentsverifyvpa.d.ts.map +0 -1
- package/esm/models/operations/getpaymentsverifyvpa.js +0 -121
- package/esm/models/operations/getpaymentsverifyvpa.js.map +0 -1
- package/esm/models/operations/getproductdetails.d.ts +0 -95
- package/esm/models/operations/getproductdetails.d.ts.map +0 -1
- package/esm/models/operations/getproductdetails.js +0 -99
- package/esm/models/operations/getproductdetails.js.map +0 -1
- package/esm/models/operations/getproducts.d.ts +0 -85
- package/esm/models/operations/getproducts.d.ts.map +0 -1
- package/esm/models/operations/getproducts.js +0 -82
- package/esm/models/operations/getproducts.js.map +0 -1
- package/esm/models/operations/getproductscategories.d.ts +0 -105
- package/esm/models/operations/getproductscategories.d.ts.map +0 -1
- package/esm/models/operations/getproductscategories.js +0 -105
- package/esm/models/operations/getproductscategories.js.map +0 -1
- package/esm/models/operations/getproductsidreviews.d.ts +0 -122
- package/esm/models/operations/getproductsidreviews.d.ts.map +0 -1
- package/esm/models/operations/getproductsidreviews.js +0 -121
- package/esm/models/operations/getproductsidreviews.js.map +0 -1
- package/esm/models/operations/getproductvariantdetail.d.ts +0 -100
- package/esm/models/operations/getproductvariantdetail.d.ts.map +0 -1
- package/esm/models/operations/getproductvariantdetail.js +0 -103
- package/esm/models/operations/getproductvariantdetail.js.map +0 -1
- package/esm/models/operations/getproductvariants.d.ts +0 -95
- package/esm/models/operations/getproductvariants.d.ts.map +0 -1
- package/esm/models/operations/getproductvariants.js +0 -99
- package/esm/models/operations/getproductvariants.js.map +0 -1
- package/esm/models/operations/getpromotions.d.ts +0 -62
- package/esm/models/operations/getpromotions.d.ts.map +0 -1
- package/esm/models/operations/getpromotions.js +0 -61
- package/esm/models/operations/getpromotions.js.map +0 -1
- package/esm/models/operations/getrecommendedproducts.d.ts +0 -90
- package/esm/models/operations/getrecommendedproducts.d.ts.map +0 -1
- package/esm/models/operations/getrecommendedproducts.js +0 -87
- package/esm/models/operations/getrecommendedproducts.js.map +0 -1
- package/esm/models/operations/getshipmentpincodeserviceability.d.ts +0 -62
- package/esm/models/operations/getshipmentpincodeserviceability.d.ts.map +0 -1
- package/esm/models/operations/getshipmentpincodeserviceability.js +0 -58
- package/esm/models/operations/getshipmentpincodeserviceability.js.map +0 -1
- package/esm/models/operations/getsimilar.d.ts +0 -80
- package/esm/models/operations/getsimilar.d.ts.map +0 -1
- package/esm/models/operations/getsimilar.js +0 -78
- package/esm/models/operations/getsimilar.js.map +0 -1
- package/esm/models/operations/getskus.d.ts +0 -120
- package/esm/models/operations/getskus.d.ts.map +0 -1
- package/esm/models/operations/getskus.js +0 -111
- package/esm/models/operations/getskus.js.map +0 -1
- package/esm/models/operations/getupsell.d.ts +0 -83
- package/esm/models/operations/getupsell.d.ts.map +0 -1
- package/esm/models/operations/getupsell.js +0 -78
- package/esm/models/operations/getupsell.js.map +0 -1
- package/esm/models/operations/getwishtlist.d.ts +0 -90
- package/esm/models/operations/getwishtlist.d.ts.map +0 -1
- package/esm/models/operations/getwishtlist.js +0 -95
- package/esm/models/operations/getwishtlist.js.map +0 -1
- package/esm/models/operations/postaddress.d.ts +0 -190
- package/esm/models/operations/postaddress.d.ts.map +0 -1
- package/esm/models/operations/postaddress.js +0 -195
- package/esm/models/operations/postaddress.js.map +0 -1
- package/esm/models/operations/postapplycoupons.d.ts +0 -92
- package/esm/models/operations/postapplycoupons.d.ts.map +0 -1
- package/esm/models/operations/postapplycoupons.js +0 -99
- package/esm/models/operations/postapplycoupons.js.map +0 -1
- package/esm/models/operations/postauthanonymous.d.ts +0 -109
- package/esm/models/operations/postauthanonymous.d.ts.map +0 -1
- package/esm/models/operations/postauthanonymous.js +0 -109
- package/esm/models/operations/postauthanonymous.js.map +0 -1
- package/esm/models/operations/postauthchangepassword.d.ts +0 -119
- package/esm/models/operations/postauthchangepassword.d.ts.map +0 -1
- package/esm/models/operations/postauthchangepassword.js +0 -115
- package/esm/models/operations/postauthchangepassword.js.map +0 -1
- package/esm/models/operations/postauthforgotpassword.d.ts +0 -117
- package/esm/models/operations/postauthforgotpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthforgotpassword.js +0 -107
- package/esm/models/operations/postauthforgotpassword.js.map +0 -1
- package/esm/models/operations/postauthgenerateotp.d.ts +0 -204
- package/esm/models/operations/postauthgenerateotp.d.ts.map +0 -1
- package/esm/models/operations/postauthgenerateotp.js +0 -164
- package/esm/models/operations/postauthgenerateotp.js.map +0 -1
- package/esm/models/operations/postauthloginemail.d.ts +0 -118
- package/esm/models/operations/postauthloginemail.d.ts.map +0 -1
- package/esm/models/operations/postauthloginemail.js +0 -108
- package/esm/models/operations/postauthloginemail.js.map +0 -1
- package/esm/models/operations/postauthloginpassword.d.ts +0 -130
- package/esm/models/operations/postauthloginpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthloginpassword.js +0 -115
- package/esm/models/operations/postauthloginpassword.js.map +0 -1
- package/esm/models/operations/postauthloginphone.d.ts +0 -152
- package/esm/models/operations/postauthloginphone.d.ts.map +0 -1
- package/esm/models/operations/postauthloginphone.js +0 -134
- package/esm/models/operations/postauthloginphone.js.map +0 -1
- package/esm/models/operations/postauthloginwhatsapp.d.ts +0 -152
- package/esm/models/operations/postauthloginwhatsapp.d.ts.map +0 -1
- package/esm/models/operations/postauthloginwhatsapp.js +0 -133
- package/esm/models/operations/postauthloginwhatsapp.js.map +0 -1
- package/esm/models/operations/postauthlogout.d.ts +0 -84
- package/esm/models/operations/postauthlogout.d.ts.map +0 -1
- package/esm/models/operations/postauthlogout.js +0 -76
- package/esm/models/operations/postauthlogout.js.map +0 -1
- package/esm/models/operations/postauthrefreshtoken.d.ts +0 -109
- package/esm/models/operations/postauthrefreshtoken.d.ts.map +0 -1
- package/esm/models/operations/postauthrefreshtoken.js +0 -106
- package/esm/models/operations/postauthrefreshtoken.js.map +0 -1
- package/esm/models/operations/postauthregisteremail.d.ts +0 -132
- package/esm/models/operations/postauthregisteremail.d.ts.map +0 -1
- package/esm/models/operations/postauthregisteremail.js +0 -121
- package/esm/models/operations/postauthregisteremail.js.map +0 -1
- package/esm/models/operations/postauthregisterpassword.d.ts +0 -135
- package/esm/models/operations/postauthregisterpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthregisterpassword.js +0 -121
- package/esm/models/operations/postauthregisterpassword.js.map +0 -1
- package/esm/models/operations/postauthregisterphone.d.ts +0 -166
- package/esm/models/operations/postauthregisterphone.d.ts.map +0 -1
- package/esm/models/operations/postauthregisterphone.js +0 -146
- package/esm/models/operations/postauthregisterphone.js.map +0 -1
- package/esm/models/operations/postauthregisterwhatsapp.d.ts +0 -166
- package/esm/models/operations/postauthregisterwhatsapp.d.ts.map +0 -1
- package/esm/models/operations/postauthregisterwhatsapp.js +0 -148
- package/esm/models/operations/postauthregisterwhatsapp.js.map +0 -1
- package/esm/models/operations/postauthresetpassword.d.ts +0 -119
- package/esm/models/operations/postauthresetpassword.d.ts.map +0 -1
- package/esm/models/operations/postauthresetpassword.js +0 -114
- package/esm/models/operations/postauthresetpassword.js.map +0 -1
- package/esm/models/operations/postauthuseridnotificationpreferences.d.ts +0 -135
- package/esm/models/operations/postauthuseridnotificationpreferences.d.ts.map +0 -1
- package/esm/models/operations/postauthuseridnotificationpreferences.js +0 -142
- package/esm/models/operations/postauthuseridnotificationpreferences.js.map +0 -1
- package/esm/models/operations/postauthuseridprofileimage.d.ts +0 -158
- package/esm/models/operations/postauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/postauthuseridprofileimage.js +0 -170
- package/esm/models/operations/postauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/postauthverifiedemailphone.d.ts +0 -114
- package/esm/models/operations/postauthverifiedemailphone.d.ts.map +0 -1
- package/esm/models/operations/postauthverifiedemailphone.js +0 -102
- package/esm/models/operations/postauthverifiedemailphone.js.map +0 -1
- package/esm/models/operations/postauthverifyotp.d.ts +0 -169
- package/esm/models/operations/postauthverifyotp.d.ts.map +0 -1
- package/esm/models/operations/postauthverifyotp.js +0 -143
- package/esm/models/operations/postauthverifyotp.js.map +0 -1
- package/esm/models/operations/postcartaddress.d.ts +0 -153
- package/esm/models/operations/postcartaddress.d.ts.map +0 -1
- package/esm/models/operations/postcartaddress.js +0 -171
- package/esm/models/operations/postcartaddress.js.map +0 -1
- package/esm/models/operations/postcartitemid.d.ts +0 -95
- package/esm/models/operations/postcartitemid.d.ts.map +0 -1
- package/esm/models/operations/postcartitemid.js +0 -97
- package/esm/models/operations/postcartitemid.js.map +0 -1
- package/esm/models/operations/postcartsid.d.ts +0 -93
- package/esm/models/operations/postcartsid.d.ts.map +0 -1
- package/esm/models/operations/postcartsid.js +0 -86
- package/esm/models/operations/postcartsid.js.map +0 -1
- package/esm/models/operations/postcheckoutredeemgiftcard.d.ts +0 -59
- package/esm/models/operations/postcheckoutredeemgiftcard.d.ts.map +0 -1
- package/esm/models/operations/postcheckoutredeemgiftcard.js +0 -67
- package/esm/models/operations/postcheckoutredeemgiftcard.js.map +0 -1
- package/esm/models/operations/postcreditbalance.d.ts +0 -92
- package/esm/models/operations/postcreditbalance.d.ts.map +0 -1
- package/esm/models/operations/postcreditbalance.js +0 -99
- package/esm/models/operations/postcreditbalance.js.map +0 -1
- package/esm/models/operations/postcustomers.d.ts +0 -62
- package/esm/models/operations/postcustomers.d.ts.map +0 -1
- package/esm/models/operations/postcustomers.js +0 -70
- package/esm/models/operations/postcustomers.js.map +0 -1
- package/esm/models/operations/postcustomersnewslettersubscription.d.ts +0 -59
- package/esm/models/operations/postcustomersnewslettersubscription.d.ts.map +0 -1
- package/esm/models/operations/postcustomersnewslettersubscription.js +0 -58
- package/esm/models/operations/postcustomersnewslettersubscription.js.map +0 -1
- package/esm/models/operations/postloyaltypoints.d.ts +0 -92
- package/esm/models/operations/postloyaltypoints.d.ts.map +0 -1
- package/esm/models/operations/postloyaltypoints.js +0 -99
- package/esm/models/operations/postloyaltypoints.js.map +0 -1
- package/esm/models/operations/postorder.d.ts +0 -198
- package/esm/models/operations/postorder.d.ts.map +0 -1
- package/esm/models/operations/postorder.js +0 -234
- package/esm/models/operations/postorder.js.map +0 -1
- package/esm/models/operations/postordersordernumber.d.ts +0 -155
- package/esm/models/operations/postordersordernumber.d.ts.map +0 -1
- package/esm/models/operations/postordersordernumber.js +0 -162
- package/esm/models/operations/postordersordernumber.js.map +0 -1
- package/esm/models/operations/postpaymentscards.d.ts +0 -173
- package/esm/models/operations/postpaymentscards.d.ts.map +0 -1
- package/esm/models/operations/postpaymentscards.js +0 -208
- package/esm/models/operations/postpaymentscards.js.map +0 -1
- package/esm/models/operations/postpaymentsgeneratehash.d.ts +0 -121
- package/esm/models/operations/postpaymentsgeneratehash.d.ts.map +0 -1
- package/esm/models/operations/postpaymentsgeneratehash.js +0 -118
- package/esm/models/operations/postpaymentsgeneratehash.js.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.d.ts +0 -62
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.d.ts.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.js +0 -61
- package/esm/models/operations/postpaymentsjuspaycreatecustomer.js.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreateorder.d.ts +0 -62
- package/esm/models/operations/postpaymentsjuspaycreateorder.d.ts.map +0 -1
- package/esm/models/operations/postpaymentsjuspaycreateorder.js +0 -61
- package/esm/models/operations/postpaymentsjuspaycreateorder.js.map +0 -1
- package/esm/models/operations/postproductsidreviews.d.ts +0 -65
- package/esm/models/operations/postproductsidreviews.d.ts.map +0 -1
- package/esm/models/operations/postproductsidreviews.js +0 -72
- package/esm/models/operations/postproductsidreviews.js.map +0 -1
- package/esm/models/operations/postretrypaymentorderid.d.ts +0 -193
- package/esm/models/operations/postretrypaymentorderid.d.ts.map +0 -1
- package/esm/models/operations/postretrypaymentorderid.js +0 -244
- package/esm/models/operations/postretrypaymentorderid.js.map +0 -1
- package/esm/models/operations/postwishtlist.d.ts +0 -91
- package/esm/models/operations/postwishtlist.d.ts.map +0 -1
- package/esm/models/operations/postwishtlist.js +0 -106
- package/esm/models/operations/postwishtlist.js.map +0 -1
- package/esm/models/operations/putauthuserid.d.ts +0 -104
- package/esm/models/operations/putauthuserid.d.ts.map +0 -1
- package/esm/models/operations/putauthuserid.js +0 -97
- package/esm/models/operations/putauthuserid.js.map +0 -1
- package/esm/models/operations/putauthuseriddeactivate.d.ts +0 -68
- package/esm/models/operations/putauthuseriddeactivate.d.ts.map +0 -1
- package/esm/models/operations/putauthuseriddeactivate.js +0 -58
- package/esm/models/operations/putauthuseriddeactivate.js.map +0 -1
- package/esm/models/operations/putauthuseridnotificationpreferences.d.ts +0 -135
- package/esm/models/operations/putauthuseridnotificationpreferences.d.ts.map +0 -1
- package/esm/models/operations/putauthuseridnotificationpreferences.js +0 -142
- package/esm/models/operations/putauthuseridnotificationpreferences.js.map +0 -1
- package/esm/models/operations/putauthuseridprofileimage.d.ts +0 -158
- package/esm/models/operations/putauthuseridprofileimage.d.ts.map +0 -1
- package/esm/models/operations/putauthuseridprofileimage.js +0 -169
- package/esm/models/operations/putauthuseridprofileimage.js.map +0 -1
- package/esm/models/operations/putcustomeraddressid.d.ts +0 -195
- package/esm/models/operations/putcustomeraddressid.d.ts.map +0 -1
- package/esm/models/operations/putcustomeraddressid.js +0 -198
- package/esm/models/operations/putcustomeraddressid.js.map +0 -1
- package/esm/models/operations/putcustomersid.d.ts +0 -92
- package/esm/models/operations/putcustomersid.d.ts.map +0 -1
- package/esm/models/operations/putcustomersid.js +0 -105
- package/esm/models/operations/putcustomersid.js.map +0 -1
- package/esm/sdk/addresses.d.ts +0 -40
- package/esm/sdk/addresses.d.ts.map +0 -1
- package/esm/sdk/addresses.js +0 -58
- package/esm/sdk/addresses.js.map +0 -1
- package/esm/sdk/analytics.d.ts +0 -13
- package/esm/sdk/analytics.d.ts.map +0 -1
- package/esm/sdk/analytics.js +0 -18
- package/esm/sdk/analytics.js.map +0 -1
- package/esm/sdk/authuser.d.ts +0 -12
- package/esm/sdk/authuser.d.ts.map +0 -1
- package/esm/sdk/authuser.js +0 -18
- package/esm/sdk/authuser.js.map +0 -1
- package/esm/sdk/cards.d.ts +0 -12
- package/esm/sdk/cards.d.ts.map +0 -1
- package/esm/sdk/cards.js +0 -18
- package/esm/sdk/cards.js.map +0 -1
- package/esm/sdk/catalogcategories.d.ts +0 -12
- package/esm/sdk/catalogcategories.d.ts.map +0 -1
- package/esm/sdk/catalogcategories.js +0 -18
- package/esm/sdk/catalogcategories.js.map +0 -1
- package/esm/sdk/catalogproductreviews.d.ts +0 -12
- package/esm/sdk/catalogproductreviews.d.ts.map +0 -1
- package/esm/sdk/catalogproductreviews.js +0 -18
- package/esm/sdk/catalogproductreviews.js.map +0 -1
- package/esm/sdk/catalogproducts.d.ts +0 -12
- package/esm/sdk/catalogproducts.d.ts.map +0 -1
- package/esm/sdk/catalogproducts.js +0 -18
- package/esm/sdk/catalogproducts.js.map +0 -1
- package/esm/sdk/catalogproductsreviews.d.ts +0 -12
- package/esm/sdk/catalogproductsreviews.d.ts.map +0 -1
- package/esm/sdk/catalogproductsreviews.js +0 -18
- package/esm/sdk/catalogproductsreviews.js.map +0 -1
- package/esm/sdk/catalogskus.d.ts +0 -12
- package/esm/sdk/catalogskus.d.ts.map +0 -1
- package/esm/sdk/catalogskus.js +0 -18
- package/esm/sdk/catalogskus.js.map +0 -1
- package/esm/sdk/categories.d.ts +0 -12
- package/esm/sdk/categories.d.ts.map +0 -1
- package/esm/sdk/categories.js +0 -18
- package/esm/sdk/categories.js.map +0 -1
- package/esm/sdk/cestorefrontaddresses.d.ts +0 -26
- package/esm/sdk/cestorefrontaddresses.d.ts.map +0 -1
- package/esm/sdk/cestorefrontaddresses.js +0 -38
- package/esm/sdk/cestorefrontaddresses.js.map +0 -1
- package/esm/sdk/cestorefrontcountries.d.ts +0 -12
- package/esm/sdk/cestorefrontcountries.d.ts.map +0 -1
- package/esm/sdk/cestorefrontcountries.js +0 -18
- package/esm/sdk/cestorefrontcountries.js.map +0 -1
- package/esm/sdk/cestorefrontnotificationpreferences.d.ts +0 -12
- package/esm/sdk/cestorefrontnotificationpreferences.d.ts.map +0 -1
- package/esm/sdk/cestorefrontnotificationpreferences.js +0 -18
- package/esm/sdk/cestorefrontnotificationpreferences.js.map +0 -1
- package/esm/sdk/cestorefrontorderspayments.d.ts +0 -12
- package/esm/sdk/cestorefrontorderspayments.d.ts.map +0 -1
- package/esm/sdk/cestorefrontorderspayments.js +0 -18
- package/esm/sdk/cestorefrontorderspayments.js.map +0 -1
- package/esm/sdk/cestorefrontpayments.d.ts +0 -12
- package/esm/sdk/cestorefrontpayments.d.ts.map +0 -1
- package/esm/sdk/cestorefrontpayments.js +0 -18
- package/esm/sdk/cestorefrontpayments.js.map +0 -1
- package/esm/sdk/cestorefrontpaymentscustomers.d.ts +0 -13
- package/esm/sdk/cestorefrontpaymentscustomers.d.ts.map +0 -1
- package/esm/sdk/cestorefrontpaymentscustomers.js +0 -18
- package/esm/sdk/cestorefrontpaymentscustomers.js.map +0 -1
- package/esm/sdk/cestorefrontproducts.d.ts +0 -10
- package/esm/sdk/cestorefrontproducts.d.ts.map +0 -1
- package/esm/sdk/cestorefrontproducts.js +0 -15
- package/esm/sdk/cestorefrontproducts.js.map +0 -1
- package/esm/sdk/cestorefrontreviews.d.ts +0 -19
- package/esm/sdk/cestorefrontreviews.d.ts.map +0 -1
- package/esm/sdk/cestorefrontreviews.js +0 -28
- package/esm/sdk/cestorefrontreviews.js.map +0 -1
- package/esm/sdk/cestorefrontuser.d.ts +0 -82
- package/esm/sdk/cestorefrontuser.d.ts.map +0 -1
- package/esm/sdk/cestorefrontuser.js +0 -118
- package/esm/sdk/cestorefrontuser.js.map +0 -1
- package/esm/sdk/cestorefrontusers.d.ts +0 -12
- package/esm/sdk/cestorefrontusers.d.ts.map +0 -1
- package/esm/sdk/cestorefrontusers.js +0 -18
- package/esm/sdk/cestorefrontusers.js.map +0 -1
- package/esm/sdk/checkout.d.ts +0 -61
- package/esm/sdk/checkout.d.ts.map +0 -1
- package/esm/sdk/checkout.js +0 -88
- package/esm/sdk/checkout.js.map +0 -1
- package/esm/sdk/countries.d.ts +0 -12
- package/esm/sdk/countries.d.ts.map +0 -1
- package/esm/sdk/countries.js +0 -18
- package/esm/sdk/countries.js.map +0 -1
- package/esm/sdk/coupons.d.ts +0 -12
- package/esm/sdk/coupons.d.ts.map +0 -1
- package/esm/sdk/coupons.js +0 -18
- package/esm/sdk/coupons.js.map +0 -1
- package/esm/sdk/creditbalance.d.ts +0 -12
- package/esm/sdk/creditbalance.d.ts.map +0 -1
- package/esm/sdk/creditbalance.js +0 -18
- package/esm/sdk/creditbalance.js.map +0 -1
- package/esm/sdk/customersaddresses.d.ts +0 -12
- package/esm/sdk/customersaddresses.d.ts.map +0 -1
- package/esm/sdk/customersaddresses.js +0 -18
- package/esm/sdk/customersaddresses.js.map +0 -1
- package/esm/sdk/customersapi.d.ts +0 -34
- package/esm/sdk/customersapi.d.ts.map +0 -1
- package/esm/sdk/customersapi.js +0 -48
- package/esm/sdk/customersapi.js.map +0 -1
- package/esm/sdk/juspay.d.ts +0 -28
- package/esm/sdk/juspay.d.ts.map +0 -1
- package/esm/sdk/juspay.js +0 -39
- package/esm/sdk/juspay.js.map +0 -1
- package/esm/sdk/login.d.ts +0 -12
- package/esm/sdk/login.d.ts.map +0 -1
- package/esm/sdk/login.js +0 -18
- package/esm/sdk/login.js.map +0 -1
- package/esm/sdk/loyalty.d.ts +0 -19
- package/esm/sdk/loyalty.d.ts.map +0 -1
- package/esm/sdk/loyalty.js +0 -28
- package/esm/sdk/loyalty.js.map +0 -1
- package/esm/sdk/loyaltypoints.d.ts +0 -12
- package/esm/sdk/loyaltypoints.d.ts.map +0 -1
- package/esm/sdk/loyaltypoints.js +0 -18
- package/esm/sdk/loyaltypoints.js.map +0 -1
- package/esm/sdk/newsletter.d.ts +0 -12
- package/esm/sdk/newsletter.d.ts.map +0 -1
- package/esm/sdk/newsletter.js +0 -18
- package/esm/sdk/newsletter.js.map +0 -1
- package/esm/sdk/notificationpreferences.d.ts +0 -26
- package/esm/sdk/notificationpreferences.d.ts.map +0 -1
- package/esm/sdk/notificationpreferences.js +0 -38
- package/esm/sdk/notificationpreferences.js.map +0 -1
- package/esm/sdk/offers.d.ts +0 -10
- package/esm/sdk/offers.d.ts.map +0 -1
- package/esm/sdk/offers.js +0 -15
- package/esm/sdk/offers.js.map +0 -1
- package/esm/sdk/ordersapi.d.ts +0 -12
- package/esm/sdk/ordersapi.d.ts.map +0 -1
- package/esm/sdk/ordersapi.js +0 -18
- package/esm/sdk/ordersapi.js.map +0 -1
- package/esm/sdk/orderspayments.d.ts +0 -12
- package/esm/sdk/orderspayments.d.ts.map +0 -1
- package/esm/sdk/orderspayments.js +0 -18
- package/esm/sdk/orderspayments.js.map +0 -1
- package/esm/sdk/payments.d.ts +0 -41
- package/esm/sdk/payments.d.ts.map +0 -1
- package/esm/sdk/payments.js +0 -59
- package/esm/sdk/payments.js.map +0 -1
- package/esm/sdk/paymentsapi.d.ts +0 -27
- package/esm/sdk/paymentsapi.d.ts.map +0 -1
- package/esm/sdk/paymentsapi.js +0 -39
- package/esm/sdk/paymentsapi.js.map +0 -1
- package/esm/sdk/paymentsapijuspay.d.ts +0 -28
- package/esm/sdk/paymentsapijuspay.d.ts.map +0 -1
- package/esm/sdk/paymentsapijuspay.js +0 -39
- package/esm/sdk/paymentsapijuspay.js.map +0 -1
- package/esm/sdk/paymentstatus.d.ts +0 -12
- package/esm/sdk/paymentstatus.d.ts.map +0 -1
- package/esm/sdk/paymentstatus.js +0 -18
- package/esm/sdk/paymentstatus.js.map +0 -1
- package/esm/sdk/products.d.ts +0 -46
- package/esm/sdk/products.d.ts.map +0 -1
- package/esm/sdk/products.js +0 -66
- package/esm/sdk/products.js.map +0 -1
- package/esm/sdk/profileimage.d.ts +0 -19
- package/esm/sdk/profileimage.d.ts.map +0 -1
- package/esm/sdk/profileimage.js +0 -28
- package/esm/sdk/profileimage.js.map +0 -1
- package/esm/sdk/promotions.d.ts +0 -12
- package/esm/sdk/promotions.d.ts.map +0 -1
- package/esm/sdk/promotions.js +0 -18
- package/esm/sdk/promotions.js.map +0 -1
- package/esm/sdk/refunds.d.ts +0 -12
- package/esm/sdk/refunds.d.ts.map +0 -1
- package/esm/sdk/refunds.js +0 -18
- package/esm/sdk/refunds.js.map +0 -1
- package/esm/sdk/register.d.ts +0 -13
- package/esm/sdk/register.d.ts.map +0 -1
- package/esm/sdk/register.js +0 -19
- package/esm/sdk/register.js.map +0 -1
- package/esm/sdk/reviews.d.ts +0 -12
- package/esm/sdk/reviews.d.ts.map +0 -1
- package/esm/sdk/reviews.js +0 -18
- package/esm/sdk/reviews.js.map +0 -1
- package/esm/sdk/shipment.d.ts +0 -12
- package/esm/sdk/shipment.d.ts.map +0 -1
- package/esm/sdk/shipment.js +0 -18
- package/esm/sdk/shipment.js.map +0 -1
- package/esm/sdk/shipments.d.ts +0 -12
- package/esm/sdk/shipments.d.ts.map +0 -1
- package/esm/sdk/shipments.js +0 -18
- package/esm/sdk/shipments.js.map +0 -1
- package/esm/sdk/skus.d.ts +0 -12
- package/esm/sdk/skus.d.ts.map +0 -1
- package/esm/sdk/skus.js +0 -18
- package/esm/sdk/skus.js.map +0 -1
- package/esm/sdk/user.d.ts +0 -7
- package/esm/sdk/user.d.ts.map +0 -1
- package/esm/sdk/user.js +0 -11
- package/esm/sdk/user.js.map +0 -1
- package/esm/sdk/users.d.ts +0 -26
- package/esm/sdk/users.d.ts.map +0 -1
- package/esm/sdk/users.js +0 -38
- package/esm/sdk/users.js.map +0 -1
- package/esm/sdk/utils.d.ts +0 -26
- package/esm/sdk/utils.d.ts.map +0 -1
- package/esm/sdk/utils.js +0 -38
- package/esm/sdk/utils.js.map +0 -1
- package/esm/sdk/variants.d.ts +0 -19
- package/esm/sdk/variants.d.ts.map +0 -1
- package/esm/sdk/variants.js +0 -28
- package/esm/sdk/variants.js.map +0 -1
- package/esm/sdk/wishlist.d.ts +0 -26
- package/esm/sdk/wishlist.d.ts.map +0 -1
- package/esm/sdk/wishlist.js +0 -38
- package/esm/sdk/wishlist.js.map +0 -1
- package/funcs/addressesAdd.d.ts +0 -16
- package/funcs/addressesAdd.d.ts.map +0 -1
- package/funcs/addressesAdd.js +0 -105
- package/funcs/addressesAdd.js.map +0 -1
- package/funcs/addressesUpdate.d.ts +0 -16
- package/funcs/addressesUpdate.d.ts.map +0 -1
- package/funcs/addressesUpdate.js +0 -109
- package/funcs/addressesUpdate.js.map +0 -1
- package/funcs/analyticsTrack.d.ts +0 -16
- package/funcs/analyticsTrack.d.ts.map +0 -1
- package/funcs/analyticsTrack.js +0 -98
- package/funcs/analyticsTrack.js.map +0 -1
- package/funcs/analyticsTrackEvent.d.ts +0 -16
- package/funcs/analyticsTrackEvent.d.ts.map +0 -1
- package/funcs/analyticsTrackEvent.js +0 -92
- package/funcs/analyticsTrackEvent.js.map +0 -1
- package/funcs/authAnonymousLogin.d.ts +0 -16
- package/funcs/authAnonymousLogin.d.ts.map +0 -1
- package/funcs/authAnonymousLogin.js +0 -90
- package/funcs/authAnonymousLogin.js.map +0 -1
- package/funcs/authDeleteProfileImage.d.ts +0 -15
- package/funcs/authDeleteProfileImage.d.ts.map +0 -1
- package/funcs/authDeleteProfileImage.js +0 -100
- package/funcs/authDeleteProfileImage.js.map +0 -1
- package/funcs/authForgotPassword.d.ts +0 -15
- package/funcs/authForgotPassword.d.ts.map +0 -1
- package/funcs/authForgotPassword.js +0 -98
- package/funcs/authForgotPassword.js.map +0 -1
- package/funcs/authGenerateOtp.d.ts +0 -15
- package/funcs/authGenerateOtp.d.ts.map +0 -1
- package/funcs/authGenerateOtp.js +0 -97
- package/funcs/authGenerateOtp.js.map +0 -1
- package/funcs/authGetProfileImage.d.ts +0 -15
- package/funcs/authGetProfileImage.d.ts.map +0 -1
- package/funcs/authGetProfileImage.js +0 -100
- package/funcs/authGetProfileImage.js.map +0 -1
- package/funcs/authGetUser.d.ts +0 -15
- package/funcs/authGetUser.d.ts.map +0 -1
- package/funcs/authGetUser.js +0 -93
- package/funcs/authGetUser.js.map +0 -1
- package/funcs/authLoginAnonymously.d.ts +0 -16
- package/funcs/authLoginAnonymously.d.ts.map +0 -1
- package/funcs/authLoginAnonymously.js +0 -90
- package/funcs/authLoginAnonymously.js.map +0 -1
- package/funcs/authLoginWithEmail.d.ts +0 -15
- package/funcs/authLoginWithEmail.d.ts.map +0 -1
- package/funcs/authLoginWithEmail.js +0 -97
- package/funcs/authLoginWithEmail.js.map +0 -1
- package/funcs/authLoginWithPassword.d.ts +0 -15
- package/funcs/authLoginWithPassword.d.ts.map +0 -1
- package/funcs/authLoginWithPassword.js +0 -98
- package/funcs/authLoginWithPassword.js.map +0 -1
- package/funcs/authLoginWithPhone.d.ts +0 -15
- package/funcs/authLoginWithPhone.d.ts.map +0 -1
- package/funcs/authLoginWithPhone.js +0 -97
- package/funcs/authLoginWithPhone.js.map +0 -1
- package/funcs/authLoginWithWhatsapp.d.ts +0 -15
- package/funcs/authLoginWithWhatsapp.d.ts.map +0 -1
- package/funcs/authLoginWithWhatsapp.js +0 -98
- package/funcs/authLoginWithWhatsapp.js.map +0 -1
- package/funcs/authLogout.d.ts +0 -15
- package/funcs/authLogout.d.ts.map +0 -1
- package/funcs/authLogout.js +0 -85
- package/funcs/authLogout.js.map +0 -1
- package/funcs/authOtpGenerate.d.ts +0 -15
- package/funcs/authOtpGenerate.d.ts.map +0 -1
- package/funcs/authOtpGenerate.js +0 -91
- package/funcs/authOtpGenerate.js.map +0 -1
- package/funcs/authRefreshToken.d.ts +0 -15
- package/funcs/authRefreshToken.d.ts.map +0 -1
- package/funcs/authRefreshToken.js +0 -98
- package/funcs/authRefreshToken.js.map +0 -1
- package/funcs/authRegisterWhatsapp.d.ts +0 -16
- package/funcs/authRegisterWhatsapp.d.ts.map +0 -1
- package/funcs/authRegisterWhatsapp.js +0 -99
- package/funcs/authRegisterWhatsapp.js.map +0 -1
- package/funcs/authRegisterWithEmail.d.ts +0 -16
- package/funcs/authRegisterWithEmail.d.ts.map +0 -1
- package/funcs/authRegisterWithEmail.js +0 -99
- package/funcs/authRegisterWithEmail.js.map +0 -1
- package/funcs/authRegisterWithPassword.d.ts +0 -16
- package/funcs/authRegisterWithPassword.d.ts.map +0 -1
- package/funcs/authRegisterWithPassword.js +0 -99
- package/funcs/authRegisterWithPassword.js.map +0 -1
- package/funcs/authRegisterWithPhone.d.ts +0 -15
- package/funcs/authRegisterWithPhone.d.ts.map +0 -1
- package/funcs/authRegisterWithPhone.js +0 -98
- package/funcs/authRegisterWithPhone.js.map +0 -1
- package/funcs/authRegisterWithWhatsapp.d.ts +0 -16
- package/funcs/authRegisterWithWhatsapp.d.ts.map +0 -1
- package/funcs/authRegisterWithWhatsapp.js +0 -99
- package/funcs/authRegisterWithWhatsapp.js.map +0 -1
- package/funcs/authResetPassword.d.ts +0 -16
- package/funcs/authResetPassword.d.ts.map +0 -1
- package/funcs/authResetPassword.js +0 -102
- package/funcs/authResetPassword.js.map +0 -1
- package/funcs/authTokenRefresh.d.ts +0 -15
- package/funcs/authTokenRefresh.d.ts.map +0 -1
- package/funcs/authTokenRefresh.js +0 -91
- package/funcs/authTokenRefresh.js.map +0 -1
- package/funcs/authUpdateUser.d.ts +0 -15
- package/funcs/authUpdateUser.d.ts.map +0 -1
- package/funcs/authUpdateUser.js +0 -101
- package/funcs/authUpdateUser.js.map +0 -1
- package/funcs/authUserAddProfileImage.d.ts +0 -15
- package/funcs/authUserAddProfileImage.d.ts.map +0 -1
- package/funcs/authUserAddProfileImage.js +0 -120
- package/funcs/authUserAddProfileImage.js.map +0 -1
- package/funcs/authUserChangePassword.d.ts +0 -16
- package/funcs/authUserChangePassword.d.ts.map +0 -1
- package/funcs/authUserChangePassword.js +0 -102
- package/funcs/authUserChangePassword.js.map +0 -1
- package/funcs/authUserCreateNotificationPreferences.d.ts +0 -15
- package/funcs/authUserCreateNotificationPreferences.d.ts.map +0 -1
- package/funcs/authUserCreateNotificationPreferences.js +0 -94
- package/funcs/authUserCreateNotificationPreferences.js.map +0 -1
- package/funcs/authUserDeactivateAccount.d.ts +0 -15
- package/funcs/authUserDeactivateAccount.d.ts.map +0 -1
- package/funcs/authUserDeactivateAccount.js +0 -100
- package/funcs/authUserDeactivateAccount.js.map +0 -1
- package/funcs/authUserDeleteProfileImage.d.ts +0 -15
- package/funcs/authUserDeleteProfileImage.d.ts.map +0 -1
- package/funcs/authUserDeleteProfileImage.js +0 -100
- package/funcs/authUserDeleteProfileImage.js.map +0 -1
- package/funcs/authUserForgotPassword.d.ts +0 -15
- package/funcs/authUserForgotPassword.d.ts.map +0 -1
- package/funcs/authUserForgotPassword.js +0 -98
- package/funcs/authUserForgotPassword.js.map +0 -1
- package/funcs/authUserGet.d.ts +0 -15
- package/funcs/authUserGet.d.ts.map +0 -1
- package/funcs/authUserGet.js +0 -100
- package/funcs/authUserGet.js.map +0 -1
- package/funcs/authUserGetNotificationPreferences.d.ts +0 -15
- package/funcs/authUserGetNotificationPreferences.d.ts.map +0 -1
- package/funcs/authUserGetNotificationPreferences.js +0 -93
- package/funcs/authUserGetNotificationPreferences.js.map +0 -1
- package/funcs/authUserGetProfileImage.d.ts +0 -15
- package/funcs/authUserGetProfileImage.d.ts.map +0 -1
- package/funcs/authUserGetProfileImage.js +0 -100
- package/funcs/authUserGetProfileImage.js.map +0 -1
- package/funcs/authUserLogout.d.ts +0 -15
- package/funcs/authUserLogout.d.ts.map +0 -1
- package/funcs/authUserLogout.js +0 -85
- package/funcs/authUserLogout.js.map +0 -1
- package/funcs/authUserResetPassword.d.ts +0 -16
- package/funcs/authUserResetPassword.d.ts.map +0 -1
- package/funcs/authUserResetPassword.js +0 -102
- package/funcs/authUserResetPassword.js.map +0 -1
- package/funcs/authUserUpdate.d.ts +0 -15
- package/funcs/authUserUpdate.d.ts.map +0 -1
- package/funcs/authUserUpdate.js +0 -101
- package/funcs/authUserUpdate.js.map +0 -1
- package/funcs/authUserUpdateNotificationPreferences.d.ts +0 -15
- package/funcs/authUserUpdateNotificationPreferences.d.ts.map +0 -1
- package/funcs/authUserUpdateNotificationPreferences.js +0 -102
- package/funcs/authUserUpdateNotificationPreferences.js.map +0 -1
- package/funcs/authUserUpdateProfileImage.d.ts +0 -15
- package/funcs/authUserUpdateProfileImage.d.ts.map +0 -1
- package/funcs/authUserUpdateProfileImage.js +0 -120
- package/funcs/authUserUpdateProfileImage.js.map +0 -1
- package/funcs/authVerifyEmailPhone.d.ts +0 -15
- package/funcs/authVerifyEmailPhone.d.ts.map +0 -1
- package/funcs/authVerifyEmailPhone.js +0 -98
- package/funcs/authVerifyEmailPhone.js.map +0 -1
- package/funcs/authVerifyOtp.d.ts +0 -15
- package/funcs/authVerifyOtp.d.ts.map +0 -1
- package/funcs/authVerifyOtp.js +0 -97
- package/funcs/authVerifyOtp.js.map +0 -1
- package/funcs/campaignsNewsletterSubscribe.d.ts +0 -15
- package/funcs/campaignsNewsletterSubscribe.d.ts.map +0 -1
- package/funcs/campaignsNewsletterSubscribe.js +0 -98
- package/funcs/campaignsNewsletterSubscribe.js.map +0 -1
- package/funcs/campaignsSubscribeNewsletter.d.ts +0 -15
- package/funcs/campaignsSubscribeNewsletter.d.ts.map +0 -1
- package/funcs/campaignsSubscribeNewsletter.js +0 -91
- package/funcs/campaignsSubscribeNewsletter.js.map +0 -1
- package/funcs/cartsAddItem.d.ts +0 -16
- package/funcs/cartsAddItem.d.ts.map +0 -1
- package/funcs/cartsAddItem.js +0 -105
- package/funcs/cartsAddItem.js.map +0 -1
- package/funcs/cartsCreate.d.ts +0 -15
- package/funcs/cartsCreate.d.ts.map +0 -1
- package/funcs/cartsCreate.js +0 -97
- package/funcs/cartsCreate.js.map +0 -1
- package/funcs/cartsDelete.d.ts +0 -16
- package/funcs/cartsDelete.d.ts.map +0 -1
- package/funcs/cartsDelete.js +0 -104
- package/funcs/cartsDelete.js.map +0 -1
- package/funcs/cartsGet.d.ts +0 -16
- package/funcs/cartsGet.d.ts.map +0 -1
- package/funcs/cartsGet.js +0 -104
- package/funcs/cartsGet.js.map +0 -1
- package/funcs/catalogCategoriesList.d.ts +0 -15
- package/funcs/catalogCategoriesList.d.ts.map +0 -1
- package/funcs/catalogCategoriesList.js +0 -101
- package/funcs/catalogCategoriesList.js.map +0 -1
- package/funcs/catalogGetSimilarProducts.d.ts +0 -16
- package/funcs/catalogGetSimilarProducts.d.ts.map +0 -1
- package/funcs/catalogGetSimilarProducts.js +0 -105
- package/funcs/catalogGetSimilarProducts.js.map +0 -1
- package/funcs/catalogProductsCrossSellList.d.ts +0 -16
- package/funcs/catalogProductsCrossSellList.d.ts.map +0 -1
- package/funcs/catalogProductsCrossSellList.js +0 -101
- package/funcs/catalogProductsCrossSellList.js.map +0 -1
- package/funcs/catalogProductsGet.d.ts +0 -16
- package/funcs/catalogProductsGet.d.ts.map +0 -1
- package/funcs/catalogProductsGet.js +0 -108
- package/funcs/catalogProductsGet.js.map +0 -1
- package/funcs/catalogProductsGetCrossSells.d.ts +0 -16
- package/funcs/catalogProductsGetCrossSells.d.ts.map +0 -1
- package/funcs/catalogProductsGetCrossSells.js +0 -105
- package/funcs/catalogProductsGetCrossSells.js.map +0 -1
- package/funcs/catalogProductsGetSimilar.d.ts +0 -16
- package/funcs/catalogProductsGetSimilar.d.ts.map +0 -1
- package/funcs/catalogProductsGetSimilar.js +0 -105
- package/funcs/catalogProductsGetSimilar.js.map +0 -1
- package/funcs/catalogProductsGetUpsells.d.ts +0 -16
- package/funcs/catalogProductsGetUpsells.d.ts.map +0 -1
- package/funcs/catalogProductsGetUpsells.js +0 -105
- package/funcs/catalogProductsGetUpsells.js.map +0 -1
- package/funcs/catalogProductsList.d.ts +0 -16
- package/funcs/catalogProductsList.d.ts.map +0 -1
- package/funcs/catalogProductsList.js +0 -106
- package/funcs/catalogProductsList.js.map +0 -1
- package/funcs/catalogProductsRecommendedList.d.ts +0 -16
- package/funcs/catalogProductsRecommendedList.d.ts.map +0 -1
- package/funcs/catalogProductsRecommendedList.js +0 -84
- package/funcs/catalogProductsRecommendedList.js.map +0 -1
- package/funcs/catalogProductsReviewsCreate.d.ts +0 -16
- package/funcs/catalogProductsReviewsCreate.d.ts.map +0 -1
- package/funcs/catalogProductsReviewsCreate.js +0 -118
- package/funcs/catalogProductsReviewsCreate.js.map +0 -1
- package/funcs/catalogProductsReviewsList.d.ts +0 -16
- package/funcs/catalogProductsReviewsList.d.ts.map +0 -1
- package/funcs/catalogProductsReviewsList.js +0 -112
- package/funcs/catalogProductsReviewsList.js.map +0 -1
- package/funcs/catalogProductsSimilarList.d.ts +0 -16
- package/funcs/catalogProductsSimilarList.d.ts.map +0 -1
- package/funcs/catalogProductsSimilarList.js +0 -101
- package/funcs/catalogProductsSimilarList.js.map +0 -1
- package/funcs/catalogProductsUpSellList.d.ts +0 -16
- package/funcs/catalogProductsUpSellList.d.ts.map +0 -1
- package/funcs/catalogProductsUpSellList.js +0 -101
- package/funcs/catalogProductsUpSellList.js.map +0 -1
- package/funcs/catalogProductsVariantsGet.d.ts +0 -16
- package/funcs/catalogProductsVariantsGet.d.ts.map +0 -1
- package/funcs/catalogProductsVariantsGet.js +0 -112
- package/funcs/catalogProductsVariantsGet.js.map +0 -1
- package/funcs/catalogProductsVariantsList.d.ts +0 -16
- package/funcs/catalogProductsVariantsList.d.ts.map +0 -1
- package/funcs/catalogProductsVariantsList.js +0 -108
- package/funcs/catalogProductsVariantsList.js.map +0 -1
- package/funcs/catalogSkusList.d.ts +0 -16
- package/funcs/catalogSkusList.d.ts.map +0 -1
- package/funcs/catalogSkusList.js +0 -107
- package/funcs/catalogSkusList.js.map +0 -1
- package/funcs/categoriesList.d.ts +0 -15
- package/funcs/categoriesList.d.ts.map +0 -1
- package/funcs/categoriesList.js +0 -101
- package/funcs/categoriesList.js.map +0 -1
- package/funcs/checkoutApplyCoupon.d.ts +0 -16
- package/funcs/checkoutApplyCoupon.d.ts.map +0 -1
- package/funcs/checkoutApplyCoupon.js +0 -101
- package/funcs/checkoutApplyCoupon.js.map +0 -1
- package/funcs/checkoutRedeemGiftCard.d.ts +0 -15
- package/funcs/checkoutRedeemGiftCard.d.ts.map +0 -1
- package/funcs/checkoutRedeemGiftCard.js +0 -98
- package/funcs/checkoutRedeemGiftCard.js.map +0 -1
- package/funcs/checkoutRedeemLoyaltyPoints.d.ts +0 -16
- package/funcs/checkoutRedeemLoyaltyPoints.d.ts.map +0 -1
- package/funcs/checkoutRedeemLoyaltyPoints.js +0 -101
- package/funcs/checkoutRedeemLoyaltyPoints.js.map +0 -1
- package/funcs/checkoutRemoveCoupon.d.ts +0 -16
- package/funcs/checkoutRemoveCoupon.d.ts.map +0 -1
- package/funcs/checkoutRemoveCoupon.js +0 -101
- package/funcs/checkoutRemoveCoupon.js.map +0 -1
- package/funcs/checkoutRemoveCreditBalance.d.ts +0 -16
- package/funcs/checkoutRemoveCreditBalance.d.ts.map +0 -1
- package/funcs/checkoutRemoveCreditBalance.js +0 -101
- package/funcs/checkoutRemoveCreditBalance.js.map +0 -1
- package/funcs/checkoutRemoveLoyaltyPoints.d.ts +0 -16
- package/funcs/checkoutRemoveLoyaltyPoints.d.ts.map +0 -1
- package/funcs/checkoutRemoveLoyaltyPoints.js +0 -101
- package/funcs/checkoutRemoveLoyaltyPoints.js.map +0 -1
- package/funcs/checkoutUpdateAddress.d.ts +0 -16
- package/funcs/checkoutUpdateAddress.d.ts.map +0 -1
- package/funcs/checkoutUpdateAddress.js +0 -101
- package/funcs/checkoutUpdateAddress.js.map +0 -1
- package/funcs/checkoutUseCreditBalance.d.ts +0 -16
- package/funcs/checkoutUseCreditBalance.d.ts.map +0 -1
- package/funcs/checkoutUseCreditBalance.js +0 -101
- package/funcs/checkoutUseCreditBalance.js.map +0 -1
- package/funcs/commonCountriesGetPincodes.d.ts +0 -15
- package/funcs/commonCountriesGetPincodes.d.ts.map +0 -1
- package/funcs/commonCountriesGetPincodes.js +0 -102
- package/funcs/commonCountriesGetPincodes.js.map +0 -1
- package/funcs/commonCountriesGetStates.d.ts +0 -15
- package/funcs/commonCountriesGetStates.d.ts.map +0 -1
- package/funcs/commonCountriesGetStates.js +0 -96
- package/funcs/commonCountriesGetStates.js.map +0 -1
- package/funcs/commonGetCountries.d.ts +0 -15
- package/funcs/commonGetCountries.d.ts.map +0 -1
- package/funcs/commonGetCountries.js +0 -80
- package/funcs/commonGetCountries.js.map +0 -1
- package/funcs/countriesGetPincodes.d.ts +0 -15
- package/funcs/countriesGetPincodes.d.ts.map +0 -1
- package/funcs/countriesGetPincodes.js +0 -105
- package/funcs/countriesGetPincodes.js.map +0 -1
- package/funcs/countriesGetStates.d.ts +0 -15
- package/funcs/countriesGetStates.d.ts.map +0 -1
- package/funcs/countriesGetStates.js +0 -97
- package/funcs/countriesGetStates.js.map +0 -1
- package/funcs/customersAPIGetCustomersId.d.ts +0 -15
- package/funcs/customersAPIGetCustomersId.d.ts.map +0 -1
- package/funcs/customersAPIGetCustomersId.js +0 -100
- package/funcs/customersAPIGetCustomersId.js.map +0 -1
- package/funcs/customersAPIGetRecommendedProducts.d.ts +0 -16
- package/funcs/customersAPIGetRecommendedProducts.d.ts.map +0 -1
- package/funcs/customersAPIGetRecommendedProducts.js +0 -104
- package/funcs/customersAPIGetRecommendedProducts.js.map +0 -1
- package/funcs/customersAPIPostCustomers.d.ts +0 -17
- package/funcs/customersAPIPostCustomers.d.ts.map +0 -1
- package/funcs/customersAPIPostCustomers.js +0 -102
- package/funcs/customersAPIPostCustomers.js.map +0 -1
- package/funcs/customersAPIPutCustomersId.d.ts +0 -16
- package/funcs/customersAPIPutCustomersId.d.ts.map +0 -1
- package/funcs/customersAPIPutCustomersId.js +0 -105
- package/funcs/customersAPIPutCustomersId.js.map +0 -1
- package/funcs/customersAddressesAdd.d.ts +0 -16
- package/funcs/customersAddressesAdd.d.ts.map +0 -1
- package/funcs/customersAddressesAdd.js +0 -105
- package/funcs/customersAddressesAdd.js.map +0 -1
- package/funcs/customersAddressesDelete.d.ts +0 -16
- package/funcs/customersAddressesDelete.d.ts.map +0 -1
- package/funcs/customersAddressesDelete.js +0 -108
- package/funcs/customersAddressesDelete.js.map +0 -1
- package/funcs/customersAddressesGet.d.ts +0 -16
- package/funcs/customersAddressesGet.d.ts.map +0 -1
- package/funcs/customersAddressesGet.js +0 -108
- package/funcs/customersAddressesGet.js.map +0 -1
- package/funcs/customersAddressesList.d.ts +0 -15
- package/funcs/customersAddressesList.d.ts.map +0 -1
- package/funcs/customersAddressesList.js +0 -105
- package/funcs/customersAddressesList.js.map +0 -1
- package/funcs/customersAddressesUpdate.d.ts +0 -16
- package/funcs/customersAddressesUpdate.d.ts.map +0 -1
- package/funcs/customersAddressesUpdate.js +0 -109
- package/funcs/customersAddressesUpdate.js.map +0 -1
- package/funcs/customersCreate.d.ts +0 -17
- package/funcs/customersCreate.d.ts.map +0 -1
- package/funcs/customersCreate.js +0 -102
- package/funcs/customersCreate.js.map +0 -1
- package/funcs/customersGet.d.ts +0 -15
- package/funcs/customersGet.d.ts.map +0 -1
- package/funcs/customersGet.js +0 -100
- package/funcs/customersGet.js.map +0 -1
- package/funcs/customersGetAddresses.d.ts +0 -15
- package/funcs/customersGetAddresses.d.ts.map +0 -1
- package/funcs/customersGetAddresses.js +0 -101
- package/funcs/customersGetAddresses.js.map +0 -1
- package/funcs/customersGetLoyaltyDetails.d.ts +0 -16
- package/funcs/customersGetLoyaltyDetails.d.ts.map +0 -1
- package/funcs/customersGetLoyaltyDetails.js +0 -104
- package/funcs/customersGetLoyaltyDetails.js.map +0 -1
- package/funcs/customersGetRecommendedProducts.d.ts +0 -16
- package/funcs/customersGetRecommendedProducts.d.ts.map +0 -1
- package/funcs/customersGetRecommendedProducts.js +0 -104
- package/funcs/customersGetRecommendedProducts.js.map +0 -1
- package/funcs/customersListAddresses.d.ts +0 -15
- package/funcs/customersListAddresses.d.ts.map +0 -1
- package/funcs/customersListAddresses.js +0 -105
- package/funcs/customersListAddresses.js.map +0 -1
- package/funcs/customersListLoyaltyPointsActivity.d.ts +0 -16
- package/funcs/customersListLoyaltyPointsActivity.d.ts.map +0 -1
- package/funcs/customersListLoyaltyPointsActivity.js +0 -110
- package/funcs/customersListLoyaltyPointsActivity.js.map +0 -1
- package/funcs/customersListReviews.d.ts +0 -15
- package/funcs/customersListReviews.d.ts.map +0 -1
- package/funcs/customersListReviews.js +0 -100
- package/funcs/customersListReviews.js.map +0 -1
- package/funcs/customersLoyaltyGet.d.ts +0 -16
- package/funcs/customersLoyaltyGet.d.ts.map +0 -1
- package/funcs/customersLoyaltyGet.js +0 -104
- package/funcs/customersLoyaltyGet.js.map +0 -1
- package/funcs/customersLoyaltyListActivities.d.ts +0 -16
- package/funcs/customersLoyaltyListActivities.d.ts.map +0 -1
- package/funcs/customersLoyaltyListActivities.js +0 -110
- package/funcs/customersLoyaltyListActivities.js.map +0 -1
- package/funcs/customersReviewsGetAll.d.ts +0 -15
- package/funcs/customersReviewsGetAll.d.ts.map +0 -1
- package/funcs/customersReviewsGetAll.js +0 -96
- package/funcs/customersReviewsGetAll.js.map +0 -1
- package/funcs/customersReviewsList.d.ts +0 -15
- package/funcs/customersReviewsList.d.ts.map +0 -1
- package/funcs/customersReviewsList.js +0 -100
- package/funcs/customersReviewsList.js.map +0 -1
- package/funcs/customersUpdate.d.ts +0 -16
- package/funcs/customersUpdate.d.ts.map +0 -1
- package/funcs/customersUpdate.js +0 -105
- package/funcs/customersUpdate.js.map +0 -1
- package/funcs/newsletterSubscribe.d.ts +0 -15
- package/funcs/newsletterSubscribe.d.ts.map +0 -1
- package/funcs/newsletterSubscribe.js +0 -98
- package/funcs/newsletterSubscribe.js.map +0 -1
- package/funcs/offersCouponsList.d.ts +0 -15
- package/funcs/offersCouponsList.d.ts.map +0 -1
- package/funcs/offersCouponsList.js +0 -85
- package/funcs/offersCouponsList.js.map +0 -1
- package/funcs/offersGetCoupons.d.ts +0 -15
- package/funcs/offersGetCoupons.d.ts.map +0 -1
- package/funcs/offersGetCoupons.js +0 -80
- package/funcs/offersGetCoupons.js.map +0 -1
- package/funcs/offersGetPromotions.d.ts +0 -16
- package/funcs/offersGetPromotions.d.ts.map +0 -1
- package/funcs/offersGetPromotions.js +0 -84
- package/funcs/offersGetPromotions.js.map +0 -1
- package/funcs/offersPromotionsList.d.ts +0 -16
- package/funcs/offersPromotionsList.d.ts.map +0 -1
- package/funcs/offersPromotionsList.js +0 -89
- package/funcs/offersPromotionsList.js.map +0 -1
- package/funcs/orderPaymentsList.d.ts +0 -16
- package/funcs/orderPaymentsList.d.ts.map +0 -1
- package/funcs/orderPaymentsList.js +0 -104
- package/funcs/orderPaymentsList.js.map +0 -1
- package/funcs/ordersCancel.d.ts +0 -16
- package/funcs/ordersCancel.d.ts.map +0 -1
- package/funcs/ordersCancel.js +0 -105
- package/funcs/ordersCancel.js.map +0 -1
- package/funcs/ordersCreate.d.ts +0 -16
- package/funcs/ordersCreate.d.ts.map +0 -1
- package/funcs/ordersCreate.js +0 -101
- package/funcs/ordersCreate.js.map +0 -1
- package/funcs/ordersGet.d.ts +0 -16
- package/funcs/ordersGet.d.ts.map +0 -1
- package/funcs/ordersGet.js +0 -104
- package/funcs/ordersGet.js.map +0 -1
- package/funcs/ordersGetReturns.d.ts +0 -15
- package/funcs/ordersGetReturns.d.ts.map +0 -1
- package/funcs/ordersGetReturns.js +0 -80
- package/funcs/ordersGetReturns.js.map +0 -1
- package/funcs/ordersList.d.ts +0 -15
- package/funcs/ordersList.d.ts.map +0 -1
- package/funcs/ordersList.js +0 -102
- package/funcs/ordersList.js.map +0 -1
- package/funcs/ordersPaymentsList.d.ts +0 -16
- package/funcs/ordersPaymentsList.d.ts.map +0 -1
- package/funcs/ordersPaymentsList.js +0 -104
- package/funcs/ordersPaymentsList.js.map +0 -1
- package/funcs/ordersRefundsList.d.ts +0 -16
- package/funcs/ordersRefundsList.d.ts.map +0 -1
- package/funcs/ordersRefundsList.js +0 -104
- package/funcs/ordersRefundsList.js.map +0 -1
- package/funcs/ordersRetryPayment.d.ts +0 -15
- package/funcs/ordersRetryPayment.d.ts.map +0 -1
- package/funcs/ordersRetryPayment.js +0 -101
- package/funcs/ordersRetryPayment.js.map +0 -1
- package/funcs/ordersReturnsCreate.d.ts +0 -16
- package/funcs/ordersReturnsCreate.d.ts.map +0 -1
- package/funcs/ordersReturnsCreate.js +0 -101
- package/funcs/ordersReturnsCreate.js.map +0 -1
- package/funcs/ordersReturnsGet.d.ts +0 -15
- package/funcs/ordersReturnsGet.d.ts.map +0 -1
- package/funcs/ordersReturnsGet.js +0 -100
- package/funcs/ordersReturnsGet.js.map +0 -1
- package/funcs/ordersReturnsList.d.ts +0 -15
- package/funcs/ordersReturnsList.d.ts.map +0 -1
- package/funcs/ordersReturnsList.js +0 -96
- package/funcs/ordersReturnsList.js.map +0 -1
- package/funcs/ordersShipmentsList.d.ts +0 -16
- package/funcs/ordersShipmentsList.d.ts.map +0 -1
- package/funcs/ordersShipmentsList.js +0 -104
- package/funcs/ordersShipmentsList.js.map +0 -1
- package/funcs/paymentsGenerateHash.d.ts +0 -15
- package/funcs/paymentsGenerateHash.d.ts.map +0 -1
- package/funcs/paymentsGenerateHash.js +0 -98
- package/funcs/paymentsGenerateHash.js.map +0 -1
- package/funcs/paymentsGetMethods.d.ts +0 -15
- package/funcs/paymentsGetMethods.d.ts.map +0 -1
- package/funcs/paymentsGetMethods.js +0 -98
- package/funcs/paymentsGetMethods.js.map +0 -1
- package/funcs/productReviewsList.d.ts +0 -16
- package/funcs/productReviewsList.d.ts.map +0 -1
- package/funcs/productReviewsList.js +0 -112
- package/funcs/productReviewsList.js.map +0 -1
- package/funcs/productsGetCrossSells.d.ts +0 -16
- package/funcs/productsGetCrossSells.d.ts.map +0 -1
- package/funcs/productsGetCrossSells.js +0 -105
- package/funcs/productsGetCrossSells.js.map +0 -1
- package/funcs/productsGetUpsells.d.ts +0 -16
- package/funcs/productsGetUpsells.d.ts.map +0 -1
- package/funcs/productsGetUpsells.js +0 -105
- package/funcs/productsGetUpsells.js.map +0 -1
- package/funcs/productsList.d.ts +0 -16
- package/funcs/productsList.d.ts.map +0 -1
- package/funcs/productsList.js +0 -106
- package/funcs/productsList.js.map +0 -1
- package/funcs/productsListVariants.d.ts +0 -16
- package/funcs/productsListVariants.d.ts.map +0 -1
- package/funcs/productsListVariants.js +0 -108
- package/funcs/productsListVariants.js.map +0 -1
- package/funcs/promotionsList.d.ts +0 -16
- package/funcs/promotionsList.d.ts.map +0 -1
- package/funcs/promotionsList.js +0 -89
- package/funcs/promotionsList.js.map +0 -1
- package/funcs/shippingCheckPincodeServiceability.d.ts +0 -16
- package/funcs/shippingCheckPincodeServiceability.d.ts.map +0 -1
- package/funcs/shippingCheckPincodeServiceability.js +0 -104
- package/funcs/shippingCheckPincodeServiceability.js.map +0 -1
- package/funcs/shippingGetPincodeServiceability.d.ts +0 -16
- package/funcs/shippingGetPincodeServiceability.d.ts.map +0 -1
- package/funcs/shippingGetPincodeServiceability.js +0 -100
- package/funcs/shippingGetPincodeServiceability.js.map +0 -1
- package/funcs/userDeactivateAccount.d.ts +0 -15
- package/funcs/userDeactivateAccount.d.ts.map +0 -1
- package/funcs/userDeactivateAccount.js +0 -100
- package/funcs/userDeactivateAccount.js.map +0 -1
- package/funcs/userNotificationPreferencesCreate.d.ts +0 -15
- package/funcs/userNotificationPreferencesCreate.d.ts.map +0 -1
- package/funcs/userNotificationPreferencesCreate.js +0 -103
- package/funcs/userNotificationPreferencesCreate.js.map +0 -1
- package/funcs/userNotificationPreferencesGet.d.ts +0 -15
- package/funcs/userNotificationPreferencesGet.d.ts.map +0 -1
- package/funcs/userNotificationPreferencesGet.js +0 -101
- package/funcs/userNotificationPreferencesGet.js.map +0 -1
- package/funcs/userNotificationPreferencesUpdate.d.ts +0 -15
- package/funcs/userNotificationPreferencesUpdate.d.ts.map +0 -1
- package/funcs/userNotificationPreferencesUpdate.js +0 -102
- package/funcs/userNotificationPreferencesUpdate.js.map +0 -1
- package/funcs/usersNotificationPreferencesCreate.d.ts +0 -15
- package/funcs/usersNotificationPreferencesCreate.d.ts.map +0 -1
- package/funcs/usersNotificationPreferencesCreate.js +0 -103
- package/funcs/usersNotificationPreferencesCreate.js.map +0 -1
- package/funcs/usersNotificationPreferencesGet.d.ts +0 -15
- package/funcs/usersNotificationPreferencesGet.d.ts.map +0 -1
- package/funcs/usersNotificationPreferencesGet.js +0 -101
- package/funcs/usersNotificationPreferencesGet.js.map +0 -1
- package/funcs/utilsGetCountries.d.ts +0 -15
- package/funcs/utilsGetCountries.d.ts.map +0 -1
- package/funcs/utilsGetCountries.js +0 -85
- package/funcs/utilsGetCountries.js.map +0 -1
- package/funcs/utilsGetPincodes.d.ts +0 -15
- package/funcs/utilsGetPincodes.d.ts.map +0 -1
- package/funcs/utilsGetPincodes.js +0 -105
- package/funcs/utilsGetPincodes.js.map +0 -1
- package/funcs/utilsGetStates.d.ts +0 -15
- package/funcs/utilsGetStates.d.ts.map +0 -1
- package/funcs/utilsGetStates.js +0 -97
- package/funcs/utilsGetStates.js.map +0 -1
- package/funcs/variantsGet.d.ts +0 -16
- package/funcs/variantsGet.d.ts.map +0 -1
- package/funcs/variantsGet.js +0 -112
- package/funcs/variantsGet.js.map +0 -1
- package/funcs/wishlistAdd.d.ts +0 -16
- package/funcs/wishlistAdd.d.ts.map +0 -1
- package/funcs/wishlistAdd.js +0 -105
- package/funcs/wishlistAdd.js.map +0 -1
- package/funcs/wishlistDelete.d.ts +0 -16
- package/funcs/wishlistDelete.d.ts.map +0 -1
- package/funcs/wishlistDelete.js +0 -105
- package/funcs/wishlistDelete.js.map +0 -1
- package/funcs/wishlistGet.d.ts +0 -15
- package/funcs/wishlistGet.d.ts.map +0 -1
- package/funcs/wishlistGet.js +0 -100
- package/funcs/wishlistGet.js.map +0 -1
- package/funcs/wishlistsDeleteProduct.d.ts +0 -16
- package/funcs/wishlistsDeleteProduct.d.ts.map +0 -1
- package/funcs/wishlistsDeleteProduct.js +0 -105
- package/funcs/wishlistsDeleteProduct.js.map +0 -1
- package/funcs/wishlistsGet.d.ts +0 -15
- package/funcs/wishlistsGet.d.ts.map +0 -1
- package/funcs/wishlistsGet.js +0 -100
- package/funcs/wishlistsGet.js.map +0 -1
- package/hooks/hooks.d.ts +0 -24
- package/hooks/hooks.d.ts.map +0 -1
- package/hooks/hooks.js +0 -84
- package/hooks/hooks.js.map +0 -1
- package/hooks/index.d.ts +0 -3
- package/hooks/index.d.ts.map +0 -1
- package/hooks/index.js +0 -22
- package/hooks/index.js.map +0 -1
- package/hooks/types.d.ts +0 -77
- package/hooks/types.d.ts.map +0 -1
- package/hooks/types.js +0 -6
- package/hooks/types.js.map +0 -1
- package/index.d.ts +0 -4
- package/index.d.ts.map +0 -1
- package/index.js +0 -36
- package/index.js.map +0 -1
- package/lib/base64.d.ts +0 -10
- package/lib/base64.d.ts.map +0 -1
- package/lib/base64.js +0 -61
- package/lib/base64.js.map +0 -1
- package/lib/config.d.ts +0 -38
- package/lib/config.d.ts.map +0 -1
- package/lib/config.js +0 -52
- package/lib/config.js.map +0 -1
- package/lib/dlv.d.ts +0 -14
- package/lib/dlv.d.ts.map +0 -1
- package/lib/dlv.js +0 -49
- package/lib/dlv.js.map +0 -1
- package/lib/encodings.d.ts +0 -51
- package/lib/encodings.d.ts.map +0 -1
- package/lib/encodings.js +0 -343
- package/lib/encodings.js.map +0 -1
- package/lib/files.d.ts +0 -8
- package/lib/files.d.ts.map +0 -1
- package/lib/files.js +0 -36
- package/lib/files.js.map +0 -1
- package/lib/http.d.ts +0 -67
- package/lib/http.d.ts.map +0 -1
- package/lib/http.js +0 -218
- package/lib/http.js.map +0 -1
- package/lib/is-plain-object.d.ts +0 -2
- package/lib/is-plain-object.d.ts.map +0 -1
- package/lib/is-plain-object.js +0 -41
- package/lib/is-plain-object.js.map +0 -1
- package/lib/logger.d.ts +0 -6
- package/lib/logger.d.ts.map +0 -1
- package/lib/logger.js +0 -6
- package/lib/logger.js.map +0 -1
- package/lib/matchers.d.ts +0 -64
- package/lib/matchers.d.ts.map +0 -1
- package/lib/matchers.js +0 -205
- package/lib/matchers.js.map +0 -1
- package/lib/primitives.d.ts +0 -22
- package/lib/primitives.d.ts.map +0 -1
- package/lib/primitives.js +0 -94
- package/lib/primitives.js.map +0 -1
- package/lib/retries.d.ts +0 -38
- package/lib/retries.d.ts.map +0 -1
- package/lib/retries.js +0 -155
- package/lib/retries.js.map +0 -1
- package/lib/schemas.d.ts +0 -19
- package/lib/schemas.d.ts.map +0 -1
- package/lib/schemas.js +0 -59
- package/lib/schemas.js.map +0 -1
- package/lib/sdks.d.ts +0 -56
- package/lib/sdks.d.ts.map +0 -1
- package/lib/sdks.js +0 -273
- package/lib/sdks.js.map +0 -1
- package/lib/security.d.ts +0 -82
- package/lib/security.d.ts.map +0 -1
- package/lib/security.js +0 -138
- package/lib/security.js.map +0 -1
- package/lib/url.d.ts +0 -5
- package/lib/url.d.ts.map +0 -1
- package/lib/url.js +0 -25
- package/lib/url.js.map +0 -1
- package/models/components/analyticsevent.d.ts +0 -162
- package/models/components/analyticsevent.d.ts.map +0 -1
- package/models/components/analyticsevent.js +0 -164
- package/models/components/analyticsevent.js.map +0 -1
- package/models/components/banktransfer.d.ts +0 -162
- package/models/components/banktransfer.d.ts.map +0 -1
- package/models/components/banktransfer.js +0 -169
- package/models/components/banktransfer.js.map +0 -1
- package/models/components/business.d.ts +0 -35
- package/models/components/business.d.ts.map +0 -1
- package/models/components/business.js +0 -76
- package/models/components/business.js.map +0 -1
- package/models/components/cardpayment.d.ts +0 -190
- package/models/components/cardpayment.d.ts.map +0 -1
- package/models/components/cardpayment.js +0 -190
- package/models/components/cardpayment.js.map +0 -1
- package/models/components/cart.d.ts +0 -197
- package/models/components/cart.d.ts.map +0 -1
- package/models/components/cart.js +0 -201
- package/models/components/cart.js.map +0 -1
- package/models/components/cartitem.d.ts +0 -169
- package/models/components/cartitem.d.ts.map +0 -1
- package/models/components/cartitem.js +0 -169
- package/models/components/cartitem.js.map +0 -1
- package/models/components/country.d.ts +0 -44
- package/models/components/country.d.ts.map +0 -1
- package/models/components/country.js +0 -92
- package/models/components/country.js.map +0 -1
- package/models/components/countrystate.d.ts +0 -36
- package/models/components/countrystate.d.ts.map +0 -1
- package/models/components/countrystate.js +0 -74
- package/models/components/countrystate.js.map +0 -1
- package/models/components/coupon.d.ts +0 -123
- package/models/components/coupon.d.ts.map +0 -1
- package/models/components/coupon.js +0 -172
- package/models/components/coupon.js.map +0 -1
- package/models/components/createcustomer.d.ts +0 -33
- package/models/components/createcustomer.d.ts.map +0 -1
- package/models/components/createcustomer.js +0 -63
- package/models/components/createcustomer.js.map +0 -1
- package/models/components/createorderreturn.d.ts +0 -29
- package/models/components/createorderreturn.d.ts.map +0 -1
- package/models/components/createorderreturn.js +0 -69
- package/models/components/createorderreturn.js.map +0 -1
- package/models/components/createreview.d.ts +0 -96
- package/models/components/createreview.d.ts.map +0 -1
- package/models/components/createreview.js +0 -160
- package/models/components/createreview.js.map +0 -1
- package/models/components/currency.d.ts +0 -33
- package/models/components/currency.d.ts.map +0 -1
- package/models/components/currency.js +0 -63
- package/models/components/currency.js.map +0 -1
- package/models/components/customeraddress.d.ts +0 -159
- package/models/components/customeraddress.d.ts.map +0 -1
- package/models/components/customeraddress.js +0 -194
- package/models/components/customeraddress.js.map +0 -1
- package/models/components/customeraddressinput.d.ts +0 -163
- package/models/components/customeraddressinput.d.ts.map +0 -1
- package/models/components/customeraddressinput.js +0 -203
- package/models/components/customeraddressinput.js.map +0 -1
- package/models/components/customerdetail.d.ts +0 -54
- package/models/components/customerdetail.d.ts.map +0 -1
- package/models/components/customerdetail.js +0 -93
- package/models/components/customerdetail.js.map +0 -1
- package/models/components/customerloyalty.d.ts +0 -41
- package/models/components/customerloyalty.d.ts.map +0 -1
- package/models/components/customerloyalty.js +0 -92
- package/models/components/customerloyalty.js.map +0 -1
- package/models/components/customerreadyforreview.d.ts +0 -42
- package/models/components/customerreadyforreview.d.ts.map +0 -1
- package/models/components/customerreadyforreview.js +0 -88
- package/models/components/customerreadyforreview.js.map +0 -1
- package/models/components/customerreview.d.ts +0 -153
- package/models/components/customerreview.d.ts.map +0 -1
- package/models/components/customerreview.js +0 -242
- package/models/components/customerreview.js.map +0 -1
- package/models/components/discountbasedpromotion.d.ts +0 -104
- package/models/components/discountbasedpromotion.d.ts.map +0 -1
- package/models/components/discountbasedpromotion.js +0 -144
- package/models/components/discountbasedpromotion.js.map +0 -1
- package/models/components/fixedpricepromotion.d.ts +0 -65
- package/models/components/fixedpricepromotion.d.ts.map +0 -1
- package/models/components/fixedpricepromotion.js +0 -117
- package/models/components/fixedpricepromotion.js.map +0 -1
- package/models/components/freegoodspromotion.d.ts +0 -70
- package/models/components/freegoodspromotion.d.ts.map +0 -1
- package/models/components/freegoodspromotion.js +0 -121
- package/models/components/freegoodspromotion.js.map +0 -1
- package/models/components/index.d.ts +0 -61
- package/models/components/index.d.ts.map +0 -1
- package/models/components/index.js +0 -80
- package/models/components/index.js.map +0 -1
- package/models/components/loyaltypointactivity.d.ts +0 -94
- package/models/components/loyaltypointactivity.d.ts.map +0 -1
- package/models/components/loyaltypointactivity.js +0 -130
- package/models/components/loyaltypointactivity.js.map +0 -1
- package/models/components/netbankingpayment.d.ts +0 -154
- package/models/components/netbankingpayment.d.ts.map +0 -1
- package/models/components/netbankingpayment.js +0 -165
- package/models/components/netbankingpayment.js.map +0 -1
- package/models/components/notificationchannelpreferences.d.ts +0 -45
- package/models/components/notificationchannelpreferences.d.ts.map +0 -1
- package/models/components/notificationchannelpreferences.js +0 -63
- package/models/components/notificationchannelpreferences.js.map +0 -1
- package/models/components/notificationpreferences.d.ts +0 -46
- package/models/components/notificationpreferences.d.ts.map +0 -1
- package/models/components/notificationpreferences.js +0 -64
- package/models/components/notificationpreferences.js.map +0 -1
- package/models/components/orderdetail.d.ts +0 -312
- package/models/components/orderdetail.d.ts.map +0 -1
- package/models/components/orderdetail.js +0 -362
- package/models/components/orderdetail.js.map +0 -1
- package/models/components/orderitem.d.ts +0 -92
- package/models/components/orderitem.d.ts.map +0 -1
- package/models/components/orderitem.js +0 -162
- package/models/components/orderitem.js.map +0 -1
- package/models/components/orderlist.d.ts +0 -237
- package/models/components/orderlist.d.ts.map +0 -1
- package/models/components/orderlist.js +0 -225
- package/models/components/orderlist.js.map +0 -1
- package/models/components/orderpayment.d.ts +0 -33
- package/models/components/orderpayment.d.ts.map +0 -1
- package/models/components/orderpayment.js +0 -72
- package/models/components/orderpayment.js.map +0 -1
- package/models/components/orderrefund.d.ts +0 -110
- package/models/components/orderrefund.d.ts.map +0 -1
- package/models/components/orderrefund.js +0 -145
- package/models/components/orderrefund.js.map +0 -1
- package/models/components/orderreturn.d.ts +0 -59
- package/models/components/orderreturn.d.ts.map +0 -1
- package/models/components/orderreturn.js +0 -165
- package/models/components/orderreturn.js.map +0 -1
- package/models/components/orderreturnitem.d.ts +0 -91
- package/models/components/orderreturnitem.d.ts.map +0 -1
- package/models/components/orderreturnitem.js +0 -130
- package/models/components/orderreturnitem.js.map +0 -1
- package/models/components/ordershipment.d.ts +0 -125
- package/models/components/ordershipment.d.ts.map +0 -1
- package/models/components/ordershipment.js +0 -170
- package/models/components/ordershipment.js.map +0 -1
- package/models/components/pagination.d.ts +0 -40
- package/models/components/pagination.d.ts.map +0 -1
- package/models/components/pagination.js +0 -82
- package/models/components/pagination.js.map +0 -1
- package/models/components/pincode.d.ts +0 -40
- package/models/components/pincode.d.ts.map +0 -1
- package/models/components/pincode.js +0 -80
- package/models/components/pincode.js.map +0 -1
- package/models/components/productattribute.d.ts +0 -137
- package/models/components/productattribute.d.ts.map +0 -1
- package/models/components/productattribute.js +0 -196
- package/models/components/productattribute.js.map +0 -1
- package/models/components/productbundleitem.d.ts +0 -47
- package/models/components/productbundleitem.d.ts.map +0 -1
- package/models/components/productbundleitem.js +0 -94
- package/models/components/productbundleitem.js.map +0 -1
- package/models/components/productcategory.d.ts +0 -76
- package/models/components/productcategory.d.ts.map +0 -1
- package/models/components/productcategory.js +0 -131
- package/models/components/productcategory.js.map +0 -1
- package/models/components/productdetail.d.ts +0 -211
- package/models/components/productdetail.d.ts.map +0 -1
- package/models/components/productdetail.js +0 -285
- package/models/components/productdetail.js.map +0 -1
- package/models/components/productimage.d.ts +0 -41
- package/models/components/productimage.d.ts.map +0 -1
- package/models/components/productimage.js +0 -90
- package/models/components/productimage.js.map +0 -1
- package/models/components/productlist.d.ts +0 -155
- package/models/components/productlist.d.ts.map +0 -1
- package/models/components/productlist.js +0 -226
- package/models/components/productlist.js.map +0 -1
- package/models/components/productpackaging.d.ts +0 -68
- package/models/components/productpackaging.d.ts.map +0 -1
- package/models/components/productpackaging.js +0 -116
- package/models/components/productpackaging.js.map +0 -1
- package/models/components/productpricing.d.ts +0 -68
- package/models/components/productpricing.d.ts.map +0 -1
- package/models/components/productpricing.js +0 -117
- package/models/components/productpricing.js.map +0 -1
- package/models/components/productpromotion.d.ts +0 -29
- package/models/components/productpromotion.d.ts.map +0 -1
- package/models/components/productpromotion.js +0 -69
- package/models/components/productpromotion.js.map +0 -1
- package/models/components/productreview.d.ts +0 -208
- package/models/components/productreview.d.ts.map +0 -1
- package/models/components/productreview.js +0 -245
- package/models/components/productreview.js.map +0 -1
- package/models/components/productshipping.d.ts +0 -49
- package/models/components/productshipping.d.ts.map +0 -1
- package/models/components/productshipping.js +0 -108
- package/models/components/productshipping.js.map +0 -1
- package/models/components/productsubscription.d.ts +0 -124
- package/models/components/productsubscription.d.ts.map +0 -1
- package/models/components/productsubscription.js +0 -146
- package/models/components/productsubscription.js.map +0 -1
- package/models/components/productvideo.d.ts +0 -46
- package/models/components/productvideo.d.ts.map +0 -1
- package/models/components/productvideo.js +0 -94
- package/models/components/productvideo.js.map +0 -1
- package/models/components/promotion.d.ts +0 -117
- package/models/components/promotion.d.ts.map +0 -1
- package/models/components/promotion.js +0 -169
- package/models/components/promotion.js.map +0 -1
- package/models/components/recommendedproduct.d.ts +0 -155
- package/models/components/recommendedproduct.d.ts.map +0 -1
- package/models/components/recommendedproduct.js +0 -223
- package/models/components/recommendedproduct.js.map +0 -1
- package/models/components/saleschannel.d.ts +0 -39
- package/models/components/saleschannel.d.ts.map +0 -1
- package/models/components/saleschannel.js +0 -81
- package/models/components/saleschannel.js.map +0 -1
- package/models/components/security.d.ts +0 -29
- package/models/components/security.d.ts.map +0 -1
- package/models/components/security.js +0 -68
- package/models/components/security.js.map +0 -1
- package/models/components/seo.d.ts +0 -35
- package/models/components/seo.d.ts.map +0 -1
- package/models/components/seo.js +0 -80
- package/models/components/seo.js.map +0 -1
- package/models/components/shipmentitem.d.ts +0 -44
- package/models/components/shipmentitem.d.ts.map +0 -1
- package/models/components/shipmentitem.js +0 -88
- package/models/components/shipmentitem.js.map +0 -1
- package/models/components/skuinfo.d.ts +0 -104
- package/models/components/skuinfo.d.ts.map +0 -1
- package/models/components/skuinfo.js +0 -158
- package/models/components/skuinfo.js.map +0 -1
- package/models/components/updatecustomer.d.ts +0 -30
- package/models/components/updatecustomer.d.ts.map +0 -1
- package/models/components/updatecustomer.js +0 -60
- package/models/components/updatecustomer.js.map +0 -1
- package/models/components/upipayment.d.ts +0 -154
- package/models/components/upipayment.d.ts.map +0 -1
- package/models/components/upipayment.js +0 -165
- package/models/components/upipayment.js.map +0 -1
- package/models/components/user.d.ts +0 -103
- package/models/components/user.d.ts.map +0 -1
- package/models/components/user.js +0 -120
- package/models/components/user.js.map +0 -1
- package/models/components/userinput.d.ts +0 -63
- package/models/components/userinput.d.ts.map +0 -1
- package/models/components/userinput.js +0 -89
- package/models/components/userinput.js.map +0 -1
- package/models/components/variant.d.ts +0 -121
- package/models/components/variant.d.ts.map +0 -1
- package/models/components/variant.js +0 -166
- package/models/components/variant.js.map +0 -1
- package/models/components/variantdetail.d.ts +0 -126
- package/models/components/variantdetail.d.ts.map +0 -1
- package/models/components/variantdetail.js +0 -170
- package/models/components/variantdetail.js.map +0 -1
- package/models/components/volumebasedpromotion.d.ts +0 -67
- package/models/components/volumebasedpromotion.d.ts.map +0 -1
- package/models/components/volumebasedpromotion.js +0 -121
- package/models/components/volumebasedpromotion.js.map +0 -1
- package/models/components/walletpayment.d.ts +0 -154
- package/models/components/walletpayment.d.ts.map +0 -1
- package/models/components/walletpayment.js +0 -165
- package/models/components/walletpayment.js.map +0 -1
- package/models/errors/badrequest.d.ts +0 -72
- package/models/errors/badrequest.d.ts.map +0 -1
- package/models/errors/badrequest.js +0 -110
- package/models/errors/badrequest.js.map +0 -1
- package/models/errors/httpclienterrors.d.ts +0 -44
- package/models/errors/httpclienterrors.d.ts.map +0 -1
- package/models/errors/httpclienterrors.js +0 -78
- package/models/errors/httpclienterrors.js.map +0 -1
- package/models/errors/index.d.ts +0 -7
- package/models/errors/index.d.ts.map +0 -1
- package/models/errors/index.js +0 -26
- package/models/errors/index.js.map +0 -1
- package/models/errors/notfound.d.ts +0 -42
- package/models/errors/notfound.d.ts.map +0 -1
- package/models/errors/notfound.js +0 -77
- package/models/errors/notfound.js.map +0 -1
- package/models/errors/sdkerror.d.ts +0 -8
- package/models/errors/sdkerror.d.ts.map +0 -1
- package/models/errors/sdkerror.js +0 -21
- package/models/errors/sdkerror.js.map +0 -1
- package/models/errors/sdkvalidationerror.d.ts +0 -20
- package/models/errors/sdkvalidationerror.d.ts.map +0 -1
- package/models/errors/sdkvalidationerror.js +0 -105
- package/models/errors/sdkvalidationerror.js.map +0 -1
- package/models/errors/unauthorized.d.ts +0 -42
- package/models/errors/unauthorized.d.ts.map +0 -1
- package/models/errors/unauthorized.js +0 -77
- package/models/errors/unauthorized.js.map +0 -1
- package/models/operations/deleteauthuseridprofileimage.d.ts +0 -68
- package/models/operations/deleteauthuseridprofileimage.d.ts.map +0 -1
- package/models/operations/deleteauthuseridprofileimage.js +0 -88
- package/models/operations/deleteauthuseridprofileimage.js.map +0 -1
- package/models/operations/deletecartid.d.ts +0 -62
- package/models/operations/deletecartid.d.ts.map +0 -1
- package/models/operations/deletecartid.js +0 -97
- package/models/operations/deletecartid.js.map +0 -1
- package/models/operations/deletecreditbalance.d.ts +0 -90
- package/models/operations/deletecreditbalance.d.ts.map +0 -1
- package/models/operations/deletecreditbalance.js +0 -127
- package/models/operations/deletecreditbalance.js.map +0 -1
- package/models/operations/deletecustomeraddressid.d.ts +0 -67
- package/models/operations/deletecustomeraddressid.d.ts.map +0 -1
- package/models/operations/deletecustomeraddressid.js +0 -101
- package/models/operations/deletecustomeraddressid.js.map +0 -1
- package/models/operations/deleteloyaltypoints.d.ts +0 -90
- package/models/operations/deleteloyaltypoints.d.ts.map +0 -1
- package/models/operations/deleteloyaltypoints.js +0 -127
- package/models/operations/deleteloyaltypoints.js.map +0 -1
- package/models/operations/deleteremovecoupons.d.ts +0 -92
- package/models/operations/deleteremovecoupons.d.ts.map +0 -1
- package/models/operations/deleteremovecoupons.js +0 -131
- package/models/operations/deleteremovecoupons.js.map +0 -1
- package/models/operations/deletewishlist.d.ts +0 -91
- package/models/operations/deletewishlist.d.ts.map +0 -1
- package/models/operations/deletewishlist.js +0 -139
- package/models/operations/deletewishlist.js.map +0 -1
- package/models/operations/getaddress.d.ts +0 -203
- package/models/operations/getaddress.d.ts.map +0 -1
- package/models/operations/getaddress.js +0 -240
- package/models/operations/getaddress.js.map +0 -1
- package/models/operations/getanalyticstrack.d.ts +0 -34
- package/models/operations/getanalyticstrack.d.ts.map +0 -1
- package/models/operations/getanalyticstrack.js +0 -61
- package/models/operations/getanalyticstrack.js.map +0 -1
- package/models/operations/getauthuserid.d.ts +0 -102
- package/models/operations/getauthuserid.d.ts.map +0 -1
- package/models/operations/getauthuserid.js +0 -118
- package/models/operations/getauthuserid.js.map +0 -1
- package/models/operations/getauthuseridnotificationpreferences.d.ts +0 -105
- package/models/operations/getauthuseridnotificationpreferences.d.ts.map +0 -1
- package/models/operations/getauthuseridnotificationpreferences.js +0 -129
- package/models/operations/getauthuseridnotificationpreferences.js.map +0 -1
- package/models/operations/getauthuseridprofileimage.d.ts +0 -104
- package/models/operations/getauthuseridprofileimage.d.ts.map +0 -1
- package/models/operations/getauthuseridprofileimage.js +0 -128
- package/models/operations/getauthuseridprofileimage.js.map +0 -1
- package/models/operations/getcart.d.ts +0 -93
- package/models/operations/getcart.d.ts.map +0 -1
- package/models/operations/getcart.js +0 -127
- package/models/operations/getcart.js.map +0 -1
- package/models/operations/getcommoncountries.d.ts +0 -62
- package/models/operations/getcommoncountries.d.ts.map +0 -1
- package/models/operations/getcommoncountries.js +0 -91
- package/models/operations/getcommoncountries.js.map +0 -1
- package/models/operations/getcommoncountriescountryisocodepincodes.d.ts +0 -105
- package/models/operations/getcommoncountriescountryisocodepincodes.d.ts.map +0 -1
- package/models/operations/getcommoncountriescountryisocodepincodes.js +0 -133
- package/models/operations/getcommoncountriescountryisocodepincodes.js.map +0 -1
- package/models/operations/getcommoncountriesisocodestates.d.ts +0 -90
- package/models/operations/getcommoncountriesisocodestates.d.ts.map +0 -1
- package/models/operations/getcommoncountriesisocodestates.js +0 -129
- package/models/operations/getcommoncountriesisocodestates.js.map +0 -1
- package/models/operations/getcoupons.d.ts +0 -62
- package/models/operations/getcoupons.d.ts.map +0 -1
- package/models/operations/getcoupons.js +0 -91
- package/models/operations/getcoupons.js.map +0 -1
- package/models/operations/getcrosssell.d.ts +0 -105
- package/models/operations/getcrosssell.d.ts.map +0 -1
- package/models/operations/getcrosssell.js +0 -135
- package/models/operations/getcrosssell.js.map +0 -1
- package/models/operations/getcustomeraddressid.d.ts +0 -192
- package/models/operations/getcustomeraddressid.d.ts.map +0 -1
- package/models/operations/getcustomeraddressid.js +0 -239
- package/models/operations/getcustomeraddressid.js.map +0 -1
- package/models/operations/getcustomersid.d.ts +0 -90
- package/models/operations/getcustomersid.d.ts.map +0 -1
- package/models/operations/getcustomersid.js +0 -127
- package/models/operations/getcustomersid.js.map +0 -1
- package/models/operations/getcustomersuseridreviews.d.ts +0 -92
- package/models/operations/getcustomersuseridreviews.d.ts.map +0 -1
- package/models/operations/getcustomersuseridreviews.js +0 -141
- package/models/operations/getcustomersuseridreviews.js.map +0 -1
- package/models/operations/getloyaltypoint.d.ts +0 -92
- package/models/operations/getloyaltypoint.d.ts.map +0 -1
- package/models/operations/getloyaltypoint.js +0 -137
- package/models/operations/getloyaltypoint.js.map +0 -1
- package/models/operations/getloyaltypointactivity.d.ts +0 -105
- package/models/operations/getloyaltypointactivity.d.ts.map +0 -1
- package/models/operations/getloyaltypointactivity.js +0 -146
- package/models/operations/getloyaltypointactivity.js.map +0 -1
- package/models/operations/getorders.d.ts +0 -115
- package/models/operations/getorders.d.ts.map +0 -1
- package/models/operations/getorders.js +0 -139
- package/models/operations/getorders.js.map +0 -1
- package/models/operations/getordersid.d.ts +0 -90
- package/models/operations/getordersid.d.ts.map +0 -1
- package/models/operations/getordersid.js +0 -127
- package/models/operations/getordersid.js.map +0 -1
- package/models/operations/getordersidpayments.d.ts +0 -90
- package/models/operations/getordersidpayments.d.ts.map +0 -1
- package/models/operations/getordersidpayments.js +0 -127
- package/models/operations/getordersidpayments.js.map +0 -1
- package/models/operations/getordersidrefunds.d.ts +0 -90
- package/models/operations/getordersidrefunds.d.ts.map +0 -1
- package/models/operations/getordersidrefunds.js +0 -127
- package/models/operations/getordersidrefunds.js.map +0 -1
- package/models/operations/getordersidshipments.d.ts +0 -90
- package/models/operations/getordersidshipments.d.ts.map +0 -1
- package/models/operations/getordersidshipments.js +0 -127
- package/models/operations/getordersidshipments.js.map +0 -1
- package/models/operations/getordersordernumberreturn.d.ts +0 -59
- package/models/operations/getordersordernumberreturn.d.ts.map +0 -1
- package/models/operations/getordersordernumberreturn.js +0 -99
- package/models/operations/getordersordernumberreturn.js.map +0 -1
- package/models/operations/getordersordernumberreturnreturnid.d.ts +0 -87
- package/models/operations/getordersordernumberreturnreturnid.d.ts.map +0 -1
- package/models/operations/getordersordernumberreturnreturnid.js +0 -122
- package/models/operations/getordersordernumberreturnreturnid.js.map +0 -1
- package/models/operations/getordersreturns.d.ts +0 -56
- package/models/operations/getordersreturns.d.ts.map +0 -1
- package/models/operations/getordersreturns.js +0 -74
- package/models/operations/getordersreturns.js.map +0 -1
- package/models/operations/getpaymentspaymentmethods.d.ts +0 -153
- package/models/operations/getpaymentspaymentmethods.d.ts.map +0 -1
- package/models/operations/getpaymentspaymentmethods.js +0 -226
- package/models/operations/getpaymentspaymentmethods.js.map +0 -1
- package/models/operations/getproductdetails.d.ts +0 -95
- package/models/operations/getproductdetails.d.ts.map +0 -1
- package/models/operations/getproductdetails.js +0 -131
- package/models/operations/getproductdetails.js.map +0 -1
- package/models/operations/getproducts.d.ts +0 -115
- package/models/operations/getproducts.d.ts.map +0 -1
- package/models/operations/getproducts.js +0 -141
- package/models/operations/getproducts.js.map +0 -1
- package/models/operations/getproductscategories.d.ts +0 -105
- package/models/operations/getproductscategories.d.ts.map +0 -1
- package/models/operations/getproductscategories.js +0 -137
- package/models/operations/getproductscategories.js.map +0 -1
- package/models/operations/getproductsidreviews.d.ts +0 -122
- package/models/operations/getproductsidreviews.d.ts.map +0 -1
- package/models/operations/getproductsidreviews.js +0 -153
- package/models/operations/getproductsidreviews.js.map +0 -1
- package/models/operations/getproductvariantdetail.d.ts +0 -100
- package/models/operations/getproductvariantdetail.d.ts.map +0 -1
- package/models/operations/getproductvariantdetail.js +0 -135
- package/models/operations/getproductvariantdetail.js.map +0 -1
- package/models/operations/getproductvariants.d.ts +0 -95
- package/models/operations/getproductvariants.d.ts.map +0 -1
- package/models/operations/getproductvariants.js +0 -131
- package/models/operations/getproductvariants.js.map +0 -1
- package/models/operations/getpromotions.d.ts +0 -62
- package/models/operations/getpromotions.d.ts.map +0 -1
- package/models/operations/getpromotions.js +0 -91
- package/models/operations/getpromotions.js.map +0 -1
- package/models/operations/getrecommended.d.ts +0 -56
- package/models/operations/getrecommended.d.ts.map +0 -1
- package/models/operations/getrecommended.js +0 -74
- package/models/operations/getrecommended.js.map +0 -1
- package/models/operations/getrecommendedproducts.d.ts +0 -90
- package/models/operations/getrecommendedproducts.d.ts.map +0 -1
- package/models/operations/getrecommendedproducts.js +0 -119
- package/models/operations/getrecommendedproducts.js.map +0 -1
- package/models/operations/getshipmentpincodeserviceability.d.ts +0 -62
- package/models/operations/getshipmentpincodeserviceability.d.ts.map +0 -1
- package/models/operations/getshipmentpincodeserviceability.js +0 -88
- package/models/operations/getshipmentpincodeserviceability.js.map +0 -1
- package/models/operations/getsimilar.d.ts +0 -105
- package/models/operations/getsimilar.d.ts.map +0 -1
- package/models/operations/getsimilar.js +0 -135
- package/models/operations/getsimilar.js.map +0 -1
- package/models/operations/getskus.d.ts +0 -120
- package/models/operations/getskus.d.ts.map +0 -1
- package/models/operations/getskus.js +0 -143
- package/models/operations/getskus.js.map +0 -1
- package/models/operations/getupsell.d.ts +0 -108
- package/models/operations/getupsell.d.ts.map +0 -1
- package/models/operations/getupsell.js +0 -135
- package/models/operations/getupsell.js.map +0 -1
- package/models/operations/getwishtlist.d.ts +0 -90
- package/models/operations/getwishtlist.d.ts.map +0 -1
- package/models/operations/getwishtlist.js +0 -127
- package/models/operations/getwishtlist.js.map +0 -1
- package/models/operations/index.d.ts +0 -84
- package/models/operations/index.d.ts.map +0 -1
- package/models/operations/index.js +0 -103
- package/models/operations/index.js.map +0 -1
- package/models/operations/postaddress.d.ts +0 -190
- package/models/operations/postaddress.d.ts.map +0 -1
- package/models/operations/postaddress.js +0 -231
- package/models/operations/postaddress.js.map +0 -1
- package/models/operations/postapplycoupons.d.ts +0 -92
- package/models/operations/postapplycoupons.d.ts.map +0 -1
- package/models/operations/postapplycoupons.js +0 -131
- package/models/operations/postapplycoupons.js.map +0 -1
- package/models/operations/postauthanonymous.d.ts +0 -109
- package/models/operations/postauthanonymous.d.ts.map +0 -1
- package/models/operations/postauthanonymous.js +0 -141
- package/models/operations/postauthanonymous.js.map +0 -1
- package/models/operations/postauthchangepassword.d.ts +0 -119
- package/models/operations/postauthchangepassword.d.ts.map +0 -1
- package/models/operations/postauthchangepassword.js +0 -147
- package/models/operations/postauthchangepassword.js.map +0 -1
- package/models/operations/postauthforgotpassword.d.ts +0 -117
- package/models/operations/postauthforgotpassword.d.ts.map +0 -1
- package/models/operations/postauthforgotpassword.js +0 -139
- package/models/operations/postauthforgotpassword.js.map +0 -1
- package/models/operations/postauthgenerateotp.d.ts +0 -204
- package/models/operations/postauthgenerateotp.d.ts.map +0 -1
- package/models/operations/postauthgenerateotp.js +0 -196
- package/models/operations/postauthgenerateotp.js.map +0 -1
- package/models/operations/postauthloginemail.d.ts +0 -118
- package/models/operations/postauthloginemail.d.ts.map +0 -1
- package/models/operations/postauthloginemail.js +0 -140
- package/models/operations/postauthloginemail.js.map +0 -1
- package/models/operations/postauthloginpassword.d.ts +0 -130
- package/models/operations/postauthloginpassword.d.ts.map +0 -1
- package/models/operations/postauthloginpassword.js +0 -147
- package/models/operations/postauthloginpassword.js.map +0 -1
- package/models/operations/postauthloginphone.d.ts +0 -152
- package/models/operations/postauthloginphone.d.ts.map +0 -1
- package/models/operations/postauthloginphone.js +0 -166
- package/models/operations/postauthloginphone.js.map +0 -1
- package/models/operations/postauthloginwhatsapp.d.ts +0 -152
- package/models/operations/postauthloginwhatsapp.d.ts.map +0 -1
- package/models/operations/postauthloginwhatsapp.js +0 -165
- package/models/operations/postauthloginwhatsapp.js.map +0 -1
- package/models/operations/postauthlogout.d.ts +0 -84
- package/models/operations/postauthlogout.d.ts.map +0 -1
- package/models/operations/postauthlogout.js +0 -106
- package/models/operations/postauthlogout.js.map +0 -1
- package/models/operations/postauthrefreshtoken.d.ts +0 -109
- package/models/operations/postauthrefreshtoken.d.ts.map +0 -1
- package/models/operations/postauthrefreshtoken.js +0 -138
- package/models/operations/postauthrefreshtoken.js.map +0 -1
- package/models/operations/postauthregisteremail.d.ts +0 -132
- package/models/operations/postauthregisteremail.d.ts.map +0 -1
- package/models/operations/postauthregisteremail.js +0 -153
- package/models/operations/postauthregisteremail.js.map +0 -1
- package/models/operations/postauthregisterpassword.d.ts +0 -135
- package/models/operations/postauthregisterpassword.d.ts.map +0 -1
- package/models/operations/postauthregisterpassword.js +0 -153
- package/models/operations/postauthregisterpassword.js.map +0 -1
- package/models/operations/postauthregisterphone.d.ts +0 -166
- package/models/operations/postauthregisterphone.d.ts.map +0 -1
- package/models/operations/postauthregisterphone.js +0 -178
- package/models/operations/postauthregisterphone.js.map +0 -1
- package/models/operations/postauthregisterwhatsapp.d.ts +0 -166
- package/models/operations/postauthregisterwhatsapp.d.ts.map +0 -1
- package/models/operations/postauthregisterwhatsapp.js +0 -180
- package/models/operations/postauthregisterwhatsapp.js.map +0 -1
- package/models/operations/postauthresetpassword.d.ts +0 -119
- package/models/operations/postauthresetpassword.d.ts.map +0 -1
- package/models/operations/postauthresetpassword.js +0 -146
- package/models/operations/postauthresetpassword.js.map +0 -1
- package/models/operations/postauthuseridnotificationpreferences.d.ts +0 -135
- package/models/operations/postauthuseridnotificationpreferences.d.ts.map +0 -1
- package/models/operations/postauthuseridnotificationpreferences.js +0 -176
- package/models/operations/postauthuseridnotificationpreferences.js.map +0 -1
- package/models/operations/postauthuseridprofileimage.d.ts +0 -158
- package/models/operations/postauthuseridprofileimage.d.ts.map +0 -1
- package/models/operations/postauthuseridprofileimage.js +0 -207
- package/models/operations/postauthuseridprofileimage.js.map +0 -1
- package/models/operations/postauthverifiedemailphone.d.ts +0 -114
- package/models/operations/postauthverifiedemailphone.d.ts.map +0 -1
- package/models/operations/postauthverifiedemailphone.js +0 -134
- package/models/operations/postauthverifiedemailphone.js.map +0 -1
- package/models/operations/postauthverifyotp.d.ts +0 -169
- package/models/operations/postauthverifyotp.d.ts.map +0 -1
- package/models/operations/postauthverifyotp.js +0 -175
- package/models/operations/postauthverifyotp.js.map +0 -1
- package/models/operations/postcartaddress.d.ts +0 -153
- package/models/operations/postcartaddress.d.ts.map +0 -1
- package/models/operations/postcartaddress.js +0 -212
- package/models/operations/postcartaddress.js.map +0 -1
- package/models/operations/postcartitemid.d.ts +0 -128
- package/models/operations/postcartitemid.d.ts.map +0 -1
- package/models/operations/postcartitemid.js +0 -177
- package/models/operations/postcartitemid.js.map +0 -1
- package/models/operations/postcartsid.d.ts +0 -119
- package/models/operations/postcartsid.d.ts.map +0 -1
- package/models/operations/postcartsid.js +0 -159
- package/models/operations/postcartsid.js.map +0 -1
- package/models/operations/postcheckoutredeemgiftcard.d.ts +0 -59
- package/models/operations/postcheckoutredeemgiftcard.d.ts.map +0 -1
- package/models/operations/postcheckoutredeemgiftcard.js +0 -97
- package/models/operations/postcheckoutredeemgiftcard.js.map +0 -1
- package/models/operations/postcreditbalance.d.ts +0 -92
- package/models/operations/postcreditbalance.d.ts.map +0 -1
- package/models/operations/postcreditbalance.js +0 -131
- package/models/operations/postcreditbalance.js.map +0 -1
- package/models/operations/postcustomers.d.ts +0 -62
- package/models/operations/postcustomers.d.ts.map +0 -1
- package/models/operations/postcustomers.js +0 -100
- package/models/operations/postcustomers.js.map +0 -1
- package/models/operations/postcustomersnewslettersubscription.d.ts +0 -59
- package/models/operations/postcustomersnewslettersubscription.d.ts.map +0 -1
- package/models/operations/postcustomersnewslettersubscription.js +0 -88
- package/models/operations/postcustomersnewslettersubscription.js.map +0 -1
- package/models/operations/postloyaltypoints.d.ts +0 -92
- package/models/operations/postloyaltypoints.d.ts.map +0 -1
- package/models/operations/postloyaltypoints.js +0 -131
- package/models/operations/postloyaltypoints.js.map +0 -1
- package/models/operations/postorder.d.ts +0 -237
- package/models/operations/postorder.d.ts.map +0 -1
- package/models/operations/postorder.js +0 -273
- package/models/operations/postorder.js.map +0 -1
- package/models/operations/postordersordernumber.d.ts +0 -155
- package/models/operations/postordersordernumber.d.ts.map +0 -1
- package/models/operations/postordersordernumber.js +0 -198
- package/models/operations/postordersordernumber.js.map +0 -1
- package/models/operations/postordersordernumberreturn.d.ts +0 -84
- package/models/operations/postordersordernumberreturn.d.ts.map +0 -1
- package/models/operations/postordersordernumberreturn.js +0 -122
- package/models/operations/postordersordernumberreturn.js.map +0 -1
- package/models/operations/postpaymentsgeneratehash.d.ts +0 -121
- package/models/operations/postpaymentsgeneratehash.d.ts.map +0 -1
- package/models/operations/postpaymentsgeneratehash.js +0 -150
- package/models/operations/postpaymentsgeneratehash.js.map +0 -1
- package/models/operations/postproductsidreviews.d.ts +0 -65
- package/models/operations/postproductsidreviews.d.ts.map +0 -1
- package/models/operations/postproductsidreviews.js +0 -102
- package/models/operations/postproductsidreviews.js.map +0 -1
- package/models/operations/postretrypaymentorderid.d.ts +0 -280
- package/models/operations/postretrypaymentorderid.d.ts.map +0 -1
- package/models/operations/postretrypaymentorderid.js +0 -339
- package/models/operations/postretrypaymentorderid.js.map +0 -1
- package/models/operations/postwishtlist.d.ts +0 -91
- package/models/operations/postwishtlist.d.ts.map +0 -1
- package/models/operations/postwishtlist.js +0 -138
- package/models/operations/postwishtlist.js.map +0 -1
- package/models/operations/putauthuserid.d.ts +0 -104
- package/models/operations/putauthuserid.d.ts.map +0 -1
- package/models/operations/putauthuserid.js +0 -129
- package/models/operations/putauthuserid.js.map +0 -1
- package/models/operations/putauthuseriddeactivate.d.ts +0 -68
- package/models/operations/putauthuseriddeactivate.d.ts.map +0 -1
- package/models/operations/putauthuseriddeactivate.js +0 -88
- package/models/operations/putauthuseriddeactivate.js.map +0 -1
- package/models/operations/putauthuseridnotificationpreferences.d.ts +0 -135
- package/models/operations/putauthuseridnotificationpreferences.d.ts.map +0 -1
- package/models/operations/putauthuseridnotificationpreferences.js +0 -176
- package/models/operations/putauthuseridnotificationpreferences.js.map +0 -1
- package/models/operations/putauthuseridprofileimage.d.ts +0 -158
- package/models/operations/putauthuseridprofileimage.d.ts.map +0 -1
- package/models/operations/putauthuseridprofileimage.js +0 -207
- package/models/operations/putauthuseridprofileimage.js.map +0 -1
- package/models/operations/putcustomeraddressid.d.ts +0 -195
- package/models/operations/putcustomeraddressid.d.ts.map +0 -1
- package/models/operations/putcustomeraddressid.js +0 -232
- package/models/operations/putcustomeraddressid.js.map +0 -1
- package/models/operations/putcustomersid.d.ts +0 -92
- package/models/operations/putcustomersid.d.ts.map +0 -1
- package/models/operations/putcustomersid.js +0 -137
- package/models/operations/putcustomersid.js.map +0 -1
- package/sdk/addresses.d.ts +0 -19
- package/sdk/addresses.d.ts.map +0 -1
- package/sdk/addresses.js +0 -32
- package/sdk/addresses.js.map +0 -1
- package/sdk/analytics.d.ts +0 -13
- package/sdk/analytics.d.ts.map +0 -1
- package/sdk/analytics.js +0 -22
- package/sdk/analytics.js.map +0 -1
- package/sdk/auth.d.ts +0 -145
- package/sdk/auth.d.ts.map +0 -1
- package/sdk/auth.js +0 -211
- package/sdk/auth.js.map +0 -1
- package/sdk/campaigns.d.ts +0 -7
- package/sdk/campaigns.d.ts.map +0 -1
- package/sdk/campaigns.js +0 -16
- package/sdk/campaigns.js.map +0 -1
- package/sdk/carts.d.ts +0 -33
- package/sdk/carts.d.ts.map +0 -1
- package/sdk/carts.js +0 -52
- package/sdk/carts.js.map +0 -1
- package/sdk/catalog.d.ts +0 -18
- package/sdk/catalog.d.ts.map +0 -1
- package/sdk/catalog.js +0 -32
- package/sdk/catalog.js.map +0 -1
- package/sdk/categories.d.ts +0 -12
- package/sdk/categories.d.ts.map +0 -1
- package/sdk/categories.js +0 -22
- package/sdk/categories.js.map +0 -1
- package/sdk/cestorefrontaddresses.d.ts +0 -19
- package/sdk/cestorefrontaddresses.d.ts.map +0 -1
- package/sdk/cestorefrontaddresses.js +0 -32
- package/sdk/cestorefrontaddresses.js.map +0 -1
- package/sdk/cestorefrontpayments.d.ts +0 -12
- package/sdk/cestorefrontpayments.d.ts.map +0 -1
- package/sdk/cestorefrontpayments.js +0 -22
- package/sdk/cestorefrontpayments.js.map +0 -1
- package/sdk/cestorefrontproducts.d.ts +0 -15
- package/sdk/cestorefrontproducts.d.ts.map +0 -1
- package/sdk/cestorefrontproducts.js +0 -27
- package/sdk/cestorefrontproducts.js.map +0 -1
- package/sdk/cestorefrontreviews.d.ts +0 -19
- package/sdk/cestorefrontreviews.d.ts.map +0 -1
- package/sdk/cestorefrontreviews.js +0 -32
- package/sdk/cestorefrontreviews.js.map +0 -1
- package/sdk/cestorefrontuser.d.ts +0 -40
- package/sdk/cestorefrontuser.d.ts.map +0 -1
- package/sdk/cestorefrontuser.js +0 -62
- package/sdk/cestorefrontuser.js.map +0 -1
- package/sdk/checkout.d.ts +0 -61
- package/sdk/checkout.d.ts.map +0 -1
- package/sdk/checkout.js +0 -92
- package/sdk/checkout.js.map +0 -1
- package/sdk/common.d.ts +0 -15
- package/sdk/common.d.ts.map +0 -1
- package/sdk/common.js +0 -27
- package/sdk/common.js.map +0 -1
- package/sdk/countries.d.ts +0 -19
- package/sdk/countries.d.ts.map +0 -1
- package/sdk/countries.js +0 -32
- package/sdk/countries.js.map +0 -1
- package/sdk/coupons.d.ts +0 -12
- package/sdk/coupons.d.ts.map +0 -1
- package/sdk/coupons.js +0 -22
- package/sdk/coupons.js.map +0 -1
- package/sdk/crosssell.d.ts +0 -12
- package/sdk/crosssell.d.ts.map +0 -1
- package/sdk/crosssell.js +0 -22
- package/sdk/crosssell.js.map +0 -1
- package/sdk/customers.d.ts +0 -65
- package/sdk/customers.d.ts.map +0 -1
- package/sdk/customers.js +0 -97
- package/sdk/customers.js.map +0 -1
- package/sdk/customersapi.d.ts +0 -34
- package/sdk/customersapi.d.ts.map +0 -1
- package/sdk/customersapi.js +0 -52
- package/sdk/customersapi.js.map +0 -1
- package/sdk/index.d.ts +0 -2
- package/sdk/index.d.ts.map +0 -1
- package/sdk/index.js +0 -21
- package/sdk/index.js.map +0 -1
- package/sdk/loyalty.d.ts +0 -19
- package/sdk/loyalty.d.ts.map +0 -1
- package/sdk/loyalty.js +0 -32
- package/sdk/loyalty.js.map +0 -1
- package/sdk/newsletter.d.ts +0 -12
- package/sdk/newsletter.d.ts.map +0 -1
- package/sdk/newsletter.js +0 -22
- package/sdk/newsletter.js.map +0 -1
- package/sdk/notificationpreferences.d.ts +0 -19
- package/sdk/notificationpreferences.d.ts.map +0 -1
- package/sdk/notificationpreferences.js +0 -32
- package/sdk/notificationpreferences.js.map +0 -1
- package/sdk/offers.d.ts +0 -7
- package/sdk/offers.d.ts.map +0 -1
- package/sdk/offers.js +0 -16
- package/sdk/offers.js.map +0 -1
- package/sdk/orderpayments.d.ts +0 -12
- package/sdk/orderpayments.d.ts.map +0 -1
- package/sdk/orderpayments.js +0 -22
- package/sdk/orderpayments.js.map +0 -1
- package/sdk/orders.d.ts +0 -50
- package/sdk/orders.d.ts.map +0 -1
- package/sdk/orders.js +0 -77
- package/sdk/orders.js.map +0 -1
- package/sdk/otp.d.ts +0 -12
- package/sdk/otp.d.ts.map +0 -1
- package/sdk/otp.js +0 -22
- package/sdk/otp.js.map +0 -1
- package/sdk/payments.d.ts +0 -19
- package/sdk/payments.d.ts.map +0 -1
- package/sdk/payments.js +0 -32
- package/sdk/payments.js.map +0 -1
- package/sdk/productreviews.d.ts +0 -12
- package/sdk/productreviews.d.ts.map +0 -1
- package/sdk/productreviews.js +0 -22
- package/sdk/productreviews.js.map +0 -1
- package/sdk/products.d.ts +0 -33
- package/sdk/products.d.ts.map +0 -1
- package/sdk/products.js +0 -52
- package/sdk/products.js.map +0 -1
- package/sdk/promotions.d.ts +0 -12
- package/sdk/promotions.d.ts.map +0 -1
- package/sdk/promotions.js +0 -22
- package/sdk/promotions.js.map +0 -1
- package/sdk/recommended.d.ts +0 -12
- package/sdk/recommended.d.ts.map +0 -1
- package/sdk/recommended.js +0 -22
- package/sdk/recommended.js.map +0 -1
- package/sdk/refunds.d.ts +0 -12
- package/sdk/refunds.d.ts.map +0 -1
- package/sdk/refunds.js +0 -22
- package/sdk/refunds.js.map +0 -1
- package/sdk/returns.d.ts +0 -12
- package/sdk/returns.d.ts.map +0 -1
- package/sdk/returns.js +0 -22
- package/sdk/returns.js.map +0 -1
- package/sdk/reviews.d.ts +0 -12
- package/sdk/reviews.d.ts.map +0 -1
- package/sdk/reviews.js +0 -22
- package/sdk/reviews.js.map +0 -1
- package/sdk/sdk.d.ts +0 -76
- package/sdk/sdk.d.ts.map +0 -1
- package/sdk/sdk.js +0 -131
- package/sdk/sdk.js.map +0 -1
- package/sdk/shipments.d.ts +0 -12
- package/sdk/shipments.d.ts.map +0 -1
- package/sdk/shipments.js +0 -22
- package/sdk/shipments.js.map +0 -1
- package/sdk/shipping.d.ts +0 -12
- package/sdk/shipping.d.ts.map +0 -1
- package/sdk/shipping.js +0 -22
- package/sdk/shipping.js.map +0 -1
- package/sdk/similar.d.ts +0 -12
- package/sdk/similar.d.ts.map +0 -1
- package/sdk/similar.js +0 -22
- package/sdk/similar.js.map +0 -1
- package/sdk/skus.d.ts +0 -12
- package/sdk/skus.d.ts.map +0 -1
- package/sdk/skus.js +0 -22
- package/sdk/skus.js.map +0 -1
- package/sdk/token.d.ts +0 -12
- package/sdk/token.d.ts.map +0 -1
- package/sdk/token.js +0 -22
- package/sdk/token.js.map +0 -1
- package/sdk/upsell.d.ts +0 -12
- package/sdk/upsell.d.ts.map +0 -1
- package/sdk/upsell.js +0 -22
- package/sdk/upsell.js.map +0 -1
- package/sdk/user.d.ts +0 -12
- package/sdk/user.d.ts.map +0 -1
- package/sdk/user.js +0 -22
- package/sdk/user.js.map +0 -1
- package/sdk/users.d.ts +0 -7
- package/sdk/users.d.ts.map +0 -1
- package/sdk/users.js +0 -16
- package/sdk/users.js.map +0 -1
- package/sdk/utils.d.ts +0 -12
- package/sdk/utils.d.ts.map +0 -1
- package/sdk/utils.js +0 -22
- package/sdk/utils.js.map +0 -1
- package/sdk/variants.d.ts +0 -12
- package/sdk/variants.d.ts.map +0 -1
- package/sdk/variants.js +0 -22
- package/sdk/variants.js.map +0 -1
- package/sdk/wishlist.d.ts +0 -12
- package/sdk/wishlist.d.ts.map +0 -1
- package/sdk/wishlist.js +0 -22
- package/sdk/wishlist.js.map +0 -1
- package/sdk/wishlists.d.ts +0 -19
- package/sdk/wishlists.d.ts.map +0 -1
- package/sdk/wishlists.js +0 -32
- package/sdk/wishlists.js.map +0 -1
- package/types/blobs.d.ts +0 -4
- package/types/blobs.d.ts.map +0 -1
- package/types/blobs.js +0 -52
- package/types/blobs.js.map +0 -1
- package/types/constdatetime.d.ts +0 -3
- package/types/constdatetime.d.ts.map +0 -1
- package/types/constdatetime.js +0 -36
- package/types/constdatetime.js.map +0 -1
- package/types/enums.d.ts +0 -12
- package/types/enums.d.ts.map +0 -1
- package/types/enums.js +0 -10
- package/types/enums.js.map +0 -1
- package/types/fp.d.ts +0 -31
- package/types/fp.d.ts.map +0 -1
- package/types/fp.js +0 -37
- package/types/fp.js.map +0 -1
- package/types/index.d.ts +0 -8
- package/types/index.d.ts.map +0 -1
- package/types/index.js +0 -16
- package/types/index.js.map +0 -1
- package/types/operations.d.ts +0 -27
- package/types/operations.d.ts.map +0 -1
- package/types/operations.js +0 -83
- package/types/operations.js.map +0 -1
- package/types/rfcdate.d.ts +0 -21
- package/types/rfcdate.d.ts.map +0 -1
- package/types/rfcdate.js +0 -46
- package/types/rfcdate.js.map +0 -1
- package/types/streams.d.ts +0 -2
- package/types/streams.d.ts.map +0 -1
- package/types/streams.js +0 -18
- package/types/streams.js.map +0 -1
package/bin/mcp-server.js
CHANGED
|
@@ -4026,9 +4026,9 @@ var init_config = __esm(() => {
|
|
|
4026
4026
|
SDK_METADATA = {
|
|
4027
4027
|
language: "typescript",
|
|
4028
4028
|
openapiDocVersion: "1.0",
|
|
4029
|
-
sdkVersion: "0.8.
|
|
4030
|
-
genVersion: "2.
|
|
4031
|
-
userAgent: "speakeasy-sdk/typescript 0.8.
|
|
4029
|
+
sdkVersion: "0.8.2",
|
|
4030
|
+
genVersion: "2.563.0",
|
|
4031
|
+
userAgent: "speakeasy-sdk/typescript 0.8.2 2.563.0 1.0 ce-storefront"
|
|
4032
4032
|
};
|
|
4033
4033
|
});
|
|
4034
4034
|
|
|
@@ -36811,6 +36811,513 @@ var init_freegoodspromotion = __esm(() => {
|
|
|
36811
36811
|
})(FreeGoodsPromotion$ ||= {});
|
|
36812
36812
|
});
|
|
36813
36813
|
|
|
36814
|
+
// src/models/components/multiselectattribute.ts
|
|
36815
|
+
var MultiSelectAttribute$inboundSchema, MultiSelectAttribute$outboundSchema, MultiSelectAttribute$;
|
|
36816
|
+
var init_multiselectattribute = __esm(() => {
|
|
36817
|
+
init_lib();
|
|
36818
|
+
MultiSelectAttribute$inboundSchema = objectType({
|
|
36819
|
+
id: stringType(),
|
|
36820
|
+
name: stringType(),
|
|
36821
|
+
key: stringType(),
|
|
36822
|
+
type: stringType(),
|
|
36823
|
+
value: arrayType(stringType())
|
|
36824
|
+
});
|
|
36825
|
+
MultiSelectAttribute$outboundSchema = objectType({
|
|
36826
|
+
id: stringType(),
|
|
36827
|
+
name: stringType(),
|
|
36828
|
+
key: stringType(),
|
|
36829
|
+
type: stringType(),
|
|
36830
|
+
value: arrayType(stringType())
|
|
36831
|
+
});
|
|
36832
|
+
((MultiSelectAttribute$) => {
|
|
36833
|
+
MultiSelectAttribute$.inboundSchema = MultiSelectAttribute$inboundSchema;
|
|
36834
|
+
MultiSelectAttribute$.outboundSchema = MultiSelectAttribute$outboundSchema;
|
|
36835
|
+
})(MultiSelectAttribute$ ||= {});
|
|
36836
|
+
});
|
|
36837
|
+
|
|
36838
|
+
// src/models/components/numberattribute.ts
|
|
36839
|
+
var NumberAttribute$inboundSchema, NumberAttribute$outboundSchema, NumberAttribute$;
|
|
36840
|
+
var init_numberattribute = __esm(() => {
|
|
36841
|
+
init_lib();
|
|
36842
|
+
NumberAttribute$inboundSchema = objectType({
|
|
36843
|
+
id: stringType(),
|
|
36844
|
+
name: stringType(),
|
|
36845
|
+
key: stringType(),
|
|
36846
|
+
type: stringType(),
|
|
36847
|
+
value: numberType()
|
|
36848
|
+
});
|
|
36849
|
+
NumberAttribute$outboundSchema = objectType({
|
|
36850
|
+
id: stringType(),
|
|
36851
|
+
name: stringType(),
|
|
36852
|
+
key: stringType(),
|
|
36853
|
+
type: stringType(),
|
|
36854
|
+
value: numberType()
|
|
36855
|
+
});
|
|
36856
|
+
((NumberAttribute$) => {
|
|
36857
|
+
NumberAttribute$.inboundSchema = NumberAttribute$inboundSchema;
|
|
36858
|
+
NumberAttribute$.outboundSchema = NumberAttribute$outboundSchema;
|
|
36859
|
+
})(NumberAttribute$ ||= {});
|
|
36860
|
+
});
|
|
36861
|
+
|
|
36862
|
+
// src/models/components/singleselectattribute.ts
|
|
36863
|
+
var SingleSelectAttribute$inboundSchema, SingleSelectAttribute$outboundSchema, SingleSelectAttribute$;
|
|
36864
|
+
var init_singleselectattribute = __esm(() => {
|
|
36865
|
+
init_lib();
|
|
36866
|
+
SingleSelectAttribute$inboundSchema = objectType({
|
|
36867
|
+
id: stringType(),
|
|
36868
|
+
name: stringType(),
|
|
36869
|
+
key: stringType(),
|
|
36870
|
+
type: stringType(),
|
|
36871
|
+
value: stringType()
|
|
36872
|
+
});
|
|
36873
|
+
SingleSelectAttribute$outboundSchema = objectType({
|
|
36874
|
+
id: stringType(),
|
|
36875
|
+
name: stringType(),
|
|
36876
|
+
key: stringType(),
|
|
36877
|
+
type: stringType(),
|
|
36878
|
+
value: stringType()
|
|
36879
|
+
});
|
|
36880
|
+
((SingleSelectAttribute$) => {
|
|
36881
|
+
SingleSelectAttribute$.inboundSchema = SingleSelectAttribute$inboundSchema;
|
|
36882
|
+
SingleSelectAttribute$.outboundSchema = SingleSelectAttribute$outboundSchema;
|
|
36883
|
+
})(SingleSelectAttribute$ ||= {});
|
|
36884
|
+
});
|
|
36885
|
+
|
|
36886
|
+
// src/models/components/textattribute.ts
|
|
36887
|
+
var TextAttribute$inboundSchema, TextAttribute$outboundSchema, TextAttribute$;
|
|
36888
|
+
var init_textattribute = __esm(() => {
|
|
36889
|
+
init_lib();
|
|
36890
|
+
TextAttribute$inboundSchema = objectType({
|
|
36891
|
+
id: stringType(),
|
|
36892
|
+
name: stringType(),
|
|
36893
|
+
key: stringType(),
|
|
36894
|
+
type: stringType(),
|
|
36895
|
+
value: stringType()
|
|
36896
|
+
});
|
|
36897
|
+
TextAttribute$outboundSchema = objectType({
|
|
36898
|
+
id: stringType(),
|
|
36899
|
+
name: stringType(),
|
|
36900
|
+
key: stringType(),
|
|
36901
|
+
type: stringType(),
|
|
36902
|
+
value: stringType()
|
|
36903
|
+
});
|
|
36904
|
+
((TextAttribute$) => {
|
|
36905
|
+
TextAttribute$.inboundSchema = TextAttribute$inboundSchema;
|
|
36906
|
+
TextAttribute$.outboundSchema = TextAttribute$outboundSchema;
|
|
36907
|
+
})(TextAttribute$ ||= {});
|
|
36908
|
+
});
|
|
36909
|
+
|
|
36910
|
+
// src/models/components/productattribute.ts
|
|
36911
|
+
var ProductAttribute$inboundSchema, ProductAttribute$outboundSchema, ProductAttribute$;
|
|
36912
|
+
var init_productattribute = __esm(() => {
|
|
36913
|
+
init_lib();
|
|
36914
|
+
init_booleanattribute();
|
|
36915
|
+
init_colorattribute();
|
|
36916
|
+
init_dateattribute();
|
|
36917
|
+
init_multiselectattribute();
|
|
36918
|
+
init_numberattribute();
|
|
36919
|
+
init_singleselectattribute();
|
|
36920
|
+
init_textattribute();
|
|
36921
|
+
ProductAttribute$inboundSchema = unionType([
|
|
36922
|
+
ColorAttribute$inboundSchema.and(objectType({ type: literalType("color") }).transform((v2) => ({ type: v2.type }))),
|
|
36923
|
+
SingleSelectAttribute$inboundSchema.and(objectType({ type: literalType("single-select") }).transform((v2) => ({
|
|
36924
|
+
type: v2.type
|
|
36925
|
+
}))),
|
|
36926
|
+
MultiSelectAttribute$inboundSchema.and(objectType({ type: literalType("multi-select") }).transform((v2) => ({
|
|
36927
|
+
type: v2.type
|
|
36928
|
+
}))),
|
|
36929
|
+
TextAttribute$inboundSchema.and(objectType({ type: literalType("text") }).transform((v2) => ({ type: v2.type }))),
|
|
36930
|
+
DateAttribute$inboundSchema.and(objectType({ type: literalType("date") }).transform((v2) => ({ type: v2.type }))),
|
|
36931
|
+
NumberAttribute$inboundSchema.and(objectType({ type: literalType("number") }).transform((v2) => ({
|
|
36932
|
+
type: v2.type
|
|
36933
|
+
}))),
|
|
36934
|
+
BooleanAttribute$inboundSchema.and(objectType({ type: literalType("boolean") }).transform((v2) => ({
|
|
36935
|
+
type: v2.type
|
|
36936
|
+
})))
|
|
36937
|
+
]);
|
|
36938
|
+
ProductAttribute$outboundSchema = unionType([
|
|
36939
|
+
ColorAttribute$outboundSchema.and(objectType({ type: literalType("color") }).transform((v2) => ({ type: v2.type }))),
|
|
36940
|
+
SingleSelectAttribute$outboundSchema.and(objectType({ type: literalType("single-select") }).transform((v2) => ({
|
|
36941
|
+
type: v2.type
|
|
36942
|
+
}))),
|
|
36943
|
+
MultiSelectAttribute$outboundSchema.and(objectType({ type: literalType("multi-select") }).transform((v2) => ({
|
|
36944
|
+
type: v2.type
|
|
36945
|
+
}))),
|
|
36946
|
+
TextAttribute$outboundSchema.and(objectType({ type: literalType("text") }).transform((v2) => ({ type: v2.type }))),
|
|
36947
|
+
DateAttribute$outboundSchema.and(objectType({ type: literalType("date") }).transform((v2) => ({ type: v2.type }))),
|
|
36948
|
+
NumberAttribute$outboundSchema.and(objectType({ type: literalType("number") }).transform((v2) => ({
|
|
36949
|
+
type: v2.type
|
|
36950
|
+
}))),
|
|
36951
|
+
BooleanAttribute$outboundSchema.and(objectType({ type: literalType("boolean") }).transform((v2) => ({
|
|
36952
|
+
type: v2.type
|
|
36953
|
+
})))
|
|
36954
|
+
]);
|
|
36955
|
+
((ProductAttribute$) => {
|
|
36956
|
+
ProductAttribute$.inboundSchema = ProductAttribute$inboundSchema;
|
|
36957
|
+
ProductAttribute$.outboundSchema = ProductAttribute$outboundSchema;
|
|
36958
|
+
})(ProductAttribute$ ||= {});
|
|
36959
|
+
});
|
|
36960
|
+
|
|
36961
|
+
// src/models/components/productimage.ts
|
|
36962
|
+
var ProductImage$inboundSchema, ProductImage$outboundSchema, ProductImage$;
|
|
36963
|
+
var init_productimage = __esm(() => {
|
|
36964
|
+
init_lib();
|
|
36965
|
+
init_primitives();
|
|
36966
|
+
ProductImage$inboundSchema = objectType({
|
|
36967
|
+
id: stringType(),
|
|
36968
|
+
title: nullableType(stringType()),
|
|
36969
|
+
alternate_text: nullableType(stringType()),
|
|
36970
|
+
sort_order: numberType().int(),
|
|
36971
|
+
url_tiny: stringType(),
|
|
36972
|
+
url_thumbnail: stringType(),
|
|
36973
|
+
url_standard: stringType(),
|
|
36974
|
+
url_zoom: stringType()
|
|
36975
|
+
}).transform((v2) => {
|
|
36976
|
+
return remap(v2, {
|
|
36977
|
+
alternate_text: "alternateText",
|
|
36978
|
+
sort_order: "sortOrder",
|
|
36979
|
+
url_tiny: "urlTiny",
|
|
36980
|
+
url_thumbnail: "urlThumbnail",
|
|
36981
|
+
url_standard: "urlStandard",
|
|
36982
|
+
url_zoom: "urlZoom"
|
|
36983
|
+
});
|
|
36984
|
+
});
|
|
36985
|
+
ProductImage$outboundSchema = objectType({
|
|
36986
|
+
id: stringType(),
|
|
36987
|
+
title: nullableType(stringType()),
|
|
36988
|
+
alternateText: nullableType(stringType()),
|
|
36989
|
+
sortOrder: numberType().int(),
|
|
36990
|
+
urlTiny: stringType(),
|
|
36991
|
+
urlThumbnail: stringType(),
|
|
36992
|
+
urlStandard: stringType(),
|
|
36993
|
+
urlZoom: stringType()
|
|
36994
|
+
}).transform((v2) => {
|
|
36995
|
+
return remap(v2, {
|
|
36996
|
+
alternateText: "alternate_text",
|
|
36997
|
+
sortOrder: "sort_order",
|
|
36998
|
+
urlTiny: "url_tiny",
|
|
36999
|
+
urlThumbnail: "url_thumbnail",
|
|
37000
|
+
urlStandard: "url_standard",
|
|
37001
|
+
urlZoom: "url_zoom"
|
|
37002
|
+
});
|
|
37003
|
+
});
|
|
37004
|
+
((ProductImage$) => {
|
|
37005
|
+
ProductImage$.inboundSchema = ProductImage$inboundSchema;
|
|
37006
|
+
ProductImage$.outboundSchema = ProductImage$outboundSchema;
|
|
37007
|
+
})(ProductImage$ ||= {});
|
|
37008
|
+
});
|
|
37009
|
+
|
|
37010
|
+
// src/models/components/productpricing.ts
|
|
37011
|
+
var ProductPricing$inboundSchema, ProductPricing$outboundSchema, ProductPricing$;
|
|
37012
|
+
var init_productpricing = __esm(() => {
|
|
37013
|
+
init_lib();
|
|
37014
|
+
init_primitives();
|
|
37015
|
+
ProductPricing$inboundSchema = objectType({
|
|
37016
|
+
currency: stringType(),
|
|
37017
|
+
tax_type: literalType("GST").default("GST"),
|
|
37018
|
+
tax_rate: numberType(),
|
|
37019
|
+
price_including_tax: booleanType(),
|
|
37020
|
+
listing_price: numberType(),
|
|
37021
|
+
selling_price: numberType(),
|
|
37022
|
+
min_order_quantity: numberType().int().default(1),
|
|
37023
|
+
max_order_quantity: nullableType(numberType().int()),
|
|
37024
|
+
incremental_quantity: numberType().int().default(1),
|
|
37025
|
+
selling_price_excluding_tax: numberType()
|
|
37026
|
+
}).transform((v2) => {
|
|
37027
|
+
return remap(v2, {
|
|
37028
|
+
tax_type: "taxType",
|
|
37029
|
+
tax_rate: "taxRate",
|
|
37030
|
+
price_including_tax: "priceIncludingTax",
|
|
37031
|
+
listing_price: "listingPrice",
|
|
37032
|
+
selling_price: "sellingPrice",
|
|
37033
|
+
min_order_quantity: "minOrderQuantity",
|
|
37034
|
+
max_order_quantity: "maxOrderQuantity",
|
|
37035
|
+
incremental_quantity: "incrementalQuantity",
|
|
37036
|
+
selling_price_excluding_tax: "sellingPriceExcludingTax"
|
|
37037
|
+
});
|
|
37038
|
+
});
|
|
37039
|
+
ProductPricing$outboundSchema = objectType({
|
|
37040
|
+
currency: stringType(),
|
|
37041
|
+
taxType: literalType("GST").default("GST"),
|
|
37042
|
+
taxRate: numberType(),
|
|
37043
|
+
priceIncludingTax: booleanType(),
|
|
37044
|
+
listingPrice: numberType(),
|
|
37045
|
+
sellingPrice: numberType(),
|
|
37046
|
+
minOrderQuantity: numberType().int().default(1),
|
|
37047
|
+
maxOrderQuantity: nullableType(numberType().int()),
|
|
37048
|
+
incrementalQuantity: numberType().int().default(1),
|
|
37049
|
+
sellingPriceExcludingTax: numberType()
|
|
37050
|
+
}).transform((v2) => {
|
|
37051
|
+
return remap(v2, {
|
|
37052
|
+
taxType: "tax_type",
|
|
37053
|
+
taxRate: "tax_rate",
|
|
37054
|
+
priceIncludingTax: "price_including_tax",
|
|
37055
|
+
listingPrice: "listing_price",
|
|
37056
|
+
sellingPrice: "selling_price",
|
|
37057
|
+
minOrderQuantity: "min_order_quantity",
|
|
37058
|
+
maxOrderQuantity: "max_order_quantity",
|
|
37059
|
+
incrementalQuantity: "incremental_quantity",
|
|
37060
|
+
sellingPriceExcludingTax: "selling_price_excluding_tax"
|
|
37061
|
+
});
|
|
37062
|
+
});
|
|
37063
|
+
((ProductPricing$) => {
|
|
37064
|
+
ProductPricing$.inboundSchema = ProductPricing$inboundSchema;
|
|
37065
|
+
ProductPricing$.outboundSchema = ProductPricing$outboundSchema;
|
|
37066
|
+
})(ProductPricing$ ||= {});
|
|
37067
|
+
});
|
|
37068
|
+
|
|
37069
|
+
// src/models/components/volumebasedpromotion.ts
|
|
37070
|
+
var Slabs$inboundSchema, Slabs$outboundSchema, Slabs$, VolumeBasedPromotion$inboundSchema, VolumeBasedPromotion$outboundSchema, VolumeBasedPromotion$;
|
|
37071
|
+
var init_volumebasedpromotion = __esm(() => {
|
|
37072
|
+
init_lib();
|
|
37073
|
+
init_primitives();
|
|
37074
|
+
Slabs$inboundSchema = objectType({
|
|
37075
|
+
quantity_limit: numberType().int(),
|
|
37076
|
+
discount_percent: numberType()
|
|
37077
|
+
}).transform((v2) => {
|
|
37078
|
+
return remap(v2, {
|
|
37079
|
+
quantity_limit: "quantityLimit",
|
|
37080
|
+
discount_percent: "discountPercent"
|
|
37081
|
+
});
|
|
37082
|
+
});
|
|
37083
|
+
Slabs$outboundSchema = objectType({
|
|
37084
|
+
quantityLimit: numberType().int(),
|
|
37085
|
+
discountPercent: numberType()
|
|
37086
|
+
}).transform((v2) => {
|
|
37087
|
+
return remap(v2, {
|
|
37088
|
+
quantityLimit: "quantity_limit",
|
|
37089
|
+
discountPercent: "discount_percent"
|
|
37090
|
+
});
|
|
37091
|
+
});
|
|
37092
|
+
((Slabs$) => {
|
|
37093
|
+
Slabs$.inboundSchema = Slabs$inboundSchema;
|
|
37094
|
+
Slabs$.outboundSchema = Slabs$outboundSchema;
|
|
37095
|
+
})(Slabs$ ||= {});
|
|
37096
|
+
VolumeBasedPromotion$inboundSchema = objectType({
|
|
37097
|
+
promotion_type: literalType("discount").optional(),
|
|
37098
|
+
slabs: arrayType(lazyType(() => Slabs$inboundSchema))
|
|
37099
|
+
}).transform((v2) => {
|
|
37100
|
+
return remap(v2, {
|
|
37101
|
+
promotion_type: "promotionType"
|
|
37102
|
+
});
|
|
37103
|
+
});
|
|
37104
|
+
VolumeBasedPromotion$outboundSchema = objectType({
|
|
37105
|
+
promotionType: literalType("discount").default("discount"),
|
|
37106
|
+
slabs: arrayType(lazyType(() => Slabs$outboundSchema))
|
|
37107
|
+
}).transform((v2) => {
|
|
37108
|
+
return remap(v2, {
|
|
37109
|
+
promotionType: "promotion_type"
|
|
37110
|
+
});
|
|
37111
|
+
});
|
|
37112
|
+
((VolumeBasedPromotion$) => {
|
|
37113
|
+
VolumeBasedPromotion$.inboundSchema = VolumeBasedPromotion$inboundSchema;
|
|
37114
|
+
VolumeBasedPromotion$.outboundSchema = VolumeBasedPromotion$outboundSchema;
|
|
37115
|
+
})(VolumeBasedPromotion$ ||= {});
|
|
37116
|
+
});
|
|
37117
|
+
|
|
37118
|
+
// src/models/components/productpromotion.ts
|
|
37119
|
+
var Details$inboundSchema, Details$outboundSchema, Details$, ProductPromotion$inboundSchema, ProductPromotion$outboundSchema, ProductPromotion$;
|
|
37120
|
+
var init_productpromotion = __esm(() => {
|
|
37121
|
+
init_lib();
|
|
37122
|
+
init_primitives();
|
|
37123
|
+
init_discountbasedpromotion();
|
|
37124
|
+
init_fixedpricepromotion();
|
|
37125
|
+
init_freegoodspromotion();
|
|
37126
|
+
init_volumebasedpromotion();
|
|
37127
|
+
Details$inboundSchema = unionType([
|
|
37128
|
+
FixedPricePromotion$inboundSchema.and(objectType({ promotion_type: literalType("fixed-price") }).transform((v2) => ({
|
|
37129
|
+
promotionType: v2.promotion_type
|
|
37130
|
+
}))),
|
|
37131
|
+
VolumeBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("volume-based") }).transform((v2) => ({ promotionType: v2.promotion_type }))),
|
|
37132
|
+
FreeGoodsPromotion$inboundSchema.and(objectType({ promotion_type: literalType("free-goods") }).transform((v2) => ({
|
|
37133
|
+
promotionType: v2.promotion_type
|
|
37134
|
+
}))),
|
|
37135
|
+
DiscountBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("discount") }).transform((v2) => ({
|
|
37136
|
+
promotionType: v2.promotion_type
|
|
37137
|
+
})))
|
|
37138
|
+
]);
|
|
37139
|
+
Details$outboundSchema = unionType([
|
|
37140
|
+
FixedPricePromotion$outboundSchema.and(objectType({ promotionType: literalType("fixed-price") }).transform((v2) => ({
|
|
37141
|
+
promotion_type: v2.promotionType
|
|
37142
|
+
}))),
|
|
37143
|
+
VolumeBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("volume-based") }).transform((v2) => ({
|
|
37144
|
+
promotion_type: v2.promotionType
|
|
37145
|
+
}))),
|
|
37146
|
+
FreeGoodsPromotion$outboundSchema.and(objectType({ promotionType: literalType("free-goods") }).transform((v2) => ({
|
|
37147
|
+
promotion_type: v2.promotionType
|
|
37148
|
+
}))),
|
|
37149
|
+
DiscountBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("discount") }).transform((v2) => ({
|
|
37150
|
+
promotion_type: v2.promotionType
|
|
37151
|
+
})))
|
|
37152
|
+
]);
|
|
37153
|
+
((Details$) => {
|
|
37154
|
+
Details$.inboundSchema = Details$inboundSchema;
|
|
37155
|
+
Details$.outboundSchema = Details$outboundSchema;
|
|
37156
|
+
})(Details$ ||= {});
|
|
37157
|
+
ProductPromotion$inboundSchema = objectType({
|
|
37158
|
+
id: stringType(),
|
|
37159
|
+
starts_at: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
37160
|
+
expires_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))),
|
|
37161
|
+
details: unionType([
|
|
37162
|
+
FixedPricePromotion$inboundSchema.and(objectType({ promotion_type: literalType("fixed-price") }).transform((v2) => ({
|
|
37163
|
+
promotionType: v2.promotion_type
|
|
37164
|
+
}))),
|
|
37165
|
+
VolumeBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("volume-based") }).transform((v2) => ({ promotionType: v2.promotion_type }))),
|
|
37166
|
+
FreeGoodsPromotion$inboundSchema.and(objectType({ promotion_type: literalType("free-goods") }).transform((v2) => ({
|
|
37167
|
+
promotionType: v2.promotion_type
|
|
37168
|
+
}))),
|
|
37169
|
+
DiscountBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("discount") }).transform((v2) => ({
|
|
37170
|
+
promotionType: v2.promotion_type
|
|
37171
|
+
})))
|
|
37172
|
+
])
|
|
37173
|
+
}).transform((v2) => {
|
|
37174
|
+
return remap(v2, {
|
|
37175
|
+
starts_at: "startsAt",
|
|
37176
|
+
expires_at: "expiresAt"
|
|
37177
|
+
});
|
|
37178
|
+
});
|
|
37179
|
+
ProductPromotion$outboundSchema = objectType({
|
|
37180
|
+
id: stringType(),
|
|
37181
|
+
startsAt: dateType().transform((v2) => v2.toISOString()),
|
|
37182
|
+
expiresAt: nullableType(dateType().transform((v2) => v2.toISOString())),
|
|
37183
|
+
details: unionType([
|
|
37184
|
+
FixedPricePromotion$outboundSchema.and(objectType({ promotionType: literalType("fixed-price") }).transform((v2) => ({
|
|
37185
|
+
promotion_type: v2.promotionType
|
|
37186
|
+
}))),
|
|
37187
|
+
VolumeBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("volume-based") }).transform((v2) => ({
|
|
37188
|
+
promotion_type: v2.promotionType
|
|
37189
|
+
}))),
|
|
37190
|
+
FreeGoodsPromotion$outboundSchema.and(objectType({ promotionType: literalType("free-goods") }).transform((v2) => ({
|
|
37191
|
+
promotion_type: v2.promotionType
|
|
37192
|
+
}))),
|
|
37193
|
+
DiscountBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("discount") }).transform((v2) => ({
|
|
37194
|
+
promotion_type: v2.promotionType
|
|
37195
|
+
})))
|
|
37196
|
+
])
|
|
37197
|
+
}).transform((v2) => {
|
|
37198
|
+
return remap(v2, {
|
|
37199
|
+
startsAt: "starts_at",
|
|
37200
|
+
expiresAt: "expires_at"
|
|
37201
|
+
});
|
|
37202
|
+
});
|
|
37203
|
+
((ProductPromotion$) => {
|
|
37204
|
+
ProductPromotion$.inboundSchema = ProductPromotion$inboundSchema;
|
|
37205
|
+
ProductPromotion$.outboundSchema = ProductPromotion$outboundSchema;
|
|
37206
|
+
})(ProductPromotion$ ||= {});
|
|
37207
|
+
});
|
|
37208
|
+
|
|
37209
|
+
// src/models/components/item.ts
|
|
37210
|
+
var ItemProductType, ItemProductType$inboundSchema, ItemProductType$outboundSchema, ItemProductType$, Item$inboundSchema, Item$outboundSchema, Item$;
|
|
37211
|
+
var init_item = __esm(() => {
|
|
37212
|
+
init_lib();
|
|
37213
|
+
init_primitives();
|
|
37214
|
+
init_associatedoption();
|
|
37215
|
+
init_productattribute();
|
|
37216
|
+
init_productimage();
|
|
37217
|
+
init_productpricing();
|
|
37218
|
+
init_productpromotion();
|
|
37219
|
+
init_productsubscription();
|
|
37220
|
+
ItemProductType = {
|
|
37221
|
+
Physical: "physical",
|
|
37222
|
+
Digital: "digital",
|
|
37223
|
+
Bundle: "bundle"
|
|
37224
|
+
};
|
|
37225
|
+
ItemProductType$inboundSchema = nativeEnumType(ItemProductType);
|
|
37226
|
+
ItemProductType$outboundSchema = ItemProductType$inboundSchema;
|
|
37227
|
+
((ItemProductType$) => {
|
|
37228
|
+
ItemProductType$.inboundSchema = ItemProductType$inboundSchema;
|
|
37229
|
+
ItemProductType$.outboundSchema = ItemProductType$outboundSchema;
|
|
37230
|
+
})(ItemProductType$ ||= {});
|
|
37231
|
+
Item$inboundSchema = objectType({
|
|
37232
|
+
product_id: stringType(),
|
|
37233
|
+
variant_id: nullableType(stringType()),
|
|
37234
|
+
sku: stringType(),
|
|
37235
|
+
slug: stringType(),
|
|
37236
|
+
product_name: stringType(),
|
|
37237
|
+
variant_name: nullableType(stringType()),
|
|
37238
|
+
product_type: ItemProductType$inboundSchema,
|
|
37239
|
+
short_description: nullableType(stringType()),
|
|
37240
|
+
active: booleanType(),
|
|
37241
|
+
stock_available: booleanType(),
|
|
37242
|
+
on_offer: booleanType(),
|
|
37243
|
+
on_subscription: booleanType(),
|
|
37244
|
+
on_promotion: booleanType(),
|
|
37245
|
+
category_ids: arrayType(stringType()),
|
|
37246
|
+
tags: nullableType(arrayType(stringType())),
|
|
37247
|
+
reviews_count: numberType().int(),
|
|
37248
|
+
reviews_rating_sum: nullableType(numberType()),
|
|
37249
|
+
attributes: arrayType(ProductAttribute$inboundSchema),
|
|
37250
|
+
images: arrayType(ProductImage$inboundSchema),
|
|
37251
|
+
pricing: ProductPricing$inboundSchema,
|
|
37252
|
+
promotion: nullableType(ProductPromotion$inboundSchema),
|
|
37253
|
+
subscription: arrayType(ProductSubscription$inboundSchema),
|
|
37254
|
+
associated_options: nullableType(recordType(AssociatedOption$inboundSchema))
|
|
37255
|
+
}).transform((v2) => {
|
|
37256
|
+
return remap(v2, {
|
|
37257
|
+
product_id: "productId",
|
|
37258
|
+
variant_id: "variantId",
|
|
37259
|
+
product_name: "productName",
|
|
37260
|
+
variant_name: "variantName",
|
|
37261
|
+
product_type: "productType",
|
|
37262
|
+
short_description: "shortDescription",
|
|
37263
|
+
stock_available: "stockAvailable",
|
|
37264
|
+
on_offer: "onOffer",
|
|
37265
|
+
on_subscription: "onSubscription",
|
|
37266
|
+
on_promotion: "onPromotion",
|
|
37267
|
+
category_ids: "categoryIds",
|
|
37268
|
+
reviews_count: "reviewsCount",
|
|
37269
|
+
reviews_rating_sum: "reviewsRatingSum",
|
|
37270
|
+
associated_options: "associatedOptions"
|
|
37271
|
+
});
|
|
37272
|
+
});
|
|
37273
|
+
Item$outboundSchema = objectType({
|
|
37274
|
+
productId: stringType(),
|
|
37275
|
+
variantId: nullableType(stringType()),
|
|
37276
|
+
sku: stringType(),
|
|
37277
|
+
slug: stringType(),
|
|
37278
|
+
productName: stringType(),
|
|
37279
|
+
variantName: nullableType(stringType()),
|
|
37280
|
+
productType: ItemProductType$outboundSchema,
|
|
37281
|
+
shortDescription: nullableType(stringType()),
|
|
37282
|
+
active: booleanType(),
|
|
37283
|
+
stockAvailable: booleanType(),
|
|
37284
|
+
onOffer: booleanType(),
|
|
37285
|
+
onSubscription: booleanType(),
|
|
37286
|
+
onPromotion: booleanType(),
|
|
37287
|
+
categoryIds: arrayType(stringType()),
|
|
37288
|
+
tags: nullableType(arrayType(stringType())),
|
|
37289
|
+
reviewsCount: numberType().int(),
|
|
37290
|
+
reviewsRatingSum: nullableType(numberType()),
|
|
37291
|
+
attributes: arrayType(ProductAttribute$outboundSchema),
|
|
37292
|
+
images: arrayType(ProductImage$outboundSchema),
|
|
37293
|
+
pricing: ProductPricing$outboundSchema,
|
|
37294
|
+
promotion: nullableType(ProductPromotion$outboundSchema),
|
|
37295
|
+
subscription: arrayType(ProductSubscription$outboundSchema),
|
|
37296
|
+
associatedOptions: nullableType(recordType(AssociatedOption$outboundSchema))
|
|
37297
|
+
}).transform((v2) => {
|
|
37298
|
+
return remap(v2, {
|
|
37299
|
+
productId: "product_id",
|
|
37300
|
+
variantId: "variant_id",
|
|
37301
|
+
productName: "product_name",
|
|
37302
|
+
variantName: "variant_name",
|
|
37303
|
+
productType: "product_type",
|
|
37304
|
+
shortDescription: "short_description",
|
|
37305
|
+
stockAvailable: "stock_available",
|
|
37306
|
+
onOffer: "on_offer",
|
|
37307
|
+
onSubscription: "on_subscription",
|
|
37308
|
+
onPromotion: "on_promotion",
|
|
37309
|
+
categoryIds: "category_ids",
|
|
37310
|
+
reviewsCount: "reviews_count",
|
|
37311
|
+
reviewsRatingSum: "reviews_rating_sum",
|
|
37312
|
+
associatedOptions: "associated_options"
|
|
37313
|
+
});
|
|
37314
|
+
});
|
|
37315
|
+
((Item$) => {
|
|
37316
|
+
Item$.inboundSchema = Item$inboundSchema;
|
|
37317
|
+
Item$.outboundSchema = Item$outboundSchema;
|
|
37318
|
+
})(Item$ ||= {});
|
|
37319
|
+
});
|
|
37320
|
+
|
|
36814
37321
|
// src/models/components/juspaypaymentgatewayparams.ts
|
|
36815
37322
|
var Action, IntegrationType, Action$inboundSchema, Action$outboundSchema, Action$, IntegrationType$inboundSchema, IntegrationType$outboundSchema, IntegrationType$, JuspayPaymentGatewayParams$inboundSchema, JuspayPaymentGatewayParams$outboundSchema, JuspayPaymentGatewayParams$;
|
|
36816
37323
|
var init_juspaypaymentgatewayparams = __esm(() => {
|
|
@@ -37016,30 +37523,6 @@ var init_juspaypaymentinfo = __esm(() => {
|
|
|
37016
37523
|
})(JuspayPaymentInfo$ ||= {});
|
|
37017
37524
|
});
|
|
37018
37525
|
|
|
37019
|
-
// src/models/components/multiselectattribute.ts
|
|
37020
|
-
var MultiSelectAttribute$inboundSchema, MultiSelectAttribute$outboundSchema, MultiSelectAttribute$;
|
|
37021
|
-
var init_multiselectattribute = __esm(() => {
|
|
37022
|
-
init_lib();
|
|
37023
|
-
MultiSelectAttribute$inboundSchema = objectType({
|
|
37024
|
-
id: stringType(),
|
|
37025
|
-
name: stringType(),
|
|
37026
|
-
key: stringType(),
|
|
37027
|
-
type: stringType(),
|
|
37028
|
-
value: arrayType(stringType())
|
|
37029
|
-
});
|
|
37030
|
-
MultiSelectAttribute$outboundSchema = objectType({
|
|
37031
|
-
id: stringType(),
|
|
37032
|
-
name: stringType(),
|
|
37033
|
-
key: stringType(),
|
|
37034
|
-
type: stringType(),
|
|
37035
|
-
value: arrayType(stringType())
|
|
37036
|
-
});
|
|
37037
|
-
((MultiSelectAttribute$) => {
|
|
37038
|
-
MultiSelectAttribute$.inboundSchema = MultiSelectAttribute$inboundSchema;
|
|
37039
|
-
MultiSelectAttribute$.outboundSchema = MultiSelectAttribute$outboundSchema;
|
|
37040
|
-
})(MultiSelectAttribute$ ||= {});
|
|
37041
|
-
});
|
|
37042
|
-
|
|
37043
37526
|
// src/models/components/netbankingpayment.ts
|
|
37044
37527
|
var NetbankingPaymentTransactionType, NetbankingPaymentPaymentStatus, NetbankingPaymentPaymentMethod, NetbankingPaymentTransactionType$inboundSchema, NetbankingPaymentTransactionType$outboundSchema, NetbankingPaymentTransactionType$, NetbankingPaymentPaymentStatus$inboundSchema, NetbankingPaymentPaymentStatus$outboundSchema, NetbankingPaymentPaymentStatus$, NetbankingPaymentPaymentMethod$inboundSchema, NetbankingPaymentPaymentMethod$outboundSchema, NetbankingPaymentPaymentMethod$, NetbankingPayment$inboundSchema, NetbankingPayment$outboundSchema, NetbankingPayment$;
|
|
37045
37528
|
var init_netbankingpayment = __esm(() => {
|
|
@@ -37176,30 +37659,6 @@ var init_notificationpreferences = __esm(() => {
|
|
|
37176
37659
|
})(NotificationPreferences$ ||= {});
|
|
37177
37660
|
});
|
|
37178
37661
|
|
|
37179
|
-
// src/models/components/numberattribute.ts
|
|
37180
|
-
var NumberAttribute$inboundSchema, NumberAttribute$outboundSchema, NumberAttribute$;
|
|
37181
|
-
var init_numberattribute = __esm(() => {
|
|
37182
|
-
init_lib();
|
|
37183
|
-
NumberAttribute$inboundSchema = objectType({
|
|
37184
|
-
id: stringType(),
|
|
37185
|
-
name: stringType(),
|
|
37186
|
-
key: stringType(),
|
|
37187
|
-
type: stringType(),
|
|
37188
|
-
value: numberType()
|
|
37189
|
-
});
|
|
37190
|
-
NumberAttribute$outboundSchema = objectType({
|
|
37191
|
-
id: stringType(),
|
|
37192
|
-
name: stringType(),
|
|
37193
|
-
key: stringType(),
|
|
37194
|
-
type: stringType(),
|
|
37195
|
-
value: numberType()
|
|
37196
|
-
});
|
|
37197
|
-
((NumberAttribute$) => {
|
|
37198
|
-
NumberAttribute$.inboundSchema = NumberAttribute$inboundSchema;
|
|
37199
|
-
NumberAttribute$.outboundSchema = NumberAttribute$outboundSchema;
|
|
37200
|
-
})(NumberAttribute$ ||= {});
|
|
37201
|
-
});
|
|
37202
|
-
|
|
37203
37662
|
// src/models/components/orderitem.ts
|
|
37204
37663
|
var OrderItem$inboundSchema, OrderItem$outboundSchema, OrderItem$;
|
|
37205
37664
|
var init_orderitem = __esm(() => {
|
|
@@ -38281,353 +38740,6 @@ var init_pincode = __esm(() => {
|
|
|
38281
38740
|
})(Pincode$ ||= {});
|
|
38282
38741
|
});
|
|
38283
38742
|
|
|
38284
|
-
// src/models/components/singleselectattribute.ts
|
|
38285
|
-
var SingleSelectAttribute$inboundSchema, SingleSelectAttribute$outboundSchema, SingleSelectAttribute$;
|
|
38286
|
-
var init_singleselectattribute = __esm(() => {
|
|
38287
|
-
init_lib();
|
|
38288
|
-
SingleSelectAttribute$inboundSchema = objectType({
|
|
38289
|
-
id: stringType(),
|
|
38290
|
-
name: stringType(),
|
|
38291
|
-
key: stringType(),
|
|
38292
|
-
type: stringType(),
|
|
38293
|
-
value: stringType()
|
|
38294
|
-
});
|
|
38295
|
-
SingleSelectAttribute$outboundSchema = objectType({
|
|
38296
|
-
id: stringType(),
|
|
38297
|
-
name: stringType(),
|
|
38298
|
-
key: stringType(),
|
|
38299
|
-
type: stringType(),
|
|
38300
|
-
value: stringType()
|
|
38301
|
-
});
|
|
38302
|
-
((SingleSelectAttribute$) => {
|
|
38303
|
-
SingleSelectAttribute$.inboundSchema = SingleSelectAttribute$inboundSchema;
|
|
38304
|
-
SingleSelectAttribute$.outboundSchema = SingleSelectAttribute$outboundSchema;
|
|
38305
|
-
})(SingleSelectAttribute$ ||= {});
|
|
38306
|
-
});
|
|
38307
|
-
|
|
38308
|
-
// src/models/components/textattribute.ts
|
|
38309
|
-
var TextAttribute$inboundSchema, TextAttribute$outboundSchema, TextAttribute$;
|
|
38310
|
-
var init_textattribute = __esm(() => {
|
|
38311
|
-
init_lib();
|
|
38312
|
-
TextAttribute$inboundSchema = objectType({
|
|
38313
|
-
id: stringType(),
|
|
38314
|
-
name: stringType(),
|
|
38315
|
-
key: stringType(),
|
|
38316
|
-
type: stringType(),
|
|
38317
|
-
value: stringType()
|
|
38318
|
-
});
|
|
38319
|
-
TextAttribute$outboundSchema = objectType({
|
|
38320
|
-
id: stringType(),
|
|
38321
|
-
name: stringType(),
|
|
38322
|
-
key: stringType(),
|
|
38323
|
-
type: stringType(),
|
|
38324
|
-
value: stringType()
|
|
38325
|
-
});
|
|
38326
|
-
((TextAttribute$) => {
|
|
38327
|
-
TextAttribute$.inboundSchema = TextAttribute$inboundSchema;
|
|
38328
|
-
TextAttribute$.outboundSchema = TextAttribute$outboundSchema;
|
|
38329
|
-
})(TextAttribute$ ||= {});
|
|
38330
|
-
});
|
|
38331
|
-
|
|
38332
|
-
// src/models/components/productattribute.ts
|
|
38333
|
-
var ProductAttribute$inboundSchema, ProductAttribute$outboundSchema, ProductAttribute$;
|
|
38334
|
-
var init_productattribute = __esm(() => {
|
|
38335
|
-
init_lib();
|
|
38336
|
-
init_booleanattribute();
|
|
38337
|
-
init_colorattribute();
|
|
38338
|
-
init_dateattribute();
|
|
38339
|
-
init_multiselectattribute();
|
|
38340
|
-
init_numberattribute();
|
|
38341
|
-
init_singleselectattribute();
|
|
38342
|
-
init_textattribute();
|
|
38343
|
-
ProductAttribute$inboundSchema = unionType([
|
|
38344
|
-
ColorAttribute$inboundSchema.and(objectType({ type: literalType("color") }).transform((v2) => ({ type: v2.type }))),
|
|
38345
|
-
SingleSelectAttribute$inboundSchema.and(objectType({ type: literalType("single-select") }).transform((v2) => ({
|
|
38346
|
-
type: v2.type
|
|
38347
|
-
}))),
|
|
38348
|
-
MultiSelectAttribute$inboundSchema.and(objectType({ type: literalType("multi-select") }).transform((v2) => ({
|
|
38349
|
-
type: v2.type
|
|
38350
|
-
}))),
|
|
38351
|
-
TextAttribute$inboundSchema.and(objectType({ type: literalType("text") }).transform((v2) => ({ type: v2.type }))),
|
|
38352
|
-
DateAttribute$inboundSchema.and(objectType({ type: literalType("date") }).transform((v2) => ({ type: v2.type }))),
|
|
38353
|
-
NumberAttribute$inboundSchema.and(objectType({ type: literalType("number") }).transform((v2) => ({
|
|
38354
|
-
type: v2.type
|
|
38355
|
-
}))),
|
|
38356
|
-
BooleanAttribute$inboundSchema.and(objectType({ type: literalType("boolean") }).transform((v2) => ({
|
|
38357
|
-
type: v2.type
|
|
38358
|
-
})))
|
|
38359
|
-
]);
|
|
38360
|
-
ProductAttribute$outboundSchema = unionType([
|
|
38361
|
-
ColorAttribute$outboundSchema.and(objectType({ type: literalType("color") }).transform((v2) => ({ type: v2.type }))),
|
|
38362
|
-
SingleSelectAttribute$outboundSchema.and(objectType({ type: literalType("single-select") }).transform((v2) => ({
|
|
38363
|
-
type: v2.type
|
|
38364
|
-
}))),
|
|
38365
|
-
MultiSelectAttribute$outboundSchema.and(objectType({ type: literalType("multi-select") }).transform((v2) => ({
|
|
38366
|
-
type: v2.type
|
|
38367
|
-
}))),
|
|
38368
|
-
TextAttribute$outboundSchema.and(objectType({ type: literalType("text") }).transform((v2) => ({ type: v2.type }))),
|
|
38369
|
-
DateAttribute$outboundSchema.and(objectType({ type: literalType("date") }).transform((v2) => ({ type: v2.type }))),
|
|
38370
|
-
NumberAttribute$outboundSchema.and(objectType({ type: literalType("number") }).transform((v2) => ({
|
|
38371
|
-
type: v2.type
|
|
38372
|
-
}))),
|
|
38373
|
-
BooleanAttribute$outboundSchema.and(objectType({ type: literalType("boolean") }).transform((v2) => ({
|
|
38374
|
-
type: v2.type
|
|
38375
|
-
})))
|
|
38376
|
-
]);
|
|
38377
|
-
((ProductAttribute$) => {
|
|
38378
|
-
ProductAttribute$.inboundSchema = ProductAttribute$inboundSchema;
|
|
38379
|
-
ProductAttribute$.outboundSchema = ProductAttribute$outboundSchema;
|
|
38380
|
-
})(ProductAttribute$ ||= {});
|
|
38381
|
-
});
|
|
38382
|
-
|
|
38383
|
-
// src/models/components/productimage.ts
|
|
38384
|
-
var ProductImage$inboundSchema, ProductImage$outboundSchema, ProductImage$;
|
|
38385
|
-
var init_productimage = __esm(() => {
|
|
38386
|
-
init_lib();
|
|
38387
|
-
init_primitives();
|
|
38388
|
-
ProductImage$inboundSchema = objectType({
|
|
38389
|
-
id: stringType(),
|
|
38390
|
-
title: nullableType(stringType()),
|
|
38391
|
-
alternate_text: nullableType(stringType()),
|
|
38392
|
-
sort_order: numberType().int(),
|
|
38393
|
-
url_tiny: stringType(),
|
|
38394
|
-
url_thumbnail: stringType(),
|
|
38395
|
-
url_standard: stringType(),
|
|
38396
|
-
url_zoom: stringType()
|
|
38397
|
-
}).transform((v2) => {
|
|
38398
|
-
return remap(v2, {
|
|
38399
|
-
alternate_text: "alternateText",
|
|
38400
|
-
sort_order: "sortOrder",
|
|
38401
|
-
url_tiny: "urlTiny",
|
|
38402
|
-
url_thumbnail: "urlThumbnail",
|
|
38403
|
-
url_standard: "urlStandard",
|
|
38404
|
-
url_zoom: "urlZoom"
|
|
38405
|
-
});
|
|
38406
|
-
});
|
|
38407
|
-
ProductImage$outboundSchema = objectType({
|
|
38408
|
-
id: stringType(),
|
|
38409
|
-
title: nullableType(stringType()),
|
|
38410
|
-
alternateText: nullableType(stringType()),
|
|
38411
|
-
sortOrder: numberType().int(),
|
|
38412
|
-
urlTiny: stringType(),
|
|
38413
|
-
urlThumbnail: stringType(),
|
|
38414
|
-
urlStandard: stringType(),
|
|
38415
|
-
urlZoom: stringType()
|
|
38416
|
-
}).transform((v2) => {
|
|
38417
|
-
return remap(v2, {
|
|
38418
|
-
alternateText: "alternate_text",
|
|
38419
|
-
sortOrder: "sort_order",
|
|
38420
|
-
urlTiny: "url_tiny",
|
|
38421
|
-
urlThumbnail: "url_thumbnail",
|
|
38422
|
-
urlStandard: "url_standard",
|
|
38423
|
-
urlZoom: "url_zoom"
|
|
38424
|
-
});
|
|
38425
|
-
});
|
|
38426
|
-
((ProductImage$) => {
|
|
38427
|
-
ProductImage$.inboundSchema = ProductImage$inboundSchema;
|
|
38428
|
-
ProductImage$.outboundSchema = ProductImage$outboundSchema;
|
|
38429
|
-
})(ProductImage$ ||= {});
|
|
38430
|
-
});
|
|
38431
|
-
|
|
38432
|
-
// src/models/components/productpricing.ts
|
|
38433
|
-
var ProductPricing$inboundSchema, ProductPricing$outboundSchema, ProductPricing$;
|
|
38434
|
-
var init_productpricing = __esm(() => {
|
|
38435
|
-
init_lib();
|
|
38436
|
-
init_primitives();
|
|
38437
|
-
ProductPricing$inboundSchema = objectType({
|
|
38438
|
-
currency: stringType(),
|
|
38439
|
-
tax_type: literalType("GST").default("GST"),
|
|
38440
|
-
tax_rate: numberType(),
|
|
38441
|
-
price_including_tax: booleanType(),
|
|
38442
|
-
listing_price: numberType(),
|
|
38443
|
-
selling_price: numberType(),
|
|
38444
|
-
min_order_quantity: numberType().int().default(1),
|
|
38445
|
-
max_order_quantity: nullableType(numberType().int()),
|
|
38446
|
-
incremental_quantity: numberType().int().default(1),
|
|
38447
|
-
selling_price_excluding_tax: numberType()
|
|
38448
|
-
}).transform((v2) => {
|
|
38449
|
-
return remap(v2, {
|
|
38450
|
-
tax_type: "taxType",
|
|
38451
|
-
tax_rate: "taxRate",
|
|
38452
|
-
price_including_tax: "priceIncludingTax",
|
|
38453
|
-
listing_price: "listingPrice",
|
|
38454
|
-
selling_price: "sellingPrice",
|
|
38455
|
-
min_order_quantity: "minOrderQuantity",
|
|
38456
|
-
max_order_quantity: "maxOrderQuantity",
|
|
38457
|
-
incremental_quantity: "incrementalQuantity",
|
|
38458
|
-
selling_price_excluding_tax: "sellingPriceExcludingTax"
|
|
38459
|
-
});
|
|
38460
|
-
});
|
|
38461
|
-
ProductPricing$outboundSchema = objectType({
|
|
38462
|
-
currency: stringType(),
|
|
38463
|
-
taxType: literalType("GST").default("GST"),
|
|
38464
|
-
taxRate: numberType(),
|
|
38465
|
-
priceIncludingTax: booleanType(),
|
|
38466
|
-
listingPrice: numberType(),
|
|
38467
|
-
sellingPrice: numberType(),
|
|
38468
|
-
minOrderQuantity: numberType().int().default(1),
|
|
38469
|
-
maxOrderQuantity: nullableType(numberType().int()),
|
|
38470
|
-
incrementalQuantity: numberType().int().default(1),
|
|
38471
|
-
sellingPriceExcludingTax: numberType()
|
|
38472
|
-
}).transform((v2) => {
|
|
38473
|
-
return remap(v2, {
|
|
38474
|
-
taxType: "tax_type",
|
|
38475
|
-
taxRate: "tax_rate",
|
|
38476
|
-
priceIncludingTax: "price_including_tax",
|
|
38477
|
-
listingPrice: "listing_price",
|
|
38478
|
-
sellingPrice: "selling_price",
|
|
38479
|
-
minOrderQuantity: "min_order_quantity",
|
|
38480
|
-
maxOrderQuantity: "max_order_quantity",
|
|
38481
|
-
incrementalQuantity: "incremental_quantity",
|
|
38482
|
-
sellingPriceExcludingTax: "selling_price_excluding_tax"
|
|
38483
|
-
});
|
|
38484
|
-
});
|
|
38485
|
-
((ProductPricing$) => {
|
|
38486
|
-
ProductPricing$.inboundSchema = ProductPricing$inboundSchema;
|
|
38487
|
-
ProductPricing$.outboundSchema = ProductPricing$outboundSchema;
|
|
38488
|
-
})(ProductPricing$ ||= {});
|
|
38489
|
-
});
|
|
38490
|
-
|
|
38491
|
-
// src/models/components/volumebasedpromotion.ts
|
|
38492
|
-
var Slabs$inboundSchema, Slabs$outboundSchema, Slabs$, VolumeBasedPromotion$inboundSchema, VolumeBasedPromotion$outboundSchema, VolumeBasedPromotion$;
|
|
38493
|
-
var init_volumebasedpromotion = __esm(() => {
|
|
38494
|
-
init_lib();
|
|
38495
|
-
init_primitives();
|
|
38496
|
-
Slabs$inboundSchema = objectType({
|
|
38497
|
-
quantity_limit: numberType().int(),
|
|
38498
|
-
discount_percent: numberType()
|
|
38499
|
-
}).transform((v2) => {
|
|
38500
|
-
return remap(v2, {
|
|
38501
|
-
quantity_limit: "quantityLimit",
|
|
38502
|
-
discount_percent: "discountPercent"
|
|
38503
|
-
});
|
|
38504
|
-
});
|
|
38505
|
-
Slabs$outboundSchema = objectType({
|
|
38506
|
-
quantityLimit: numberType().int(),
|
|
38507
|
-
discountPercent: numberType()
|
|
38508
|
-
}).transform((v2) => {
|
|
38509
|
-
return remap(v2, {
|
|
38510
|
-
quantityLimit: "quantity_limit",
|
|
38511
|
-
discountPercent: "discount_percent"
|
|
38512
|
-
});
|
|
38513
|
-
});
|
|
38514
|
-
((Slabs$) => {
|
|
38515
|
-
Slabs$.inboundSchema = Slabs$inboundSchema;
|
|
38516
|
-
Slabs$.outboundSchema = Slabs$outboundSchema;
|
|
38517
|
-
})(Slabs$ ||= {});
|
|
38518
|
-
VolumeBasedPromotion$inboundSchema = objectType({
|
|
38519
|
-
promotion_type: literalType("discount").optional(),
|
|
38520
|
-
slabs: arrayType(lazyType(() => Slabs$inboundSchema))
|
|
38521
|
-
}).transform((v2) => {
|
|
38522
|
-
return remap(v2, {
|
|
38523
|
-
promotion_type: "promotionType"
|
|
38524
|
-
});
|
|
38525
|
-
});
|
|
38526
|
-
VolumeBasedPromotion$outboundSchema = objectType({
|
|
38527
|
-
promotionType: literalType("discount").default("discount"),
|
|
38528
|
-
slabs: arrayType(lazyType(() => Slabs$outboundSchema))
|
|
38529
|
-
}).transform((v2) => {
|
|
38530
|
-
return remap(v2, {
|
|
38531
|
-
promotionType: "promotion_type"
|
|
38532
|
-
});
|
|
38533
|
-
});
|
|
38534
|
-
((VolumeBasedPromotion$) => {
|
|
38535
|
-
VolumeBasedPromotion$.inboundSchema = VolumeBasedPromotion$inboundSchema;
|
|
38536
|
-
VolumeBasedPromotion$.outboundSchema = VolumeBasedPromotion$outboundSchema;
|
|
38537
|
-
})(VolumeBasedPromotion$ ||= {});
|
|
38538
|
-
});
|
|
38539
|
-
|
|
38540
|
-
// src/models/components/productpromotion.ts
|
|
38541
|
-
var Details$inboundSchema, Details$outboundSchema, Details$, ProductPromotion$inboundSchema, ProductPromotion$outboundSchema, ProductPromotion$;
|
|
38542
|
-
var init_productpromotion = __esm(() => {
|
|
38543
|
-
init_lib();
|
|
38544
|
-
init_primitives();
|
|
38545
|
-
init_discountbasedpromotion();
|
|
38546
|
-
init_fixedpricepromotion();
|
|
38547
|
-
init_freegoodspromotion();
|
|
38548
|
-
init_volumebasedpromotion();
|
|
38549
|
-
Details$inboundSchema = unionType([
|
|
38550
|
-
FixedPricePromotion$inboundSchema.and(objectType({ promotion_type: literalType("fixed-price") }).transform((v2) => ({
|
|
38551
|
-
promotionType: v2.promotion_type
|
|
38552
|
-
}))),
|
|
38553
|
-
VolumeBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("volume-based") }).transform((v2) => ({ promotionType: v2.promotion_type }))),
|
|
38554
|
-
FreeGoodsPromotion$inboundSchema.and(objectType({ promotion_type: literalType("free-goods") }).transform((v2) => ({
|
|
38555
|
-
promotionType: v2.promotion_type
|
|
38556
|
-
}))),
|
|
38557
|
-
DiscountBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("discount") }).transform((v2) => ({
|
|
38558
|
-
promotionType: v2.promotion_type
|
|
38559
|
-
})))
|
|
38560
|
-
]);
|
|
38561
|
-
Details$outboundSchema = unionType([
|
|
38562
|
-
FixedPricePromotion$outboundSchema.and(objectType({ promotionType: literalType("fixed-price") }).transform((v2) => ({
|
|
38563
|
-
promotion_type: v2.promotionType
|
|
38564
|
-
}))),
|
|
38565
|
-
VolumeBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("volume-based") }).transform((v2) => ({
|
|
38566
|
-
promotion_type: v2.promotionType
|
|
38567
|
-
}))),
|
|
38568
|
-
FreeGoodsPromotion$outboundSchema.and(objectType({ promotionType: literalType("free-goods") }).transform((v2) => ({
|
|
38569
|
-
promotion_type: v2.promotionType
|
|
38570
|
-
}))),
|
|
38571
|
-
DiscountBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("discount") }).transform((v2) => ({
|
|
38572
|
-
promotion_type: v2.promotionType
|
|
38573
|
-
})))
|
|
38574
|
-
]);
|
|
38575
|
-
((Details$) => {
|
|
38576
|
-
Details$.inboundSchema = Details$inboundSchema;
|
|
38577
|
-
Details$.outboundSchema = Details$outboundSchema;
|
|
38578
|
-
})(Details$ ||= {});
|
|
38579
|
-
ProductPromotion$inboundSchema = objectType({
|
|
38580
|
-
id: stringType(),
|
|
38581
|
-
starts_at: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
38582
|
-
expires_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))),
|
|
38583
|
-
details: unionType([
|
|
38584
|
-
FixedPricePromotion$inboundSchema.and(objectType({ promotion_type: literalType("fixed-price") }).transform((v2) => ({
|
|
38585
|
-
promotionType: v2.promotion_type
|
|
38586
|
-
}))),
|
|
38587
|
-
VolumeBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("volume-based") }).transform((v2) => ({ promotionType: v2.promotion_type }))),
|
|
38588
|
-
FreeGoodsPromotion$inboundSchema.and(objectType({ promotion_type: literalType("free-goods") }).transform((v2) => ({
|
|
38589
|
-
promotionType: v2.promotion_type
|
|
38590
|
-
}))),
|
|
38591
|
-
DiscountBasedPromotion$inboundSchema.and(objectType({ promotion_type: literalType("discount") }).transform((v2) => ({
|
|
38592
|
-
promotionType: v2.promotion_type
|
|
38593
|
-
})))
|
|
38594
|
-
])
|
|
38595
|
-
}).transform((v2) => {
|
|
38596
|
-
return remap(v2, {
|
|
38597
|
-
starts_at: "startsAt",
|
|
38598
|
-
expires_at: "expiresAt"
|
|
38599
|
-
});
|
|
38600
|
-
});
|
|
38601
|
-
ProductPromotion$outboundSchema = objectType({
|
|
38602
|
-
id: stringType(),
|
|
38603
|
-
startsAt: dateType().transform((v2) => v2.toISOString()),
|
|
38604
|
-
expiresAt: nullableType(dateType().transform((v2) => v2.toISOString())),
|
|
38605
|
-
details: unionType([
|
|
38606
|
-
FixedPricePromotion$outboundSchema.and(objectType({ promotionType: literalType("fixed-price") }).transform((v2) => ({
|
|
38607
|
-
promotion_type: v2.promotionType
|
|
38608
|
-
}))),
|
|
38609
|
-
VolumeBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("volume-based") }).transform((v2) => ({
|
|
38610
|
-
promotion_type: v2.promotionType
|
|
38611
|
-
}))),
|
|
38612
|
-
FreeGoodsPromotion$outboundSchema.and(objectType({ promotionType: literalType("free-goods") }).transform((v2) => ({
|
|
38613
|
-
promotion_type: v2.promotionType
|
|
38614
|
-
}))),
|
|
38615
|
-
DiscountBasedPromotion$outboundSchema.and(objectType({ promotionType: literalType("discount") }).transform((v2) => ({
|
|
38616
|
-
promotion_type: v2.promotionType
|
|
38617
|
-
})))
|
|
38618
|
-
])
|
|
38619
|
-
}).transform((v2) => {
|
|
38620
|
-
return remap(v2, {
|
|
38621
|
-
startsAt: "starts_at",
|
|
38622
|
-
expiresAt: "expires_at"
|
|
38623
|
-
});
|
|
38624
|
-
});
|
|
38625
|
-
((ProductPromotion$) => {
|
|
38626
|
-
ProductPromotion$.inboundSchema = ProductPromotion$inboundSchema;
|
|
38627
|
-
ProductPromotion$.outboundSchema = ProductPromotion$outboundSchema;
|
|
38628
|
-
})(ProductPromotion$ ||= {});
|
|
38629
|
-
});
|
|
38630
|
-
|
|
38631
38743
|
// src/models/components/productbundleitem.ts
|
|
38632
38744
|
var ProductBundleItemProductType, ProductBundleItemProductType$inboundSchema, ProductBundleItemProductType$outboundSchema, ProductBundleItemProductType$, ProductBundleItem$inboundSchema, ProductBundleItem$outboundSchema, ProductBundleItem$;
|
|
38633
38745
|
var init_productbundleitem = __esm(() => {
|
|
@@ -39476,118 +39588,6 @@ var init_security2 = __esm(() => {
|
|
|
39476
39588
|
})(Security$ ||= {});
|
|
39477
39589
|
});
|
|
39478
39590
|
|
|
39479
|
-
// src/models/components/sku.ts
|
|
39480
|
-
var SKUProductType, SKUProductType$inboundSchema, SKUProductType$outboundSchema, SKUProductType$, Sku$inboundSchema, Sku$outboundSchema, Sku$;
|
|
39481
|
-
var init_sku = __esm(() => {
|
|
39482
|
-
init_lib();
|
|
39483
|
-
init_primitives();
|
|
39484
|
-
init_associatedoption();
|
|
39485
|
-
init_productattribute();
|
|
39486
|
-
init_productimage();
|
|
39487
|
-
init_productpricing();
|
|
39488
|
-
init_productpromotion();
|
|
39489
|
-
init_productsubscription();
|
|
39490
|
-
SKUProductType = {
|
|
39491
|
-
Physical: "physical",
|
|
39492
|
-
Digital: "digital",
|
|
39493
|
-
Bundle: "bundle"
|
|
39494
|
-
};
|
|
39495
|
-
SKUProductType$inboundSchema = nativeEnumType(SKUProductType);
|
|
39496
|
-
SKUProductType$outboundSchema = SKUProductType$inboundSchema;
|
|
39497
|
-
((SKUProductType$) => {
|
|
39498
|
-
SKUProductType$.inboundSchema = SKUProductType$inboundSchema;
|
|
39499
|
-
SKUProductType$.outboundSchema = SKUProductType$outboundSchema;
|
|
39500
|
-
})(SKUProductType$ ||= {});
|
|
39501
|
-
Sku$inboundSchema = objectType({
|
|
39502
|
-
product_id: stringType(),
|
|
39503
|
-
variant_id: nullableType(stringType()),
|
|
39504
|
-
sku: stringType(),
|
|
39505
|
-
slug: stringType(),
|
|
39506
|
-
product_name: stringType(),
|
|
39507
|
-
variant_name: nullableType(stringType()),
|
|
39508
|
-
product_type: SKUProductType$inboundSchema,
|
|
39509
|
-
short_description: nullableType(stringType()),
|
|
39510
|
-
active: booleanType(),
|
|
39511
|
-
stock_available: booleanType(),
|
|
39512
|
-
on_offer: booleanType(),
|
|
39513
|
-
on_subscription: booleanType(),
|
|
39514
|
-
on_promotion: booleanType(),
|
|
39515
|
-
category_ids: arrayType(stringType()),
|
|
39516
|
-
tags: nullableType(arrayType(stringType())),
|
|
39517
|
-
reviews_count: numberType().int(),
|
|
39518
|
-
reviews_rating_sum: nullableType(numberType()),
|
|
39519
|
-
attributes: arrayType(ProductAttribute$inboundSchema),
|
|
39520
|
-
images: arrayType(ProductImage$inboundSchema),
|
|
39521
|
-
pricing: ProductPricing$inboundSchema,
|
|
39522
|
-
promotion: nullableType(ProductPromotion$inboundSchema),
|
|
39523
|
-
subscription: arrayType(ProductSubscription$inboundSchema),
|
|
39524
|
-
associated_options: nullableType(recordType(AssociatedOption$inboundSchema))
|
|
39525
|
-
}).transform((v2) => {
|
|
39526
|
-
return remap(v2, {
|
|
39527
|
-
product_id: "productId",
|
|
39528
|
-
variant_id: "variantId",
|
|
39529
|
-
product_name: "productName",
|
|
39530
|
-
variant_name: "variantName",
|
|
39531
|
-
product_type: "productType",
|
|
39532
|
-
short_description: "shortDescription",
|
|
39533
|
-
stock_available: "stockAvailable",
|
|
39534
|
-
on_offer: "onOffer",
|
|
39535
|
-
on_subscription: "onSubscription",
|
|
39536
|
-
on_promotion: "onPromotion",
|
|
39537
|
-
category_ids: "categoryIds",
|
|
39538
|
-
reviews_count: "reviewsCount",
|
|
39539
|
-
reviews_rating_sum: "reviewsRatingSum",
|
|
39540
|
-
associated_options: "associatedOptions"
|
|
39541
|
-
});
|
|
39542
|
-
});
|
|
39543
|
-
Sku$outboundSchema = objectType({
|
|
39544
|
-
productId: stringType(),
|
|
39545
|
-
variantId: nullableType(stringType()),
|
|
39546
|
-
sku: stringType(),
|
|
39547
|
-
slug: stringType(),
|
|
39548
|
-
productName: stringType(),
|
|
39549
|
-
variantName: nullableType(stringType()),
|
|
39550
|
-
productType: SKUProductType$outboundSchema,
|
|
39551
|
-
shortDescription: nullableType(stringType()),
|
|
39552
|
-
active: booleanType(),
|
|
39553
|
-
stockAvailable: booleanType(),
|
|
39554
|
-
onOffer: booleanType(),
|
|
39555
|
-
onSubscription: booleanType(),
|
|
39556
|
-
onPromotion: booleanType(),
|
|
39557
|
-
categoryIds: arrayType(stringType()),
|
|
39558
|
-
tags: nullableType(arrayType(stringType())),
|
|
39559
|
-
reviewsCount: numberType().int(),
|
|
39560
|
-
reviewsRatingSum: nullableType(numberType()),
|
|
39561
|
-
attributes: arrayType(ProductAttribute$outboundSchema),
|
|
39562
|
-
images: arrayType(ProductImage$outboundSchema),
|
|
39563
|
-
pricing: ProductPricing$outboundSchema,
|
|
39564
|
-
promotion: nullableType(ProductPromotion$outboundSchema),
|
|
39565
|
-
subscription: arrayType(ProductSubscription$outboundSchema),
|
|
39566
|
-
associatedOptions: nullableType(recordType(AssociatedOption$outboundSchema))
|
|
39567
|
-
}).transform((v2) => {
|
|
39568
|
-
return remap(v2, {
|
|
39569
|
-
productId: "product_id",
|
|
39570
|
-
variantId: "variant_id",
|
|
39571
|
-
productName: "product_name",
|
|
39572
|
-
variantName: "variant_name",
|
|
39573
|
-
productType: "product_type",
|
|
39574
|
-
shortDescription: "short_description",
|
|
39575
|
-
stockAvailable: "stock_available",
|
|
39576
|
-
onOffer: "on_offer",
|
|
39577
|
-
onSubscription: "on_subscription",
|
|
39578
|
-
onPromotion: "on_promotion",
|
|
39579
|
-
categoryIds: "category_ids",
|
|
39580
|
-
reviewsCount: "reviews_count",
|
|
39581
|
-
reviewsRatingSum: "reviews_rating_sum",
|
|
39582
|
-
associatedOptions: "associated_options"
|
|
39583
|
-
});
|
|
39584
|
-
});
|
|
39585
|
-
((Sku$) => {
|
|
39586
|
-
Sku$.inboundSchema = Sku$inboundSchema;
|
|
39587
|
-
Sku$.outboundSchema = Sku$outboundSchema;
|
|
39588
|
-
})(Sku$ ||= {});
|
|
39589
|
-
});
|
|
39590
|
-
|
|
39591
39591
|
// src/models/components/updatecartitem.ts
|
|
39592
39592
|
var UpdateCartItem$inboundSchema, UpdateCartItem$outboundSchema, UpdateCartItem$;
|
|
39593
39593
|
var init_updatecartitem = __esm(() => {
|
|
@@ -39906,6 +39906,7 @@ var init_components = __esm(() => {
|
|
|
39906
39906
|
init_discountbasedpromotion();
|
|
39907
39907
|
init_fixedpricepromotion();
|
|
39908
39908
|
init_freegoodspromotion();
|
|
39909
|
+
init_item();
|
|
39909
39910
|
init_juspaypaymentgatewayparams();
|
|
39910
39911
|
init_juspaypaymentinfo();
|
|
39911
39912
|
init_multiselectattribute();
|
|
@@ -39940,7 +39941,6 @@ var init_components = __esm(() => {
|
|
|
39940
39941
|
init_shipmentitem();
|
|
39941
39942
|
init_singleselectattribute();
|
|
39942
39943
|
init_singleselectoption();
|
|
39943
|
-
init_sku();
|
|
39944
39944
|
init_textattribute();
|
|
39945
39945
|
init_updatecartitem();
|
|
39946
39946
|
init_upipayment();
|
|
@@ -41798,11 +41798,11 @@ var init_listcrosssellproducts = __esm(() => {
|
|
|
41798
41798
|
ListCrosssellProductsRequest$.outboundSchema = ListCrosssellProductsRequest$outboundSchema;
|
|
41799
41799
|
})(ListCrosssellProductsRequest$ ||= {});
|
|
41800
41800
|
ListCrosssellProductsContent$inboundSchema = objectType({
|
|
41801
|
-
products: arrayType(
|
|
41801
|
+
products: arrayType(Item$inboundSchema),
|
|
41802
41802
|
pagination: Pagination$inboundSchema
|
|
41803
41803
|
});
|
|
41804
41804
|
ListCrosssellProductsContent$outboundSchema = objectType({
|
|
41805
|
-
products: arrayType(
|
|
41805
|
+
products: arrayType(Item$outboundSchema),
|
|
41806
41806
|
pagination: Pagination$outboundSchema
|
|
41807
41807
|
});
|
|
41808
41808
|
((ListCrosssellProductsContent$) => {
|
|
@@ -42164,11 +42164,11 @@ var init_listsimilarproducts = __esm(() => {
|
|
|
42164
42164
|
ListSimilarProductsRequest$.outboundSchema = ListSimilarProductsRequest$outboundSchema;
|
|
42165
42165
|
})(ListSimilarProductsRequest$ ||= {});
|
|
42166
42166
|
ListSimilarProductsContent$inboundSchema = objectType({
|
|
42167
|
-
products: arrayType(
|
|
42167
|
+
products: arrayType(Item$inboundSchema),
|
|
42168
42168
|
pagination: Pagination$inboundSchema
|
|
42169
42169
|
});
|
|
42170
42170
|
ListSimilarProductsContent$outboundSchema = objectType({
|
|
42171
|
-
products: arrayType(
|
|
42171
|
+
products: arrayType(Item$outboundSchema),
|
|
42172
42172
|
pagination: Pagination$outboundSchema
|
|
42173
42173
|
});
|
|
42174
42174
|
((ListSimilarProductsContent$) => {
|
|
@@ -42230,11 +42230,11 @@ var init_listskus = __esm(() => {
|
|
|
42230
42230
|
ListSkusRequest$.outboundSchema = ListSkusRequest$outboundSchema;
|
|
42231
42231
|
})(ListSkusRequest$ ||= {});
|
|
42232
42232
|
ListSkusContent$inboundSchema = objectType({
|
|
42233
|
-
skus: arrayType(
|
|
42233
|
+
skus: arrayType(Item$inboundSchema),
|
|
42234
42234
|
pagination: Pagination$inboundSchema
|
|
42235
42235
|
});
|
|
42236
42236
|
ListSkusContent$outboundSchema = objectType({
|
|
42237
|
-
skus: arrayType(
|
|
42237
|
+
skus: arrayType(Item$outboundSchema),
|
|
42238
42238
|
pagination: Pagination$outboundSchema
|
|
42239
42239
|
});
|
|
42240
42240
|
((ListSkusContent$) => {
|
|
@@ -42290,11 +42290,11 @@ var init_listupsellproducts = __esm(() => {
|
|
|
42290
42290
|
ListUpsellProductsRequest$.outboundSchema = ListUpsellProductsRequest$outboundSchema;
|
|
42291
42291
|
})(ListUpsellProductsRequest$ ||= {});
|
|
42292
42292
|
ListUpsellProductsContent$inboundSchema = objectType({
|
|
42293
|
-
products: arrayType(
|
|
42293
|
+
products: arrayType(Item$inboundSchema),
|
|
42294
42294
|
pagination: Pagination$inboundSchema
|
|
42295
42295
|
});
|
|
42296
42296
|
ListUpsellProductsContent$outboundSchema = objectType({
|
|
42297
|
-
products: arrayType(
|
|
42297
|
+
products: arrayType(Item$outboundSchema),
|
|
42298
42298
|
pagination: Pagination$outboundSchema
|
|
42299
42299
|
});
|
|
42300
42300
|
((ListUpsellProductsContent$) => {
|
|
@@ -42893,7 +42893,7 @@ var init_searchproducts = __esm(() => {
|
|
|
42893
42893
|
FacetStats$.outboundSchema = FacetStats$outboundSchema;
|
|
42894
42894
|
})(FacetStats$ ||= {});
|
|
42895
42895
|
SearchProductsContent$inboundSchema = objectType({
|
|
42896
|
-
skus: arrayType(
|
|
42896
|
+
skus: arrayType(Item$inboundSchema),
|
|
42897
42897
|
facet_distribution: recordType(recordType(numberType().int())),
|
|
42898
42898
|
facet_stats: recordType(lazyType(() => FacetStats$inboundSchema)),
|
|
42899
42899
|
pagination: Pagination$inboundSchema
|
|
@@ -42904,7 +42904,7 @@ var init_searchproducts = __esm(() => {
|
|
|
42904
42904
|
});
|
|
42905
42905
|
});
|
|
42906
42906
|
SearchProductsContent$outboundSchema = objectType({
|
|
42907
|
-
skus: arrayType(
|
|
42907
|
+
skus: arrayType(Item$outboundSchema),
|
|
42908
42908
|
facetDistribution: recordType(recordType(numberType().int())),
|
|
42909
42909
|
facetStats: recordType(lazyType(() => FacetStats$outboundSchema)),
|
|
42910
42910
|
pagination: Pagination$outboundSchema
|
|
@@ -43455,7 +43455,7 @@ async function $do(client, request, options) {
|
|
|
43455
43455
|
const context = {
|
|
43456
43456
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43457
43457
|
operationID: "check-verification-status",
|
|
43458
|
-
oAuth2Scopes:
|
|
43458
|
+
oAuth2Scopes: [],
|
|
43459
43459
|
resolvedSecurity: requestSecurity,
|
|
43460
43460
|
securitySource: client._options.authorization,
|
|
43461
43461
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -43558,7 +43558,7 @@ async function $do2(client, request, options) {
|
|
|
43558
43558
|
const context = {
|
|
43559
43559
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43560
43560
|
operationID: "create-notification-preferences",
|
|
43561
|
-
oAuth2Scopes:
|
|
43561
|
+
oAuth2Scopes: [],
|
|
43562
43562
|
resolvedSecurity: requestSecurity,
|
|
43563
43563
|
securitySource: client._options.authorization,
|
|
43564
43564
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -43655,7 +43655,7 @@ async function $do3(client, request, options) {
|
|
|
43655
43655
|
const context = {
|
|
43656
43656
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43657
43657
|
operationID: "generate-otp",
|
|
43658
|
-
oAuth2Scopes:
|
|
43658
|
+
oAuth2Scopes: [],
|
|
43659
43659
|
resolvedSecurity: requestSecurity,
|
|
43660
43660
|
securitySource: client._options.authorization,
|
|
43661
43661
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -43757,7 +43757,7 @@ async function $do4(client, request, options) {
|
|
|
43757
43757
|
const context = {
|
|
43758
43758
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43759
43759
|
operationID: "get-notification-preferences",
|
|
43760
|
-
oAuth2Scopes:
|
|
43760
|
+
oAuth2Scopes: [],
|
|
43761
43761
|
resolvedSecurity: requestSecurity,
|
|
43762
43762
|
securitySource: client._options.authorization,
|
|
43763
43763
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -43859,7 +43859,7 @@ async function $do5(client, request, options) {
|
|
|
43859
43859
|
const context = {
|
|
43860
43860
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43861
43861
|
operationID: "get-user-detail",
|
|
43862
|
-
oAuth2Scopes:
|
|
43862
|
+
oAuth2Scopes: [],
|
|
43863
43863
|
resolvedSecurity: requestSecurity,
|
|
43864
43864
|
securitySource: client._options.authorization,
|
|
43865
43865
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -43956,7 +43956,7 @@ async function $do6(client, request, options) {
|
|
|
43956
43956
|
const context = {
|
|
43957
43957
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
43958
43958
|
operationID: "login-with-email",
|
|
43959
|
-
oAuth2Scopes:
|
|
43959
|
+
oAuth2Scopes: [],
|
|
43960
43960
|
resolvedSecurity: requestSecurity,
|
|
43961
43961
|
securitySource: client._options.authorization,
|
|
43962
43962
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44053,7 +44053,7 @@ async function $do7(client, request, options) {
|
|
|
44053
44053
|
const context = {
|
|
44054
44054
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44055
44055
|
operationID: "login-with-phone",
|
|
44056
|
-
oAuth2Scopes:
|
|
44056
|
+
oAuth2Scopes: [],
|
|
44057
44057
|
resolvedSecurity: requestSecurity,
|
|
44058
44058
|
securitySource: client._options.authorization,
|
|
44059
44059
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44150,7 +44150,7 @@ async function $do8(client, request, options) {
|
|
|
44150
44150
|
const context = {
|
|
44151
44151
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44152
44152
|
operationID: "login-with-whatsapp",
|
|
44153
|
-
oAuth2Scopes:
|
|
44153
|
+
oAuth2Scopes: [],
|
|
44154
44154
|
resolvedSecurity: requestSecurity,
|
|
44155
44155
|
securitySource: client._options.authorization,
|
|
44156
44156
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44240,7 +44240,7 @@ async function $do9(client, options) {
|
|
|
44240
44240
|
const context = {
|
|
44241
44241
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44242
44242
|
operationID: "logout",
|
|
44243
|
-
oAuth2Scopes:
|
|
44243
|
+
oAuth2Scopes: [],
|
|
44244
44244
|
resolvedSecurity: requestSecurity,
|
|
44245
44245
|
securitySource: client._options.authorization,
|
|
44246
44246
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44329,7 +44329,7 @@ async function $do10(client, request, options) {
|
|
|
44329
44329
|
const context = {
|
|
44330
44330
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44331
44331
|
operationID: "refresh-token",
|
|
44332
|
-
oAuth2Scopes:
|
|
44332
|
+
oAuth2Scopes: [],
|
|
44333
44333
|
resolvedSecurity: requestSecurity,
|
|
44334
44334
|
securitySource: client._options.authorization,
|
|
44335
44335
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44432,7 +44432,7 @@ async function $do11(client, request, options) {
|
|
|
44432
44432
|
const context = {
|
|
44433
44433
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44434
44434
|
operationID: "update-notification-preferences",
|
|
44435
|
-
oAuth2Scopes:
|
|
44435
|
+
oAuth2Scopes: [],
|
|
44436
44436
|
resolvedSecurity: requestSecurity,
|
|
44437
44437
|
securitySource: client._options.authorization,
|
|
44438
44438
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44535,7 +44535,7 @@ async function $do12(client, request, options) {
|
|
|
44535
44535
|
const context = {
|
|
44536
44536
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44537
44537
|
operationID: "update-user",
|
|
44538
|
-
oAuth2Scopes:
|
|
44538
|
+
oAuth2Scopes: [],
|
|
44539
44539
|
resolvedSecurity: requestSecurity,
|
|
44540
44540
|
securitySource: client._options.authorization,
|
|
44541
44541
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44632,7 +44632,7 @@ async function $do13(client, request, options) {
|
|
|
44632
44632
|
const context = {
|
|
44633
44633
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44634
44634
|
operationID: "verify-otp",
|
|
44635
|
-
oAuth2Scopes:
|
|
44635
|
+
oAuth2Scopes: [],
|
|
44636
44636
|
resolvedSecurity: requestSecurity,
|
|
44637
44637
|
securitySource: client._options.authorization,
|
|
44638
44638
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44729,7 +44729,7 @@ async function $do14(client, request, options) {
|
|
|
44729
44729
|
const context = {
|
|
44730
44730
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44731
44731
|
operationID: "subscribe-newsletter",
|
|
44732
|
-
oAuth2Scopes:
|
|
44732
|
+
oAuth2Scopes: [],
|
|
44733
44733
|
resolvedSecurity: requestSecurity,
|
|
44734
44734
|
securitySource: client._options.authorization,
|
|
44735
44735
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -44968,7 +44968,7 @@ async function $do15(client, request, options) {
|
|
|
44968
44968
|
const context = {
|
|
44969
44969
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
44970
44970
|
operationID: "apply-coupon",
|
|
44971
|
-
oAuth2Scopes:
|
|
44971
|
+
oAuth2Scopes: [],
|
|
44972
44972
|
resolvedSecurity: requestSecurity,
|
|
44973
44973
|
securitySource: client._options.authorization,
|
|
44974
44974
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45069,7 +45069,7 @@ async function $do16(client, request, options) {
|
|
|
45069
45069
|
const context = {
|
|
45070
45070
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45071
45071
|
operationID: "create-cart",
|
|
45072
|
-
oAuth2Scopes:
|
|
45072
|
+
oAuth2Scopes: [],
|
|
45073
45073
|
resolvedSecurity: requestSecurity,
|
|
45074
45074
|
securitySource: client._options.authorization,
|
|
45075
45075
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45172,7 +45172,7 @@ async function $do17(client, request, options) {
|
|
|
45172
45172
|
const context = {
|
|
45173
45173
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45174
45174
|
operationID: "create-cart-address",
|
|
45175
|
-
oAuth2Scopes:
|
|
45175
|
+
oAuth2Scopes: [],
|
|
45176
45176
|
resolvedSecurity: requestSecurity,
|
|
45177
45177
|
securitySource: client._options.authorization,
|
|
45178
45178
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45278,7 +45278,7 @@ async function $do18(client, request, options) {
|
|
|
45278
45278
|
const context = {
|
|
45279
45279
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45280
45280
|
operationID: "delete-cart",
|
|
45281
|
-
oAuth2Scopes:
|
|
45281
|
+
oAuth2Scopes: [],
|
|
45282
45282
|
resolvedSecurity: requestSecurity,
|
|
45283
45283
|
securitySource: client._options.authorization,
|
|
45284
45284
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45384,7 +45384,7 @@ async function $do19(client, request, options) {
|
|
|
45384
45384
|
const context = {
|
|
45385
45385
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45386
45386
|
operationID: "get-cart",
|
|
45387
|
-
oAuth2Scopes:
|
|
45387
|
+
oAuth2Scopes: [],
|
|
45388
45388
|
resolvedSecurity: requestSecurity,
|
|
45389
45389
|
securitySource: client._options.authorization,
|
|
45390
45390
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45490,7 +45490,7 @@ async function $do20(client, request, options) {
|
|
|
45490
45490
|
const context = {
|
|
45491
45491
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45492
45492
|
operationID: "get-user-cart",
|
|
45493
|
-
oAuth2Scopes:
|
|
45493
|
+
oAuth2Scopes: [],
|
|
45494
45494
|
resolvedSecurity: requestSecurity,
|
|
45495
45495
|
securitySource: client._options.authorization,
|
|
45496
45496
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45596,7 +45596,7 @@ async function $do21(client, request, options) {
|
|
|
45596
45596
|
const context = {
|
|
45597
45597
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45598
45598
|
operationID: "remove-coupon",
|
|
45599
|
-
oAuth2Scopes:
|
|
45599
|
+
oAuth2Scopes: [],
|
|
45600
45600
|
resolvedSecurity: requestSecurity,
|
|
45601
45601
|
securitySource: client._options.authorization,
|
|
45602
45602
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45702,7 +45702,7 @@ async function $do22(client, request, options) {
|
|
|
45702
45702
|
const context = {
|
|
45703
45703
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45704
45704
|
operationID: "delete-user-cart",
|
|
45705
|
-
oAuth2Scopes:
|
|
45705
|
+
oAuth2Scopes: [],
|
|
45706
45706
|
resolvedSecurity: requestSecurity,
|
|
45707
45707
|
securitySource: client._options.authorization,
|
|
45708
45708
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45809,7 +45809,7 @@ async function $do23(client, request, options) {
|
|
|
45809
45809
|
const context = {
|
|
45810
45810
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45811
45811
|
operationID: "update-cart",
|
|
45812
|
-
oAuth2Scopes:
|
|
45812
|
+
oAuth2Scopes: [],
|
|
45813
45813
|
resolvedSecurity: requestSecurity,
|
|
45814
45814
|
securitySource: client._options.authorization,
|
|
45815
45815
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -45918,7 +45918,7 @@ async function $do24(client, request, options) {
|
|
|
45918
45918
|
const context = {
|
|
45919
45919
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
45920
45920
|
operationID: "get-product-detail",
|
|
45921
|
-
oAuth2Scopes:
|
|
45921
|
+
oAuth2Scopes: [],
|
|
45922
45922
|
resolvedSecurity: requestSecurity,
|
|
45923
45923
|
securitySource: client._options.authorization,
|
|
45924
45924
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46032,7 +46032,7 @@ async function $do25(client, request, options) {
|
|
|
46032
46032
|
const context = {
|
|
46033
46033
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46034
46034
|
operationID: "get-variant-detail",
|
|
46035
|
-
oAuth2Scopes:
|
|
46035
|
+
oAuth2Scopes: [],
|
|
46036
46036
|
resolvedSecurity: requestSecurity,
|
|
46037
46037
|
securitySource: client._options.authorization,
|
|
46038
46038
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46139,7 +46139,7 @@ async function $do26(client, request, options) {
|
|
|
46139
46139
|
const context = {
|
|
46140
46140
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46141
46141
|
operationID: "list-categories",
|
|
46142
|
-
oAuth2Scopes:
|
|
46142
|
+
oAuth2Scopes: [],
|
|
46143
46143
|
resolvedSecurity: requestSecurity,
|
|
46144
46144
|
securitySource: client._options.authorization,
|
|
46145
46145
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46242,7 +46242,7 @@ async function $do27(client, request, options) {
|
|
|
46242
46242
|
const context = {
|
|
46243
46243
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46244
46244
|
operationID: "list-crosssell-products",
|
|
46245
|
-
oAuth2Scopes:
|
|
46245
|
+
oAuth2Scopes: [],
|
|
46246
46246
|
resolvedSecurity: requestSecurity,
|
|
46247
46247
|
securitySource: client._options.authorization,
|
|
46248
46248
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46356,7 +46356,7 @@ async function $do28(client, request, options) {
|
|
|
46356
46356
|
const context = {
|
|
46357
46357
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46358
46358
|
operationID: "list-product-reviews",
|
|
46359
|
-
oAuth2Scopes:
|
|
46359
|
+
oAuth2Scopes: [],
|
|
46360
46360
|
resolvedSecurity: requestSecurity,
|
|
46361
46361
|
securitySource: client._options.authorization,
|
|
46362
46362
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46464,7 +46464,7 @@ async function $do29(client, request, options) {
|
|
|
46464
46464
|
const context = {
|
|
46465
46465
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46466
46466
|
operationID: "list-products",
|
|
46467
|
-
oAuth2Scopes:
|
|
46467
|
+
oAuth2Scopes: [],
|
|
46468
46468
|
resolvedSecurity: requestSecurity,
|
|
46469
46469
|
securitySource: client._options.authorization,
|
|
46470
46470
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46574,7 +46574,7 @@ async function $do30(client, request, options) {
|
|
|
46574
46574
|
const context = {
|
|
46575
46575
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46576
46576
|
operationID: "list-product-variants",
|
|
46577
|
-
oAuth2Scopes:
|
|
46577
|
+
oAuth2Scopes: [],
|
|
46578
46578
|
resolvedSecurity: requestSecurity,
|
|
46579
46579
|
securitySource: client._options.authorization,
|
|
46580
46580
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46681,7 +46681,7 @@ async function $do31(client, request, options) {
|
|
|
46681
46681
|
const context = {
|
|
46682
46682
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46683
46683
|
operationID: "list-similar-products",
|
|
46684
|
-
oAuth2Scopes:
|
|
46684
|
+
oAuth2Scopes: [],
|
|
46685
46685
|
resolvedSecurity: requestSecurity,
|
|
46686
46686
|
securitySource: client._options.authorization,
|
|
46687
46687
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46790,7 +46790,7 @@ async function $do32(client, request, options) {
|
|
|
46790
46790
|
const context = {
|
|
46791
46791
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46792
46792
|
operationID: "list-skus",
|
|
46793
|
-
oAuth2Scopes:
|
|
46793
|
+
oAuth2Scopes: [],
|
|
46794
46794
|
resolvedSecurity: requestSecurity,
|
|
46795
46795
|
securitySource: client._options.authorization,
|
|
46796
46796
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46897,7 +46897,7 @@ async function $do33(client, request, options) {
|
|
|
46897
46897
|
const context = {
|
|
46898
46898
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
46899
46899
|
operationID: "list-upsell-products",
|
|
46900
|
-
oAuth2Scopes:
|
|
46900
|
+
oAuth2Scopes: [],
|
|
46901
46901
|
resolvedSecurity: requestSecurity,
|
|
46902
46902
|
securitySource: client._options.authorization,
|
|
46903
46903
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -46999,7 +46999,7 @@ async function $do34(client, request, options) {
|
|
|
46999
46999
|
const context = {
|
|
47000
47000
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47001
47001
|
operationID: "search-products",
|
|
47002
|
-
oAuth2Scopes:
|
|
47002
|
+
oAuth2Scopes: [],
|
|
47003
47003
|
resolvedSecurity: requestSecurity,
|
|
47004
47004
|
securitySource: client._options.authorization,
|
|
47005
47005
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47108,7 +47108,7 @@ async function $do35(client, request, options) {
|
|
|
47108
47108
|
const context = {
|
|
47109
47109
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47110
47110
|
operationID: "list-country-pincodes",
|
|
47111
|
-
oAuth2Scopes:
|
|
47111
|
+
oAuth2Scopes: [],
|
|
47112
47112
|
resolvedSecurity: requestSecurity,
|
|
47113
47113
|
securitySource: client._options.authorization,
|
|
47114
47114
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47212,7 +47212,7 @@ async function $do36(client, request, options) {
|
|
|
47212
47212
|
const context = {
|
|
47213
47213
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47214
47214
|
operationID: "create-address",
|
|
47215
|
-
oAuth2Scopes:
|
|
47215
|
+
oAuth2Scopes: [],
|
|
47216
47216
|
resolvedSecurity: requestSecurity,
|
|
47217
47217
|
securitySource: client._options.authorization,
|
|
47218
47218
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47322,7 +47322,7 @@ async function $do37(client, request, options) {
|
|
|
47322
47322
|
const context = {
|
|
47323
47323
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47324
47324
|
operationID: "delete-address",
|
|
47325
|
-
oAuth2Scopes:
|
|
47325
|
+
oAuth2Scopes: [],
|
|
47326
47326
|
resolvedSecurity: requestSecurity,
|
|
47327
47327
|
securitySource: client._options.authorization,
|
|
47328
47328
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47432,7 +47432,7 @@ async function $do38(client, request, options) {
|
|
|
47432
47432
|
const context = {
|
|
47433
47433
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47434
47434
|
operationID: "get-address-detail",
|
|
47435
|
-
oAuth2Scopes:
|
|
47435
|
+
oAuth2Scopes: [],
|
|
47436
47436
|
resolvedSecurity: requestSecurity,
|
|
47437
47437
|
securitySource: client._options.authorization,
|
|
47438
47438
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47542,7 +47542,7 @@ async function $do39(client, request, options) {
|
|
|
47542
47542
|
const context = {
|
|
47543
47543
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47544
47544
|
operationID: "list-addresses",
|
|
47545
|
-
oAuth2Scopes:
|
|
47545
|
+
oAuth2Scopes: [],
|
|
47546
47546
|
resolvedSecurity: requestSecurity,
|
|
47547
47547
|
securitySource: client._options.authorization,
|
|
47548
47548
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47645,7 +47645,7 @@ async function $do40(client, request, options) {
|
|
|
47645
47645
|
const context = {
|
|
47646
47646
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47647
47647
|
operationID: "list-user-reviews",
|
|
47648
|
-
oAuth2Scopes:
|
|
47648
|
+
oAuth2Scopes: [],
|
|
47649
47649
|
resolvedSecurity: requestSecurity,
|
|
47650
47650
|
securitySource: client._options.authorization,
|
|
47651
47651
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47752,7 +47752,7 @@ async function $do41(client, request, options) {
|
|
|
47752
47752
|
const context = {
|
|
47753
47753
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47754
47754
|
operationID: "update-address-detail",
|
|
47755
|
-
oAuth2Scopes:
|
|
47755
|
+
oAuth2Scopes: [],
|
|
47756
47756
|
resolvedSecurity: requestSecurity,
|
|
47757
47757
|
securitySource: client._options.authorization,
|
|
47758
47758
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47859,7 +47859,7 @@ async function $do42(client, request, options) {
|
|
|
47859
47859
|
const context = {
|
|
47860
47860
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47861
47861
|
operationID: "cancel-order",
|
|
47862
|
-
oAuth2Scopes:
|
|
47862
|
+
oAuth2Scopes: [],
|
|
47863
47863
|
resolvedSecurity: requestSecurity,
|
|
47864
47864
|
securitySource: client._options.authorization,
|
|
47865
47865
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -47960,7 +47960,7 @@ async function $do43(client, request, options) {
|
|
|
47960
47960
|
const context = {
|
|
47961
47961
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
47962
47962
|
operationID: "create-order",
|
|
47963
|
-
oAuth2Scopes:
|
|
47963
|
+
oAuth2Scopes: [],
|
|
47964
47964
|
resolvedSecurity: requestSecurity,
|
|
47965
47965
|
securitySource: client._options.authorization,
|
|
47966
47966
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48066,7 +48066,7 @@ async function $do44(client, request, options) {
|
|
|
48066
48066
|
const context = {
|
|
48067
48067
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
48068
48068
|
operationID: "get-order-detail",
|
|
48069
|
-
oAuth2Scopes:
|
|
48069
|
+
oAuth2Scopes: [],
|
|
48070
48070
|
resolvedSecurity: requestSecurity,
|
|
48071
48071
|
securitySource: client._options.authorization,
|
|
48072
48072
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48172,7 +48172,7 @@ async function $do45(client, request, options) {
|
|
|
48172
48172
|
const context = {
|
|
48173
48173
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
48174
48174
|
operationID: "get-payment-status",
|
|
48175
|
-
oAuth2Scopes:
|
|
48175
|
+
oAuth2Scopes: [],
|
|
48176
48176
|
resolvedSecurity: requestSecurity,
|
|
48177
48177
|
securitySource: client._options.authorization,
|
|
48178
48178
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48275,7 +48275,7 @@ async function $do46(client, request, options) {
|
|
|
48275
48275
|
const context = {
|
|
48276
48276
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
48277
48277
|
operationID: "list-orders",
|
|
48278
|
-
oAuth2Scopes:
|
|
48278
|
+
oAuth2Scopes: [],
|
|
48279
48279
|
resolvedSecurity: requestSecurity,
|
|
48280
48280
|
securitySource: client._options.authorization,
|
|
48281
48281
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48378,7 +48378,7 @@ async function $do47(client, request, options) {
|
|
|
48378
48378
|
const context = {
|
|
48379
48379
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
48380
48380
|
operationID: "list-order-shipments",
|
|
48381
|
-
oAuth2Scopes:
|
|
48381
|
+
oAuth2Scopes: [],
|
|
48382
48382
|
resolvedSecurity: requestSecurity,
|
|
48383
48383
|
securitySource: client._options.authorization,
|
|
48384
48384
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48485,7 +48485,7 @@ async function $do48(client, request, options) {
|
|
|
48485
48485
|
const context = {
|
|
48486
48486
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
48487
48487
|
operationID: "retry-order-payment",
|
|
48488
|
-
oAuth2Scopes:
|
|
48488
|
+
oAuth2Scopes: [],
|
|
48489
48489
|
resolvedSecurity: requestSecurity,
|
|
48490
48490
|
securitySource: client._options.authorization,
|
|
48491
48491
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48591,7 +48591,7 @@ async function $do49(client, request, options) {
|
|
|
48591
48591
|
const context = {
|
|
48592
48592
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
48593
48593
|
operationID: "check-delivery-availability",
|
|
48594
|
-
oAuth2Scopes:
|
|
48594
|
+
oAuth2Scopes: [],
|
|
48595
48595
|
resolvedSecurity: requestSecurity,
|
|
48596
48596
|
securitySource: client._options.authorization,
|
|
48597
48597
|
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
@@ -48674,7 +48674,7 @@ Check shipment delivery availability in an area by pincode`,
|
|
|
48674
48674
|
function createMCPServer(deps) {
|
|
48675
48675
|
const server = new McpServer({
|
|
48676
48676
|
name: "CeStorefront",
|
|
48677
|
-
version: "0.8.
|
|
48677
|
+
version: "0.8.2"
|
|
48678
48678
|
});
|
|
48679
48679
|
const client = new CeStorefrontCore({
|
|
48680
48680
|
authorization: deps.authorization,
|
|
@@ -49993,7 +49993,7 @@ var routes = rn({
|
|
|
49993
49993
|
var app = Ve(routes, {
|
|
49994
49994
|
name: "mcp",
|
|
49995
49995
|
versionInfo: {
|
|
49996
|
-
currentVersion: "0.8.
|
|
49996
|
+
currentVersion: "0.8.2"
|
|
49997
49997
|
}
|
|
49998
49998
|
});
|
|
49999
49999
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -50001,5 +50001,5 @@ export {
|
|
|
50001
50001
|
app
|
|
50002
50002
|
};
|
|
50003
50003
|
|
|
50004
|
-
//# debugId=
|
|
50004
|
+
//# debugId=7426CEEAC186C2CF64756E2164756E21
|
|
50005
50005
|
//# sourceMappingURL=mcp-server.js.map
|