types-magic-api 0.1.50 → 0.1.51

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.
@@ -616,6 +616,7 @@ export interface CustomerOrder {
616
616
  trackingInfo: {
617
617
  number: string;
618
618
  url: string;
619
+ company: string;
619
620
  }[];
620
621
  }[];
621
622
  totalPrice: Money;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-magic-api",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && tsc",
6
6
  "prepare": "npm run build"