@jsdev_ninja/core 0.8.0 → 0.8.1

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/dist/core.es.js CHANGED
@@ -2997,6 +2997,7 @@ const le = d.object({
2997
2997
  storeId: d.string(),
2998
2998
  userId: d.string(),
2999
2999
  status: d.enum(["pending", "processing", "delivered", "canceled", "completed", "refunded"]),
3000
+ paymentStatus: d.enum(["pending", "completed", "failed", "refunded"]),
3000
3001
  cart: d.object({
3001
3002
  id: d.string(),
3002
3003
  items: d.array(d.object({ product: xe, amount: d.number() })),