@whiplashmerch/whiplash-api-client 1.0.19 → 1.0.21
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.
|
@@ -25060,8 +25060,29 @@ export declare enum PutApiV21ItemsOriginatorOriginatorIdPackagingType {
|
|
|
25060
25060
|
}
|
|
25061
25061
|
/** Update a load */
|
|
25062
25062
|
export interface PutApiV21LoadsId {
|
|
25063
|
-
/**
|
|
25063
|
+
/**
|
|
25064
|
+
* the date/time of the appointment
|
|
25065
|
+
* @format date-time
|
|
25066
|
+
*/
|
|
25067
|
+
appointment_datetime?: string;
|
|
25068
|
+
/** whether to cascade master bol routing field value to child bols when updating master's routing field */
|
|
25064
25069
|
cascade_routing?: boolean;
|
|
25070
|
+
/**
|
|
25071
|
+
* the load warehouse id
|
|
25072
|
+
* @format int32
|
|
25073
|
+
*/
|
|
25074
|
+
warehouse_id?: number;
|
|
25075
|
+
/** the load wholesale distribution center */
|
|
25076
|
+
wholesale_distribution_center?: string;
|
|
25077
|
+
/** the load wholesale purchase order number */
|
|
25078
|
+
wholesale_purchase_order_number?: string;
|
|
25079
|
+
/**
|
|
25080
|
+
* the load wholesale start date
|
|
25081
|
+
* @format date
|
|
25082
|
+
*/
|
|
25083
|
+
wholesale_start_date?: string;
|
|
25084
|
+
/** the load wholesale vendor */
|
|
25085
|
+
wholesale_vendor?: string;
|
|
25065
25086
|
}
|
|
25066
25087
|
/** Perform an action on an load */
|
|
25067
25088
|
export interface PutApiV21LoadsIdCallAction {
|
|
@@ -29712,8 +29733,29 @@ export declare enum PutApiV2ItemsOriginatorOriginatorIdPackagingType {
|
|
|
29712
29733
|
}
|
|
29713
29734
|
/** Update a load */
|
|
29714
29735
|
export interface PutApiV2LoadsId {
|
|
29715
|
-
/**
|
|
29736
|
+
/**
|
|
29737
|
+
* the date/time of the appointment
|
|
29738
|
+
* @format date-time
|
|
29739
|
+
*/
|
|
29740
|
+
appointment_datetime?: string;
|
|
29741
|
+
/** whether to cascade master bol routing field value to child bols when updating master's routing field */
|
|
29716
29742
|
cascade_routing?: boolean;
|
|
29743
|
+
/**
|
|
29744
|
+
* the load warehouse id
|
|
29745
|
+
* @format int32
|
|
29746
|
+
*/
|
|
29747
|
+
warehouse_id?: number;
|
|
29748
|
+
/** the load wholesale distribution center */
|
|
29749
|
+
wholesale_distribution_center?: string;
|
|
29750
|
+
/** the load wholesale purchase order number */
|
|
29751
|
+
wholesale_purchase_order_number?: string;
|
|
29752
|
+
/**
|
|
29753
|
+
* the load wholesale start date
|
|
29754
|
+
* @format date
|
|
29755
|
+
*/
|
|
29756
|
+
wholesale_start_date?: string;
|
|
29757
|
+
/** the load wholesale vendor */
|
|
29758
|
+
wholesale_vendor?: string;
|
|
29717
29759
|
}
|
|
29718
29760
|
/** Perform an action on an load */
|
|
29719
29761
|
export interface PutApiV2LoadsIdCallAction {
|
package/dist/utils/index.d.ts
CHANGED