@nerdjs/sales-kit 3.0.5 → 3.0.6

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.
Files changed (33) hide show
  1. package/dist/entities/cargoConsolidation/cargoConsolidation.d.ts +35 -116
  2. package/dist/entities/cargoConsolidation/cargoConsolidation.js +88 -228
  3. package/dist/entities/cargoConsolidation/cargoConsolidation.js.map +1 -1
  4. package/dist/entities/cargoConsolidationV1/cargoConsolidationV1.d.ts +129 -0
  5. package/dist/entities/cargoConsolidationV1/cargoConsolidationV1.js +280 -0
  6. package/dist/entities/cargoConsolidationV1/cargoConsolidationV1.js.map +1 -0
  7. package/dist/entities/cargoConsolidationV1/helper.d.ts +5 -0
  8. package/dist/entities/cargoConsolidationV1/helper.js +16 -0
  9. package/dist/entities/cargoConsolidationV1/helper.js.map +1 -0
  10. package/dist/entities/cargoConsolidationV1/index.d.ts +2 -0
  11. package/dist/entities/cargoConsolidationV1/index.js +3 -0
  12. package/dist/entities/cargoConsolidationV1/index.js.map +1 -0
  13. package/dist/entities/genericTender/genericTender.d.ts +1 -0
  14. package/dist/entities/genericTender/genericTender.js +2 -0
  15. package/dist/entities/genericTender/genericTender.js.map +1 -1
  16. package/dist/entities/index.d.ts +12 -11
  17. package/dist/entities/index.js +12 -11
  18. package/dist/entities/index.js.map +1 -1
  19. package/dist/hooks/locationsForm/locationFormSales/locationFormSalesMain.js +0 -1
  20. package/dist/hooks/locationsForm/locationFormSales/locationFormSalesMain.js.map +1 -1
  21. package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.d.ts +397 -1370
  22. package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.js +11 -58
  23. package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.js.map +1 -1
  24. package/dist/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.d.ts +2452 -0
  25. package/dist/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.js +116 -0
  26. package/dist/redux/cargoConsolidationV1/cargoConsolidationV1Endpoints.js.map +1 -0
  27. package/dist/redux/cargoConsolidationV1/index.d.ts +2 -0
  28. package/dist/redux/cargoConsolidationV1/index.js +3 -0
  29. package/dist/redux/cargoConsolidationV1/index.js.map +1 -0
  30. package/dist/redux/index.d.ts +2 -1
  31. package/dist/redux/index.js +2 -1
  32. package/dist/redux/index.js.map +1 -1
  33. package/package.json +1 -1
@@ -6,124 +6,43 @@
6
6
  */
7
7
  export declare function validator(cargoConsolidationJson: unknown): cargoConsolidationJson is CargoConsolidation_Entity;
8
8
  export default class CargoConsolidation_Entity {
9
- static requiredFields: never[];
10
- constructor(cargoConsolidationJson?: unknown);
9
+ static requiredFields: string[];
10
+ constructor(cargoConsolidationJson: unknown);
11
11
  id: number;
12
- asset_id?: number;
13
- driver_id?: number;
14
- node_id?: number;
15
- employee_id?: number;
12
+ cargo_consolidation_id: number;
13
+ carrier_id: number;
14
+ driver_id: number;
15
+ asset_id: number;
16
+ employee_id: number;
16
17
  consolidation_date?: string;
17
- seal?: string;
18
- temperature?: string;
19
- appointment_trip_id?: number;
20
- loaded?: boolean;
21
- carrier_id?: number;
22
- trip_baserate?: string;
23
- trip_fuel_surcharge?: string;
24
- processed_date?: string;
25
- next_cargo_consolidation_id?: number;
26
- trip_detail?: string;
27
- for_delivery?: boolean;
28
- override_dispatch_path_edge_id?: number;
29
- notes?: string;
30
- review?: boolean;
31
- dropped_to_dock?: boolean;
32
- workflow_driver_assignment_id?: number;
33
- start_area_id?: number;
34
- assignment_order?: number;
35
- perform_date?: string;
36
- empty_workflow_move?: boolean;
37
- return_temporary?: boolean;
38
- start_time?: string;
39
- end_time?: string;
40
- loaded_workflow_move?: boolean;
41
- warehouse_notes?: string;
42
- total_cost?: number;
43
- loading_status?: string;
44
- pallet_manifest_id?: number;
45
- unload_node_id?: number;
46
- person_id?: number;
47
- otr_posted?: boolean;
48
- start_brokerage_rate?: number;
49
- max_brokerage_rate?: number;
50
- calc_area_id?: number;
51
- pieces?: number;
52
- pallets?: number;
53
- feet?: number;
54
- weight?: number;
55
- next_node_id?: number;
56
- fill_percent?: number;
57
- pallets_to_go?: number;
58
- weight_to_go?: number;
18
+ assigned_person_id: number;
19
+ assigned_person: string;
20
+ node_id: number;
21
+ origin_node: string;
22
+ pallet_manifest_id: number;
23
+ otr_storage: boolean;
24
+ loading_status: string;
25
+ start_brokerage_rate: number;
26
+ max_brokerage_rate: number;
27
+ otr_posted: boolean;
28
+ last_brokerage_note: string;
29
+ review: boolean;
30
+ otr_move: boolean;
31
+ next_cargo_consolidation_id: number;
32
+ notes: string;
33
+ warehouse_notes: string;
34
+ seal: string;
35
+ contact_info: string;
36
+ needs_check_call: boolean;
37
+ last_check_call_time?: string;
38
+ last_check_call_or_update_time?: string;
39
+ workflow_assignment_id: number;
40
+ has_rail_tender: boolean;
41
+ has_ingated: boolean;
59
42
  outbound_dispatch_type?: string;
60
- dispatch_path_edge_id?: number;
61
- next_node_type?: string;
62
- asset_code?: string;
63
- next_node_name?: string;
64
- dest_area_id?: number;
65
- current_eta?: string;
66
- dest_node_id?: number;
67
- next_dispatch_type?: string;
68
- node_type?: string;
69
- trip_total_cost?: string;
70
- scac?: string;
71
- waybill?: string;
72
- cached_eta?: string;
73
- reefer_last_contact?: string;
74
- reefer_temp?: number;
75
- reefer_fuel_level?: number;
76
- pickup_number?: string;
77
- destination_states?: string;
78
- destination_areas?: string;
79
- dest_node_type?: string;
80
- next_leg_dispatch_type?: string;
81
- next_waybill?: string;
82
- has_rail_tender?: boolean;
83
- has_next_rail_tender?: boolean;
84
- next_dest_node_id?: number;
85
- load_numbers?: string;
86
- has_splits?: boolean;
87
- has_ingated?: boolean;
88
- next_has_ingated?: boolean;
89
- trailer_expire?: string;
90
- current_carrier_tender_id?: number;
91
- next_scac?: string;
92
- long_distance?: boolean;
93
- origin_areas?: string;
94
- earliest_delivery_date?: string;
95
- total_planned_cost?: number;
96
- edges_until_end?: number;
97
- node_name?: string;
98
- pallet_position_to_go?: number;
99
- do_not_break_seal?: boolean;
100
- asset_status?: string;
101
- status_description?: string;
102
- expedited?: boolean;
103
- local_move?: boolean;
104
- load_count?: number;
105
- active_rail_tender_id?: number;
106
- status_code?: string;
107
- service_level?: string;
108
- destination_locations?: string[];
109
- carrier_pay_source_type?: string;
110
- consolidation_flag_id?: number;
111
- assigned_names?: string;
112
- next_node_sub_area_id?: number;
113
- max_weight?: boolean;
114
- next_node_timezone?: string;
115
- next_node_timezone_offset?: string;
116
- westbound?: boolean;
117
- customer_rank_based_on_sales?: string;
118
- customer_ids?: number[];
119
- destination_sub_areas?: string;
120
- cutoff_time?: string;
121
- tanker_required?: boolean;
122
- next_driver_id?: number;
123
- next_carrier_id?: number;
124
- next_perform_date?: string;
125
- intermodal_contract?: string;
126
- storage_consolidation?: boolean;
127
43
  commodity_piece_ids?: number[];
128
- load_ids?: number[];
44
+ load_numbers?: number[];
45
+ weight: number;
46
+ feet: number;
47
+ calc_area_id?: number;
129
48
  }
@@ -15,258 +15,118 @@ export function validator(cargoConsolidationJson) {
15
15
  return true;
16
16
  }
17
17
  export default class CargoConsolidation_Entity {
18
- static requiredFields = [];
18
+ static requiredFields = [
19
+ "cargo_consolidation_id",
20
+ "carrier_id",
21
+ "driver_id",
22
+ "asset_id",
23
+ "employee_id",
24
+ "assigned_person_id",
25
+ "assigned_person",
26
+ "node_id",
27
+ "origin_node",
28
+ "pallet_manifest_id",
29
+ "otr_storage",
30
+ "loading_status",
31
+ "start_brokerage_rate",
32
+ "max_brokerage_rate",
33
+ "otr_posted",
34
+ "last_brokerage_note",
35
+ "review",
36
+ "otr_move",
37
+ "next_cargo_consolidation_id",
38
+ "notes",
39
+ "warehouse_notes",
40
+ "seal",
41
+ "contact_info",
42
+ "needs_check_call",
43
+ "workflow_assignment_id",
44
+ ];
19
45
  constructor(cargoConsolidationJson) {
20
46
  if (validator(cargoConsolidationJson)) {
21
- this.id = cargoConsolidationJson.id;
22
- this.asset_id = cargoConsolidationJson.asset_id;
47
+ this.id = cargoConsolidationJson.cargo_consolidation_id;
48
+ this.cargo_consolidation_id =
49
+ cargoConsolidationJson.cargo_consolidation_id;
50
+ this.carrier_id = cargoConsolidationJson.carrier_id;
23
51
  this.driver_id = cargoConsolidationJson.driver_id;
24
- this.node_id = cargoConsolidationJson.node_id;
52
+ this.asset_id = cargoConsolidationJson.asset_id;
25
53
  this.employee_id = cargoConsolidationJson.employee_id;
26
54
  this.consolidation_date = cargoConsolidationJson.consolidation_date;
27
- this.seal = cargoConsolidationJson.seal;
28
- this.temperature = cargoConsolidationJson.temperature;
29
- this.appointment_trip_id = cargoConsolidationJson.appointment_trip_id;
30
- this.loaded = cargoConsolidationJson.loaded;
31
- this.carrier_id = cargoConsolidationJson.carrier_id;
32
- this.trip_baserate = cargoConsolidationJson.trip_baserate;
33
- this.trip_fuel_surcharge = cargoConsolidationJson.trip_fuel_surcharge;
34
- this.processed_date = cargoConsolidationJson.processed_date;
55
+ this.assigned_person_id = cargoConsolidationJson.assigned_person_id;
56
+ this.assigned_person = cargoConsolidationJson.assigned_person;
57
+ this.node_id = cargoConsolidationJson.node_id;
58
+ this.origin_node = cargoConsolidationJson.origin_node;
59
+ this.pallet_manifest_id = cargoConsolidationJson.pallet_manifest_id;
60
+ this.otr_storage = cargoConsolidationJson.otr_storage;
61
+ this.loading_status = cargoConsolidationJson.loading_status;
62
+ this.start_brokerage_rate = cargoConsolidationJson.start_brokerage_rate;
63
+ this.max_brokerage_rate = cargoConsolidationJson.max_brokerage_rate;
64
+ this.otr_posted = cargoConsolidationJson.otr_posted;
65
+ this.last_brokerage_note = cargoConsolidationJson.last_brokerage_note;
66
+ this.review = cargoConsolidationJson.review;
67
+ this.otr_move = cargoConsolidationJson.otr_move;
35
68
  this.next_cargo_consolidation_id =
36
69
  cargoConsolidationJson.next_cargo_consolidation_id;
37
- this.trip_detail = cargoConsolidationJson.trip_detail;
38
- this.for_delivery = cargoConsolidationJson.for_delivery;
39
- this.override_dispatch_path_edge_id =
40
- cargoConsolidationJson.override_dispatch_path_edge_id;
41
70
  this.notes = cargoConsolidationJson.notes;
42
- this.review = cargoConsolidationJson.review;
43
- this.dropped_to_dock = cargoConsolidationJson.dropped_to_dock;
44
- this.workflow_driver_assignment_id =
45
- cargoConsolidationJson.workflow_driver_assignment_id;
46
- this.start_area_id = cargoConsolidationJson.start_area_id;
47
- this.assignment_order = cargoConsolidationJson.assignment_order;
48
- this.perform_date = cargoConsolidationJson.perform_date;
49
- this.empty_workflow_move = cargoConsolidationJson.empty_workflow_move;
50
- this.return_temporary = cargoConsolidationJson.return_temporary;
51
- this.start_time = cargoConsolidationJson.start_time;
52
- this.end_time = cargoConsolidationJson.end_time;
53
- this.loaded_workflow_move = cargoConsolidationJson.loaded_workflow_move;
54
71
  this.warehouse_notes = cargoConsolidationJson.warehouse_notes;
55
- this.total_cost = cargoConsolidationJson.total_cost;
56
- this.loading_status = cargoConsolidationJson.loading_status;
57
- this.pallet_manifest_id = cargoConsolidationJson.pallet_manifest_id;
58
- this.unload_node_id = cargoConsolidationJson.unload_node_id;
59
- this.person_id = cargoConsolidationJson.person_id;
60
- this.otr_posted = cargoConsolidationJson.otr_posted;
61
- this.start_brokerage_rate = cargoConsolidationJson.start_brokerage_rate;
62
- this.max_brokerage_rate = cargoConsolidationJson.max_brokerage_rate;
63
- this.calc_area_id = cargoConsolidationJson.calc_area_id;
64
- this.pieces = cargoConsolidationJson.pieces;
65
- this.pallets = cargoConsolidationJson.pallets;
66
- this.feet = cargoConsolidationJson.feet;
67
- this.weight = cargoConsolidationJson.weight;
68
- this.next_node_id = cargoConsolidationJson.next_node_id;
69
- this.fill_percent = cargoConsolidationJson.fill_percent;
70
- this.pallets_to_go = cargoConsolidationJson.pallets_to_go;
71
- this.weight_to_go = cargoConsolidationJson.weight_to_go;
72
- this.outbound_dispatch_type =
73
- cargoConsolidationJson.outbound_dispatch_type;
74
- this.dispatch_path_edge_id = cargoConsolidationJson.dispatch_path_edge_id;
75
- this.next_node_type = cargoConsolidationJson.next_node_type;
76
- this.asset_code = cargoConsolidationJson.asset_code;
77
- this.next_node_name = cargoConsolidationJson.next_node_name;
78
- this.dest_area_id = cargoConsolidationJson.dest_area_id;
79
- this.current_eta = cargoConsolidationJson.current_eta;
80
- this.dest_node_id = cargoConsolidationJson.dest_node_id;
81
- this.next_dispatch_type = cargoConsolidationJson.next_dispatch_type;
82
- this.node_type = cargoConsolidationJson.node_type;
83
- this.trip_total_cost = cargoConsolidationJson.trip_total_cost;
84
- this.scac = cargoConsolidationJson.scac;
85
- this.waybill = cargoConsolidationJson.waybill;
86
- this.cached_eta = cargoConsolidationJson.cached_eta;
87
- this.reefer_last_contact = cargoConsolidationJson.reefer_last_contact;
88
- this.reefer_temp = cargoConsolidationJson.reefer_temp;
89
- this.reefer_fuel_level = cargoConsolidationJson.reefer_fuel_level;
90
- this.pickup_number = cargoConsolidationJson.pickup_number;
91
- this.destination_states = cargoConsolidationJson.destination_states;
92
- this.destination_areas = cargoConsolidationJson.destination_areas;
93
- this.dest_node_type = cargoConsolidationJson.dest_node_type;
94
- this.next_leg_dispatch_type =
95
- cargoConsolidationJson.next_leg_dispatch_type;
96
- this.next_waybill = cargoConsolidationJson.next_waybill;
72
+ this.seal = cargoConsolidationJson.seal;
73
+ this.contact_info = cargoConsolidationJson.contact_info;
74
+ this.needs_check_call = cargoConsolidationJson.needs_check_call;
75
+ this.last_check_call_time = cargoConsolidationJson.last_check_call_time;
76
+ this.last_check_call_or_update_time =
77
+ cargoConsolidationJson.last_check_call_or_update_time;
78
+ this.workflow_assignment_id =
79
+ cargoConsolidationJson.workflow_assignment_id;
97
80
  this.has_rail_tender = cargoConsolidationJson.has_rail_tender;
98
- this.has_next_rail_tender = cargoConsolidationJson.has_next_rail_tender;
99
- this.next_dest_node_id = cargoConsolidationJson.next_dest_node_id;
100
- this.load_numbers = cargoConsolidationJson.load_numbers;
101
- this.has_splits = cargoConsolidationJson.has_splits;
102
81
  this.has_ingated = cargoConsolidationJson.has_ingated;
103
- this.next_has_ingated = cargoConsolidationJson.next_has_ingated;
104
- this.trailer_expire = cargoConsolidationJson.trailer_expire;
105
- this.current_carrier_tender_id =
106
- cargoConsolidationJson.current_carrier_tender_id;
107
- this.next_scac = cargoConsolidationJson.next_scac;
108
- this.long_distance = cargoConsolidationJson.long_distance;
109
- this.origin_areas = cargoConsolidationJson.origin_areas;
110
- this.earliest_delivery_date =
111
- cargoConsolidationJson.earliest_delivery_date;
112
- this.total_planned_cost = cargoConsolidationJson.total_planned_cost;
113
- this.edges_until_end = cargoConsolidationJson.edges_until_end;
114
- this.node_name = cargoConsolidationJson.node_name;
115
- this.pallet_position_to_go = cargoConsolidationJson.pallet_position_to_go;
116
- this.do_not_break_seal = cargoConsolidationJson.do_not_break_seal;
117
- this.asset_status = cargoConsolidationJson.asset_status;
118
- this.status_description = cargoConsolidationJson.status_description;
119
- this.expedited = cargoConsolidationJson.expedited;
120
- this.local_move = cargoConsolidationJson.local_move;
121
- this.load_count = cargoConsolidationJson.load_count;
122
- this.active_rail_tender_id = cargoConsolidationJson.active_rail_tender_id;
123
- this.status_code = cargoConsolidationJson.status_code;
124
- this.service_level = cargoConsolidationJson.service_level;
125
- this.destination_locations = cargoConsolidationJson.destination_locations;
126
- this.carrier_pay_source_type =
127
- cargoConsolidationJson.carrier_pay_source_type;
128
- this.consolidation_flag_id = cargoConsolidationJson.consolidation_flag_id;
129
- this.assigned_names = cargoConsolidationJson.assigned_names;
130
- this.next_node_sub_area_id = cargoConsolidationJson.next_node_sub_area_id;
131
- this.max_weight = cargoConsolidationJson.max_weight;
132
- this.next_node_timezone = cargoConsolidationJson.next_node_timezone;
133
- this.next_node_timezone_offset =
134
- cargoConsolidationJson.next_node_timezone_offset;
135
- this.westbound = cargoConsolidationJson.westbound;
136
- this.customer_rank_based_on_sales =
137
- cargoConsolidationJson.customer_rank_based_on_sales;
138
- this.customer_ids = cargoConsolidationJson.customer_ids;
139
- this.destination_sub_areas = cargoConsolidationJson.destination_sub_areas;
140
- this.cutoff_time = cargoConsolidationJson.cutoff_time;
141
- this.tanker_required = cargoConsolidationJson.tanker_required;
142
- this.next_driver_id = cargoConsolidationJson.next_driver_id;
143
- this.next_carrier_id = cargoConsolidationJson.next_carrier_id;
144
- this.next_perform_date = cargoConsolidationJson.next_perform_date;
145
- this.intermodal_contract = cargoConsolidationJson.intermodal_contract;
146
- this.storage_consolidation = cargoConsolidationJson.storage_consolidation;
82
+ this.outbound_dispatch_type =
83
+ cargoConsolidationJson.outbound_dispatch_type;
147
84
  this.commodity_piece_ids = cargoConsolidationJson.commodity_piece_ids;
148
- this.load_ids = cargoConsolidationJson.load_ids;
85
+ this.load_numbers = cargoConsolidationJson.load_numbers;
86
+ this.weight = cargoConsolidationJson.weight;
87
+ this.feet = cargoConsolidationJson.feet;
88
+ this.calc_area_id = cargoConsolidationJson.calc_area_id;
149
89
  }
150
- else
90
+ else {
151
91
  throw new Error(`Failed to create new instance of ${CargoConsolidation_Entity.name}`);
92
+ }
152
93
  }
153
94
  id;
154
- asset_id;
95
+ cargo_consolidation_id;
96
+ carrier_id;
155
97
  driver_id;
156
- node_id;
98
+ asset_id;
157
99
  employee_id;
158
100
  consolidation_date;
159
- seal;
160
- temperature;
161
- appointment_trip_id;
162
- loaded;
163
- carrier_id;
164
- trip_baserate;
165
- trip_fuel_surcharge;
166
- processed_date;
167
- next_cargo_consolidation_id;
168
- trip_detail;
169
- for_delivery;
170
- override_dispatch_path_edge_id;
171
- notes;
172
- review;
173
- dropped_to_dock;
174
- workflow_driver_assignment_id;
175
- start_area_id;
176
- assignment_order;
177
- perform_date;
178
- empty_workflow_move;
179
- return_temporary;
180
- start_time;
181
- end_time;
182
- loaded_workflow_move;
183
- warehouse_notes;
184
- total_cost;
185
- loading_status;
101
+ assigned_person_id;
102
+ assigned_person;
103
+ node_id;
104
+ origin_node;
186
105
  pallet_manifest_id;
187
- unload_node_id;
188
- person_id;
189
- otr_posted;
106
+ otr_storage;
107
+ loading_status;
190
108
  start_brokerage_rate;
191
109
  max_brokerage_rate;
192
- calc_area_id;
193
- pieces;
194
- pallets;
195
- feet;
196
- weight;
197
- next_node_id;
198
- fill_percent;
199
- pallets_to_go;
200
- weight_to_go;
201
- outbound_dispatch_type;
202
- dispatch_path_edge_id;
203
- next_node_type;
204
- asset_code;
205
- next_node_name;
206
- dest_area_id;
207
- current_eta;
208
- dest_node_id;
209
- next_dispatch_type;
210
- node_type;
211
- trip_total_cost;
212
- scac;
213
- waybill;
214
- cached_eta;
215
- reefer_last_contact;
216
- reefer_temp;
217
- reefer_fuel_level;
218
- pickup_number;
219
- destination_states;
220
- destination_areas;
221
- dest_node_type;
222
- next_leg_dispatch_type;
223
- next_waybill;
110
+ otr_posted;
111
+ last_brokerage_note;
112
+ review;
113
+ otr_move;
114
+ next_cargo_consolidation_id;
115
+ notes;
116
+ warehouse_notes;
117
+ seal;
118
+ contact_info;
119
+ needs_check_call;
120
+ last_check_call_time;
121
+ last_check_call_or_update_time;
122
+ workflow_assignment_id;
224
123
  has_rail_tender;
225
- has_next_rail_tender;
226
- next_dest_node_id;
227
- load_numbers;
228
- has_splits;
229
124
  has_ingated;
230
- next_has_ingated;
231
- trailer_expire;
232
- current_carrier_tender_id;
233
- next_scac;
234
- long_distance;
235
- origin_areas;
236
- earliest_delivery_date;
237
- total_planned_cost;
238
- edges_until_end;
239
- node_name;
240
- pallet_position_to_go;
241
- do_not_break_seal;
242
- asset_status;
243
- status_description;
244
- expedited;
245
- local_move;
246
- load_count;
247
- active_rail_tender_id;
248
- status_code;
249
- service_level;
250
- destination_locations;
251
- carrier_pay_source_type;
252
- consolidation_flag_id;
253
- assigned_names;
254
- next_node_sub_area_id;
255
- max_weight;
256
- next_node_timezone;
257
- next_node_timezone_offset;
258
- westbound;
259
- customer_rank_based_on_sales;
260
- customer_ids;
261
- destination_sub_areas;
262
- cutoff_time;
263
- tanker_required;
264
- next_driver_id;
265
- next_carrier_id;
266
- next_perform_date;
267
- intermodal_contract;
268
- storage_consolidation;
125
+ outbound_dispatch_type;
269
126
  commodity_piece_ids;
270
- load_ids;
127
+ load_numbers;
128
+ weight;
129
+ feet;
130
+ calc_area_id;
271
131
  }
272
132
  //# sourceMappingURL=cargoConsolidation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"cargoConsolidation.js","sourceRoot":"","sources":["../../../src/entities/cargoConsolidation/cargoConsolidation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cargoConsolidation.js","sourceRoot":"","sources":["../../../src/entities/cargoConsolidation/cargoConsolidation.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,129 @@
1
+ /**
2
+ * CargoConsolidationV1_Entity type guard.
3
+ *
4
+ * @param {any} cargoConsolidationV1Json CargoConsolidationV1 object from API
5
+ * @returns {boolean} Return true if type is CargoConsolidationV1_Entity
6
+ */
7
+ export declare function validator(cargoConsolidationV1Json: unknown): cargoConsolidationV1Json is CargoConsolidationV1_Entity;
8
+ export default class CargoConsolidationV1_Entity {
9
+ static requiredFields: never[];
10
+ constructor(cargoConsolidationV1Json?: unknown);
11
+ id: number;
12
+ asset_id?: number;
13
+ driver_id?: number;
14
+ node_id?: number;
15
+ employee_id?: number;
16
+ consolidation_date?: string;
17
+ seal?: string;
18
+ temperature?: string;
19
+ appointment_trip_id?: number;
20
+ loaded?: boolean;
21
+ carrier_id?: number;
22
+ trip_baserate?: string;
23
+ trip_fuel_surcharge?: string;
24
+ processed_date?: string;
25
+ next_cargo_consolidation_id?: number;
26
+ trip_detail?: string;
27
+ for_delivery?: boolean;
28
+ override_dispatch_path_edge_id?: number;
29
+ notes?: string;
30
+ review?: boolean;
31
+ dropped_to_dock?: boolean;
32
+ workflow_driver_assignment_id?: number;
33
+ start_area_id?: number;
34
+ assignment_order?: number;
35
+ perform_date?: string;
36
+ empty_workflow_move?: boolean;
37
+ return_temporary?: boolean;
38
+ start_time?: string;
39
+ end_time?: string;
40
+ loaded_workflow_move?: boolean;
41
+ warehouse_notes?: string;
42
+ total_cost?: number;
43
+ loading_status?: string;
44
+ pallet_manifest_id?: number;
45
+ unload_node_id?: number;
46
+ person_id?: number;
47
+ otr_posted?: boolean;
48
+ start_brokerage_rate?: number;
49
+ max_brokerage_rate?: number;
50
+ calc_area_id?: number;
51
+ pieces?: number;
52
+ pallets?: number;
53
+ feet?: number;
54
+ weight?: number;
55
+ next_node_id?: number;
56
+ fill_percent?: number;
57
+ pallets_to_go?: number;
58
+ weight_to_go?: number;
59
+ outbound_dispatch_type?: string;
60
+ dispatch_path_edge_id?: number;
61
+ next_node_type?: string;
62
+ asset_code?: string;
63
+ next_node_name?: string;
64
+ dest_area_id?: number;
65
+ current_eta?: string;
66
+ dest_node_id?: number;
67
+ next_dispatch_type?: string;
68
+ node_type?: string;
69
+ trip_total_cost?: string;
70
+ scac?: string;
71
+ waybill?: string;
72
+ cached_eta?: string;
73
+ reefer_last_contact?: string;
74
+ reefer_temp?: number;
75
+ reefer_fuel_level?: number;
76
+ pickup_number?: string;
77
+ destination_states?: string;
78
+ destination_areas?: string;
79
+ dest_node_type?: string;
80
+ next_leg_dispatch_type?: string;
81
+ next_waybill?: string;
82
+ has_rail_tender?: boolean;
83
+ has_next_rail_tender?: boolean;
84
+ next_dest_node_id?: number;
85
+ load_numbers?: string;
86
+ has_splits?: boolean;
87
+ has_ingated?: boolean;
88
+ next_has_ingated?: boolean;
89
+ trailer_expire?: string;
90
+ current_carrier_tender_id?: number;
91
+ next_scac?: string;
92
+ long_distance?: boolean;
93
+ origin_areas?: string;
94
+ earliest_delivery_date?: string;
95
+ total_planned_cost?: number;
96
+ edges_until_end?: number;
97
+ node_name?: string;
98
+ pallet_position_to_go?: number;
99
+ do_not_break_seal?: boolean;
100
+ asset_status?: string;
101
+ status_description?: string;
102
+ expedited?: boolean;
103
+ local_move?: boolean;
104
+ load_count?: number;
105
+ active_rail_tender_id?: number;
106
+ status_code?: string;
107
+ service_level?: string;
108
+ destination_locations?: string[];
109
+ carrier_pay_source_type?: string;
110
+ consolidation_flag_id?: number;
111
+ assigned_names?: string;
112
+ next_node_sub_area_id?: number;
113
+ max_weight?: boolean;
114
+ next_node_timezone?: string;
115
+ next_node_timezone_offset?: string;
116
+ westbound?: boolean;
117
+ customer_rank_based_on_sales?: string;
118
+ customer_ids?: number[];
119
+ destination_sub_areas?: string;
120
+ cutoff_time?: string;
121
+ tanker_required?: boolean;
122
+ next_driver_id?: number;
123
+ next_carrier_id?: number;
124
+ next_perform_date?: string;
125
+ intermodal_contract?: string;
126
+ storage_consolidation?: boolean;
127
+ commodity_piece_ids?: number[];
128
+ load_ids?: number[];
129
+ }