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
@@ -0,0 +1,217 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { ClosedEnum } from "../../types/enums.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
+
11
+ export type Color = {
12
+ /**
13
+ * The name of the color.
14
+ */
15
+ name?: string | undefined;
16
+ /**
17
+ * The hex code of the color (e.g., #000000).
18
+ */
19
+ hexcode?: string | undefined;
20
+ };
21
+
22
+ export type Value = Color | string;
23
+
24
+ /**
25
+ * The type of the associated option.
26
+ */
27
+ export const Type = {
28
+ Color: "color",
29
+ SingleSelect: "single-select",
30
+ } as const;
31
+ /**
32
+ * The type of the associated option.
33
+ */
34
+ export type Type = ClosedEnum<typeof Type>;
35
+
36
+ export type AssociatedOption = {
37
+ /**
38
+ * The name of the associated option.
39
+ */
40
+ name?: string | undefined;
41
+ value?: Color | string | undefined;
42
+ /**
43
+ * The type of the associated option.
44
+ */
45
+ type?: Type | undefined;
46
+ };
47
+
48
+ /** @internal */
49
+ export const Color$inboundSchema: z.ZodType<Color, z.ZodTypeDef, unknown> = z
50
+ .object({
51
+ name: z.string().optional(),
52
+ hexcode: z.string().optional(),
53
+ });
54
+
55
+ /** @internal */
56
+ export type Color$Outbound = {
57
+ name?: string | undefined;
58
+ hexcode?: string | undefined;
59
+ };
60
+
61
+ /** @internal */
62
+ export const Color$outboundSchema: z.ZodType<
63
+ Color$Outbound,
64
+ z.ZodTypeDef,
65
+ Color
66
+ > = z.object({
67
+ name: z.string().optional(),
68
+ hexcode: z.string().optional(),
69
+ });
70
+
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ export namespace Color$ {
76
+ /** @deprecated use `Color$inboundSchema` instead. */
77
+ export const inboundSchema = Color$inboundSchema;
78
+ /** @deprecated use `Color$outboundSchema` instead. */
79
+ export const outboundSchema = Color$outboundSchema;
80
+ /** @deprecated use `Color$Outbound` instead. */
81
+ export type Outbound = Color$Outbound;
82
+ }
83
+
84
+ export function colorToJSON(color: Color): string {
85
+ return JSON.stringify(Color$outboundSchema.parse(color));
86
+ }
87
+
88
+ export function colorFromJSON(
89
+ jsonString: string,
90
+ ): SafeParseResult<Color, SDKValidationError> {
91
+ return safeParse(
92
+ jsonString,
93
+ (x) => Color$inboundSchema.parse(JSON.parse(x)),
94
+ `Failed to parse 'Color' from JSON`,
95
+ );
96
+ }
97
+
98
+ /** @internal */
99
+ export const Value$inboundSchema: z.ZodType<Value, z.ZodTypeDef, unknown> = z
100
+ .union([z.lazy(() => Color$inboundSchema), z.string()]);
101
+
102
+ /** @internal */
103
+ export type Value$Outbound = Color$Outbound | string;
104
+
105
+ /** @internal */
106
+ export const Value$outboundSchema: z.ZodType<
107
+ Value$Outbound,
108
+ z.ZodTypeDef,
109
+ Value
110
+ > = z.union([z.lazy(() => Color$outboundSchema), z.string()]);
111
+
112
+ /**
113
+ * @internal
114
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
115
+ */
116
+ export namespace Value$ {
117
+ /** @deprecated use `Value$inboundSchema` instead. */
118
+ export const inboundSchema = Value$inboundSchema;
119
+ /** @deprecated use `Value$outboundSchema` instead. */
120
+ export const outboundSchema = Value$outboundSchema;
121
+ /** @deprecated use `Value$Outbound` instead. */
122
+ export type Outbound = Value$Outbound;
123
+ }
124
+
125
+ export function valueToJSON(value: Value): string {
126
+ return JSON.stringify(Value$outboundSchema.parse(value));
127
+ }
128
+
129
+ export function valueFromJSON(
130
+ jsonString: string,
131
+ ): SafeParseResult<Value, SDKValidationError> {
132
+ return safeParse(
133
+ jsonString,
134
+ (x) => Value$inboundSchema.parse(JSON.parse(x)),
135
+ `Failed to parse 'Value' from JSON`,
136
+ );
137
+ }
138
+
139
+ /** @internal */
140
+ export const Type$inboundSchema: z.ZodNativeEnum<typeof Type> = z.nativeEnum(
141
+ Type,
142
+ );
143
+
144
+ /** @internal */
145
+ export const Type$outboundSchema: z.ZodNativeEnum<typeof Type> =
146
+ Type$inboundSchema;
147
+
148
+ /**
149
+ * @internal
150
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
151
+ */
152
+ export namespace Type$ {
153
+ /** @deprecated use `Type$inboundSchema` instead. */
154
+ export const inboundSchema = Type$inboundSchema;
155
+ /** @deprecated use `Type$outboundSchema` instead. */
156
+ export const outboundSchema = Type$outboundSchema;
157
+ }
158
+
159
+ /** @internal */
160
+ export const AssociatedOption$inboundSchema: z.ZodType<
161
+ AssociatedOption,
162
+ z.ZodTypeDef,
163
+ unknown
164
+ > = z.object({
165
+ name: z.string().optional(),
166
+ value: z.union([z.lazy(() => Color$inboundSchema), z.string()]).optional(),
167
+ type: Type$inboundSchema.optional(),
168
+ });
169
+
170
+ /** @internal */
171
+ export type AssociatedOption$Outbound = {
172
+ name?: string | undefined;
173
+ value?: Color$Outbound | string | undefined;
174
+ type?: string | undefined;
175
+ };
176
+
177
+ /** @internal */
178
+ export const AssociatedOption$outboundSchema: z.ZodType<
179
+ AssociatedOption$Outbound,
180
+ z.ZodTypeDef,
181
+ AssociatedOption
182
+ > = z.object({
183
+ name: z.string().optional(),
184
+ value: z.union([z.lazy(() => Color$outboundSchema), z.string()]).optional(),
185
+ type: Type$outboundSchema.optional(),
186
+ });
187
+
188
+ /**
189
+ * @internal
190
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
191
+ */
192
+ export namespace AssociatedOption$ {
193
+ /** @deprecated use `AssociatedOption$inboundSchema` instead. */
194
+ export const inboundSchema = AssociatedOption$inboundSchema;
195
+ /** @deprecated use `AssociatedOption$outboundSchema` instead. */
196
+ export const outboundSchema = AssociatedOption$outboundSchema;
197
+ /** @deprecated use `AssociatedOption$Outbound` instead. */
198
+ export type Outbound = AssociatedOption$Outbound;
199
+ }
200
+
201
+ export function associatedOptionToJSON(
202
+ associatedOption: AssociatedOption,
203
+ ): string {
204
+ return JSON.stringify(
205
+ AssociatedOption$outboundSchema.parse(associatedOption),
206
+ );
207
+ }
208
+
209
+ export function associatedOptionFromJSON(
210
+ jsonString: string,
211
+ ): SafeParseResult<AssociatedOption, SDKValidationError> {
212
+ return safeParse(
213
+ jsonString,
214
+ (x) => AssociatedOption$inboundSchema.parse(JSON.parse(x)),
215
+ `Failed to parse 'AssociatedOption' from JSON`,
216
+ );
217
+ }
@@ -24,9 +24,9 @@ import {
24
24
  CustomerAddress$inboundSchema,
25
25
  CustomerAddress$Outbound,
26
26
  CustomerAddress$outboundSchema,
27
- } from "./customeraddressinput.js";
27
+ } from "./customeraddress.js";
28
28
 
29
- export type CartMetadata = {};
29
+ export type Metadata = {};
30
30
 
31
31
  /**
32
32
  * This cart model is structured to capture a wide range of details, facilitating accurate representation and management of user shopping carts in an e-commerce platform.
@@ -138,7 +138,7 @@ export type Cart = {
138
138
  /**
139
139
  * Additional metadata associated with the cart. The example includes an empty object in the list.
140
140
  */
141
- metadata?: Array<CartMetadata> | null | undefined;
141
+ metadata?: Array<Metadata> | null | undefined;
142
142
  /**
143
143
  * the expiration timestamp of the shopping cart. .
144
144
  *
@@ -148,46 +148,46 @@ export type Cart = {
148
148
  };
149
149
 
150
150
  /** @internal */
151
- export const CartMetadata$inboundSchema: z.ZodType<
152
- CartMetadata,
151
+ export const Metadata$inboundSchema: z.ZodType<
152
+ Metadata,
153
153
  z.ZodTypeDef,
154
154
  unknown
155
155
  > = z.object({});
156
156
 
157
157
  /** @internal */
158
- export type CartMetadata$Outbound = {};
158
+ export type Metadata$Outbound = {};
159
159
 
160
160
  /** @internal */
161
- export const CartMetadata$outboundSchema: z.ZodType<
162
- CartMetadata$Outbound,
161
+ export const Metadata$outboundSchema: z.ZodType<
162
+ Metadata$Outbound,
163
163
  z.ZodTypeDef,
164
- CartMetadata
164
+ Metadata
165
165
  > = z.object({});
166
166
 
167
167
  /**
168
168
  * @internal
169
169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
170
170
  */
171
- export namespace CartMetadata$ {
172
- /** @deprecated use `CartMetadata$inboundSchema` instead. */
173
- export const inboundSchema = CartMetadata$inboundSchema;
174
- /** @deprecated use `CartMetadata$outboundSchema` instead. */
175
- export const outboundSchema = CartMetadata$outboundSchema;
176
- /** @deprecated use `CartMetadata$Outbound` instead. */
177
- export type Outbound = CartMetadata$Outbound;
171
+ export namespace Metadata$ {
172
+ /** @deprecated use `Metadata$inboundSchema` instead. */
173
+ export const inboundSchema = Metadata$inboundSchema;
174
+ /** @deprecated use `Metadata$outboundSchema` instead. */
175
+ export const outboundSchema = Metadata$outboundSchema;
176
+ /** @deprecated use `Metadata$Outbound` instead. */
177
+ export type Outbound = Metadata$Outbound;
178
178
  }
179
179
 
180
- export function cartMetadataToJSON(cartMetadata: CartMetadata): string {
181
- return JSON.stringify(CartMetadata$outboundSchema.parse(cartMetadata));
180
+ export function metadataToJSON(metadata: Metadata): string {
181
+ return JSON.stringify(Metadata$outboundSchema.parse(metadata));
182
182
  }
183
183
 
184
- export function cartMetadataFromJSON(
184
+ export function metadataFromJSON(
185
185
  jsonString: string,
186
- ): SafeParseResult<CartMetadata, SDKValidationError> {
186
+ ): SafeParseResult<Metadata, SDKValidationError> {
187
187
  return safeParse(
188
188
  jsonString,
189
- (x) => CartMetadata$inboundSchema.parse(JSON.parse(x)),
190
- `Failed to parse 'CartMetadata' from JSON`,
189
+ (x) => Metadata$inboundSchema.parse(JSON.parse(x)),
190
+ `Failed to parse 'Metadata' from JSON`,
191
191
  );
192
192
  }
193
193
 
@@ -222,7 +222,7 @@ export const Cart$inboundSchema: z.ZodType<Cart, z.ZodTypeDef, unknown> = z
222
222
  billing_address: z.nullable(CustomerAddress$inboundSchema).optional(),
223
223
  shipping_address: z.nullable(CustomerAddress$inboundSchema).optional(),
224
224
  currency: Currency$inboundSchema.optional(),
225
- metadata: z.nullable(z.array(z.lazy(() => CartMetadata$inboundSchema)))
225
+ metadata: z.nullable(z.array(z.lazy(() => Metadata$inboundSchema)))
226
226
  .optional(),
227
227
  expires_at: z.string().datetime({ offset: true }).transform(v =>
228
228
  new Date(v)
@@ -287,7 +287,7 @@ export type Cart$Outbound = {
287
287
  billing_address?: CustomerAddress$Outbound | null | undefined;
288
288
  shipping_address?: CustomerAddress$Outbound | null | undefined;
289
289
  currency?: Currency$Outbound | undefined;
290
- metadata?: Array<CartMetadata$Outbound> | null | undefined;
290
+ metadata?: Array<Metadata$Outbound> | null | undefined;
291
291
  expires_at?: string | undefined;
292
292
  };
293
293
 
@@ -322,7 +322,7 @@ export const Cart$outboundSchema: z.ZodType<Cart$Outbound, z.ZodTypeDef, Cart> =
322
322
  billingAddress: z.nullable(CustomerAddress$outboundSchema).optional(),
323
323
  shippingAddress: z.nullable(CustomerAddress$outboundSchema).optional(),
324
324
  currency: Currency$outboundSchema.optional(),
325
- metadata: z.nullable(z.array(z.lazy(() => CartMetadata$outboundSchema)))
325
+ metadata: z.nullable(z.array(z.lazy(() => Metadata$outboundSchema)))
326
326
  .optional(),
327
327
  expiresAt: z.date().transform(v => v.toISOString()).optional(),
328
328
  }).transform((v) => {
@@ -17,7 +17,7 @@ import {
17
17
  CustomerAddressInput$inboundSchema,
18
18
  CustomerAddressInput$Outbound,
19
19
  CustomerAddressInput$outboundSchema,
20
- } from "./customeraddressinput.js";
20
+ } from "./customeraddress.js";
21
21
 
22
22
  export type CreateCustomer = {
23
23
  business?: Business | undefined;
@@ -26,7 +26,6 @@ export type DiscountBasedPromotion = {
26
26
  * '> 0' if discount_type = fixed-amount, otherwise set 0.
27
27
  */
28
28
  discountFixedAmount?: number | undefined;
29
- customerGroupId?: string | null | undefined;
30
29
  };
31
30
 
32
31
  /** @internal */
@@ -58,14 +57,12 @@ export const DiscountBasedPromotion$inboundSchema: z.ZodType<
58
57
  discount_type: DiscountType$inboundSchema,
59
58
  discount_percent: z.number().optional(),
60
59
  discount_fixed_amount: z.number().int().optional(),
61
- customer_group_id: z.nullable(z.string()).optional(),
62
60
  }).transform((v) => {
63
61
  return remap$(v, {
64
62
  "promotion_type": "promotionType",
65
63
  "discount_type": "discountType",
66
64
  "discount_percent": "discountPercent",
67
65
  "discount_fixed_amount": "discountFixedAmount",
68
- "customer_group_id": "customerGroupId",
69
66
  });
70
67
  });
71
68
 
@@ -75,7 +72,6 @@ export type DiscountBasedPromotion$Outbound = {
75
72
  discount_type: string;
76
73
  discount_percent?: number | undefined;
77
74
  discount_fixed_amount?: number | undefined;
78
- customer_group_id?: string | null | undefined;
79
75
  };
80
76
 
81
77
  /** @internal */
@@ -88,14 +84,12 @@ export const DiscountBasedPromotion$outboundSchema: z.ZodType<
88
84
  discountType: DiscountType$outboundSchema,
89
85
  discountPercent: z.number().optional(),
90
86
  discountFixedAmount: z.number().int().optional(),
91
- customerGroupId: z.nullable(z.string()).optional(),
92
87
  }).transform((v) => {
93
88
  return remap$(v, {
94
89
  promotionType: "promotion_type",
95
90
  discountType: "discount_type",
96
91
  discountPercent: "discount_percent",
97
92
  discountFixedAmount: "discount_fixed_amount",
98
- customerGroupId: "customer_group_id",
99
93
  });
100
94
  });
101
95
 
@@ -11,7 +11,6 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
  export type FixedPricePromotion = {
12
12
  promotionType?: "discount" | undefined;
13
13
  offerPrice: number;
14
- customerGroupId?: string | null | undefined;
15
14
  };
16
15
 
17
16
  /** @internal */
@@ -22,12 +21,10 @@ export const FixedPricePromotion$inboundSchema: z.ZodType<
22
21
  > = z.object({
23
22
  promotion_type: z.literal("discount").optional(),
24
23
  offer_price: z.number(),
25
- customer_group_id: z.nullable(z.string()).optional(),
26
24
  }).transform((v) => {
27
25
  return remap$(v, {
28
26
  "promotion_type": "promotionType",
29
27
  "offer_price": "offerPrice",
30
- "customer_group_id": "customerGroupId",
31
28
  });
32
29
  });
33
30
 
@@ -35,7 +32,6 @@ export const FixedPricePromotion$inboundSchema: z.ZodType<
35
32
  export type FixedPricePromotion$Outbound = {
36
33
  promotion_type: "discount";
37
34
  offer_price: number;
38
- customer_group_id?: string | null | undefined;
39
35
  };
40
36
 
41
37
  /** @internal */
@@ -46,12 +42,10 @@ export const FixedPricePromotion$outboundSchema: z.ZodType<
46
42
  > = z.object({
47
43
  promotionType: z.literal("discount").default("discount" as const),
48
44
  offerPrice: z.number(),
49
- customerGroupId: z.nullable(z.string()).optional(),
50
45
  }).transform((v) => {
51
46
  return remap$(v, {
52
47
  promotionType: "promotion_type",
53
48
  offerPrice: "offer_price",
54
- customerGroupId: "customer_group_id",
55
49
  });
56
50
  });
57
51
 
@@ -9,7 +9,7 @@ import { Result as SafeParseResult } from "../../types/fp.js";
9
9
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
10
 
11
11
  export type FreeGoodsPromotion = {
12
- promotionType?: "discount" | undefined;
12
+ promotionType?: "free-goods" | undefined;
13
13
  /**
14
14
  * The quantity of items a customer must buy to receive free goods.
15
15
  */
@@ -18,10 +18,6 @@ export type FreeGoodsPromotion = {
18
18
  * The quantity of free goods the customer receives.
19
19
  */
20
20
  getQuantity: number;
21
- /**
22
- * Optional ID for a specific customer group.
23
- */
24
- customerGroupId?: string | null | undefined;
25
21
  };
26
22
 
27
23
  /** @internal */
@@ -30,25 +26,22 @@ export const FreeGoodsPromotion$inboundSchema: z.ZodType<
30
26
  z.ZodTypeDef,
31
27
  unknown
32
28
  > = z.object({
33
- promotion_type: z.literal("discount").optional(),
29
+ promotion_type: z.literal("free-goods").optional(),
34
30
  buy_quantity: z.number().int(),
35
31
  get_quantity: z.number().int(),
36
- customer_group_id: z.nullable(z.string()).optional(),
37
32
  }).transform((v) => {
38
33
  return remap$(v, {
39
34
  "promotion_type": "promotionType",
40
35
  "buy_quantity": "buyQuantity",
41
36
  "get_quantity": "getQuantity",
42
- "customer_group_id": "customerGroupId",
43
37
  });
44
38
  });
45
39
 
46
40
  /** @internal */
47
41
  export type FreeGoodsPromotion$Outbound = {
48
- promotion_type: "discount";
42
+ promotion_type: "free-goods";
49
43
  buy_quantity: number;
50
44
  get_quantity: number;
51
- customer_group_id?: string | null | undefined;
52
45
  };
53
46
 
54
47
  /** @internal */
@@ -57,16 +50,14 @@ export const FreeGoodsPromotion$outboundSchema: z.ZodType<
57
50
  z.ZodTypeDef,
58
51
  FreeGoodsPromotion
59
52
  > = z.object({
60
- promotionType: z.literal("discount").default("discount" as const),
53
+ promotionType: z.literal("free-goods").default("free-goods" as const),
61
54
  buyQuantity: z.number().int(),
62
55
  getQuantity: z.number().int(),
63
- customerGroupId: z.nullable(z.string()).optional(),
64
56
  }).transform((v) => {
65
57
  return remap$(v, {
66
58
  promotionType: "promotion_type",
67
59
  buyQuantity: "buy_quantity",
68
60
  getQuantity: "get_quantity",
69
- customerGroupId: "customer_group_id",
70
61
  });
71
62
  });
72
63
 
@@ -4,6 +4,7 @@
4
4
 
5
5
  export * from "./analyticsevent.js";
6
6
  export * from "./anonymoususer.js";
7
+ export * from "./associatedoption.js";
7
8
  export * from "./banktransfer.js";
8
9
  export * from "./business.js";
9
10
  export * from "./cardpayment.js";
@@ -15,7 +16,7 @@ export * from "./coupon.js";
15
16
  export * from "./createcustomer.js";
16
17
  export * from "./createreview.js";
17
18
  export * from "./currency.js";
18
- export * from "./customeraddressinput.js";
19
+ export * from "./customeraddress.js";
19
20
  export * from "./customerdetail.js";
20
21
  export * from "./customerloyalty.js";
21
22
  export * from "./customerreadyforreview.js";
@@ -51,32 +52,29 @@ export * from "./payupaymentinfo.js";
51
52
  export * from "./payupaymentmethod.js";
52
53
  export * from "./payusavedcard.js";
53
54
  export * from "./pincode.js";
55
+ export * from "./product.js";
54
56
  export * from "./productattribute.js";
55
- export * from "./productbundleitem.js";
56
57
  export * from "./productcategory.js";
57
58
  export * from "./productdetail.js";
58
59
  export * from "./productimage.js";
59
- export * from "./productlist.js";
60
60
  export * from "./productlistresponse.js";
61
- export * from "./productpackaging.js";
62
61
  export * from "./productpricing.js";
63
62
  export * from "./productpromotion.js";
64
63
  export * from "./productreview.js";
65
64
  export * from "./productshipping.js";
66
65
  export * from "./productsubscription.js";
67
66
  export * from "./productvideo.js";
68
- export * from "./promotion.js";
69
- export * from "./recommendedproduct.js";
70
- export * from "./saleschannel.js";
67
+ export * from "./promotiondetail.js";
71
68
  export * from "./security.js";
72
69
  export * from "./seo.js";
73
70
  export * from "./shipmentitem.js";
74
- export * from "./skuinfo.js";
71
+ export * from "./sku.js";
75
72
  export * from "./updatecustomer.js";
76
73
  export * from "./upipayment.js";
77
74
  export * from "./user.js";
78
75
  export * from "./userinput.js";
79
76
  export * from "./variant.js";
80
77
  export * from "./variantdetail.js";
78
+ export * from "./variantoption.js";
81
79
  export * from "./volumebasedpromotion.js";
82
80
  export * from "./walletpayment.js";
@@ -13,7 +13,7 @@ import {
13
13
  CustomerAddress$inboundSchema,
14
14
  CustomerAddress$Outbound,
15
15
  CustomerAddress$outboundSchema,
16
- } from "./customeraddressinput.js";
16
+ } from "./customeraddress.js";
17
17
  import {
18
18
  OrderItem,
19
19
  OrderItem$inboundSchema,