randmar-api-client 1.189.0 → 1.191.0

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.
@@ -6099,6 +6099,7 @@ export type ShipmentDetails = {
6099
6099
  ReferenceNumber?: string | null;
6100
6100
  Carrier?: string | null;
6101
6101
  ToEmailAddress?: string | null;
6102
+ WithZPLThermalShippingLabels?: boolean;
6102
6103
  };
6103
6104
  export type LogisticsShippingLabelResponse = {
6104
6105
  OrderNumber?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.189.0",
3
+ "version": "1.191.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",