@whiplashmerch/whiplash-api-client 3.2.13 → 3.2.14

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.
@@ -679,6 +679,9 @@ export declare const ApiV2OrderAllExample: ({
679
679
  };
680
680
  serial_numbers: never[];
681
681
  } | {
682
+ id: number;
683
+ order_batch_id: number;
684
+ }[] | {
682
685
  id: number;
683
686
  customer_id: number;
684
687
  order_batch_id: null;
@@ -428,6 +428,9 @@ export declare const ApiV21OrderAllExample: ({
428
428
  tracking: never[];
429
429
  tracking_links: never[];
430
430
  } | {
431
+ id: number;
432
+ order_batch_id: number;
433
+ }[] | {
431
434
  id: number;
432
435
  customer_id: number;
433
436
  order_batch_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.13",
3
+ "version": "3.2.14",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {