ce-storefront 0.3.4 → 0.3.6

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.
Files changed (338) hide show
  1. package/README.md +26 -37
  2. package/docs/sdks/{cestorefrontpayments → cestorefrontorderspayments}/README.md +1 -1
  3. package/docs/sdks/customers/README.md +236 -0
  4. package/docs/sdks/{paymentsapijuspay → juspay}/README.md +12 -12
  5. package/docs/sdks/orders/README.md +80 -1
  6. package/docs/sdks/payments/README.md +242 -2
  7. package/docs/sdks/products/README.md +1 -1
  8. package/esm/funcs/catalogProductsGet.d.ts +1 -1
  9. package/esm/funcs/catalogProductsGet.js +1 -1
  10. package/esm/funcs/{customersAPIGetCustomersId.d.ts → customersGetCustomersId.d.ts} +2 -2
  11. package/esm/funcs/customersGetCustomersId.d.ts.map +1 -0
  12. package/esm/funcs/{customersAPIGetCustomersId.js → customersGetCustomersId.js} +2 -2
  13. package/esm/funcs/customersGetCustomersId.js.map +1 -0
  14. package/esm/funcs/{customersAPIPostCustomers.d.ts → customersPostCustomers.d.ts} +2 -2
  15. package/esm/funcs/customersPostCustomers.d.ts.map +1 -0
  16. package/esm/funcs/{customersAPIPostCustomers.js → customersPostCustomers.js} +2 -2
  17. package/esm/funcs/customersPostCustomers.js.map +1 -0
  18. package/esm/funcs/{customersAPIPutCustomersId.d.ts → customersPutCustomersId.d.ts} +2 -2
  19. package/esm/funcs/customersPutCustomersId.d.ts.map +1 -0
  20. package/esm/funcs/{customersAPIPutCustomersId.js → customersPutCustomersId.js} +2 -2
  21. package/esm/funcs/{customersAPIPostCustomers.js.map → customersPutCustomersId.js.map} +1 -1
  22. package/esm/funcs/{paymentsAPIJuspayGetPaymentsJuspayCustomer.d.ts → juspayGetPaymentsJuspayCustomer.d.ts} +2 -2
  23. package/esm/funcs/juspayGetPaymentsJuspayCustomer.d.ts.map +1 -0
  24. package/esm/funcs/{paymentsAPIJuspayGetPaymentsJuspayCustomer.js → juspayGetPaymentsJuspayCustomer.js} +2 -2
  25. package/esm/funcs/juspayGetPaymentsJuspayCustomer.js.map +1 -0
  26. package/esm/funcs/{paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.d.ts → juspayPostPaymentsJuspayCreateCustomer.d.ts} +2 -2
  27. package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.d.ts.map +1 -0
  28. package/esm/funcs/{paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.js → juspayPostPaymentsJuspayCreateCustomer.js} +2 -2
  29. package/esm/funcs/juspayPostPaymentsJuspayCreateCustomer.js.map +1 -0
  30. package/esm/funcs/{paymentsAPIJuspayPostPaymentsJuspayCreateOrder.d.ts → juspayPostPaymentsJuspayCreateOrder.d.ts} +2 -2
  31. package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.d.ts.map +1 -0
  32. package/esm/funcs/{paymentsAPIJuspayPostPaymentsJuspayCreateOrder.js → juspayPostPaymentsJuspayCreateOrder.js} +2 -2
  33. package/esm/funcs/juspayPostPaymentsJuspayCreateOrder.js.map +1 -0
  34. package/esm/funcs/{ordersAPIGetOrdersIdPaymentStatus.d.ts → ordersGetOrdersIdPaymentStatus.d.ts} +2 -2
  35. package/esm/funcs/ordersGetOrdersIdPaymentStatus.d.ts.map +1 -0
  36. package/esm/funcs/{ordersAPIGetOrdersIdPaymentStatus.js → ordersGetOrdersIdPaymentStatus.js} +2 -2
  37. package/esm/funcs/ordersGetOrdersIdPaymentStatus.js.map +1 -0
  38. package/esm/funcs/paymentsGetMethods.d.ts +1 -1
  39. package/esm/funcs/paymentsGetMethods.d.ts.map +1 -1
  40. package/esm/funcs/paymentsGetMethods.js +3 -3
  41. package/esm/funcs/paymentsGetMethods.js.map +1 -1
  42. package/esm/funcs/{paymentsAPIGetPaymentsCards.d.ts → paymentsGetPaymentsCards.d.ts} +2 -2
  43. package/esm/funcs/paymentsGetPaymentsCards.d.ts.map +1 -0
  44. package/esm/funcs/{paymentsAPIGetPaymentsCards.js → paymentsGetPaymentsCards.js} +2 -2
  45. package/esm/funcs/paymentsGetPaymentsCards.js.map +1 -0
  46. package/esm/funcs/{paymentsAPIGetPaymentsVerifyVpa.d.ts → paymentsGetPaymentsVerifyVpa.d.ts} +2 -2
  47. package/esm/funcs/paymentsGetPaymentsVerifyVpa.d.ts.map +1 -0
  48. package/esm/funcs/{paymentsAPIGetPaymentsVerifyVpa.js → paymentsGetPaymentsVerifyVpa.js} +2 -2
  49. package/esm/funcs/paymentsGetPaymentsVerifyVpa.js.map +1 -0
  50. package/esm/funcs/{paymentsAPIPostPaymentsCards.d.ts → paymentsPostPaymentsCards.d.ts} +2 -2
  51. package/esm/funcs/paymentsPostPaymentsCards.d.ts.map +1 -0
  52. package/esm/funcs/{paymentsAPIPostPaymentsCards.js → paymentsPostPaymentsCards.js} +2 -2
  53. package/esm/funcs/paymentsPostPaymentsCards.js.map +1 -0
  54. package/esm/lib/config.d.ts +3 -3
  55. package/esm/lib/config.js +3 -3
  56. package/esm/models/components/analyticsevent.d.ts +8 -8
  57. package/esm/models/components/analyticsevent.d.ts.map +1 -1
  58. package/esm/models/components/analyticsevent.js +12 -12
  59. package/esm/models/components/analyticsevent.js.map +1 -1
  60. package/esm/models/components/associatedoption.d.ts +125 -0
  61. package/esm/models/components/associatedoption.d.ts.map +1 -0
  62. package/esm/models/components/associatedoption.js +107 -0
  63. package/esm/models/components/associatedoption.js.map +1 -0
  64. package/esm/models/components/cart.d.ts +16 -16
  65. package/esm/models/components/cart.d.ts.map +1 -1
  66. package/esm/models/components/cart.js +16 -16
  67. package/esm/models/components/cart.js.map +1 -1
  68. package/esm/models/components/createcustomer.d.ts +1 -1
  69. package/esm/models/components/createcustomer.d.ts.map +1 -1
  70. package/esm/models/components/createcustomer.js +1 -1
  71. package/esm/models/components/createcustomer.js.map +1 -1
  72. package/esm/models/components/{customeraddressinput.d.ts → customeraddress.d.ts} +33 -33
  73. package/esm/models/components/customeraddress.d.ts.map +1 -0
  74. package/esm/models/components/{customeraddressinput.js → customeraddress.js} +37 -37
  75. package/esm/models/components/customeraddress.js.map +1 -0
  76. package/esm/models/components/discountbasedpromotion.d.ts +0 -2
  77. package/esm/models/components/discountbasedpromotion.d.ts.map +1 -1
  78. package/esm/models/components/discountbasedpromotion.js +0 -4
  79. package/esm/models/components/discountbasedpromotion.js.map +1 -1
  80. package/esm/models/components/fixedpricepromotion.d.ts +0 -2
  81. package/esm/models/components/fixedpricepromotion.d.ts.map +1 -1
  82. package/esm/models/components/fixedpricepromotion.js +0 -4
  83. package/esm/models/components/fixedpricepromotion.js.map +1 -1
  84. package/esm/models/components/freegoodspromotion.d.ts +2 -7
  85. package/esm/models/components/freegoodspromotion.d.ts.map +1 -1
  86. package/esm/models/components/freegoodspromotion.js +2 -6
  87. package/esm/models/components/freegoodspromotion.js.map +1 -1
  88. package/esm/models/components/index.d.ts +6 -8
  89. package/esm/models/components/index.d.ts.map +1 -1
  90. package/esm/models/components/index.js +6 -8
  91. package/esm/models/components/index.js.map +1 -1
  92. package/esm/models/components/orderdetail.d.ts +1 -1
  93. package/esm/models/components/orderdetail.d.ts.map +1 -1
  94. package/esm/models/components/orderdetail.js +1 -1
  95. package/esm/models/components/orderdetail.js.map +1 -1
  96. package/esm/models/components/{productlist.d.ts → product.d.ts} +38 -78
  97. package/esm/models/components/product.d.ts.map +1 -0
  98. package/esm/models/components/{productlist.js → product.js} +37 -98
  99. package/esm/models/components/product.js.map +1 -0
  100. package/esm/models/components/productattribute.d.ts +97 -64
  101. package/esm/models/components/productattribute.d.ts.map +1 -1
  102. package/esm/models/components/productattribute.js +67 -128
  103. package/esm/models/components/productattribute.js.map +1 -1
  104. package/esm/models/components/productcategory.d.ts +2 -2
  105. package/esm/models/components/productcategory.d.ts.map +1 -1
  106. package/esm/models/components/productcategory.js +2 -2
  107. package/esm/models/components/productcategory.js.map +1 -1
  108. package/esm/models/components/productdetail.d.ts +63 -165
  109. package/esm/models/components/productdetail.d.ts.map +1 -1
  110. package/esm/models/components/productdetail.js +70 -204
  111. package/esm/models/components/productdetail.js.map +1 -1
  112. package/esm/models/components/productlistresponse.d.ts +24 -3
  113. package/esm/models/components/productlistresponse.d.ts.map +1 -1
  114. package/esm/models/components/productlistresponse.js +24 -3
  115. package/esm/models/components/productlistresponse.js.map +1 -1
  116. package/esm/models/components/productpromotion.d.ts +11 -5
  117. package/esm/models/components/productpromotion.d.ts.map +1 -1
  118. package/esm/models/components/productshipping.d.ts +0 -2
  119. package/esm/models/components/productshipping.d.ts.map +1 -1
  120. package/esm/models/components/productshipping.js +0 -4
  121. package/esm/models/components/productshipping.js.map +1 -1
  122. package/esm/models/components/{promotion.d.ts → promotiondetail.d.ts} +29 -29
  123. package/esm/models/components/promotiondetail.d.ts.map +1 -0
  124. package/esm/models/components/{promotion.js → promotiondetail.js} +29 -29
  125. package/esm/models/components/promotiondetail.js.map +1 -0
  126. package/esm/models/components/seo.d.ts +6 -6
  127. package/esm/models/components/seo.d.ts.map +1 -1
  128. package/esm/models/components/seo.js +6 -19
  129. package/esm/models/components/seo.js.map +1 -1
  130. package/esm/models/components/{skuinfo.d.ts → sku.d.ts} +56 -48
  131. package/esm/models/components/sku.d.ts.map +1 -0
  132. package/esm/models/components/{skuinfo.js → sku.js} +65 -57
  133. package/esm/models/components/sku.js.map +1 -0
  134. package/esm/models/components/variant.d.ts +13 -52
  135. package/esm/models/components/variant.d.ts.map +1 -1
  136. package/esm/models/components/variant.js +5 -55
  137. package/esm/models/components/variant.js.map +1 -1
  138. package/esm/models/components/variantdetail.d.ts +31 -60
  139. package/esm/models/components/variantdetail.d.ts.map +1 -1
  140. package/esm/models/components/variantdetail.js +20 -57
  141. package/esm/models/components/variantdetail.js.map +1 -1
  142. package/esm/models/components/variantoption.d.ts +118 -0
  143. package/esm/models/components/variantoption.d.ts.map +1 -0
  144. package/esm/models/components/variantoption.js +114 -0
  145. package/esm/models/components/variantoption.js.map +1 -0
  146. package/esm/models/components/volumebasedpromotion.d.ts +0 -5
  147. package/esm/models/components/volumebasedpromotion.d.ts.map +1 -1
  148. package/esm/models/components/volumebasedpromotion.js +0 -4
  149. package/esm/models/components/volumebasedpromotion.js.map +1 -1
  150. package/esm/models/operations/getpaymentmethods.d.ts +143 -0
  151. package/esm/models/operations/getpaymentmethods.d.ts.map +1 -0
  152. package/esm/models/operations/{getpaymentspaymentmethods.js → getpaymentmethods.js} +42 -44
  153. package/esm/models/operations/getpaymentmethods.js.map +1 -0
  154. package/esm/models/operations/getpromotions.d.ts +2 -2
  155. package/esm/models/operations/getpromotions.d.ts.map +1 -1
  156. package/esm/models/operations/getpromotions.js +2 -2
  157. package/esm/models/operations/getpromotions.js.map +1 -1
  158. package/esm/models/operations/getsimilar.d.ts +2 -27
  159. package/esm/models/operations/getsimilar.d.ts.map +1 -1
  160. package/esm/models/operations/getsimilar.js +2 -27
  161. package/esm/models/operations/getsimilar.js.map +1 -1
  162. package/esm/models/operations/getskus.d.ts +2 -2
  163. package/esm/models/operations/getskus.d.ts.map +1 -1
  164. package/esm/models/operations/getskus.js +2 -2
  165. package/esm/models/operations/getskus.js.map +1 -1
  166. package/esm/models/operations/getwishtlist.d.ts +2 -2
  167. package/esm/models/operations/getwishtlist.d.ts.map +1 -1
  168. package/esm/models/operations/getwishtlist.js +2 -2
  169. package/esm/models/operations/getwishtlist.js.map +1 -1
  170. package/esm/models/operations/index.d.ts +1 -2
  171. package/esm/models/operations/index.d.ts.map +1 -1
  172. package/esm/models/operations/index.js +1 -2
  173. package/esm/models/operations/index.js.map +1 -1
  174. package/esm/models/operations/postcartitemid.d.ts +15 -15
  175. package/esm/models/operations/postcartitemid.d.ts.map +1 -1
  176. package/esm/models/operations/postcartitemid.js +15 -15
  177. package/esm/models/operations/postcartitemid.js.map +1 -1
  178. package/esm/sdk/{cestorefrontpayments.d.ts → cestorefrontorderspayments.d.ts} +2 -2
  179. package/esm/sdk/cestorefrontorderspayments.d.ts.map +1 -0
  180. package/esm/sdk/{cestorefrontpayments.js → cestorefrontorderspayments.js} +2 -2
  181. package/esm/sdk/cestorefrontorderspayments.js.map +1 -0
  182. package/esm/sdk/customers.d.ts +24 -1
  183. package/esm/sdk/customers.d.ts.map +1 -1
  184. package/esm/sdk/customers.js +31 -0
  185. package/esm/sdk/customers.js.map +1 -1
  186. package/esm/sdk/{paymentsapijuspay.d.ts → juspay.d.ts} +2 -2
  187. package/esm/sdk/juspay.d.ts.map +1 -0
  188. package/esm/sdk/{paymentsapijuspay.js → juspay.js} +8 -8
  189. package/esm/sdk/juspay.js.map +1 -0
  190. package/esm/sdk/orders.d.ts +9 -2
  191. package/esm/sdk/orders.d.ts.map +1 -1
  192. package/esm/sdk/orders.js +12 -2
  193. package/esm/sdk/orders.js.map +1 -1
  194. package/esm/sdk/payments.d.ts +23 -1
  195. package/esm/sdk/payments.d.ts.map +1 -1
  196. package/esm/sdk/payments.js +31 -0
  197. package/esm/sdk/payments.js.map +1 -1
  198. package/esm/sdk/products.d.ts +1 -1
  199. package/esm/sdk/products.js +1 -1
  200. package/esm/sdk/sdk.d.ts +3 -12
  201. package/esm/sdk/sdk.d.ts.map +1 -1
  202. package/esm/sdk/sdk.js +3 -15
  203. package/esm/sdk/sdk.js.map +1 -1
  204. package/jsr.json +1 -1
  205. package/package.json +1 -1
  206. package/src/funcs/catalogProductsGet.ts +1 -1
  207. package/src/funcs/{customersAPIGetCustomersId.ts → customersGetCustomersId.ts} +1 -1
  208. package/src/funcs/{customersAPIPostCustomers.ts → customersPostCustomers.ts} +1 -1
  209. package/src/funcs/{customersAPIPutCustomersId.ts → customersPutCustomersId.ts} +1 -1
  210. package/src/funcs/{paymentsAPIJuspayGetPaymentsJuspayCustomer.ts → juspayGetPaymentsJuspayCustomer.ts} +1 -1
  211. package/src/funcs/{paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.ts → juspayPostPaymentsJuspayCreateCustomer.ts} +1 -1
  212. package/src/funcs/{paymentsAPIJuspayPostPaymentsJuspayCreateOrder.ts → juspayPostPaymentsJuspayCreateOrder.ts} +1 -1
  213. package/src/funcs/{ordersAPIGetOrdersIdPaymentStatus.ts → ordersGetOrdersIdPaymentStatus.ts} +1 -1
  214. package/src/funcs/paymentsGetMethods.ts +6 -7
  215. package/src/funcs/{paymentsAPIGetPaymentsCards.ts → paymentsGetPaymentsCards.ts} +1 -1
  216. package/src/funcs/{paymentsAPIGetPaymentsVerifyVpa.ts → paymentsGetPaymentsVerifyVpa.ts} +1 -1
  217. package/src/funcs/{paymentsAPIPostPaymentsCards.ts → paymentsPostPaymentsCards.ts} +1 -1
  218. package/src/lib/config.ts +3 -3
  219. package/src/models/components/analyticsevent.ts +16 -15
  220. package/src/models/components/associatedoption.ts +217 -0
  221. package/src/models/components/cart.ts +25 -25
  222. package/src/models/components/createcustomer.ts +1 -1
  223. package/src/models/components/discountbasedpromotion.ts +0 -6
  224. package/src/models/components/fixedpricepromotion.ts +0 -6
  225. package/src/models/components/freegoodspromotion.ts +4 -13
  226. package/src/models/components/index.ts +6 -8
  227. package/src/models/components/orderdetail.ts +1 -1
  228. package/src/models/components/{skuinfo.ts → product.ts} +111 -96
  229. package/src/models/components/productattribute.ts +162 -188
  230. package/src/models/components/productcategory.ts +4 -4
  231. package/src/models/components/productdetail.ts +143 -418
  232. package/src/models/components/productlistresponse.ts +55 -9
  233. package/src/models/components/productshipping.ts +0 -6
  234. package/src/models/components/{promotion.ts → promotiondetail.ts} +47 -45
  235. package/src/models/components/seo.ts +12 -25
  236. package/src/models/components/sku.ts +244 -0
  237. package/src/models/components/variant.ts +14 -119
  238. package/src/models/components/variantdetail.ts +51 -143
  239. package/src/models/components/variantoption.ts +214 -0
  240. package/src/models/components/volumebasedpromotion.ts +0 -9
  241. package/src/models/operations/{getpaymentspaymentmethods.ts → getpaymentmethods.ts} +68 -77
  242. package/src/models/operations/getpromotions.ts +4 -4
  243. package/src/models/operations/getsimilar.ts +4 -62
  244. package/src/models/operations/getskus.ts +4 -4
  245. package/src/models/operations/getwishtlist.ts +4 -4
  246. package/src/models/operations/index.ts +1 -2
  247. package/src/models/operations/postcartitemid.ts +27 -25
  248. package/src/sdk/{cestorefrontpayments.ts → cestorefrontorderspayments.ts} +1 -1
  249. package/src/sdk/customers.ts +58 -1
  250. package/src/sdk/{paymentsapijuspay.ts → juspay.ts} +7 -7
  251. package/src/sdk/orders.ts +22 -4
  252. package/src/sdk/payments.ts +57 -2
  253. package/src/sdk/products.ts +1 -1
  254. package/src/sdk/sdk.ts +4 -22
  255. package/docs/sdks/customersapi/README.md +0 -321
  256. package/docs/sdks/ordersapi/README.md +0 -86
  257. package/docs/sdks/paymentsapi/README.md +0 -247
  258. package/esm/funcs/customersAPIGetCustomersId.d.ts.map +0 -1
  259. package/esm/funcs/customersAPIGetCustomersId.js.map +0 -1
  260. package/esm/funcs/customersAPIGetRecommendedProducts.d.ts +0 -16
  261. package/esm/funcs/customersAPIGetRecommendedProducts.d.ts.map +0 -1
  262. package/esm/funcs/customersAPIGetRecommendedProducts.js +0 -80
  263. package/esm/funcs/customersAPIGetRecommendedProducts.js.map +0 -1
  264. package/esm/funcs/customersAPIPostCustomers.d.ts.map +0 -1
  265. package/esm/funcs/customersAPIPutCustomersId.d.ts.map +0 -1
  266. package/esm/funcs/customersAPIPutCustomersId.js.map +0 -1
  267. package/esm/funcs/ordersAPIGetOrdersIdPaymentStatus.d.ts.map +0 -1
  268. package/esm/funcs/ordersAPIGetOrdersIdPaymentStatus.js.map +0 -1
  269. package/esm/funcs/paymentsAPIGetPaymentsCards.d.ts.map +0 -1
  270. package/esm/funcs/paymentsAPIGetPaymentsCards.js.map +0 -1
  271. package/esm/funcs/paymentsAPIGetPaymentsVerifyVpa.d.ts.map +0 -1
  272. package/esm/funcs/paymentsAPIGetPaymentsVerifyVpa.js.map +0 -1
  273. package/esm/funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.d.ts.map +0 -1
  274. package/esm/funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.js.map +0 -1
  275. package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.d.ts.map +0 -1
  276. package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.js.map +0 -1
  277. package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.d.ts.map +0 -1
  278. package/esm/funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.js.map +0 -1
  279. package/esm/funcs/paymentsAPIPostPaymentsCards.d.ts.map +0 -1
  280. package/esm/funcs/paymentsAPIPostPaymentsCards.js.map +0 -1
  281. package/esm/models/components/customeraddressinput.d.ts.map +0 -1
  282. package/esm/models/components/customeraddressinput.js.map +0 -1
  283. package/esm/models/components/productbundleitem.d.ts +0 -47
  284. package/esm/models/components/productbundleitem.d.ts.map +0 -1
  285. package/esm/models/components/productbundleitem.js +0 -66
  286. package/esm/models/components/productbundleitem.js.map +0 -1
  287. package/esm/models/components/productlist.d.ts.map +0 -1
  288. package/esm/models/components/productlist.js.map +0 -1
  289. package/esm/models/components/productpackaging.d.ts +0 -68
  290. package/esm/models/components/productpackaging.d.ts.map +0 -1
  291. package/esm/models/components/productpackaging.js +0 -88
  292. package/esm/models/components/productpackaging.js.map +0 -1
  293. package/esm/models/components/promotion.d.ts.map +0 -1
  294. package/esm/models/components/promotion.js.map +0 -1
  295. package/esm/models/components/recommendedproduct.d.ts +0 -155
  296. package/esm/models/components/recommendedproduct.d.ts.map +0 -1
  297. package/esm/models/components/recommendedproduct.js +0 -193
  298. package/esm/models/components/recommendedproduct.js.map +0 -1
  299. package/esm/models/components/saleschannel.d.ts +0 -39
  300. package/esm/models/components/saleschannel.d.ts.map +0 -1
  301. package/esm/models/components/saleschannel.js +0 -53
  302. package/esm/models/components/saleschannel.js.map +0 -1
  303. package/esm/models/components/skuinfo.d.ts.map +0 -1
  304. package/esm/models/components/skuinfo.js.map +0 -1
  305. package/esm/models/operations/getpaymentspaymentmethods.d.ts +0 -143
  306. package/esm/models/operations/getpaymentspaymentmethods.d.ts.map +0 -1
  307. package/esm/models/operations/getpaymentspaymentmethods.js.map +0 -1
  308. package/esm/models/operations/getrecommendedproducts.d.ts +0 -90
  309. package/esm/models/operations/getrecommendedproducts.d.ts.map +0 -1
  310. package/esm/models/operations/getrecommendedproducts.js +0 -87
  311. package/esm/models/operations/getrecommendedproducts.js.map +0 -1
  312. package/esm/sdk/cestorefrontpayments.d.ts.map +0 -1
  313. package/esm/sdk/cestorefrontpayments.js.map +0 -1
  314. package/esm/sdk/customersapi.d.ts +0 -34
  315. package/esm/sdk/customersapi.d.ts.map +0 -1
  316. package/esm/sdk/customersapi.js +0 -48
  317. package/esm/sdk/customersapi.js.map +0 -1
  318. package/esm/sdk/ordersapi.d.ts +0 -12
  319. package/esm/sdk/ordersapi.d.ts.map +0 -1
  320. package/esm/sdk/ordersapi.js +0 -18
  321. package/esm/sdk/ordersapi.js.map +0 -1
  322. package/esm/sdk/paymentsapi.d.ts +0 -27
  323. package/esm/sdk/paymentsapi.d.ts.map +0 -1
  324. package/esm/sdk/paymentsapi.js +0 -39
  325. package/esm/sdk/paymentsapi.js.map +0 -1
  326. package/esm/sdk/paymentsapijuspay.d.ts.map +0 -1
  327. package/esm/sdk/paymentsapijuspay.js.map +0 -1
  328. package/src/funcs/customersAPIGetRecommendedProducts.ts +0 -144
  329. package/src/models/components/productbundleitem.ts +0 -127
  330. package/src/models/components/productlist.ts +0 -368
  331. package/src/models/components/productpackaging.ts +0 -162
  332. package/src/models/components/recommendedproduct.ts +0 -385
  333. package/src/models/components/saleschannel.ts +0 -96
  334. package/src/models/operations/getrecommendedproducts.ts +0 -206
  335. package/src/sdk/customersapi.ts +0 -82
  336. package/src/sdk/ordersapi.ts +0 -27
  337. package/src/sdk/paymentsapi.ts +0 -64
  338. package/src/models/components/{customeraddressinput.ts → customeraddress.ts} +60 -60
@@ -37,7 +37,7 @@ export type GetSkusRequest = {
37
37
  };
38
38
 
39
39
  export type Content = {
40
- skus?: Array<components.SkuInfo> | undefined;
40
+ skus?: Array<components.Sku> | undefined;
41
41
  /**
42
42
  * pagination metadata structure
43
43
  */
@@ -133,13 +133,13 @@ export function getSkusRequestFromJSON(
133
133
  /** @internal */
134
134
  export const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown> =
135
135
  z.object({
136
- skus: z.array(components.SkuInfo$inboundSchema).optional(),
136
+ skus: z.array(components.Sku$inboundSchema).optional(),
137
137
  pagination: components.Pagination$inboundSchema.optional(),
138
138
  });
139
139
 
140
140
  /** @internal */
141
141
  export type Content$Outbound = {
142
- skus?: Array<components.SkuInfo$Outbound> | undefined;
142
+ skus?: Array<components.Sku$Outbound> | undefined;
143
143
  pagination?: components.Pagination$Outbound | undefined;
144
144
  };
145
145
 
@@ -149,7 +149,7 @@ export const Content$outboundSchema: z.ZodType<
149
149
  z.ZodTypeDef,
150
150
  Content
151
151
  > = z.object({
152
- skus: z.array(components.SkuInfo$outboundSchema).optional(),
152
+ skus: z.array(components.Sku$outboundSchema).optional(),
153
153
  pagination: components.Pagination$outboundSchema.optional(),
154
154
  });
155
155
 
@@ -17,7 +17,7 @@ export type GetWishtlistRequest = {
17
17
  };
18
18
 
19
19
  export type GetWishtlistContent = {
20
- products?: Array<components.SkuInfo> | undefined;
20
+ products?: Array<components.Sku> | undefined;
21
21
  };
22
22
 
23
23
  /**
@@ -97,12 +97,12 @@ export const GetWishtlistContent$inboundSchema: z.ZodType<
97
97
  z.ZodTypeDef,
98
98
  unknown
99
99
  > = z.object({
100
- products: z.array(components.SkuInfo$inboundSchema).optional(),
100
+ products: z.array(components.Sku$inboundSchema).optional(),
101
101
  });
102
102
 
103
103
  /** @internal */
104
104
  export type GetWishtlistContent$Outbound = {
105
- products?: Array<components.SkuInfo$Outbound> | undefined;
105
+ products?: Array<components.Sku$Outbound> | undefined;
106
106
  };
107
107
 
108
108
  /** @internal */
@@ -111,7 +111,7 @@ export const GetWishtlistContent$outboundSchema: z.ZodType<
111
111
  z.ZodTypeDef,
112
112
  GetWishtlistContent
113
113
  > = z.object({
114
- products: z.array(components.SkuInfo$outboundSchema).optional(),
114
+ products: z.array(components.Sku$outboundSchema).optional(),
115
115
  });
116
116
 
117
117
  /**
@@ -31,9 +31,9 @@ export * from "./getordersidpayments.js";
31
31
  export * from "./getordersidpaymentstatus.js";
32
32
  export * from "./getordersidrefunds.js";
33
33
  export * from "./getordersidshipments.js";
34
+ export * from "./getpaymentmethods.js";
34
35
  export * from "./getpaymentscards.js";
35
36
  export * from "./getpaymentsjuspaycustomer.js";
36
- export * from "./getpaymentspaymentmethods.js";
37
37
  export * from "./getpaymentsverifyvpa.js";
38
38
  export * from "./getproductdetails.js";
39
39
  export * from "./getproducts.js";
@@ -42,7 +42,6 @@ export * from "./getproductsidreviews.js";
42
42
  export * from "./getproductvariantdetail.js";
43
43
  export * from "./getproductvariants.js";
44
44
  export * from "./getpromotions.js";
45
- export * from "./getrecommendedproducts.js";
46
45
  export * from "./getshipmentpincodeserviceability.js";
47
46
  export * from "./getsimilar.js";
48
47
  export * from "./getskus.js";
@@ -9,7 +9,7 @@ import { Result as SafeParseResult } from "../../types/fp.js";
9
9
  import * as components from "../components/index.js";
10
10
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
 
12
- export type PostCartItemIdRequestBody = {
12
+ export type PostCartItemIdAddToCartItem = {
13
13
  productId: string;
14
14
  sku: string;
15
15
  quantity: number;
@@ -22,7 +22,7 @@ export type PostCartItemIdRequest = {
22
22
  * cart id
23
23
  */
24
24
  id: string;
25
- requestBody: PostCartItemIdRequestBody;
25
+ requestBody: PostCartItemIdAddToCartItem;
26
26
  };
27
27
 
28
28
  export type PostCartItemIdContent = {
@@ -42,8 +42,8 @@ export type PostCartItemIdResponseBody = {
42
42
  };
43
43
 
44
44
  /** @internal */
45
- export const PostCartItemIdRequestBody$inboundSchema: z.ZodType<
46
- PostCartItemIdRequestBody,
45
+ export const PostCartItemIdAddToCartItem$inboundSchema: z.ZodType<
46
+ PostCartItemIdAddToCartItem,
47
47
  z.ZodTypeDef,
48
48
  unknown
49
49
  > = z.object({
@@ -61,7 +61,7 @@ export const PostCartItemIdRequestBody$inboundSchema: z.ZodType<
61
61
  });
62
62
 
63
63
  /** @internal */
64
- export type PostCartItemIdRequestBody$Outbound = {
64
+ export type PostCartItemIdAddToCartItem$Outbound = {
65
65
  product_id: string;
66
66
  sku: string;
67
67
  quantity: number;
@@ -70,10 +70,10 @@ export type PostCartItemIdRequestBody$Outbound = {
70
70
  };
71
71
 
72
72
  /** @internal */
73
- export const PostCartItemIdRequestBody$outboundSchema: z.ZodType<
74
- PostCartItemIdRequestBody$Outbound,
73
+ export const PostCartItemIdAddToCartItem$outboundSchema: z.ZodType<
74
+ PostCartItemIdAddToCartItem$Outbound,
75
75
  z.ZodTypeDef,
76
- PostCartItemIdRequestBody
76
+ PostCartItemIdAddToCartItem
77
77
  > = z.object({
78
78
  productId: z.string(),
79
79
  sku: z.string(),
@@ -92,30 +92,32 @@ export const PostCartItemIdRequestBody$outboundSchema: z.ZodType<
92
92
  * @internal
93
93
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
94
94
  */
95
- export namespace PostCartItemIdRequestBody$ {
96
- /** @deprecated use `PostCartItemIdRequestBody$inboundSchema` instead. */
97
- export const inboundSchema = PostCartItemIdRequestBody$inboundSchema;
98
- /** @deprecated use `PostCartItemIdRequestBody$outboundSchema` instead. */
99
- export const outboundSchema = PostCartItemIdRequestBody$outboundSchema;
100
- /** @deprecated use `PostCartItemIdRequestBody$Outbound` instead. */
101
- export type Outbound = PostCartItemIdRequestBody$Outbound;
95
+ export namespace PostCartItemIdAddToCartItem$ {
96
+ /** @deprecated use `PostCartItemIdAddToCartItem$inboundSchema` instead. */
97
+ export const inboundSchema = PostCartItemIdAddToCartItem$inboundSchema;
98
+ /** @deprecated use `PostCartItemIdAddToCartItem$outboundSchema` instead. */
99
+ export const outboundSchema = PostCartItemIdAddToCartItem$outboundSchema;
100
+ /** @deprecated use `PostCartItemIdAddToCartItem$Outbound` instead. */
101
+ export type Outbound = PostCartItemIdAddToCartItem$Outbound;
102
102
  }
103
103
 
104
- export function postCartItemIdRequestBodyToJSON(
105
- postCartItemIdRequestBody: PostCartItemIdRequestBody,
104
+ export function postCartItemIdAddToCartItemToJSON(
105
+ postCartItemIdAddToCartItem: PostCartItemIdAddToCartItem,
106
106
  ): string {
107
107
  return JSON.stringify(
108
- PostCartItemIdRequestBody$outboundSchema.parse(postCartItemIdRequestBody),
108
+ PostCartItemIdAddToCartItem$outboundSchema.parse(
109
+ postCartItemIdAddToCartItem,
110
+ ),
109
111
  );
110
112
  }
111
113
 
112
- export function postCartItemIdRequestBodyFromJSON(
114
+ export function postCartItemIdAddToCartItemFromJSON(
113
115
  jsonString: string,
114
- ): SafeParseResult<PostCartItemIdRequestBody, SDKValidationError> {
116
+ ): SafeParseResult<PostCartItemIdAddToCartItem, SDKValidationError> {
115
117
  return safeParse(
116
118
  jsonString,
117
- (x) => PostCartItemIdRequestBody$inboundSchema.parse(JSON.parse(x)),
118
- `Failed to parse 'PostCartItemIdRequestBody' from JSON`,
119
+ (x) => PostCartItemIdAddToCartItem$inboundSchema.parse(JSON.parse(x)),
120
+ `Failed to parse 'PostCartItemIdAddToCartItem' from JSON`,
119
121
  );
120
122
  }
121
123
 
@@ -126,7 +128,7 @@ export const PostCartItemIdRequest$inboundSchema: z.ZodType<
126
128
  unknown
127
129
  > = z.object({
128
130
  id: z.string(),
129
- RequestBody: z.lazy(() => PostCartItemIdRequestBody$inboundSchema),
131
+ RequestBody: z.lazy(() => PostCartItemIdAddToCartItem$inboundSchema),
130
132
  }).transform((v) => {
131
133
  return remap$(v, {
132
134
  "RequestBody": "requestBody",
@@ -136,7 +138,7 @@ export const PostCartItemIdRequest$inboundSchema: z.ZodType<
136
138
  /** @internal */
137
139
  export type PostCartItemIdRequest$Outbound = {
138
140
  id: string;
139
- RequestBody: PostCartItemIdRequestBody$Outbound;
141
+ RequestBody: PostCartItemIdAddToCartItem$Outbound;
140
142
  };
141
143
 
142
144
  /** @internal */
@@ -146,7 +148,7 @@ export const PostCartItemIdRequest$outboundSchema: z.ZodType<
146
148
  PostCartItemIdRequest
147
149
  > = z.object({
148
150
  id: z.string(),
149
- requestBody: z.lazy(() => PostCartItemIdRequestBody$outboundSchema),
151
+ requestBody: z.lazy(() => PostCartItemIdAddToCartItem$outboundSchema),
150
152
  }).transform((v) => {
151
153
  return remap$(v, {
152
154
  requestBody: "RequestBody",
@@ -7,7 +7,7 @@ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
7
7
  import * as operations from "../models/operations/index.js";
8
8
  import { unwrapAsync } from "../types/fp.js";
9
9
 
10
- export class CeStorefrontPayments extends ClientSDK {
10
+ export class CeStorefrontOrdersPayments extends ClientSDK {
11
11
  /**
12
12
  * Retrieve order payments
13
13
  *
@@ -2,7 +2,13 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { ClientSDK } from "../lib/sdks.js";
5
+ import { customersGetCustomersId } from "../funcs/customersGetCustomersId.js";
6
+ import { customersPostCustomers } from "../funcs/customersPostCustomers.js";
7
+ import { customersPutCustomersId } from "../funcs/customersPutCustomersId.js";
8
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
9
+ import * as components from "../models/components/index.js";
10
+ import * as operations from "../models/operations/index.js";
11
+ import { unwrapAsync } from "../types/fp.js";
6
12
  import { Addresses } from "./addresses.js";
7
13
  import { Loyalty } from "./loyalty.js";
8
14
  import { Reviews } from "./reviews.js";
@@ -22,4 +28,55 @@ export class Customers extends ClientSDK {
22
28
  get reviews(): Reviews {
23
29
  return (this._reviews ??= new Reviews(this._options));
24
30
  }
31
+
32
+ /**
33
+ * Create customer
34
+ *
35
+ * @remarks
36
+ * Create customer
37
+ */
38
+ async postCustomers(
39
+ request: components.CreateCustomer,
40
+ options?: RequestOptions,
41
+ ): Promise<operations.PostCustomersResponseBody> {
42
+ return unwrapAsync(customersPostCustomers(
43
+ this,
44
+ request,
45
+ options,
46
+ ));
47
+ }
48
+
49
+ /**
50
+ * Retrieve customer detail
51
+ *
52
+ * @remarks
53
+ * Retrieve customer detail.
54
+ */
55
+ async getCustomersId(
56
+ request: operations.GetCustomersIdRequest,
57
+ options?: RequestOptions,
58
+ ): Promise<operations.GetCustomersIdResponseBody> {
59
+ return unwrapAsync(customersGetCustomersId(
60
+ this,
61
+ request,
62
+ options,
63
+ ));
64
+ }
65
+
66
+ /**
67
+ * Update customer detail
68
+ *
69
+ * @remarks
70
+ * Update customer detail
71
+ */
72
+ async putCustomersId(
73
+ request: operations.PutCustomersIdRequest,
74
+ options?: RequestOptions,
75
+ ): Promise<operations.PutCustomersIdResponseBody> {
76
+ return unwrapAsync(customersPutCustomersId(
77
+ this,
78
+ request,
79
+ options,
80
+ ));
81
+ }
25
82
  }
@@ -2,15 +2,15 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { paymentsAPIJuspayGetPaymentsJuspayCustomer } from "../funcs/paymentsAPIJuspayGetPaymentsJuspayCustomer.js";
6
- import { paymentsAPIJuspayPostPaymentsJuspayCreateCustomer } from "../funcs/paymentsAPIJuspayPostPaymentsJuspayCreateCustomer.js";
7
- import { paymentsAPIJuspayPostPaymentsJuspayCreateOrder } from "../funcs/paymentsAPIJuspayPostPaymentsJuspayCreateOrder.js";
5
+ import { juspayGetPaymentsJuspayCustomer } from "../funcs/juspayGetPaymentsJuspayCustomer.js";
6
+ import { juspayPostPaymentsJuspayCreateCustomer } from "../funcs/juspayPostPaymentsJuspayCreateCustomer.js";
7
+ import { juspayPostPaymentsJuspayCreateOrder } from "../funcs/juspayPostPaymentsJuspayCreateOrder.js";
8
8
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
9
9
  import * as components from "../models/components/index.js";
10
10
  import * as operations from "../models/operations/index.js";
11
11
  import { unwrapAsync } from "../types/fp.js";
12
12
 
13
- export class PaymentsAPIJuspay extends ClientSDK {
13
+ export class Juspay extends ClientSDK {
14
14
  /**
15
15
  * Create order in juspay
16
16
  *
@@ -22,7 +22,7 @@ export class PaymentsAPIJuspay extends ClientSDK {
22
22
  request: components.JuspayCreateOrderPayload,
23
23
  options?: RequestOptions,
24
24
  ): Promise<operations.PostPaymentsJuspayCreateOrderResponseBody> {
25
- return unwrapAsync(paymentsAPIJuspayPostPaymentsJuspayCreateOrder(
25
+ return unwrapAsync(juspayPostPaymentsJuspayCreateOrder(
26
26
  this,
27
27
  request,
28
28
  options,
@@ -39,7 +39,7 @@ export class PaymentsAPIJuspay extends ClientSDK {
39
39
  request: components.JuspayCreateCustomerPayload,
40
40
  options?: RequestOptions,
41
41
  ): Promise<operations.PostPaymentsJuspayCreateCustomerResponseBody> {
42
- return unwrapAsync(paymentsAPIJuspayPostPaymentsJuspayCreateCustomer(
42
+ return unwrapAsync(juspayPostPaymentsJuspayCreateCustomer(
43
43
  this,
44
44
  request,
45
45
  options,
@@ -56,7 +56,7 @@ export class PaymentsAPIJuspay extends ClientSDK {
56
56
  request: operations.GetPaymentsJuspayCustomerRequest,
57
57
  options?: RequestOptions,
58
58
  ): Promise<operations.GetPaymentsJuspayCustomerResponseBody> {
59
- return unwrapAsync(paymentsAPIJuspayGetPaymentsJuspayCustomer(
59
+ return unwrapAsync(juspayGetPaymentsJuspayCustomer(
60
60
  this,
61
61
  request,
62
62
  options,
package/src/sdk/orders.ts CHANGED
@@ -5,12 +5,13 @@
5
5
  import { ordersCancel } from "../funcs/ordersCancel.js";
6
6
  import { ordersCreate } from "../funcs/ordersCreate.js";
7
7
  import { ordersGet } from "../funcs/ordersGet.js";
8
+ import { ordersGetOrdersIdPaymentStatus } from "../funcs/ordersGetOrdersIdPaymentStatus.js";
8
9
  import { ordersList } from "../funcs/ordersList.js";
9
10
  import { ordersRetryPayment } from "../funcs/ordersRetryPayment.js";
10
11
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
11
12
  import * as operations from "../models/operations/index.js";
12
13
  import { unwrapAsync } from "../types/fp.js";
13
- import { CeStorefrontPayments } from "./cestorefrontpayments.js";
14
+ import { CeStorefrontOrdersPayments } from "./cestorefrontorderspayments.js";
14
15
  import { Refunds } from "./refunds.js";
15
16
  import { Shipments } from "./shipments.js";
16
17
 
@@ -25,9 +26,9 @@ export class Orders extends ClientSDK {
25
26
  return (this._refunds ??= new Refunds(this._options));
26
27
  }
27
28
 
28
- private _payments?: CeStorefrontPayments;
29
- get payments(): CeStorefrontPayments {
30
- return (this._payments ??= new CeStorefrontPayments(this._options));
29
+ private _payments?: CeStorefrontOrdersPayments;
30
+ get payments(): CeStorefrontOrdersPayments {
31
+ return (this._payments ??= new CeStorefrontOrdersPayments(this._options));
31
32
  }
32
33
 
33
34
  /**
@@ -114,4 +115,21 @@ export class Orders extends ClientSDK {
114
115
  options,
115
116
  ));
116
117
  }
118
+
119
+ /**
120
+ * Retrieve payment status
121
+ *
122
+ * @remarks
123
+ * Retrieve payment status of a paricular order.
124
+ */
125
+ async getOrdersIdPaymentStatus(
126
+ request: operations.GetOrdersIdPaymentStatusRequest,
127
+ options?: RequestOptions,
128
+ ): Promise<operations.GetOrdersIdPaymentStatusResponseBody> {
129
+ return unwrapAsync(ordersGetOrdersIdPaymentStatus(
130
+ this,
131
+ request,
132
+ options,
133
+ ));
134
+ }
117
135
  }
@@ -4,6 +4,9 @@
4
4
 
5
5
  import { paymentsGenerateHash } from "../funcs/paymentsGenerateHash.js";
6
6
  import { paymentsGetMethods } from "../funcs/paymentsGetMethods.js";
7
+ import { paymentsGetPaymentsCards } from "../funcs/paymentsGetPaymentsCards.js";
8
+ import { paymentsGetPaymentsVerifyVpa } from "../funcs/paymentsGetPaymentsVerifyVpa.js";
9
+ import { paymentsPostPaymentsCards } from "../funcs/paymentsPostPaymentsCards.js";
7
10
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
8
11
  import * as operations from "../models/operations/index.js";
9
12
  import { unwrapAsync } from "../types/fp.js";
@@ -33,13 +36,65 @@ export class Payments extends ClientSDK {
33
36
  * List all payment methods
34
37
  */
35
38
  async getMethods(
36
- request: operations.GetPaymentsPaymentMethodsRequest,
39
+ request: operations.GetPaymentMethodsRequest,
37
40
  options?: RequestOptions,
38
- ): Promise<operations.GetPaymentsPaymentMethodsResponseBody> {
41
+ ): Promise<operations.GetPaymentMethodsResponseBody> {
39
42
  return unwrapAsync(paymentsGetMethods(
40
43
  this,
41
44
  request,
42
45
  options,
43
46
  ));
44
47
  }
48
+
49
+ /**
50
+ * List all saved cards
51
+ *
52
+ * @remarks
53
+ * List all saved cards.
54
+ */
55
+ async getPaymentsCards(
56
+ request: operations.GetPaymentsCardsRequest,
57
+ options?: RequestOptions,
58
+ ): Promise<operations.GetPaymentsCardsResponseBody> {
59
+ return unwrapAsync(paymentsGetPaymentsCards(
60
+ this,
61
+ request,
62
+ options,
63
+ ));
64
+ }
65
+
66
+ /**
67
+ * Add card
68
+ *
69
+ * @remarks
70
+ * Add a new card
71
+ */
72
+ async postPaymentsCards(
73
+ request: operations.PostPaymentsCardsRequestBody,
74
+ options?: RequestOptions,
75
+ ): Promise<operations.PostPaymentsCardsResponseBody> {
76
+ return unwrapAsync(paymentsPostPaymentsCards(
77
+ this,
78
+ request,
79
+ options,
80
+ ));
81
+ }
82
+
83
+ /**
84
+ * Verify VPA
85
+ *
86
+ * @remarks
87
+ * The Virtual Payment Address or VPA is a unique ID given to an individual using the Unified Payment Interface (UPI) service to send or receive money. In the case of UPI collect VPA is the mandatory param and merchants are always advised to check if the VPA is valid or not.
88
+ * Validating the VPA will help in reducing the failure rate due to incorrect vpa.
89
+ */
90
+ async getPaymentsVerifyVpa(
91
+ request: operations.GetPaymentsVerifyVpaRequest,
92
+ options?: RequestOptions,
93
+ ): Promise<operations.GetPaymentsVerifyVpaResponseBody> {
94
+ return unwrapAsync(paymentsGetPaymentsVerifyVpa(
95
+ this,
96
+ request,
97
+ options,
98
+ ));
99
+ }
45
100
  }
@@ -42,7 +42,7 @@ export class Products extends ClientSDK {
42
42
  }
43
43
 
44
44
  /**
45
- * Retrieve a product
45
+ * Retrieve a product detail
46
46
  *
47
47
  * @remarks
48
48
  * Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Commerce Engine will return the corresponding product information.
package/src/sdk/sdk.ts CHANGED
@@ -10,13 +10,10 @@ import { Carts } from "./carts.js";
10
10
  import { Catalog } from "./catalog.js";
11
11
  import { Checkout } from "./checkout.js";
12
12
  import { Customers } from "./customers.js";
13
- import { CustomersAPI } from "./customersapi.js";
13
+ import { Juspay } from "./juspay.js";
14
14
  import { Offers } from "./offers.js";
15
15
  import { Orders } from "./orders.js";
16
- import { OrdersAPI } from "./ordersapi.js";
17
16
  import { Payments } from "./payments.js";
18
- import { PaymentsAPI } from "./paymentsapi.js";
19
- import { PaymentsAPIJuspay } from "./paymentsapijuspay.js";
20
17
  import { Shipping } from "./shipping.js";
21
18
  import { User } from "./user.js";
22
19
  import { Utils } from "./utils.js";
@@ -28,11 +25,6 @@ export class CeStorefront extends ClientSDK {
28
25
  return (this._catalog ??= new Catalog(this._options));
29
26
  }
30
27
 
31
- private _customersAPI?: CustomersAPI;
32
- get customersAPI(): CustomersAPI {
33
- return (this._customersAPI ??= new CustomersAPI(this._options));
34
- }
35
-
36
28
  private _carts?: Carts;
37
29
  get carts(): Carts {
38
30
  return (this._carts ??= new Carts(this._options));
@@ -63,11 +55,6 @@ export class CeStorefront extends ClientSDK {
63
55
  return (this._orders ??= new Orders(this._options));
64
56
  }
65
57
 
66
- private _ordersAPI?: OrdersAPI;
67
- get ordersAPI(): OrdersAPI {
68
- return (this._ordersAPI ??= new OrdersAPI(this._options));
69
- }
70
-
71
58
  private _shipping?: Shipping;
72
59
  get shipping(): Shipping {
73
60
  return (this._shipping ??= new Shipping(this._options));
@@ -88,14 +75,9 @@ export class CeStorefront extends ClientSDK {
88
75
  return (this._payments ??= new Payments(this._options));
89
76
  }
90
77
 
91
- private _paymentsAPI?: PaymentsAPI;
92
- get paymentsAPI(): PaymentsAPI {
93
- return (this._paymentsAPI ??= new PaymentsAPI(this._options));
94
- }
95
-
96
- private _paymentsAPIJuspay?: PaymentsAPIJuspay;
97
- get paymentsAPIJuspay(): PaymentsAPIJuspay {
98
- return (this._paymentsAPIJuspay ??= new PaymentsAPIJuspay(this._options));
78
+ private _juspay?: Juspay;
79
+ get juspay(): Juspay {
80
+ return (this._juspay ??= new Juspay(this._options));
99
81
  }
100
82
 
101
83
  private _utils?: Utils;