nextemos 5.10.7 → 5.10.8

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.
@@ -283,6 +283,7 @@ export interface IRefundDetail {
283
283
  currencyCode: string;
284
284
  items: IOrderRefundDetailItem[];
285
285
  totals: IOrderTotal[];
286
+ trackingUrl: string;
286
287
  }
287
288
  export interface IOrderShipmentItem {
288
289
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.10.7",
3
+ "version": "5.10.8",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",