@whiplashmerch/whiplash-api-client 2.0.30 → 2.0.32

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.
@@ -7651,9 +7651,9 @@ export interface ApiV21EntitiesOrder {
7651
7651
  status?: ApiV21EntitiesOrderStatus;
7652
7652
  /** the order status name */
7653
7653
  status_name?: string;
7654
- /** The Transport Management System ID for the order, if applicable */
7654
+ /** the order tms id */
7655
7655
  tms_id?: string | null;
7656
- /** Does the order require a Transport Management System ID */
7656
+ /** Whether tms is required */
7657
7657
  tms_required?: boolean | null;
7658
7658
  tracking?: string[];
7659
7659
  tracking_links?: string[];
@@ -4053,9 +4053,9 @@ export interface ApiV21EntitiesOrder {
4053
4053
  status?: ApiV21EntitiesOrderStatus;
4054
4054
  /** the order status name */
4055
4055
  status_name?: string;
4056
- /** The Transport Management System ID for the order, if applicable */
4056
+ /** the order tms id */
4057
4057
  tms_id?: string | null;
4058
- /** Does the order require a Transport Management System ID */
4058
+ /** Whether tms is required */
4059
4059
  tms_required?: boolean | null;
4060
4060
  tracking?: string[];
4061
4061
  tracking_links?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "2.0.30",
3
+ "version": "2.0.32",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {