@shopperlabs/shopper-types 2.2.6 → 2.2.7

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 (2) hide show
  1. package/dist/order.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/order.d.ts CHANGED
@@ -44,7 +44,7 @@ export interface Order extends Entity {
44
44
  /** The order status. */
45
45
  status: OrderStatus;
46
46
  /** The date the order was cancelled. */
47
- canceled_at: DateEntity | null;
47
+ cancelled_at: DateEntity | null;
48
48
  /** The date the order was archived. */
49
49
  archived_at: DateEntity | null;
50
50
  /** The zone ID. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopperlabs/shopper-types",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "TypeScript types for Laravel Shopper",
5
5
  "author": "Arthur Monney <monneylobe@gmail.com> (https://arthurmonney.me)",
6
6
  "main": "dist/index.js",