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
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.PutCustomersIdResponseBody$ = exports.PutCustomersIdResponseBody$outboundSchema = exports.PutCustomersIdResponseBody$inboundSchema = exports.PutCustomersIdContent$ = exports.PutCustomersIdContent$outboundSchema = exports.PutCustomersIdContent$inboundSchema = exports.PutCustomersIdRequest$ = exports.PutCustomersIdRequest$outboundSchema = exports.PutCustomersIdRequest$inboundSchema = void 0;
|
|
30
|
-
exports.putCustomersIdRequestToJSON = putCustomersIdRequestToJSON;
|
|
31
|
-
exports.putCustomersIdRequestFromJSON = putCustomersIdRequestFromJSON;
|
|
32
|
-
exports.putCustomersIdContentToJSON = putCustomersIdContentToJSON;
|
|
33
|
-
exports.putCustomersIdContentFromJSON = putCustomersIdContentFromJSON;
|
|
34
|
-
exports.putCustomersIdResponseBodyToJSON = putCustomersIdResponseBodyToJSON;
|
|
35
|
-
exports.putCustomersIdResponseBodyFromJSON = putCustomersIdResponseBodyFromJSON;
|
|
36
|
-
const z = __importStar(require("zod"));
|
|
37
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
38
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
39
|
-
const components = __importStar(require("../components/index.js"));
|
|
40
|
-
/** @internal */
|
|
41
|
-
exports.PutCustomersIdRequest$inboundSchema = z.object({
|
|
42
|
-
id: z.string(),
|
|
43
|
-
UpdateCustomer: components.UpdateCustomer$inboundSchema.optional(),
|
|
44
|
-
}).transform((v) => {
|
|
45
|
-
return (0, primitives_js_1.remap)(v, {
|
|
46
|
-
"UpdateCustomer": "updateCustomer",
|
|
47
|
-
});
|
|
48
|
-
});
|
|
49
|
-
/** @internal */
|
|
50
|
-
exports.PutCustomersIdRequest$outboundSchema = z.object({
|
|
51
|
-
id: z.string(),
|
|
52
|
-
updateCustomer: components.UpdateCustomer$outboundSchema.optional(),
|
|
53
|
-
}).transform((v) => {
|
|
54
|
-
return (0, primitives_js_1.remap)(v, {
|
|
55
|
-
updateCustomer: "UpdateCustomer",
|
|
56
|
-
});
|
|
57
|
-
});
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
61
|
-
*/
|
|
62
|
-
var PutCustomersIdRequest$;
|
|
63
|
-
(function (PutCustomersIdRequest$) {
|
|
64
|
-
/** @deprecated use `PutCustomersIdRequest$inboundSchema` instead. */
|
|
65
|
-
PutCustomersIdRequest$.inboundSchema = exports.PutCustomersIdRequest$inboundSchema;
|
|
66
|
-
/** @deprecated use `PutCustomersIdRequest$outboundSchema` instead. */
|
|
67
|
-
PutCustomersIdRequest$.outboundSchema = exports.PutCustomersIdRequest$outboundSchema;
|
|
68
|
-
})(PutCustomersIdRequest$ || (exports.PutCustomersIdRequest$ = PutCustomersIdRequest$ = {}));
|
|
69
|
-
function putCustomersIdRequestToJSON(putCustomersIdRequest) {
|
|
70
|
-
return JSON.stringify(exports.PutCustomersIdRequest$outboundSchema.parse(putCustomersIdRequest));
|
|
71
|
-
}
|
|
72
|
-
function putCustomersIdRequestFromJSON(jsonString) {
|
|
73
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PutCustomersIdRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutCustomersIdRequest' from JSON`);
|
|
74
|
-
}
|
|
75
|
-
/** @internal */
|
|
76
|
-
exports.PutCustomersIdContent$inboundSchema = z.object({
|
|
77
|
-
customer_detail: components.CustomerDetail$inboundSchema.optional(),
|
|
78
|
-
}).transform((v) => {
|
|
79
|
-
return (0, primitives_js_1.remap)(v, {
|
|
80
|
-
"customer_detail": "customerDetail",
|
|
81
|
-
});
|
|
82
|
-
});
|
|
83
|
-
/** @internal */
|
|
84
|
-
exports.PutCustomersIdContent$outboundSchema = z.object({
|
|
85
|
-
customerDetail: components.CustomerDetail$outboundSchema.optional(),
|
|
86
|
-
}).transform((v) => {
|
|
87
|
-
return (0, primitives_js_1.remap)(v, {
|
|
88
|
-
customerDetail: "customer_detail",
|
|
89
|
-
});
|
|
90
|
-
});
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
94
|
-
*/
|
|
95
|
-
var PutCustomersIdContent$;
|
|
96
|
-
(function (PutCustomersIdContent$) {
|
|
97
|
-
/** @deprecated use `PutCustomersIdContent$inboundSchema` instead. */
|
|
98
|
-
PutCustomersIdContent$.inboundSchema = exports.PutCustomersIdContent$inboundSchema;
|
|
99
|
-
/** @deprecated use `PutCustomersIdContent$outboundSchema` instead. */
|
|
100
|
-
PutCustomersIdContent$.outboundSchema = exports.PutCustomersIdContent$outboundSchema;
|
|
101
|
-
})(PutCustomersIdContent$ || (exports.PutCustomersIdContent$ = PutCustomersIdContent$ = {}));
|
|
102
|
-
function putCustomersIdContentToJSON(putCustomersIdContent) {
|
|
103
|
-
return JSON.stringify(exports.PutCustomersIdContent$outboundSchema.parse(putCustomersIdContent));
|
|
104
|
-
}
|
|
105
|
-
function putCustomersIdContentFromJSON(jsonString) {
|
|
106
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PutCustomersIdContent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutCustomersIdContent' from JSON`);
|
|
107
|
-
}
|
|
108
|
-
/** @internal */
|
|
109
|
-
exports.PutCustomersIdResponseBody$inboundSchema = z.object({
|
|
110
|
-
message: z.string().optional(),
|
|
111
|
-
success: z.boolean().optional(),
|
|
112
|
-
content: z.lazy(() => exports.PutCustomersIdContent$inboundSchema).optional(),
|
|
113
|
-
});
|
|
114
|
-
/** @internal */
|
|
115
|
-
exports.PutCustomersIdResponseBody$outboundSchema = z.object({
|
|
116
|
-
message: z.string().optional(),
|
|
117
|
-
success: z.boolean().optional(),
|
|
118
|
-
content: z.lazy(() => exports.PutCustomersIdContent$outboundSchema).optional(),
|
|
119
|
-
});
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
123
|
-
*/
|
|
124
|
-
var PutCustomersIdResponseBody$;
|
|
125
|
-
(function (PutCustomersIdResponseBody$) {
|
|
126
|
-
/** @deprecated use `PutCustomersIdResponseBody$inboundSchema` instead. */
|
|
127
|
-
PutCustomersIdResponseBody$.inboundSchema = exports.PutCustomersIdResponseBody$inboundSchema;
|
|
128
|
-
/** @deprecated use `PutCustomersIdResponseBody$outboundSchema` instead. */
|
|
129
|
-
PutCustomersIdResponseBody$.outboundSchema = exports.PutCustomersIdResponseBody$outboundSchema;
|
|
130
|
-
})(PutCustomersIdResponseBody$ || (exports.PutCustomersIdResponseBody$ = PutCustomersIdResponseBody$ = {}));
|
|
131
|
-
function putCustomersIdResponseBodyToJSON(putCustomersIdResponseBody) {
|
|
132
|
-
return JSON.stringify(exports.PutCustomersIdResponseBody$outboundSchema.parse(putCustomersIdResponseBody));
|
|
133
|
-
}
|
|
134
|
-
function putCustomersIdResponseBodyFromJSON(jsonString) {
|
|
135
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PutCustomersIdResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutCustomersIdResponseBody' from JSON`);
|
|
136
|
-
}
|
|
137
|
-
//# sourceMappingURL=putcustomersid.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"putcustomersid.js","sourceRoot":"","sources":["../../src/models/operations/putcustomersid.ts"],"names":[],"mappings":"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"}
|
package/sdk/addresses.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
-
import * as operations from "../models/operations/index.js";
|
|
3
|
-
export declare class Addresses extends ClientSDK {
|
|
4
|
-
/**
|
|
5
|
-
* Add address
|
|
6
|
-
*
|
|
7
|
-
* @remarks
|
|
8
|
-
* Add new address
|
|
9
|
-
*/
|
|
10
|
-
add(request: operations.PostAddressRequest, options?: RequestOptions): Promise<operations.PostAddressResponseBody>;
|
|
11
|
-
/**
|
|
12
|
-
* Update particular address
|
|
13
|
-
*
|
|
14
|
-
* @remarks
|
|
15
|
-
* Update address
|
|
16
|
-
*/
|
|
17
|
-
update(request: operations.PutCustomerAddressIdRequest, options?: RequestOptions): Promise<operations.PutCustomerAddressIdResponseBody>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=addresses.d.ts.map
|
package/sdk/addresses.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"addresses.d.ts","sourceRoot":"","sources":["../src/sdk/addresses.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,SAAU,SAAQ,SAAS;IACtC;;;;;OAKG;IACG,GAAG,CACP,OAAO,EAAE,UAAU,CAAC,kBAAkB,EACtC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAQ9C;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC;CAOxD"}
|
package/sdk/addresses.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Addresses = void 0;
|
|
7
|
-
const addressesAdd_js_1 = require("../funcs/addressesAdd.js");
|
|
8
|
-
const addressesUpdate_js_1 = require("../funcs/addressesUpdate.js");
|
|
9
|
-
const sdks_js_1 = require("../lib/sdks.js");
|
|
10
|
-
const fp_js_1 = require("../types/fp.js");
|
|
11
|
-
class Addresses extends sdks_js_1.ClientSDK {
|
|
12
|
-
/**
|
|
13
|
-
* Add address
|
|
14
|
-
*
|
|
15
|
-
* @remarks
|
|
16
|
-
* Add new address
|
|
17
|
-
*/
|
|
18
|
-
async add(request, options) {
|
|
19
|
-
return (0, fp_js_1.unwrapAsync)((0, addressesAdd_js_1.addressesAdd)(this, request, options));
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Update particular address
|
|
23
|
-
*
|
|
24
|
-
* @remarks
|
|
25
|
-
* Update address
|
|
26
|
-
*/
|
|
27
|
-
async update(request, options) {
|
|
28
|
-
return (0, fp_js_1.unwrapAsync)((0, addressesUpdate_js_1.addressesUpdate)(this, request, options));
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
exports.Addresses = Addresses;
|
|
32
|
-
//# sourceMappingURL=addresses.js.map
|
package/sdk/addresses.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"addresses.js","sourceRoot":"","sources":["../src/sdk/addresses.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,8DAAwD;AACxD,oEAA8D;AAC9D,4CAA2D;AAE3D,0CAA6C;AAE7C,MAAa,SAAU,SAAQ,mBAAS;IACtC;;;;;OAKG;IACH,KAAK,CAAC,GAAG,CACP,OAAsC,EACtC,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,8BAAY,EAC7B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAA+C,EAC/C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,oCAAe,EAChC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AAlCD,8BAkCC"}
|
package/sdk/analytics.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
-
import * as components from "../models/components/index.js";
|
|
3
|
-
import * as operations from "../models/operations/index.js";
|
|
4
|
-
export declare class Analytics extends ClientSDK {
|
|
5
|
-
/**
|
|
6
|
-
* Track event
|
|
7
|
-
*
|
|
8
|
-
* @remarks
|
|
9
|
-
* Track event
|
|
10
|
-
*/
|
|
11
|
-
track(request?: components.AnalyticsEvent | undefined, options?: RequestOptions): Promise<operations.GetAnalyticsTrackResponseBody>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=analytics.d.ts.map
|
package/sdk/analytics.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.d.ts","sourceRoot":"","sources":["../src/sdk/analytics.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,SAAU,SAAQ,SAAS;IACtC;;;;;OAKG;IACG,KAAK,CACT,OAAO,CAAC,EAAE,UAAU,CAAC,cAAc,GAAG,SAAS,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC;CAOrD"}
|
package/sdk/analytics.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Analytics = void 0;
|
|
7
|
-
const analyticsTrack_js_1 = require("../funcs/analyticsTrack.js");
|
|
8
|
-
const sdks_js_1 = require("../lib/sdks.js");
|
|
9
|
-
const fp_js_1 = require("../types/fp.js");
|
|
10
|
-
class Analytics extends sdks_js_1.ClientSDK {
|
|
11
|
-
/**
|
|
12
|
-
* Track event
|
|
13
|
-
*
|
|
14
|
-
* @remarks
|
|
15
|
-
* Track event
|
|
16
|
-
*/
|
|
17
|
-
async track(request, options) {
|
|
18
|
-
return (0, fp_js_1.unwrapAsync)((0, analyticsTrack_js_1.analyticsTrack)(this, request, options));
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.Analytics = Analytics;
|
|
22
|
-
//# sourceMappingURL=analytics.js.map
|
package/sdk/analytics.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.js","sourceRoot":"","sources":["../src/sdk/analytics.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,kEAA4D;AAC5D,4CAA2D;AAG3D,0CAA6C;AAE7C,MAAa,SAAU,SAAQ,mBAAS;IACtC;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,OAA+C,EAC/C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kCAAc,EAC/B,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AAjBD,8BAiBC"}
|
package/sdk/auth.d.ts
DELETED
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
-
import * as operations from "../models/operations/index.js";
|
|
3
|
-
import { CeStorefrontUser } from "./cestorefrontuser.js";
|
|
4
|
-
export declare class Auth extends ClientSDK {
|
|
5
|
-
private _user?;
|
|
6
|
-
get user(): CeStorefrontUser;
|
|
7
|
-
/**
|
|
8
|
-
* Anonymous user
|
|
9
|
-
*
|
|
10
|
-
* @remarks
|
|
11
|
-
* 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 identifier called a ULID, ensuring that even in the absence of a fully realized account, there is a distinct and trackable identity for each user.
|
|
12
|
-
* 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.
|
|
13
|
-
*/
|
|
14
|
-
anonymousLogin(security: operations.PostAuthAnonymousSecurity, options?: RequestOptions): Promise<operations.PostAuthAnonymousResponseBody>;
|
|
15
|
-
/**
|
|
16
|
-
* Login with phone
|
|
17
|
-
*
|
|
18
|
-
* @remarks
|
|
19
|
-
* 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.
|
|
20
|
-
*/
|
|
21
|
-
loginWithPhone(request?: operations.PostAuthLoginPhoneRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthLoginPhoneResponseBody>;
|
|
22
|
-
/**
|
|
23
|
-
* Login with email
|
|
24
|
-
*
|
|
25
|
-
* @remarks
|
|
26
|
-
* 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.
|
|
27
|
-
*/
|
|
28
|
-
loginWithEmail(request?: operations.PostAuthLoginEmailRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthLoginEmailResponseBody>;
|
|
29
|
-
/**
|
|
30
|
-
* Login with whatsapp
|
|
31
|
-
*
|
|
32
|
-
* @remarks
|
|
33
|
-
* 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.
|
|
34
|
-
*/
|
|
35
|
-
loginWithWhatsapp(request?: operations.PostAuthLoginWhatsappRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthLoginWhatsappResponseBody>;
|
|
36
|
-
/**
|
|
37
|
-
* Login with password
|
|
38
|
-
*
|
|
39
|
-
* @remarks
|
|
40
|
-
* This API endpoint allows users to Login using their password. It requires the following parameters: email/phone and password. Also allows users to securely Login and obtain access and refresh tokens for subsequent API calls.
|
|
41
|
-
*/
|
|
42
|
-
loginWithPassword(request?: operations.PostAuthLoginPasswordRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthLoginPasswordResponseBody>;
|
|
43
|
-
/**
|
|
44
|
-
* Verify OTP
|
|
45
|
-
*
|
|
46
|
-
* @remarks
|
|
47
|
-
* 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.
|
|
48
|
-
*/
|
|
49
|
-
verifyOtp(request?: operations.PostAuthVerifyOtpRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthVerifyOtpResponseBody>;
|
|
50
|
-
/**
|
|
51
|
-
* Register with phone
|
|
52
|
-
*
|
|
53
|
-
* @remarks
|
|
54
|
-
* This API provides the functionality to register a user using their phone number. This allows you to securely register users and obtain access and refresh tokens for subsequent API calls.
|
|
55
|
-
*/
|
|
56
|
-
registerWithPhone(request?: operations.PostAuthRegisterPhoneRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthRegisterPhoneResponseBody>;
|
|
57
|
-
/**
|
|
58
|
-
* Register with email
|
|
59
|
-
*
|
|
60
|
-
* @remarks
|
|
61
|
-
* The API allows users to register with their email address. This endpoint enables the registration process by requesting the user's email, first name, last name, phone number, and OTP token.
|
|
62
|
-
* The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user's information, access token and refresh token.
|
|
63
|
-
*/
|
|
64
|
-
registerWithEmail(request?: operations.PostAuthRegisterEmailRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthRegisterEmailResponseBody>;
|
|
65
|
-
/**
|
|
66
|
-
* Register with whatsapp
|
|
67
|
-
*
|
|
68
|
-
* @remarks
|
|
69
|
-
* The API allows users to register with their WhatsApp. This endpoint enables the registration process by requesting the user's WhatsApp number, first name, last name, email, and OTP token.
|
|
70
|
-
* The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user's information, access token and refresh token.
|
|
71
|
-
*/
|
|
72
|
-
registerWhatsapp(request?: operations.PostAuthRegisterWhatsappRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthRegisterWhatsappResponseBody>;
|
|
73
|
-
/**
|
|
74
|
-
* Register with password
|
|
75
|
-
*
|
|
76
|
-
* @remarks
|
|
77
|
-
* The User Registration with Password API facilitates user onboarding by allowing registration through a combination of phone number and email. API collects essential registration details, including phone number, email, password and the confirmation of the chosen password.
|
|
78
|
-
* The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user's information, access token and refresh token.
|
|
79
|
-
*/
|
|
80
|
-
registerWithPassword(request?: operations.PostAuthRegisterPasswordRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthRegisterPasswordResponseBody>;
|
|
81
|
-
/**
|
|
82
|
-
* Update a user
|
|
83
|
-
*
|
|
84
|
-
* @remarks
|
|
85
|
-
* 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.
|
|
86
|
-
*/
|
|
87
|
-
updateUser(request: operations.PutAuthUserIdRequest, options?: RequestOptions): Promise<operations.PutAuthUserIdResponseBody>;
|
|
88
|
-
/**
|
|
89
|
-
* Delete profile image
|
|
90
|
-
*
|
|
91
|
-
* @remarks
|
|
92
|
-
* Delete profile image API streamlines the process of removing profile images associating with user accounts. Upon success, the API responds with a confirmation message. In case of errors, clear error messages facilitate quick issue resolution.
|
|
93
|
-
*/
|
|
94
|
-
deleteProfileImage(request: operations.DeleteAuthUserIdProfileImageRequest, options?: RequestOptions): Promise<operations.DeleteAuthUserIdProfileImageResponseBody>;
|
|
95
|
-
/**
|
|
96
|
-
* Retrieve a profile image
|
|
97
|
-
*
|
|
98
|
-
* @remarks
|
|
99
|
-
* Retrieve user profile image API streamlines the process of retriving profile images associating with user accounts. Upon success, the API responds with a confirmation message. In case of errors, clear error messages facilitate quick issue resolution.
|
|
100
|
-
*/
|
|
101
|
-
getProfileImage(request: operations.GetAuthUserIdProfileImageRequest, options?: RequestOptions): Promise<operations.GetAuthUserIdProfileImageResponseBody>;
|
|
102
|
-
/**
|
|
103
|
-
* Refresh access token
|
|
104
|
-
*
|
|
105
|
-
* @remarks
|
|
106
|
-
* 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.
|
|
107
|
-
*/
|
|
108
|
-
refreshToken(request?: operations.PostAuthRefreshTokenRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthRefreshTokenResponseBody>;
|
|
109
|
-
/**
|
|
110
|
-
* Forgot password
|
|
111
|
-
*
|
|
112
|
-
* @remarks
|
|
113
|
-
* The Forgot Password API provides a secure mechanism for users to initiate the password recovery process. This API provides one-time password (OTP) token, which facilitas the resetting of user’s account password.
|
|
114
|
-
*/
|
|
115
|
-
forgotPassword(request?: operations.PostAuthForgotPasswordRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthForgotPasswordResponseBody>;
|
|
116
|
-
/**
|
|
117
|
-
* Reset password
|
|
118
|
-
*
|
|
119
|
-
* @remarks
|
|
120
|
-
* Reset password
|
|
121
|
-
*/
|
|
122
|
-
resetPassword(request?: operations.PostAuthResetPasswordRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthResetPasswordResponseBody>;
|
|
123
|
-
/**
|
|
124
|
-
* Generate OTP
|
|
125
|
-
*
|
|
126
|
-
* @remarks
|
|
127
|
-
* Generating a One-Time Password (OTP) typically involves creating a random code that is sent to a user for authentication or verification purposes.
|
|
128
|
-
*/
|
|
129
|
-
generateOtp(request?: operations.PostAuthGenerateOtpRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthGenerateOtpResponseBody>;
|
|
130
|
-
/**
|
|
131
|
-
* Logout user
|
|
132
|
-
*
|
|
133
|
-
* @remarks
|
|
134
|
-
* 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.
|
|
135
|
-
*/
|
|
136
|
-
logout(options?: RequestOptions): Promise<operations.PostAuthLogoutResponseBody>;
|
|
137
|
-
/**
|
|
138
|
-
* Check verified email phone
|
|
139
|
-
*
|
|
140
|
-
* @remarks
|
|
141
|
-
* 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.
|
|
142
|
-
*/
|
|
143
|
-
verifyEmailPhone(request?: operations.PostAuthVerifiedEmailPhoneRequestBody | undefined, options?: RequestOptions): Promise<operations.PostAuthVerifiedEmailPhoneResponseBody>;
|
|
144
|
-
}
|
|
145
|
-
//# sourceMappingURL=auth.d.ts.map
|
package/sdk/auth.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../src/sdk/auth.ts"],"names":[],"mappings":"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"}
|
package/sdk/auth.js
DELETED
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Auth = void 0;
|
|
7
|
-
const authAnonymousLogin_js_1 = require("../funcs/authAnonymousLogin.js");
|
|
8
|
-
const authDeleteProfileImage_js_1 = require("../funcs/authDeleteProfileImage.js");
|
|
9
|
-
const authForgotPassword_js_1 = require("../funcs/authForgotPassword.js");
|
|
10
|
-
const authGenerateOtp_js_1 = require("../funcs/authGenerateOtp.js");
|
|
11
|
-
const authGetProfileImage_js_1 = require("../funcs/authGetProfileImage.js");
|
|
12
|
-
const authLoginWithEmail_js_1 = require("../funcs/authLoginWithEmail.js");
|
|
13
|
-
const authLoginWithPassword_js_1 = require("../funcs/authLoginWithPassword.js");
|
|
14
|
-
const authLoginWithPhone_js_1 = require("../funcs/authLoginWithPhone.js");
|
|
15
|
-
const authLoginWithWhatsapp_js_1 = require("../funcs/authLoginWithWhatsapp.js");
|
|
16
|
-
const authLogout_js_1 = require("../funcs/authLogout.js");
|
|
17
|
-
const authRefreshToken_js_1 = require("../funcs/authRefreshToken.js");
|
|
18
|
-
const authRegisterWhatsapp_js_1 = require("../funcs/authRegisterWhatsapp.js");
|
|
19
|
-
const authRegisterWithEmail_js_1 = require("../funcs/authRegisterWithEmail.js");
|
|
20
|
-
const authRegisterWithPassword_js_1 = require("../funcs/authRegisterWithPassword.js");
|
|
21
|
-
const authRegisterWithPhone_js_1 = require("../funcs/authRegisterWithPhone.js");
|
|
22
|
-
const authResetPassword_js_1 = require("../funcs/authResetPassword.js");
|
|
23
|
-
const authUpdateUser_js_1 = require("../funcs/authUpdateUser.js");
|
|
24
|
-
const authVerifyEmailPhone_js_1 = require("../funcs/authVerifyEmailPhone.js");
|
|
25
|
-
const authVerifyOtp_js_1 = require("../funcs/authVerifyOtp.js");
|
|
26
|
-
const sdks_js_1 = require("../lib/sdks.js");
|
|
27
|
-
const fp_js_1 = require("../types/fp.js");
|
|
28
|
-
const cestorefrontuser_js_1 = require("./cestorefrontuser.js");
|
|
29
|
-
class Auth extends sdks_js_1.ClientSDK {
|
|
30
|
-
get user() {
|
|
31
|
-
var _a;
|
|
32
|
-
return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new cestorefrontuser_js_1.CeStorefrontUser(this._options)));
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Anonymous user
|
|
36
|
-
*
|
|
37
|
-
* @remarks
|
|
38
|
-
* 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 identifier called a ULID, ensuring that even in the absence of a fully realized account, there is a distinct and trackable identity for each user.
|
|
39
|
-
* 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.
|
|
40
|
-
*/
|
|
41
|
-
async anonymousLogin(security, options) {
|
|
42
|
-
return (0, fp_js_1.unwrapAsync)((0, authAnonymousLogin_js_1.authAnonymousLogin)(this, security, options));
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Login with phone
|
|
46
|
-
*
|
|
47
|
-
* @remarks
|
|
48
|
-
* 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.
|
|
49
|
-
*/
|
|
50
|
-
async loginWithPhone(request, options) {
|
|
51
|
-
return (0, fp_js_1.unwrapAsync)((0, authLoginWithPhone_js_1.authLoginWithPhone)(this, request, options));
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* Login with email
|
|
55
|
-
*
|
|
56
|
-
* @remarks
|
|
57
|
-
* 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.
|
|
58
|
-
*/
|
|
59
|
-
async loginWithEmail(request, options) {
|
|
60
|
-
return (0, fp_js_1.unwrapAsync)((0, authLoginWithEmail_js_1.authLoginWithEmail)(this, request, options));
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Login with whatsapp
|
|
64
|
-
*
|
|
65
|
-
* @remarks
|
|
66
|
-
* 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.
|
|
67
|
-
*/
|
|
68
|
-
async loginWithWhatsapp(request, options) {
|
|
69
|
-
return (0, fp_js_1.unwrapAsync)((0, authLoginWithWhatsapp_js_1.authLoginWithWhatsapp)(this, request, options));
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Login with password
|
|
73
|
-
*
|
|
74
|
-
* @remarks
|
|
75
|
-
* This API endpoint allows users to Login using their password. It requires the following parameters: email/phone and password. Also allows users to securely Login and obtain access and refresh tokens for subsequent API calls.
|
|
76
|
-
*/
|
|
77
|
-
async loginWithPassword(request, options) {
|
|
78
|
-
return (0, fp_js_1.unwrapAsync)((0, authLoginWithPassword_js_1.authLoginWithPassword)(this, request, options));
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Verify OTP
|
|
82
|
-
*
|
|
83
|
-
* @remarks
|
|
84
|
-
* 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.
|
|
85
|
-
*/
|
|
86
|
-
async verifyOtp(request, options) {
|
|
87
|
-
return (0, fp_js_1.unwrapAsync)((0, authVerifyOtp_js_1.authVerifyOtp)(this, request, options));
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Register with phone
|
|
91
|
-
*
|
|
92
|
-
* @remarks
|
|
93
|
-
* This API provides the functionality to register a user using their phone number. This allows you to securely register users and obtain access and refresh tokens for subsequent API calls.
|
|
94
|
-
*/
|
|
95
|
-
async registerWithPhone(request, options) {
|
|
96
|
-
return (0, fp_js_1.unwrapAsync)((0, authRegisterWithPhone_js_1.authRegisterWithPhone)(this, request, options));
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Register with email
|
|
100
|
-
*
|
|
101
|
-
* @remarks
|
|
102
|
-
* The API allows users to register with their email address. This endpoint enables the registration process by requesting the user's email, first name, last name, phone number, and OTP token.
|
|
103
|
-
* The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user's information, access token and refresh token.
|
|
104
|
-
*/
|
|
105
|
-
async registerWithEmail(request, options) {
|
|
106
|
-
return (0, fp_js_1.unwrapAsync)((0, authRegisterWithEmail_js_1.authRegisterWithEmail)(this, request, options));
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Register with whatsapp
|
|
110
|
-
*
|
|
111
|
-
* @remarks
|
|
112
|
-
* The API allows users to register with their WhatsApp. This endpoint enables the registration process by requesting the user's WhatsApp number, first name, last name, email, and OTP token.
|
|
113
|
-
* The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user's information, access token and refresh token.
|
|
114
|
-
*/
|
|
115
|
-
async registerWhatsapp(request, options) {
|
|
116
|
-
return (0, fp_js_1.unwrapAsync)((0, authRegisterWhatsapp_js_1.authRegisterWhatsapp)(this, request, options));
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* Register with password
|
|
120
|
-
*
|
|
121
|
-
* @remarks
|
|
122
|
-
* The User Registration with Password API facilitates user onboarding by allowing registration through a combination of phone number and email. API collects essential registration details, including phone number, email, password and the confirmation of the chosen password.
|
|
123
|
-
* The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user's information, access token and refresh token.
|
|
124
|
-
*/
|
|
125
|
-
async registerWithPassword(request, options) {
|
|
126
|
-
return (0, fp_js_1.unwrapAsync)((0, authRegisterWithPassword_js_1.authRegisterWithPassword)(this, request, options));
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* Update a user
|
|
130
|
-
*
|
|
131
|
-
* @remarks
|
|
132
|
-
* 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.
|
|
133
|
-
*/
|
|
134
|
-
async updateUser(request, options) {
|
|
135
|
-
return (0, fp_js_1.unwrapAsync)((0, authUpdateUser_js_1.authUpdateUser)(this, request, options));
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* Delete profile image
|
|
139
|
-
*
|
|
140
|
-
* @remarks
|
|
141
|
-
* Delete profile image API streamlines the process of removing profile images associating with user accounts. Upon success, the API responds with a confirmation message. In case of errors, clear error messages facilitate quick issue resolution.
|
|
142
|
-
*/
|
|
143
|
-
async deleteProfileImage(request, options) {
|
|
144
|
-
return (0, fp_js_1.unwrapAsync)((0, authDeleteProfileImage_js_1.authDeleteProfileImage)(this, request, options));
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* Retrieve a profile image
|
|
148
|
-
*
|
|
149
|
-
* @remarks
|
|
150
|
-
* Retrieve user profile image API streamlines the process of retriving profile images associating with user accounts. Upon success, the API responds with a confirmation message. In case of errors, clear error messages facilitate quick issue resolution.
|
|
151
|
-
*/
|
|
152
|
-
async getProfileImage(request, options) {
|
|
153
|
-
return (0, fp_js_1.unwrapAsync)((0, authGetProfileImage_js_1.authGetProfileImage)(this, request, options));
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* Refresh access token
|
|
157
|
-
*
|
|
158
|
-
* @remarks
|
|
159
|
-
* 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.
|
|
160
|
-
*/
|
|
161
|
-
async refreshToken(request, options) {
|
|
162
|
-
return (0, fp_js_1.unwrapAsync)((0, authRefreshToken_js_1.authRefreshToken)(this, request, options));
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
* Forgot password
|
|
166
|
-
*
|
|
167
|
-
* @remarks
|
|
168
|
-
* The Forgot Password API provides a secure mechanism for users to initiate the password recovery process. This API provides one-time password (OTP) token, which facilitas the resetting of user’s account password.
|
|
169
|
-
*/
|
|
170
|
-
async forgotPassword(request, options) {
|
|
171
|
-
return (0, fp_js_1.unwrapAsync)((0, authForgotPassword_js_1.authForgotPassword)(this, request, options));
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Reset password
|
|
175
|
-
*
|
|
176
|
-
* @remarks
|
|
177
|
-
* Reset password
|
|
178
|
-
*/
|
|
179
|
-
async resetPassword(request, options) {
|
|
180
|
-
return (0, fp_js_1.unwrapAsync)((0, authResetPassword_js_1.authResetPassword)(this, request, options));
|
|
181
|
-
}
|
|
182
|
-
/**
|
|
183
|
-
* Generate OTP
|
|
184
|
-
*
|
|
185
|
-
* @remarks
|
|
186
|
-
* Generating a One-Time Password (OTP) typically involves creating a random code that is sent to a user for authentication or verification purposes.
|
|
187
|
-
*/
|
|
188
|
-
async generateOtp(request, options) {
|
|
189
|
-
return (0, fp_js_1.unwrapAsync)((0, authGenerateOtp_js_1.authGenerateOtp)(this, request, options));
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* Logout user
|
|
193
|
-
*
|
|
194
|
-
* @remarks
|
|
195
|
-
* 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.
|
|
196
|
-
*/
|
|
197
|
-
async logout(options) {
|
|
198
|
-
return (0, fp_js_1.unwrapAsync)((0, authLogout_js_1.authLogout)(this, options));
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* Check verified email phone
|
|
202
|
-
*
|
|
203
|
-
* @remarks
|
|
204
|
-
* 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.
|
|
205
|
-
*/
|
|
206
|
-
async verifyEmailPhone(request, options) {
|
|
207
|
-
return (0, fp_js_1.unwrapAsync)((0, authVerifyEmailPhone_js_1.authVerifyEmailPhone)(this, request, options));
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
exports.Auth = Auth;
|
|
211
|
-
//# sourceMappingURL=auth.js.map
|
package/sdk/auth.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../src/sdk/auth.ts"],"names":[],"mappings":"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"}
|
package/sdk/campaigns.d.ts
DELETED
package/sdk/campaigns.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"campaigns.d.ts","sourceRoot":"","sources":["../src/sdk/campaigns.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,qBAAa,SAAU,SAAQ,SAAS;IACtC,OAAO,CAAC,WAAW,CAAC,CAAa;IACjC,IAAI,UAAU,IAAI,UAAU,CAE3B;CACF"}
|