@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
|
-
/**
|
|
7654
|
+
/** the order tms id */
|
|
7655
7655
|
tms_id?: string | null;
|
|
7656
|
-
/**
|
|
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
|
-
/**
|
|
4056
|
+
/** the order tms id */
|
|
4057
4057
|
tms_id?: string | null;
|
|
4058
|
-
/**
|
|
4058
|
+
/** Whether tms is required */
|
|
4059
4059
|
tms_required?: boolean | null;
|
|
4060
4060
|
tracking?: string[];
|
|
4061
4061
|
tracking_links?: string[];
|