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
|
@@ -0,0 +1,1133 @@
|
|
|
1
|
+
# Auth
|
|
2
|
+
(*auth*)
|
|
3
|
+
|
|
4
|
+
## Overview
|
|
5
|
+
|
|
6
|
+
### Available Operations
|
|
7
|
+
|
|
8
|
+
* [getAnonymousToken](#getanonymoustoken) - Anonymous user
|
|
9
|
+
* [loginWithPhone](#loginwithphone) - Login with phone
|
|
10
|
+
* [loginWithEmail](#loginwithemail) - Login with email
|
|
11
|
+
* [loginWithWhatsapp](#loginwithwhatsapp) - Login with whatsapp
|
|
12
|
+
* [verifyOtp](#verifyotp) - Verify OTP
|
|
13
|
+
* [getUserDetail](#getuserdetail) - Retrieve a user
|
|
14
|
+
* [updateUser](#updateuser) - Update a user
|
|
15
|
+
* [refreshToken](#refreshtoken) - Refresh access token
|
|
16
|
+
* [getNotificationPreferences](#getnotificationpreferences) - Retrieve user notification preferences
|
|
17
|
+
* [createNotificationPreferences](#createnotificationpreferences) - Create user notification preferences
|
|
18
|
+
* [updateNotificationPreferences](#updatenotificationpreferences) - Update user notification preferences
|
|
19
|
+
* [generateOtp](#generateotp) - Generate OTP
|
|
20
|
+
* [logout](#logout) - Logout user
|
|
21
|
+
* [checkVerificationStatus](#checkverificationstatus) - Check email/phone verification status
|
|
22
|
+
|
|
23
|
+
## getAnonymousToken
|
|
24
|
+
|
|
25
|
+
This API’s focus is on anonymous users who have not undergone the formal account creation process. These anonymous users are associated with a unique ID, ensuring that even in the absence of a fully realized account, there is a distinct and trackable identity for each user.
|
|
26
|
+
To interact with the system, each anonymous user is issued an access token. This access token plays a dual role in the system: it serves as a means of authenticating the user and it also acts as a tool for authorization, determining what actions the authenticated user is permitted to perform.
|
|
27
|
+
|
|
28
|
+
### Example Usage
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
import { CeStorefront } from "ce-storefront";
|
|
32
|
+
|
|
33
|
+
const ceStorefront = new CeStorefront();
|
|
34
|
+
|
|
35
|
+
async function run() {
|
|
36
|
+
const result = await ceStorefront.auth.getAnonymousToken({
|
|
37
|
+
xApiKey: "<YOUR_API_KEY_HERE>",
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
// Handle the result
|
|
41
|
+
console.log(result);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
run();
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Standalone function
|
|
48
|
+
|
|
49
|
+
The standalone function version of this method:
|
|
50
|
+
|
|
51
|
+
```typescript
|
|
52
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
53
|
+
import { authGetAnonymousToken } from "ce-storefront/funcs/authGetAnonymousToken.js";
|
|
54
|
+
|
|
55
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
56
|
+
// You can create one instance of it to use across an application.
|
|
57
|
+
const ceStorefront = new CeStorefrontCore();
|
|
58
|
+
|
|
59
|
+
async function run() {
|
|
60
|
+
const res = await authGetAnonymousToken(ceStorefront, {
|
|
61
|
+
xApiKey: "<YOUR_API_KEY_HERE>",
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
if (!res.ok) {
|
|
65
|
+
throw res.error;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const { value: result } = res;
|
|
69
|
+
|
|
70
|
+
// Handle the result
|
|
71
|
+
console.log(result);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
run();
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Parameters
|
|
78
|
+
|
|
79
|
+
| Parameter | Type | Required | Description |
|
|
80
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
81
|
+
| `security` | [operations.GetAnonymousTokenSecurity](../../models/operations/getanonymoustokensecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
82
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
83
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
84
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
85
|
+
|
|
86
|
+
### Response
|
|
87
|
+
|
|
88
|
+
**Promise\<[operations.GetAnonymousTokenResponseBody](../../models/operations/getanonymoustokenresponsebody.md)\>**
|
|
89
|
+
|
|
90
|
+
### Errors
|
|
91
|
+
|
|
92
|
+
| Error Type | Status Code | Content Type |
|
|
93
|
+
| -------------- | -------------- | -------------- |
|
|
94
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
95
|
+
|
|
96
|
+
## loginWithPhone
|
|
97
|
+
|
|
98
|
+
This API enables users to authenticate into the system using their phone number. It provides a secure way for users to log in by verifying their identity through a one-time password (OTP) sent to their registered phone.
|
|
99
|
+
|
|
100
|
+
### Example Usage
|
|
101
|
+
|
|
102
|
+
```typescript
|
|
103
|
+
import { CeStorefront } from "ce-storefront";
|
|
104
|
+
|
|
105
|
+
const ceStorefront = new CeStorefront({
|
|
106
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
async function run() {
|
|
110
|
+
const result = await ceStorefront.auth.loginWithPhone({
|
|
111
|
+
phone: "692.569.4013 x3423",
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
// Handle the result
|
|
115
|
+
console.log(result);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
run();
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
### Standalone function
|
|
122
|
+
|
|
123
|
+
The standalone function version of this method:
|
|
124
|
+
|
|
125
|
+
```typescript
|
|
126
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
127
|
+
import { authLoginWithPhone } from "ce-storefront/funcs/authLoginWithPhone.js";
|
|
128
|
+
|
|
129
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
130
|
+
// You can create one instance of it to use across an application.
|
|
131
|
+
const ceStorefront = new CeStorefrontCore({
|
|
132
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
async function run() {
|
|
136
|
+
const res = await authLoginWithPhone(ceStorefront, {
|
|
137
|
+
phone: "692.569.4013 x3423",
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
if (!res.ok) {
|
|
141
|
+
throw res.error;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
const { value: result } = res;
|
|
145
|
+
|
|
146
|
+
// Handle the result
|
|
147
|
+
console.log(result);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
run();
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
### Parameters
|
|
154
|
+
|
|
155
|
+
| Parameter | Type | Required | Description |
|
|
156
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
157
|
+
| `request` | [operations.LoginWithPhoneRequestBody](../../models/operations/loginwithphonerequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
158
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
159
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
160
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
161
|
+
|
|
162
|
+
### Response
|
|
163
|
+
|
|
164
|
+
**Promise\<[operations.LoginWithPhoneResponseBody](../../models/operations/loginwithphoneresponsebody.md)\>**
|
|
165
|
+
|
|
166
|
+
### Errors
|
|
167
|
+
|
|
168
|
+
| Error Type | Status Code | Content Type |
|
|
169
|
+
| -------------- | -------------- | -------------- |
|
|
170
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
171
|
+
|
|
172
|
+
## loginWithEmail
|
|
173
|
+
|
|
174
|
+
This API enables users to authenticate into the system using their email address. It provides a secure way for users to Login by verifying their identity through a one-time password (OTP) sent to their email address.
|
|
175
|
+
|
|
176
|
+
### Example Usage
|
|
177
|
+
|
|
178
|
+
```typescript
|
|
179
|
+
import { CeStorefront } from "ce-storefront";
|
|
180
|
+
|
|
181
|
+
const ceStorefront = new CeStorefront({
|
|
182
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
183
|
+
});
|
|
184
|
+
|
|
185
|
+
async function run() {
|
|
186
|
+
const result = await ceStorefront.auth.loginWithEmail({
|
|
187
|
+
email: "Rick.Gleichner@yahoo.com",
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
// Handle the result
|
|
191
|
+
console.log(result);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
run();
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### Standalone function
|
|
198
|
+
|
|
199
|
+
The standalone function version of this method:
|
|
200
|
+
|
|
201
|
+
```typescript
|
|
202
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
203
|
+
import { authLoginWithEmail } from "ce-storefront/funcs/authLoginWithEmail.js";
|
|
204
|
+
|
|
205
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
206
|
+
// You can create one instance of it to use across an application.
|
|
207
|
+
const ceStorefront = new CeStorefrontCore({
|
|
208
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
async function run() {
|
|
212
|
+
const res = await authLoginWithEmail(ceStorefront, {
|
|
213
|
+
email: "Rick.Gleichner@yahoo.com",
|
|
214
|
+
});
|
|
215
|
+
|
|
216
|
+
if (!res.ok) {
|
|
217
|
+
throw res.error;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
const { value: result } = res;
|
|
221
|
+
|
|
222
|
+
// Handle the result
|
|
223
|
+
console.log(result);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
run();
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### Parameters
|
|
230
|
+
|
|
231
|
+
| Parameter | Type | Required | Description |
|
|
232
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
233
|
+
| `request` | [operations.LoginWithEmailRequestBody](../../models/operations/loginwithemailrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
234
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
235
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
236
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
237
|
+
|
|
238
|
+
### Response
|
|
239
|
+
|
|
240
|
+
**Promise\<[operations.LoginWithEmailResponseBody](../../models/operations/loginwithemailresponsebody.md)\>**
|
|
241
|
+
|
|
242
|
+
### Errors
|
|
243
|
+
|
|
244
|
+
| Error Type | Status Code | Content Type |
|
|
245
|
+
| -------------- | -------------- | -------------- |
|
|
246
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
247
|
+
|
|
248
|
+
## loginWithWhatsapp
|
|
249
|
+
|
|
250
|
+
This API enables users to authenticate into the system using their WhatsApp Number. It provides a secure way for users to Login by verifying their identity through a one-time password (OTP) sent to their WhatsApp Number.
|
|
251
|
+
|
|
252
|
+
### Example Usage
|
|
253
|
+
|
|
254
|
+
```typescript
|
|
255
|
+
import { CeStorefront } from "ce-storefront";
|
|
256
|
+
|
|
257
|
+
const ceStorefront = new CeStorefront({
|
|
258
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
259
|
+
});
|
|
260
|
+
|
|
261
|
+
async function run() {
|
|
262
|
+
const result = await ceStorefront.auth.loginWithWhatsapp({
|
|
263
|
+
phone: "1-581-213-0002",
|
|
264
|
+
});
|
|
265
|
+
|
|
266
|
+
// Handle the result
|
|
267
|
+
console.log(result);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
run();
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
### Standalone function
|
|
274
|
+
|
|
275
|
+
The standalone function version of this method:
|
|
276
|
+
|
|
277
|
+
```typescript
|
|
278
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
279
|
+
import { authLoginWithWhatsapp } from "ce-storefront/funcs/authLoginWithWhatsapp.js";
|
|
280
|
+
|
|
281
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
282
|
+
// You can create one instance of it to use across an application.
|
|
283
|
+
const ceStorefront = new CeStorefrontCore({
|
|
284
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
285
|
+
});
|
|
286
|
+
|
|
287
|
+
async function run() {
|
|
288
|
+
const res = await authLoginWithWhatsapp(ceStorefront, {
|
|
289
|
+
phone: "1-581-213-0002",
|
|
290
|
+
});
|
|
291
|
+
|
|
292
|
+
if (!res.ok) {
|
|
293
|
+
throw res.error;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
const { value: result } = res;
|
|
297
|
+
|
|
298
|
+
// Handle the result
|
|
299
|
+
console.log(result);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
run();
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
### Parameters
|
|
306
|
+
|
|
307
|
+
| Parameter | Type | Required | Description |
|
|
308
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
309
|
+
| `request` | [operations.LoginWithWhatsappRequestBody](../../models/operations/loginwithwhatsapprequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
310
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
311
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
312
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
313
|
+
|
|
314
|
+
### Response
|
|
315
|
+
|
|
316
|
+
**Promise\<[operations.LoginWithWhatsappResponseBody](../../models/operations/loginwithwhatsappresponsebody.md)\>**
|
|
317
|
+
|
|
318
|
+
### Errors
|
|
319
|
+
|
|
320
|
+
| Error Type | Status Code | Content Type |
|
|
321
|
+
| -------------- | -------------- | -------------- |
|
|
322
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
323
|
+
|
|
324
|
+
## verifyOtp
|
|
325
|
+
|
|
326
|
+
This API endpoint allows you to verify a one-time password (OTP) for authentication purposes. By sending a request to this endpoint with the necessary parameters, you can confirm the validity of the OTP provided by the user.
|
|
327
|
+
|
|
328
|
+
### Example Usage
|
|
329
|
+
|
|
330
|
+
```typescript
|
|
331
|
+
import { CeStorefront } from "ce-storefront";
|
|
332
|
+
|
|
333
|
+
const ceStorefront = new CeStorefront({
|
|
334
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
335
|
+
});
|
|
336
|
+
|
|
337
|
+
async function run() {
|
|
338
|
+
const result = await ceStorefront.auth.verifyOtp({
|
|
339
|
+
otp: "<value>",
|
|
340
|
+
otpToken: "<value>",
|
|
341
|
+
otpAction: "login",
|
|
342
|
+
});
|
|
343
|
+
|
|
344
|
+
// Handle the result
|
|
345
|
+
console.log(result);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
run();
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
### Standalone function
|
|
352
|
+
|
|
353
|
+
The standalone function version of this method:
|
|
354
|
+
|
|
355
|
+
```typescript
|
|
356
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
357
|
+
import { authVerifyOtp } from "ce-storefront/funcs/authVerifyOtp.js";
|
|
358
|
+
|
|
359
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
360
|
+
// You can create one instance of it to use across an application.
|
|
361
|
+
const ceStorefront = new CeStorefrontCore({
|
|
362
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
async function run() {
|
|
366
|
+
const res = await authVerifyOtp(ceStorefront, {
|
|
367
|
+
otp: "<value>",
|
|
368
|
+
otpToken: "<value>",
|
|
369
|
+
otpAction: "login",
|
|
370
|
+
});
|
|
371
|
+
|
|
372
|
+
if (!res.ok) {
|
|
373
|
+
throw res.error;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
const { value: result } = res;
|
|
377
|
+
|
|
378
|
+
// Handle the result
|
|
379
|
+
console.log(result);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
run();
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
### Parameters
|
|
386
|
+
|
|
387
|
+
| Parameter | Type | Required | Description |
|
|
388
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
389
|
+
| `request` | [operations.VerifyOtpRequestBody](../../models/operations/verifyotprequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
390
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
391
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
392
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
393
|
+
|
|
394
|
+
### Response
|
|
395
|
+
|
|
396
|
+
**Promise\<[operations.VerifyOtpResponseBody](../../models/operations/verifyotpresponsebody.md)\>**
|
|
397
|
+
|
|
398
|
+
### Errors
|
|
399
|
+
|
|
400
|
+
| Error Type | Status Code | Content Type |
|
|
401
|
+
| -------------- | -------------- | -------------- |
|
|
402
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
403
|
+
|
|
404
|
+
## getUserDetail
|
|
405
|
+
|
|
406
|
+
The Retrieve User API is designed to facilitate the retrieval of comprehensive user information from the system. A required parameter is a user-id of the user whose information needs to be retrieved.
|
|
407
|
+
|
|
408
|
+
### Example Usage
|
|
409
|
+
|
|
410
|
+
```typescript
|
|
411
|
+
import { CeStorefront } from "ce-storefront";
|
|
412
|
+
|
|
413
|
+
const ceStorefront = new CeStorefront({
|
|
414
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
415
|
+
});
|
|
416
|
+
|
|
417
|
+
async function run() {
|
|
418
|
+
const result = await ceStorefront.auth.getUserDetail({
|
|
419
|
+
id: "<id>",
|
|
420
|
+
});
|
|
421
|
+
|
|
422
|
+
// Handle the result
|
|
423
|
+
console.log(result);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
run();
|
|
427
|
+
```
|
|
428
|
+
|
|
429
|
+
### Standalone function
|
|
430
|
+
|
|
431
|
+
The standalone function version of this method:
|
|
432
|
+
|
|
433
|
+
```typescript
|
|
434
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
435
|
+
import { authGetUserDetail } from "ce-storefront/funcs/authGetUserDetail.js";
|
|
436
|
+
|
|
437
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
438
|
+
// You can create one instance of it to use across an application.
|
|
439
|
+
const ceStorefront = new CeStorefrontCore({
|
|
440
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
441
|
+
});
|
|
442
|
+
|
|
443
|
+
async function run() {
|
|
444
|
+
const res = await authGetUserDetail(ceStorefront, {
|
|
445
|
+
id: "<id>",
|
|
446
|
+
});
|
|
447
|
+
|
|
448
|
+
if (!res.ok) {
|
|
449
|
+
throw res.error;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
const { value: result } = res;
|
|
453
|
+
|
|
454
|
+
// Handle the result
|
|
455
|
+
console.log(result);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
run();
|
|
459
|
+
```
|
|
460
|
+
|
|
461
|
+
### Parameters
|
|
462
|
+
|
|
463
|
+
| Parameter | Type | Required | Description |
|
|
464
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
465
|
+
| `request` | [operations.GetUserDetailRequest](../../models/operations/getuserdetailrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
466
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
467
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
468
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
469
|
+
|
|
470
|
+
### Response
|
|
471
|
+
|
|
472
|
+
**Promise\<[operations.GetUserDetailResponseBody](../../models/operations/getuserdetailresponsebody.md)\>**
|
|
473
|
+
|
|
474
|
+
### Errors
|
|
475
|
+
|
|
476
|
+
| Error Type | Status Code | Content Type |
|
|
477
|
+
| -------------- | -------------- | -------------- |
|
|
478
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
479
|
+
|
|
480
|
+
## updateUser
|
|
481
|
+
|
|
482
|
+
The Update User API helps to efficiently modify and enhance user information within the system, ensuring that user profiles remain accurate and up-to-date. This API provides a secure and flexible mechanism for updating specific details while maintaining adherence to established conventions.
|
|
483
|
+
|
|
484
|
+
### Example Usage
|
|
485
|
+
|
|
486
|
+
```typescript
|
|
487
|
+
import { CeStorefront } from "ce-storefront";
|
|
488
|
+
|
|
489
|
+
const ceStorefront = new CeStorefront({
|
|
490
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
491
|
+
});
|
|
492
|
+
|
|
493
|
+
async function run() {
|
|
494
|
+
const result = await ceStorefront.auth.updateUser({
|
|
495
|
+
id: "<id>",
|
|
496
|
+
user: {
|
|
497
|
+
firstName: "Dandre",
|
|
498
|
+
lastName: "Hand",
|
|
499
|
+
email: "Heidi1@hotmail.com",
|
|
500
|
+
phone: "(771) 258-9849 x1004",
|
|
501
|
+
countryCode: "GY",
|
|
502
|
+
loginMethods: [
|
|
503
|
+
|
|
504
|
+
],
|
|
505
|
+
notificationPreferences: {
|
|
506
|
+
transactional: {
|
|
507
|
+
email: true,
|
|
508
|
+
sms: true,
|
|
509
|
+
whatsapp: true,
|
|
510
|
+
},
|
|
511
|
+
promotional: {
|
|
512
|
+
email: true,
|
|
513
|
+
sms: true,
|
|
514
|
+
whatsapp: true,
|
|
515
|
+
},
|
|
516
|
+
newsletter: {
|
|
517
|
+
email: true,
|
|
518
|
+
sms: true,
|
|
519
|
+
whatsapp: true,
|
|
520
|
+
},
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
});
|
|
524
|
+
|
|
525
|
+
// Handle the result
|
|
526
|
+
console.log(result);
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
run();
|
|
530
|
+
```
|
|
531
|
+
|
|
532
|
+
### Standalone function
|
|
533
|
+
|
|
534
|
+
The standalone function version of this method:
|
|
535
|
+
|
|
536
|
+
```typescript
|
|
537
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
538
|
+
import { authUpdateUser } from "ce-storefront/funcs/authUpdateUser.js";
|
|
539
|
+
|
|
540
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
541
|
+
// You can create one instance of it to use across an application.
|
|
542
|
+
const ceStorefront = new CeStorefrontCore({
|
|
543
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
544
|
+
});
|
|
545
|
+
|
|
546
|
+
async function run() {
|
|
547
|
+
const res = await authUpdateUser(ceStorefront, {
|
|
548
|
+
id: "<id>",
|
|
549
|
+
user: {
|
|
550
|
+
firstName: "Dandre",
|
|
551
|
+
lastName: "Hand",
|
|
552
|
+
email: "Heidi1@hotmail.com",
|
|
553
|
+
phone: "(771) 258-9849 x1004",
|
|
554
|
+
countryCode: "GY",
|
|
555
|
+
loginMethods: [
|
|
556
|
+
|
|
557
|
+
],
|
|
558
|
+
notificationPreferences: {
|
|
559
|
+
transactional: {
|
|
560
|
+
email: true,
|
|
561
|
+
sms: true,
|
|
562
|
+
whatsapp: true,
|
|
563
|
+
},
|
|
564
|
+
promotional: {
|
|
565
|
+
email: true,
|
|
566
|
+
sms: true,
|
|
567
|
+
whatsapp: true,
|
|
568
|
+
},
|
|
569
|
+
newsletter: {
|
|
570
|
+
email: true,
|
|
571
|
+
sms: true,
|
|
572
|
+
whatsapp: true,
|
|
573
|
+
},
|
|
574
|
+
},
|
|
575
|
+
},
|
|
576
|
+
});
|
|
577
|
+
|
|
578
|
+
if (!res.ok) {
|
|
579
|
+
throw res.error;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
const { value: result } = res;
|
|
583
|
+
|
|
584
|
+
// Handle the result
|
|
585
|
+
console.log(result);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
run();
|
|
589
|
+
```
|
|
590
|
+
|
|
591
|
+
### Parameters
|
|
592
|
+
|
|
593
|
+
| Parameter | Type | Required | Description |
|
|
594
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
595
|
+
| `request` | [operations.UpdateUserRequest](../../models/operations/updateuserrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
596
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
597
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
598
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
599
|
+
|
|
600
|
+
### Response
|
|
601
|
+
|
|
602
|
+
**Promise\<[operations.UpdateUserResponseBody](../../models/operations/updateuserresponsebody.md)\>**
|
|
603
|
+
|
|
604
|
+
### Errors
|
|
605
|
+
|
|
606
|
+
| Error Type | Status Code | Content Type |
|
|
607
|
+
| -------------- | -------------- | -------------- |
|
|
608
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
609
|
+
|
|
610
|
+
## refreshToken
|
|
611
|
+
|
|
612
|
+
The Refresh Access Token API is an integral component designed to enhance security and user experience. It enables clients to refresh their access tokens seamlessly, extending user sessions without compromising security.
|
|
613
|
+
|
|
614
|
+
### Example Usage
|
|
615
|
+
|
|
616
|
+
```typescript
|
|
617
|
+
import { CeStorefront } from "ce-storefront";
|
|
618
|
+
|
|
619
|
+
const ceStorefront = new CeStorefront({
|
|
620
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
621
|
+
});
|
|
622
|
+
|
|
623
|
+
async function run() {
|
|
624
|
+
const result = await ceStorefront.auth.refreshToken({});
|
|
625
|
+
|
|
626
|
+
// Handle the result
|
|
627
|
+
console.log(result);
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
run();
|
|
631
|
+
```
|
|
632
|
+
|
|
633
|
+
### Standalone function
|
|
634
|
+
|
|
635
|
+
The standalone function version of this method:
|
|
636
|
+
|
|
637
|
+
```typescript
|
|
638
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
639
|
+
import { authRefreshToken } from "ce-storefront/funcs/authRefreshToken.js";
|
|
640
|
+
|
|
641
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
642
|
+
// You can create one instance of it to use across an application.
|
|
643
|
+
const ceStorefront = new CeStorefrontCore({
|
|
644
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
645
|
+
});
|
|
646
|
+
|
|
647
|
+
async function run() {
|
|
648
|
+
const res = await authRefreshToken(ceStorefront, {});
|
|
649
|
+
|
|
650
|
+
if (!res.ok) {
|
|
651
|
+
throw res.error;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
const { value: result } = res;
|
|
655
|
+
|
|
656
|
+
// Handle the result
|
|
657
|
+
console.log(result);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
run();
|
|
661
|
+
```
|
|
662
|
+
|
|
663
|
+
### Parameters
|
|
664
|
+
|
|
665
|
+
| Parameter | Type | Required | Description |
|
|
666
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
667
|
+
| `request` | [operations.RefreshTokenRequestBody](../../models/operations/refreshtokenrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
668
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
669
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
670
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
671
|
+
|
|
672
|
+
### Response
|
|
673
|
+
|
|
674
|
+
**Promise\<[operations.RefreshTokenResponseBody](../../models/operations/refreshtokenresponsebody.md)\>**
|
|
675
|
+
|
|
676
|
+
### Errors
|
|
677
|
+
|
|
678
|
+
| Error Type | Status Code | Content Type |
|
|
679
|
+
| -------------- | -------------- | -------------- |
|
|
680
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
681
|
+
|
|
682
|
+
## getNotificationPreferences
|
|
683
|
+
|
|
684
|
+
The Retrieve Notification Preferences API allows clients to fetch a user's notification preferences based on their unique user identifier (user_id).
|
|
685
|
+
|
|
686
|
+
### Example Usage
|
|
687
|
+
|
|
688
|
+
```typescript
|
|
689
|
+
import { CeStorefront } from "ce-storefront";
|
|
690
|
+
|
|
691
|
+
const ceStorefront = new CeStorefront({
|
|
692
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
693
|
+
});
|
|
694
|
+
|
|
695
|
+
async function run() {
|
|
696
|
+
const result = await ceStorefront.auth.getNotificationPreferences({
|
|
697
|
+
id: "<id>",
|
|
698
|
+
});
|
|
699
|
+
|
|
700
|
+
// Handle the result
|
|
701
|
+
console.log(result);
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
run();
|
|
705
|
+
```
|
|
706
|
+
|
|
707
|
+
### Standalone function
|
|
708
|
+
|
|
709
|
+
The standalone function version of this method:
|
|
710
|
+
|
|
711
|
+
```typescript
|
|
712
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
713
|
+
import { authGetNotificationPreferences } from "ce-storefront/funcs/authGetNotificationPreferences.js";
|
|
714
|
+
|
|
715
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
716
|
+
// You can create one instance of it to use across an application.
|
|
717
|
+
const ceStorefront = new CeStorefrontCore({
|
|
718
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
719
|
+
});
|
|
720
|
+
|
|
721
|
+
async function run() {
|
|
722
|
+
const res = await authGetNotificationPreferences(ceStorefront, {
|
|
723
|
+
id: "<id>",
|
|
724
|
+
});
|
|
725
|
+
|
|
726
|
+
if (!res.ok) {
|
|
727
|
+
throw res.error;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
const { value: result } = res;
|
|
731
|
+
|
|
732
|
+
// Handle the result
|
|
733
|
+
console.log(result);
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
run();
|
|
737
|
+
```
|
|
738
|
+
|
|
739
|
+
### Parameters
|
|
740
|
+
|
|
741
|
+
| Parameter | Type | Required | Description |
|
|
742
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
743
|
+
| `request` | [operations.GetNotificationPreferencesRequest](../../models/operations/getnotificationpreferencesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
744
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
745
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
746
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
747
|
+
|
|
748
|
+
### Response
|
|
749
|
+
|
|
750
|
+
**Promise\<[operations.GetNotificationPreferencesResponseBody](../../models/operations/getnotificationpreferencesresponsebody.md)\>**
|
|
751
|
+
|
|
752
|
+
### Errors
|
|
753
|
+
|
|
754
|
+
| Error Type | Status Code | Content Type |
|
|
755
|
+
| -------------- | -------------- | -------------- |
|
|
756
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
757
|
+
|
|
758
|
+
## createNotificationPreferences
|
|
759
|
+
|
|
760
|
+
Create user notification preferences API allows clients to create a user's notification preferences based on their unique user identifier (user_id).
|
|
761
|
+
|
|
762
|
+
### Example Usage
|
|
763
|
+
|
|
764
|
+
```typescript
|
|
765
|
+
import { CeStorefront } from "ce-storefront";
|
|
766
|
+
|
|
767
|
+
const ceStorefront = new CeStorefront({
|
|
768
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
769
|
+
});
|
|
770
|
+
|
|
771
|
+
async function run() {
|
|
772
|
+
const result = await ceStorefront.auth.createNotificationPreferences({
|
|
773
|
+
id: "<id>",
|
|
774
|
+
requestBody: {},
|
|
775
|
+
});
|
|
776
|
+
|
|
777
|
+
// Handle the result
|
|
778
|
+
console.log(result);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
run();
|
|
782
|
+
```
|
|
783
|
+
|
|
784
|
+
### Standalone function
|
|
785
|
+
|
|
786
|
+
The standalone function version of this method:
|
|
787
|
+
|
|
788
|
+
```typescript
|
|
789
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
790
|
+
import { authCreateNotificationPreferences } from "ce-storefront/funcs/authCreateNotificationPreferences.js";
|
|
791
|
+
|
|
792
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
793
|
+
// You can create one instance of it to use across an application.
|
|
794
|
+
const ceStorefront = new CeStorefrontCore({
|
|
795
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
796
|
+
});
|
|
797
|
+
|
|
798
|
+
async function run() {
|
|
799
|
+
const res = await authCreateNotificationPreferences(ceStorefront, {
|
|
800
|
+
id: "<id>",
|
|
801
|
+
requestBody: {},
|
|
802
|
+
});
|
|
803
|
+
|
|
804
|
+
if (!res.ok) {
|
|
805
|
+
throw res.error;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
const { value: result } = res;
|
|
809
|
+
|
|
810
|
+
// Handle the result
|
|
811
|
+
console.log(result);
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
run();
|
|
815
|
+
```
|
|
816
|
+
|
|
817
|
+
### Parameters
|
|
818
|
+
|
|
819
|
+
| Parameter | Type | Required | Description |
|
|
820
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
821
|
+
| `request` | [operations.CreateNotificationPreferencesRequest](../../models/operations/createnotificationpreferencesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
822
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
823
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
824
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
825
|
+
|
|
826
|
+
### Response
|
|
827
|
+
|
|
828
|
+
**Promise\<[operations.CreateNotificationPreferencesResponseBody](../../models/operations/createnotificationpreferencesresponsebody.md)\>**
|
|
829
|
+
|
|
830
|
+
### Errors
|
|
831
|
+
|
|
832
|
+
| Error Type | Status Code | Content Type |
|
|
833
|
+
| -------------- | -------------- | -------------- |
|
|
834
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
835
|
+
|
|
836
|
+
## updateNotificationPreferences
|
|
837
|
+
|
|
838
|
+
Update Notification Preferences API allows clients to update a user's notification preferences based on their unique user identifier (user_id).
|
|
839
|
+
|
|
840
|
+
### Example Usage
|
|
841
|
+
|
|
842
|
+
```typescript
|
|
843
|
+
import { CeStorefront } from "ce-storefront";
|
|
844
|
+
|
|
845
|
+
const ceStorefront = new CeStorefront({
|
|
846
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
847
|
+
});
|
|
848
|
+
|
|
849
|
+
async function run() {
|
|
850
|
+
const result = await ceStorefront.auth.updateNotificationPreferences({
|
|
851
|
+
id: "<id>",
|
|
852
|
+
requestBody: {},
|
|
853
|
+
});
|
|
854
|
+
|
|
855
|
+
// Handle the result
|
|
856
|
+
console.log(result);
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
run();
|
|
860
|
+
```
|
|
861
|
+
|
|
862
|
+
### Standalone function
|
|
863
|
+
|
|
864
|
+
The standalone function version of this method:
|
|
865
|
+
|
|
866
|
+
```typescript
|
|
867
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
868
|
+
import { authUpdateNotificationPreferences } from "ce-storefront/funcs/authUpdateNotificationPreferences.js";
|
|
869
|
+
|
|
870
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
871
|
+
// You can create one instance of it to use across an application.
|
|
872
|
+
const ceStorefront = new CeStorefrontCore({
|
|
873
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
874
|
+
});
|
|
875
|
+
|
|
876
|
+
async function run() {
|
|
877
|
+
const res = await authUpdateNotificationPreferences(ceStorefront, {
|
|
878
|
+
id: "<id>",
|
|
879
|
+
requestBody: {},
|
|
880
|
+
});
|
|
881
|
+
|
|
882
|
+
if (!res.ok) {
|
|
883
|
+
throw res.error;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
const { value: result } = res;
|
|
887
|
+
|
|
888
|
+
// Handle the result
|
|
889
|
+
console.log(result);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
run();
|
|
893
|
+
```
|
|
894
|
+
|
|
895
|
+
### Parameters
|
|
896
|
+
|
|
897
|
+
| Parameter | Type | Required | Description |
|
|
898
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
899
|
+
| `request` | [operations.UpdateNotificationPreferencesRequest](../../models/operations/updatenotificationpreferencesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
900
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
901
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
902
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
903
|
+
|
|
904
|
+
### Response
|
|
905
|
+
|
|
906
|
+
**Promise\<[operations.UpdateNotificationPreferencesResponseBody](../../models/operations/updatenotificationpreferencesresponsebody.md)\>**
|
|
907
|
+
|
|
908
|
+
### Errors
|
|
909
|
+
|
|
910
|
+
| Error Type | Status Code | Content Type |
|
|
911
|
+
| -------------- | -------------- | -------------- |
|
|
912
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
913
|
+
|
|
914
|
+
## generateOtp
|
|
915
|
+
|
|
916
|
+
Generating a One-Time Password (OTP) typically involves creating a random code that is sent to a user for authentication or verification purposes.
|
|
917
|
+
|
|
918
|
+
### Example Usage
|
|
919
|
+
|
|
920
|
+
```typescript
|
|
921
|
+
import { CeStorefront } from "ce-storefront";
|
|
922
|
+
|
|
923
|
+
const ceStorefront = new CeStorefront({
|
|
924
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
925
|
+
});
|
|
926
|
+
|
|
927
|
+
async function run() {
|
|
928
|
+
const result = await ceStorefront.auth.generateOtp({
|
|
929
|
+
channel: "sms",
|
|
930
|
+
otpAction: "reset-password",
|
|
931
|
+
});
|
|
932
|
+
|
|
933
|
+
// Handle the result
|
|
934
|
+
console.log(result);
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
run();
|
|
938
|
+
```
|
|
939
|
+
|
|
940
|
+
### Standalone function
|
|
941
|
+
|
|
942
|
+
The standalone function version of this method:
|
|
943
|
+
|
|
944
|
+
```typescript
|
|
945
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
946
|
+
import { authGenerateOtp } from "ce-storefront/funcs/authGenerateOtp.js";
|
|
947
|
+
|
|
948
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
949
|
+
// You can create one instance of it to use across an application.
|
|
950
|
+
const ceStorefront = new CeStorefrontCore({
|
|
951
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
952
|
+
});
|
|
953
|
+
|
|
954
|
+
async function run() {
|
|
955
|
+
const res = await authGenerateOtp(ceStorefront, {
|
|
956
|
+
channel: "sms",
|
|
957
|
+
otpAction: "reset-password",
|
|
958
|
+
});
|
|
959
|
+
|
|
960
|
+
if (!res.ok) {
|
|
961
|
+
throw res.error;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
const { value: result } = res;
|
|
965
|
+
|
|
966
|
+
// Handle the result
|
|
967
|
+
console.log(result);
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
run();
|
|
971
|
+
```
|
|
972
|
+
|
|
973
|
+
### Parameters
|
|
974
|
+
|
|
975
|
+
| Parameter | Type | Required | Description |
|
|
976
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
977
|
+
| `request` | [operations.GenerateOtpRequestBody](../../models/operations/generateotprequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
978
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
979
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
980
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
981
|
+
|
|
982
|
+
### Response
|
|
983
|
+
|
|
984
|
+
**Promise\<[operations.GenerateOtpResponseBody](../../models/operations/generateotpresponsebody.md)\>**
|
|
985
|
+
|
|
986
|
+
### Errors
|
|
987
|
+
|
|
988
|
+
| Error Type | Status Code | Content Type |
|
|
989
|
+
| -------------- | -------------- | -------------- |
|
|
990
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
991
|
+
|
|
992
|
+
## logout
|
|
993
|
+
|
|
994
|
+
The Logout User API initiate the logout process for a user. Upon a successful request, the API responds with a confirmation message. If the user is not found or there's an issue with the request, an error response is returned with an appropriate message.
|
|
995
|
+
|
|
996
|
+
### Example Usage
|
|
997
|
+
|
|
998
|
+
```typescript
|
|
999
|
+
import { CeStorefront } from "ce-storefront";
|
|
1000
|
+
|
|
1001
|
+
const ceStorefront = new CeStorefront({
|
|
1002
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1003
|
+
});
|
|
1004
|
+
|
|
1005
|
+
async function run() {
|
|
1006
|
+
const result = await ceStorefront.auth.logout();
|
|
1007
|
+
|
|
1008
|
+
// Handle the result
|
|
1009
|
+
console.log(result);
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
run();
|
|
1013
|
+
```
|
|
1014
|
+
|
|
1015
|
+
### Standalone function
|
|
1016
|
+
|
|
1017
|
+
The standalone function version of this method:
|
|
1018
|
+
|
|
1019
|
+
```typescript
|
|
1020
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
1021
|
+
import { authLogout } from "ce-storefront/funcs/authLogout.js";
|
|
1022
|
+
|
|
1023
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
1024
|
+
// You can create one instance of it to use across an application.
|
|
1025
|
+
const ceStorefront = new CeStorefrontCore({
|
|
1026
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1027
|
+
});
|
|
1028
|
+
|
|
1029
|
+
async function run() {
|
|
1030
|
+
const res = await authLogout(ceStorefront);
|
|
1031
|
+
|
|
1032
|
+
if (!res.ok) {
|
|
1033
|
+
throw res.error;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
const { value: result } = res;
|
|
1037
|
+
|
|
1038
|
+
// Handle the result
|
|
1039
|
+
console.log(result);
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
run();
|
|
1043
|
+
```
|
|
1044
|
+
|
|
1045
|
+
### Parameters
|
|
1046
|
+
|
|
1047
|
+
| Parameter | Type | Required | Description |
|
|
1048
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1049
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1050
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1051
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
1052
|
+
|
|
1053
|
+
### Response
|
|
1054
|
+
|
|
1055
|
+
**Promise\<[operations.LogoutResponseBody](../../models/operations/logoutresponsebody.md)\>**
|
|
1056
|
+
|
|
1057
|
+
### Errors
|
|
1058
|
+
|
|
1059
|
+
| Error Type | Status Code | Content Type |
|
|
1060
|
+
| -------------- | -------------- | -------------- |
|
|
1061
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|
|
1062
|
+
|
|
1063
|
+
## checkVerificationStatus
|
|
1064
|
+
|
|
1065
|
+
The Check Verification Status API allows to verify the status of email and phone number verification for a specific user. Upon a successful request, the API responds with the verification status of the provided email and phone number. If the user is not found or there's an issue with the request, an error response is returned with an appropriate message.
|
|
1066
|
+
|
|
1067
|
+
### Example Usage
|
|
1068
|
+
|
|
1069
|
+
```typescript
|
|
1070
|
+
import { CeStorefront } from "ce-storefront";
|
|
1071
|
+
|
|
1072
|
+
const ceStorefront = new CeStorefront({
|
|
1073
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1074
|
+
});
|
|
1075
|
+
|
|
1076
|
+
async function run() {
|
|
1077
|
+
const result = await ceStorefront.auth.checkVerificationStatus({});
|
|
1078
|
+
|
|
1079
|
+
// Handle the result
|
|
1080
|
+
console.log(result);
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
run();
|
|
1084
|
+
```
|
|
1085
|
+
|
|
1086
|
+
### Standalone function
|
|
1087
|
+
|
|
1088
|
+
The standalone function version of this method:
|
|
1089
|
+
|
|
1090
|
+
```typescript
|
|
1091
|
+
import { CeStorefrontCore } from "ce-storefront/core.js";
|
|
1092
|
+
import { authCheckVerificationStatus } from "ce-storefront/funcs/authCheckVerificationStatus.js";
|
|
1093
|
+
|
|
1094
|
+
// Use `CeStorefrontCore` for best tree-shaking performance.
|
|
1095
|
+
// You can create one instance of it to use across an application.
|
|
1096
|
+
const ceStorefront = new CeStorefrontCore({
|
|
1097
|
+
authorization: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1098
|
+
});
|
|
1099
|
+
|
|
1100
|
+
async function run() {
|
|
1101
|
+
const res = await authCheckVerificationStatus(ceStorefront, {});
|
|
1102
|
+
|
|
1103
|
+
if (!res.ok) {
|
|
1104
|
+
throw res.error;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
const { value: result } = res;
|
|
1108
|
+
|
|
1109
|
+
// Handle the result
|
|
1110
|
+
console.log(result);
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
run();
|
|
1114
|
+
```
|
|
1115
|
+
|
|
1116
|
+
### Parameters
|
|
1117
|
+
|
|
1118
|
+
| Parameter | Type | Required | Description |
|
|
1119
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1120
|
+
| `request` | [operations.CheckVerificationStatusRequestBody](../../models/operations/checkverificationstatusrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1121
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1122
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1123
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
1124
|
+
|
|
1125
|
+
### Response
|
|
1126
|
+
|
|
1127
|
+
**Promise\<[operations.CheckVerificationStatusResponseBody](../../models/operations/checkverificationstatusresponsebody.md)\>**
|
|
1128
|
+
|
|
1129
|
+
### Errors
|
|
1130
|
+
|
|
1131
|
+
| Error Type | Status Code | Content Type |
|
|
1132
|
+
| -------------- | -------------- | -------------- |
|
|
1133
|
+
| errors.CeError | 4XX, 5XX | \*/\* |
|