@nerdjs/sales-kit 2.1.1 → 2.1.2

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 (119) hide show
  1. package/dist/entities/index.d.ts +2 -0
  2. package/dist/entities/index.js +2 -0
  3. package/dist/entities/index.js.map +1 -1
  4. package/dist/entities/otrDispatch/helper.d.ts +1 -0
  5. package/dist/entities/otrDispatch/helper.js +18 -4
  6. package/dist/entities/otrDispatch/helper.js.map +1 -1
  7. package/dist/entities/otrDispatchV1/helper.d.ts +2 -0
  8. package/dist/entities/otrDispatchV1/helper.js +37 -0
  9. package/dist/entities/otrDispatchV1/helper.js.map +1 -1
  10. package/dist/entities/personV1/helper.d.ts +5 -0
  11. package/dist/entities/personV1/helper.js +16 -0
  12. package/dist/entities/personV1/helper.js.map +1 -0
  13. package/dist/entities/personV1/index.d.ts +2 -0
  14. package/dist/entities/personV1/index.js +3 -0
  15. package/dist/entities/personV1/index.js.map +1 -0
  16. package/dist/entities/personV1/personV1.d.ts +44 -0
  17. package/dist/entities/personV1/personV1.js +106 -0
  18. package/dist/entities/personV1/personV1.js.map +1 -0
  19. package/dist/entities/shipConDispatch/helper.d.ts +5 -0
  20. package/dist/entities/shipConDispatch/helper.js +16 -0
  21. package/dist/entities/shipConDispatch/helper.js.map +1 -0
  22. package/dist/entities/shipConDispatch/index.d.ts +2 -0
  23. package/dist/entities/shipConDispatch/index.js +3 -0
  24. package/dist/entities/shipConDispatch/index.js.map +1 -0
  25. package/dist/entities/shipConDispatch/shipConDispatch.d.ts +248 -0
  26. package/dist/entities/shipConDispatch/shipConDispatch.js +539 -0
  27. package/dist/entities/shipConDispatch/shipConDispatch.js.map +1 -0
  28. package/dist/redux/api/salesApi.d.ts +1 -1
  29. package/dist/redux/api/salesApi.js +2 -0
  30. package/dist/redux/api/salesApi.js.map +1 -1
  31. package/dist/redux/apiTender/apiTenderEndpoints.d.ts +10 -10
  32. package/dist/redux/appointmentArrival/appointmentArrivalEndpoints.d.ts +12 -12
  33. package/dist/redux/appointmentIssue/appointmentIssueEndpoints.d.ts +10 -10
  34. package/dist/redux/appointmentIssueCategory/appointmentIssueCategoryEndpoints.d.ts +11 -11
  35. package/dist/redux/appointmentIssueSubcategory/appointmentIssueSubcategoryEndpoints.d.ts +10 -10
  36. package/dist/redux/appointmentNote/appointmentNoteEndpoints.d.ts +10 -10
  37. package/dist/redux/appointmentNoteType/appointmentNoteTypeEndpoints.d.ts +10 -10
  38. package/dist/redux/appointmentTrip/appointmentTripEndpoints.d.ts +10 -10
  39. package/dist/redux/archerFile/archerFileEndpoints.d.ts +13 -13
  40. package/dist/redux/asset/assetEndpoints.d.ts +12 -12
  41. package/dist/redux/billingKickback/billingKickbackEndpoints.d.ts +11 -11
  42. package/dist/redux/billingKickbackResponse/billingKickbackResponseEndpoints.d.ts +10 -10
  43. package/dist/redux/billingKickbackResponseAccessorial/billingKickbackResponseAccessorialEndpoints.d.ts +10 -10
  44. package/dist/redux/billingMessage/billingMessageEndpoints.d.ts +9 -9
  45. package/dist/redux/billingNote/billingNoteEndpoints.d.ts +10 -10
  46. package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.d.ts +19 -19
  47. package/dist/redux/cargoConsolidationCommodityPiece/cargoConsolidationCommodityPieceEndpoints.d.ts +10 -10
  48. package/dist/redux/carrierName/carrierNameEndpoints.d.ts +13 -13
  49. package/dist/redux/carrierPayContract/carrierPayContractEndpoints.d.ts +10 -10
  50. package/dist/redux/carrierTender/carrierTenderEndpoints.d.ts +14 -14
  51. package/dist/redux/carrierTenderAccessorial/carrierTenderAccessorialEndpoints.d.ts +10 -10
  52. package/dist/redux/carrierTenderDeduction/carrierTenderDeductionEndpoints.d.ts +10 -10
  53. package/dist/redux/carrierTenderEdge/carrierTenderEdgeEndpoints.d.ts +9 -9
  54. package/dist/redux/claim/claimEndpoints.d.ts +16 -16
  55. package/dist/redux/claimStatus/claimStatusEndpoints.d.ts +9 -9
  56. package/dist/redux/commodity/commodityEndpoints.d.ts +10 -10
  57. package/dist/redux/commodityV1/commodityV1Endpoints.d.ts +11 -11
  58. package/dist/redux/companyLocation/companyLocationEndpoints.d.ts +10 -10
  59. package/dist/redux/contact/contactEndpoints.d.ts +10 -10
  60. package/dist/redux/customer/customerEndpoints.d.ts +17 -17
  61. package/dist/redux/customer/customerEndpoints.js +1 -0
  62. package/dist/redux/customer/customerEndpoints.js.map +1 -1
  63. package/dist/redux/customersAccessorial/customersAccessorialEndpoints.d.ts +9 -9
  64. package/dist/redux/deduction/deductionEndpoints.d.ts +9 -9
  65. package/dist/redux/departmentPhone/departmentPhoneEndpoints.d.ts +10 -10
  66. package/dist/redux/dispatch/dispatchEndpoints.d.ts +10 -10
  67. package/dist/redux/driver/driverEndpoints.d.ts +9 -9
  68. package/dist/redux/driverName/driverNameEndpoints.d.ts +9 -9
  69. package/dist/redux/employeeName/employeeNameEndpoints.d.ts +9 -9
  70. package/dist/redux/flag/flagEndpoints.d.ts +9 -9
  71. package/dist/redux/generalLedgerAccount/generalLedgerAccountEndpoints.d.ts +10 -10
  72. package/dist/redux/genericTender/genericTenderEndpoints.d.ts +10 -10
  73. package/dist/redux/holiday/holidayEndpoints.d.ts +10 -10
  74. package/dist/redux/index.d.ts +1 -0
  75. package/dist/redux/index.js +1 -0
  76. package/dist/redux/index.js.map +1 -1
  77. package/dist/redux/invoice/invoiceEndpoints.d.ts +10 -10
  78. package/dist/redux/invoiceAdjustment/invoiceAdjustmentEndpoints.d.ts +10 -10
  79. package/dist/redux/invoiceV1/invoiceV1Endpoints.d.ts +11 -11
  80. package/dist/redux/load/loadEndpoints.d.ts +12 -12
  81. package/dist/redux/loadAdjustment/loadAdjustmentEndpoints.d.ts +10 -10
  82. package/dist/redux/loadAdjustmentV1/loadAdjustmentV1Endpoints.d.ts +10 -10
  83. package/dist/redux/loadTender/loadTenderEndpoints.d.ts +12 -12
  84. package/dist/redux/loadV1/loadV1Endpoints.d.ts +58 -58
  85. package/dist/redux/location/locationEndpoints.d.ts +15 -15
  86. package/dist/redux/locationV1/locationV1Endpoints.d.ts +19 -19
  87. package/dist/redux/manualCheckCall/manualCheckCallEndpoints.d.ts +10 -10
  88. package/dist/redux/nmfcClass/nmfcClassEndpoints.d.ts +9 -9
  89. package/dist/redux/nodeName/nodeNameEndpoints.d.ts +10 -10
  90. package/dist/redux/notification/notificationEndpoints.d.ts +13 -13
  91. package/dist/redux/otrDispatch/otrDispatchEndpoints.d.ts +24 -19
  92. package/dist/redux/otrDispatch/otrDispatchEndpoints.js +10 -1
  93. package/dist/redux/otrDispatch/otrDispatchEndpoints.js.map +1 -1
  94. package/dist/redux/person/personEndpoints.d.ts +17 -17
  95. package/dist/redux/person/personEndpoints.js +2 -1
  96. package/dist/redux/person/personEndpoints.js.map +1 -1
  97. package/dist/redux/personName/personNameEndpoints.d.ts +10 -10
  98. package/dist/redux/position/positionEndpoints.d.ts +10 -10
  99. package/dist/redux/possibleIssueItem/possibleIssueItemEndpoints.d.ts +9 -9
  100. package/dist/redux/quote/quoteEndpoints.d.ts +21 -21
  101. package/dist/redux/quote/quoteHooks.d.ts +2 -2
  102. package/dist/redux/quoteAccessorial/quoteAccessorialEndpoints.d.ts +9 -9
  103. package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.d.ts +10 -10
  104. package/dist/redux/rateReview/rateReviewEndpoints.d.ts +10 -10
  105. package/dist/redux/relayCode/relayCodeEndpoints.d.ts +11 -11
  106. package/dist/redux/shipConDispatch/index.d.ts +2 -0
  107. package/dist/redux/shipConDispatch/index.js +3 -0
  108. package/dist/redux/shipConDispatch/index.js.map +1 -0
  109. package/dist/redux/shipConDispatch/shipConDispatchEndpoints.d.ts +33 -0
  110. package/dist/redux/shipConDispatch/shipConDispatchEndpoints.js +66 -0
  111. package/dist/redux/shipConDispatch/shipConDispatchEndpoints.js.map +1 -0
  112. package/dist/redux/shipcon/shipconEndpoints.d.ts +11 -11
  113. package/dist/redux/shipconV1/shipconV1Endpoints.d.ts +16 -16
  114. package/dist/redux/tender/tenderEndpoints.d.ts +9 -9
  115. package/dist/redux/trailerAvailability/customerEndpoints.d.ts +4 -4
  116. package/dist/redux/trailerCode/trailerCodeEndpoints.d.ts +9 -9
  117. package/dist/redux/unitV1/unitV1Endpoints.d.ts +9 -9
  118. package/dist/redux/userNoteV1/userNoteV1Endpoints.d.ts +10 -10
  119. package/package.json +1 -1
@@ -0,0 +1,539 @@
1
+ /**
2
+ * ShipConDispatch_Entity type guard.
3
+ *
4
+ * @param {any} shipConDispatchJson ShipConDispatch object from API
5
+ * @returns {boolean} Return true if type is ShipConDispatch_Entity
6
+ */
7
+ function validator(shipConDispatchJson) {
8
+ if (typeof shipConDispatchJson === "object" && shipConDispatchJson != null) {
9
+ ShipConDispatch_Entity.requiredFields.forEach((element) => {
10
+ if (!Object.keys(shipConDispatchJson).includes(element))
11
+ throw new Error(`Field ${element} is null or undefined`);
12
+ });
13
+ }
14
+ return true;
15
+ }
16
+ export default class ShipConDispatch_Entity {
17
+ static requiredFields = ["id"];
18
+ constructor(shipConDispatchJson) {
19
+ if (validator(shipConDispatchJson)) {
20
+ this.id = shipConDispatchJson.id;
21
+ this.quote_id = shipConDispatchJson.quote_id;
22
+ this.load_id = shipConDispatchJson.load_id;
23
+ this.quote_path_edge_id = shipConDispatchJson.quote_path_edge_id;
24
+ this.name = shipConDispatchJson.name;
25
+ this.city = shipConDispatchJson.city;
26
+ this.state = shipConDispatchJson.state;
27
+ this.zip = shipConDispatchJson.zip;
28
+ this.lat = shipConDispatchJson.lat;
29
+ this.lng = shipConDispatchJson.lng;
30
+ this.ship_cons_type = shipConDispatchJson.ship_cons_type;
31
+ this.farthest = shipConDispatchJson.farthest;
32
+ this.location_id = shipConDispatchJson.location_id;
33
+ this.available_date = shipConDispatchJson.available_date;
34
+ this.stop_date = shipConDispatchJson.stop_date;
35
+ this.time_from = shipConDispatchJson.time_from;
36
+ this.time_to = shipConDispatchJson.time_to;
37
+ this.reference_number = shipConDispatchJson.reference_number;
38
+ this.stop_number = shipConDispatchJson.stop_number;
39
+ this.trip_number = shipConDispatchJson.trip_number;
40
+ this.trip_order = shipConDispatchJson.trip_order;
41
+ this.confirmation_number = shipConDispatchJson.confirmation_number;
42
+ this.quote_city = shipConDispatchJson.quote_city;
43
+ this.quote_state = shipConDispatchJson.quote_state;
44
+ this.quote_zip = shipConDispatchJson.quote_zip;
45
+ this.sent_to_driver = shipConDispatchJson.sent_to_driver;
46
+ this.processed = shipConDispatchJson.processed;
47
+ this.notified = shipConDispatchJson.notified;
48
+ this.ingated = shipConDispatchJson.ingated;
49
+ this.node_id = shipConDispatchJson.node_id;
50
+ this.driver_id = shipConDispatchJson.driver_id;
51
+ this.asset_code = shipConDispatchJson.asset_code;
52
+ this.dispatch_notes = shipConDispatchJson.dispatch_notes;
53
+ this.asset_id = shipConDispatchJson.asset_id;
54
+ this.duplicate = shipConDispatchJson.duplicate;
55
+ this.area_id = shipConDispatchJson.area_id;
56
+ this.path_identifier = shipConDispatchJson.path_identifier;
57
+ this.reference_code = shipConDispatchJson.reference_code;
58
+ this.notes = shipConDispatchJson.notes;
59
+ this.appointment_trip_id = shipConDispatchJson.appointment_trip_id;
60
+ this.alternate_appointment_trip_id =
61
+ shipConDispatchJson.alternate_appointment_trip_id;
62
+ this.alternate_trip_number = shipConDispatchJson.alternate_trip_number;
63
+ this.alternate_trip_order = shipConDispatchJson.alternate_trip_order;
64
+ this.ignore_in_algorithm = shipConDispatchJson.ignore_in_algorithm;
65
+ this.rail_destination_node_id =
66
+ shipConDispatchJson.rail_destination_node_id;
67
+ this.algorithm_anchor_node_id =
68
+ shipConDispatchJson.algorithm_anchor_node_id;
69
+ this.rail_eta = shipConDispatchJson.rail_eta;
70
+ this.window_time_from = shipConDispatchJson.window_time_from;
71
+ this.window_time_to = shipConDispatchJson.window_time_to;
72
+ this.adjustable_window_time_from =
73
+ shipConDispatchJson.adjustable_window_time_from;
74
+ this.adjustable_window_time_to =
75
+ shipConDispatchJson.adjustable_window_time_to;
76
+ this.driver_assignment_group =
77
+ shipConDispatchJson.driver_assignment_group;
78
+ this.drop_location = shipConDispatchJson.drop_location;
79
+ this.override_rail_trailer = shipConDispatchJson.override_rail_trailer;
80
+ this.estimated_eta = shipConDispatchJson.estimated_eta;
81
+ this.time_status = shipConDispatchJson.time_status;
82
+ this.carrier_id = shipConDispatchJson.carrier_id;
83
+ this.assigned_trip_number = shipConDispatchJson.assigned_trip_number;
84
+ this.assigned_trip_order = shipConDispatchJson.assigned_trip_order;
85
+ this.no_freight_completed = shipConDispatchJson.no_freight_completed;
86
+ this.delivery_trailer = shipConDispatchJson.delivery_trailer;
87
+ this.outgate_node_id = shipConDispatchJson.outgate_node_id;
88
+ this.pickup_dest_lat = shipConDispatchJson.pickup_dest_lat;
89
+ this.pickup_dest_lng = shipConDispatchJson.pickup_dest_lng;
90
+ this.workflow_appointment_item_id =
91
+ shipConDispatchJson.workflow_appointment_item_id;
92
+ this.endpoint_distance_cache =
93
+ shipConDispatchJson.endpoint_distance_cache;
94
+ this.drop_stop = shipConDispatchJson.drop_stop;
95
+ this.incoming_asset_id = shipConDispatchJson.incoming_asset_id;
96
+ this.date_is_scheduled = shipConDispatchJson.date_is_scheduled;
97
+ this.late_notification_sent = shipConDispatchJson.late_notification_sent;
98
+ this.liftgate = shipConDispatchJson.liftgate;
99
+ this.email_counter = shipConDispatchJson.email_counter;
100
+ this.call_counter = shipConDispatchJson.call_counter;
101
+ this.portal_counter = shipConDispatchJson.portal_counter;
102
+ this.standby_appointment = shipConDispatchJson.standby_appointment;
103
+ this.psr_tms_scheduled = shipConDispatchJson.psr_tms_scheduled;
104
+ this.customer_request_counter =
105
+ shipConDispatchJson.customer_request_counter;
106
+ this.otr_shipper = shipConDispatchJson.otr_shipper;
107
+ this.on_time_check = shipConDispatchJson.on_time_check;
108
+ this.hip_con_eta_ids = shipConDispatchJson.hip_con_eta_ids;
109
+ this.express_load_number = shipConDispatchJson.express_load_number;
110
+ this.rail_trailer = shipConDispatchJson.rail_trailer;
111
+ this.rail_trailers = shipConDispatchJson.rail_trailers;
112
+ this.rail_destination_node_name =
113
+ shipConDispatchJson.rail_destination_node_name;
114
+ this.destination_node_id = shipConDispatchJson.destination_node_id;
115
+ this.origin_splc = shipConDispatchJson.origin_splc;
116
+ this.dest_splc = shipConDispatchJson.dest_splc;
117
+ this.num_stops = shipConDispatchJson.num_stops;
118
+ this.multi_stop = shipConDispatchJson.multi_stop;
119
+ this.do_not_break_seal = shipConDispatchJson.do_not_break_seal;
120
+ this.equipment = shipConDispatchJson.equipment;
121
+ this.reefer_temp = shipConDispatchJson.reefer_temp;
122
+ this.weight = shipConDispatchJson.weight;
123
+ this.pallets = shipConDispatchJson.pallets;
124
+ this.feet = shipConDispatchJson.feet;
125
+ this.pieces = shipConDispatchJson.pieces;
126
+ this.customer_name = shipConDispatchJson.customer_name;
127
+ this.customer_rank = shipConDispatchJson.customer_rank;
128
+ this.line1 = shipConDispatchJson.line1;
129
+ this.dispatch_status = shipConDispatchJson.dispatch_status;
130
+ this.cargo_consolidation_for_shipper_id =
131
+ shipConDispatchJson.cargo_consolidation_for_shipper_id;
132
+ this.has_rail_tender = shipConDispatchJson.has_rail_tender;
133
+ this.has_ingated = shipConDispatchJson.has_ingated;
134
+ this.assigned_name = shipConDispatchJson.assigned_name;
135
+ this.load_notes = shipConDispatchJson.load_notes;
136
+ this.calc_area_id = shipConDispatchJson.calc_area_id;
137
+ this.driver_report_time = shipConDispatchJson.driver_report_time;
138
+ this.current_node_id = shipConDispatchJson.current_node_id;
139
+ this.next_destination_node_id =
140
+ shipConDispatchJson.next_destination_node_id;
141
+ this.trip_empty_miles = shipConDispatchJson.trip_empty_miles;
142
+ this.trip_loaded_miles = shipConDispatchJson.trip_loaded_miles;
143
+ this.trip_on_duty_hours = shipConDispatchJson.trip_on_duty_hours;
144
+ this.trip_driving_hours = shipConDispatchJson.trip_driving_hours;
145
+ this.trip_map_url = shipConDispatchJson.trip_map_url;
146
+ this.trip_start_time = shipConDispatchJson.trip_start_time;
147
+ this.trip_end_time = shipConDispatchJson.trip_end_time;
148
+ this.trip_weight = shipConDispatchJson.trip_weight;
149
+ this.trip_total_drivers = shipConDispatchJson.trip_total_drivers;
150
+ this.trip_driver_assignment = shipConDispatchJson.trip_driver_assignment;
151
+ this.trip_locked = shipConDispatchJson.trip_locked;
152
+ this.trip_layover = shipConDispatchJson.trip_layover;
153
+ this.bol_file_id = shipConDispatchJson.bol_file_id;
154
+ this.destination_node_type = shipConDispatchJson.destination_node_type;
155
+ this.next_destination_node_type =
156
+ shipConDispatchJson.next_destination_node_type;
157
+ this.trip_start_time_string = shipConDispatchJson.trip_start_time_string;
158
+ this.trip_end_time_string = shipConDispatchJson.trip_end_time_string;
159
+ this.has_issues = shipConDispatchJson.has_issues;
160
+ this.issues_text = shipConDispatchJson.issues_text;
161
+ this.time_to_appointment = shipConDispatchJson.time_to_appointment;
162
+ this.time_to_appointment_start =
163
+ shipConDispatchJson.time_to_appointment_start;
164
+ this.has_early_arrival_update =
165
+ shipConDispatchJson.has_early_arrival_update;
166
+ this.has_arrival_update = shipConDispatchJson.has_arrival_update;
167
+ this.has_status_update = shipConDispatchJson.has_status_update;
168
+ this.final_destination = shipConDispatchJson.final_destination;
169
+ this.customer_drop = shipConDispatchJson.customer_drop;
170
+ this.location_drop = shipConDispatchJson.location_drop;
171
+ this.location_notes = shipConDispatchJson.location_notes;
172
+ this.current_eta = shipConDispatchJson.current_eta;
173
+ this.pickup_number = shipConDispatchJson.pickup_number;
174
+ this.dropped_node_id = shipConDispatchJson.dropped_node_id;
175
+ this.current_trailer = shipConDispatchJson.current_trailer;
176
+ this.tanker_required = shipConDispatchJson.tanker_required;
177
+ this.long_distance = shipConDispatchJson.long_distance;
178
+ this.location_lat = shipConDispatchJson.location_lat;
179
+ this.location_lng = shipConDispatchJson.location_lng;
180
+ this.outgate_lat = shipConDispatchJson.outgate_lat;
181
+ this.outgate_lng = shipConDispatchJson.outgate_lng;
182
+ this.distance_to_outgate = shipConDispatchJson.distance_to_outgate;
183
+ this.has_reschedule = shipConDispatchJson.has_reschedule;
184
+ this.stop_cost = shipConDispatchJson.stop_cost;
185
+ this.carrier_cost = shipConDispatchJson.carrier_cost;
186
+ this.has_open_carrier_tender =
187
+ shipConDispatchJson.has_open_carrier_tender;
188
+ this.carrier_tender_needing_review_id =
189
+ shipConDispatchJson.carrier_tender_needing_review_id;
190
+ this.expedited = shipConDispatchJson.expedited;
191
+ this.quote_path_option_id = shipConDispatchJson.quote_path_option_id;
192
+ this.revision = shipConDispatchJson.revision;
193
+ this.contact = shipConDispatchJson.contact;
194
+ this.final_name = shipConDispatchJson.final_name;
195
+ this.csr_id = shipConDispatchJson.csr_id;
196
+ this.dropped_date = shipConDispatchJson.dropped_date;
197
+ this.only_load_notes = shipConDispatchJson.only_load_notes;
198
+ this.appointment_note_count = shipConDispatchJson.appointment_note_count;
199
+ this.schedule_note = shipConDispatchJson.schedule_note;
200
+ this.location_contact = shipConDispatchJson.location_contact;
201
+ this.location_phone = shipConDispatchJson.location_phone;
202
+ this.tl_loading_time = shipConDispatchJson.tl_loading_time;
203
+ this.ltl_loading_time = shipConDispatchJson.ltl_loading_time;
204
+ this.csr_name = shipConDispatchJson.csr_name;
205
+ this.customer_number = shipConDispatchJson.customer_number;
206
+ this.appointment_group_field =
207
+ shipConDispatchJson.appointment_group_field;
208
+ this.load_canceled = shipConDispatchJson.load_canceled;
209
+ this.load_pending = shipConDispatchJson.load_pending;
210
+ this.load_type = shipConDispatchJson.load_type;
211
+ this.starting_node_id = shipConDispatchJson.starting_node_id;
212
+ this.ship_con_tonu = shipConDispatchJson.ship_con_tonu;
213
+ this.trip_planned_cost = shipConDispatchJson.trip_planned_cost;
214
+ this.steelwheel = shipConDispatchJson.steelwheel;
215
+ this.current_trailer_check = shipConDispatchJson.current_trailer_check;
216
+ this.all_current_trailers = shipConDispatchJson.all_current_trailers;
217
+ this.asset_status = shipConDispatchJson.asset_status;
218
+ this.status_description = shipConDispatchJson.status_description;
219
+ this.ltl_inside = shipConDispatchJson.ltl_inside;
220
+ this.current_trailer_status = shipConDispatchJson.current_trailer_status;
221
+ this.nose_loaded_only = shipConDispatchJson.nose_loaded_only;
222
+ this.dryvan_only = shipConDispatchJson.dryvan_only;
223
+ this.carrier_node_id = shipConDispatchJson.carrier_node_id;
224
+ this.driver_node_id = shipConDispatchJson.driver_node_id;
225
+ this.cod_status = shipConDispatchJson.cod_status;
226
+ this.local_move = shipConDispatchJson.local_move;
227
+ this.preferred_carrier_type = shipConDispatchJson.preferred_carrier_type;
228
+ this.service_level = shipConDispatchJson.service_level;
229
+ this.liftgate_required = shipConDispatchJson.liftgate_required;
230
+ this.current_trailer_status_description =
231
+ shipConDispatchJson.current_trailer_status_description;
232
+ this.split_commodities = shipConDispatchJson.split_commodities;
233
+ this.trip_assignment_order = shipConDispatchJson.trip_assignment_order;
234
+ this.psr_link = shipConDispatchJson.psr_link;
235
+ this.first_consignee_id = shipConDispatchJson.first_consignee_id;
236
+ this.tl_flag = shipConDispatchJson.tl_flag;
237
+ this.psr_portal_password = shipConDispatchJson.psr_portal_password;
238
+ this.consignees_for_shipper_ids =
239
+ shipConDispatchJson.consignees_for_shipper_ids;
240
+ this.driver_phone = shipConDispatchJson.driver_phone;
241
+ this.consignee_names = shipConDispatchJson.consignee_names;
242
+ this.workflow_status = shipConDispatchJson.workflow_status;
243
+ this.psr_portal_login = shipConDispatchJson.psr_portal_login;
244
+ this.workflow_trip_status = shipConDispatchJson.workflow_trip_status;
245
+ this.workflow_driver_assignment_id =
246
+ shipConDispatchJson.workflow_driver_assignment_id;
247
+ this.calc_sub_area_id = shipConDispatchJson.calc_sub_area_id;
248
+ this.node_area_id = shipConDispatchJson.node_area_id;
249
+ this.workflow_late_seconds = shipConDispatchJson.workflow_late_seconds;
250
+ this.future_similar_load_ids =
251
+ shipConDispatchJson.future_similar_load_ids;
252
+ this.labels = shipConDispatchJson.labels;
253
+ this.has_hot_reschedule = shipConDispatchJson.has_hot_reschedule;
254
+ this.bol_file_ids = shipConDispatchJson.bol_file_ids;
255
+ this.workflow_trip_ltl_in_tl =
256
+ shipConDispatchJson.workflow_trip_ltl_in_tl;
257
+ this.load_sheet_file_id = shipConDispatchJson.load_sheet_file_id;
258
+ this.last_location = shipConDispatchJson.last_location;
259
+ this.first_come_first_serve = shipConDispatchJson.first_come_first_serve;
260
+ this.no_split = shipConDispatchJson.no_split;
261
+ this.customer_rank_based_on_sales =
262
+ shipConDispatchJson.customer_rank_based_on_sales;
263
+ this.distance_to_node = shipConDispatchJson.distance_to_node;
264
+ this.packing_file_id = shipConDispatchJson.packing_file_id;
265
+ this.best_area_id = shipConDispatchJson.best_area_id;
266
+ this.quotes_tonu = shipConDispatchJson.quotes_tonu;
267
+ this.final_area_id = shipConDispatchJson.final_area_id;
268
+ this.pickup_date = shipConDispatchJson.pickup_date;
269
+ this.pallet_jack = shipConDispatchJson.pallet_jack;
270
+ this.needs_ship_con_eta = shipConDispatchJson.needs_ship_con_eta;
271
+ this.ship_con_eta_local = shipConDispatchJson.ship_con_eta_local;
272
+ this.at_location = shipConDispatchJson.at_location;
273
+ this.ship_con_eta_reminder_time =
274
+ shipConDispatchJson.ship_con_eta_reminder_time;
275
+ this.location_settings = shipConDispatchJson.location_settings;
276
+ this.customer_no_call = shipConDispatchJson.customer_no_call;
277
+ this.loading_status = shipConDispatchJson.loading_status;
278
+ this.number_scanned = shipConDispatchJson.number_scanned;
279
+ this.asset_reefer_fuel_level =
280
+ shipConDispatchJson.asset_reefer_fuel_level;
281
+ this.pod_file_ids = shipConDispatchJson.pod_file_ids;
282
+ this.pod_file_id = shipConDispatchJson.pod_file_id;
283
+ this.has_relay_codes = shipConDispatchJson.has_relay_codes;
284
+ this.relay_code = shipConDispatchJson.relay_code;
285
+ this.open_carrier_tender_id = shipConDispatchJson.open_carrier_tender_id;
286
+ this.files_needed = shipConDispatchJson.files_needed;
287
+ this.last_pickup_date = shipConDispatchJson.last_pickup_date;
288
+ this.equipment_choice = shipConDispatchJson.equipment_choice;
289
+ this.possible_issues = shipConDispatchJson.possible_issues;
290
+ }
291
+ else
292
+ throw new Error(`Failed to create new instance of ${ShipConDispatch_Entity.name}`);
293
+ }
294
+ id;
295
+ quote_id;
296
+ load_id;
297
+ quote_path_edge_id;
298
+ name;
299
+ city;
300
+ state;
301
+ zip;
302
+ lat;
303
+ lng;
304
+ ship_cons_type;
305
+ farthest;
306
+ location_id;
307
+ available_date;
308
+ stop_date;
309
+ time_from;
310
+ time_to;
311
+ reference_number;
312
+ stop_number;
313
+ trip_number;
314
+ trip_order;
315
+ confirmation_number;
316
+ quote_city;
317
+ quote_state;
318
+ quote_zip;
319
+ sent_to_driver;
320
+ processed;
321
+ notified;
322
+ ingated;
323
+ node_id;
324
+ driver_id;
325
+ asset_code;
326
+ dispatch_notes;
327
+ asset_id;
328
+ duplicate;
329
+ area_id;
330
+ path_identifier;
331
+ reference_code;
332
+ notes;
333
+ appointment_trip_id;
334
+ alternate_appointment_trip_id;
335
+ alternate_trip_number;
336
+ alternate_trip_order;
337
+ ignore_in_algorithm;
338
+ rail_destination_node_id;
339
+ algorithm_anchor_node_id;
340
+ rail_eta;
341
+ window_time_from;
342
+ window_time_to;
343
+ adjustable_window_time_from;
344
+ adjustable_window_time_to;
345
+ driver_assignment_group;
346
+ drop_location;
347
+ override_rail_trailer;
348
+ estimated_eta;
349
+ time_status;
350
+ carrier_id;
351
+ assigned_trip_number;
352
+ assigned_trip_order;
353
+ no_freight_completed;
354
+ delivery_trailer;
355
+ outgate_node_id;
356
+ pickup_dest_lat;
357
+ pickup_dest_lng;
358
+ workflow_appointment_item_id;
359
+ endpoint_distance_cache;
360
+ drop_stop;
361
+ incoming_asset_id;
362
+ date_is_scheduled;
363
+ late_notification_sent;
364
+ liftgate;
365
+ email_counter;
366
+ call_counter;
367
+ portal_counter;
368
+ standby_appointment;
369
+ psr_tms_scheduled;
370
+ customer_request_counter;
371
+ otr_shipper;
372
+ on_time_check;
373
+ hip_con_eta_ids;
374
+ express_load_number;
375
+ rail_trailer;
376
+ rail_trailers;
377
+ rail_destination_node_name;
378
+ destination_node_id;
379
+ origin_splc;
380
+ dest_splc;
381
+ num_stops;
382
+ multi_stop;
383
+ do_not_break_seal;
384
+ equipment;
385
+ reefer_temp;
386
+ weight;
387
+ pallets;
388
+ feet;
389
+ pieces;
390
+ customer_name;
391
+ customer_rank;
392
+ line1;
393
+ dispatch_status;
394
+ cargo_consolidation_for_shipper_id;
395
+ has_rail_tender;
396
+ has_ingated;
397
+ assigned_name;
398
+ load_notes;
399
+ calc_area_id;
400
+ driver_report_time;
401
+ current_node_id;
402
+ next_destination_node_id;
403
+ trip_empty_miles;
404
+ trip_loaded_miles;
405
+ trip_on_duty_hours;
406
+ trip_driving_hours;
407
+ trip_map_url;
408
+ trip_start_time;
409
+ trip_end_time;
410
+ trip_weight;
411
+ trip_total_drivers;
412
+ trip_driver_assignment;
413
+ trip_locked;
414
+ trip_layover;
415
+ bol_file_id;
416
+ destination_node_type;
417
+ next_destination_node_type;
418
+ trip_start_time_string;
419
+ trip_end_time_string;
420
+ has_issues;
421
+ issues_text;
422
+ time_to_appointment;
423
+ time_to_appointment_start;
424
+ has_early_arrival_update;
425
+ has_arrival_update;
426
+ has_status_update;
427
+ final_destination;
428
+ customer_drop;
429
+ location_drop;
430
+ location_notes;
431
+ current_eta;
432
+ pickup_number;
433
+ dropped_node_id;
434
+ current_trailer;
435
+ tanker_required;
436
+ long_distance;
437
+ location_lat;
438
+ location_lng;
439
+ outgate_lat;
440
+ outgate_lng;
441
+ distance_to_outgate;
442
+ has_reschedule;
443
+ stop_cost;
444
+ carrier_cost;
445
+ has_open_carrier_tender;
446
+ carrier_tender_needing_review_id;
447
+ expedited;
448
+ quote_path_option_id;
449
+ revision;
450
+ contact;
451
+ final_name;
452
+ csr_id;
453
+ dropped_date;
454
+ only_load_notes;
455
+ appointment_note_count;
456
+ schedule_note;
457
+ location_contact;
458
+ location_phone;
459
+ tl_loading_time;
460
+ ltl_loading_time;
461
+ csr_name;
462
+ customer_number;
463
+ appointment_group_field;
464
+ load_canceled;
465
+ load_pending;
466
+ load_type;
467
+ starting_node_id;
468
+ ship_con_tonu;
469
+ trip_planned_cost;
470
+ steelwheel;
471
+ current_trailer_check;
472
+ all_current_trailers;
473
+ asset_status;
474
+ status_description;
475
+ ltl_inside;
476
+ current_trailer_status;
477
+ nose_loaded_only;
478
+ dryvan_only;
479
+ carrier_node_id;
480
+ driver_node_id;
481
+ cod_status;
482
+ local_move;
483
+ preferred_carrier_type;
484
+ service_level;
485
+ liftgate_required;
486
+ current_trailer_status_description;
487
+ split_commodities;
488
+ trip_assignment_order;
489
+ psr_link;
490
+ first_consignee_id;
491
+ tl_flag;
492
+ psr_portal_password;
493
+ consignees_for_shipper_ids;
494
+ driver_phone;
495
+ consignee_names;
496
+ workflow_status;
497
+ psr_portal_login;
498
+ workflow_trip_status;
499
+ workflow_driver_assignment_id;
500
+ calc_sub_area_id;
501
+ node_area_id;
502
+ workflow_late_seconds;
503
+ future_similar_load_ids;
504
+ labels;
505
+ has_hot_reschedule;
506
+ bol_file_ids;
507
+ workflow_trip_ltl_in_tl;
508
+ load_sheet_file_id;
509
+ last_location;
510
+ first_come_first_serve;
511
+ no_split;
512
+ customer_rank_based_on_sales;
513
+ distance_to_node;
514
+ packing_file_id;
515
+ best_area_id;
516
+ quotes_tonu;
517
+ final_area_id;
518
+ pickup_date;
519
+ pallet_jack;
520
+ needs_ship_con_eta;
521
+ ship_con_eta_local;
522
+ at_location;
523
+ ship_con_eta_reminder_time;
524
+ location_settings;
525
+ customer_no_call;
526
+ loading_status;
527
+ number_scanned;
528
+ asset_reefer_fuel_level;
529
+ pod_file_ids;
530
+ pod_file_id;
531
+ has_relay_codes;
532
+ relay_code;
533
+ open_carrier_tender_id;
534
+ files_needed;
535
+ last_pickup_date;
536
+ equipment_choice;
537
+ possible_issues;
538
+ }
539
+ //# sourceMappingURL=shipConDispatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shipConDispatch.js","sourceRoot":"","sources":["../../../src/entities/shipConDispatch/shipConDispatch.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- export declare const salesApi: import("@reduxjs/toolkit/query/react").Api<(args: any, api: import("@reduxjs/toolkit/query/react").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query/react").FetchBaseQueryError, {}>>, {}, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete", typeof import("@reduxjs/toolkit/query/react").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
1
+ export declare const salesApi: import("@reduxjs/toolkit/query/react").Api<(args: any, api: import("@reduxjs/toolkit/query/react").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query/react").FetchBaseQueryError, {}>>, {}, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople", typeof import("@reduxjs/toolkit/query/react").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
@@ -106,6 +106,8 @@ export const salesApi = createApi({
106
106
  "cargoConsolidationCargoConsolidationCommodityPieces",
107
107
  "manualCheckCalls",
108
108
  "loadsAutocomplete",
109
+ "shipConDispatches",
110
+ "customerPeople",
109
111
  ],
110
112
  });
111
113
  //# sourceMappingURL=salesApi.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"salesApi.js","sourceRoot":"","sources":["../../../src/redux/api/salesApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,MAAM,CAAC,MAAM,QAAQ,GAAG,SAAS,CAAC;IAChC,WAAW,EAAE,UAAU;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;QACvB,OAAO,oBAAoB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;IACrB,QAAQ,EAAE;QACR,QAAQ;QACR,OAAO;QACP,WAAW;QACX,iBAAiB;QACjB,UAAU;QACV,WAAW;QACX,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,OAAO;QACP,uBAAuB;QACvB,aAAa;QACb,yBAAyB;QACzB,aAAa;QACb,kBAAkB;QAClB,sBAAsB;QACtB,YAAY;QACZ,cAAc;QACd,4BAA4B;QAC5B,+BAA+B;QAC/B,aAAa;QACb,WAAW;QACX,aAAa;QACb,cAAc;QACd,mBAAmB;QACnB,SAAS;QACT,aAAa;QACb,eAAe;QACf,iBAAiB;QACjB,uBAAuB;QACvB,qBAAqB;QACrB,uBAAuB;QACvB,mBAAmB;QACnB,aAAa;QACb,iBAAiB;QACjB,SAAS;QACT,uBAAuB;QACvB,eAAe;QACf,QAAQ;QACR,mBAAmB;QACnB,UAAU;QACV,OAAO;QACP,aAAa;QACb,iBAAiB;QACjB,gBAAgB;QAChB,aAAa;QACb,YAAY;QACZ,sBAAsB;QACtB,0BAA0B;QAC1B,QAAQ;QACR,gBAAgB;QAChB,eAAe;QACf,kBAAkB;QAClB,sBAAsB;QACtB,0BAA0B;QAC1B,sCAAsC;QACtC,qCAAqC;QACrC,iBAAiB;QACjB,YAAY;QACZ,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,uBAAuB;QACvB,oBAAoB;QACpB,sBAAsB;QACtB,aAAa;QACb,WAAW;QACX,gBAAgB;QAChB,YAAY;QACZ,gBAAgB;QAChB,kBAAkB;QAClB,kBAAkB;QAClB,SAAS;QACT,kBAAkB;QAClB,qBAAqB;QACrB,qBAAqB;QACrB,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,QAAQ;QACR,gBAAgB;QAChB,oBAAoB;QACpB,YAAY;QACZ,cAAc;QACd,qBAAqB;QACrB,WAAW;QACX,2BAA2B;QAC3B,oBAAoB;QACpB,mCAAmC;QACnC,yBAAyB;QACzB,oBAAoB;QACpB,0BAA0B;QAC1B,gBAAgB;QAChB,eAAe;QACf,oBAAoB;QACpB,uDAAuD;QACvD,qDAAqD;QACrD,kBAAkB;QAClB,mBAAmB;KACpB;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"salesApi.js","sourceRoot":"","sources":["../../../src/redux/api/salesApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAEzD,MAAM,CAAC,MAAM,QAAQ,GAAG,SAAS,CAAC;IAChC,WAAW,EAAE,UAAU;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;QACvB,OAAO,oBAAoB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IACD,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC;IACrB,QAAQ,EAAE;QACR,QAAQ;QACR,OAAO;QACP,WAAW;QACX,iBAAiB;QACjB,UAAU;QACV,WAAW;QACX,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,OAAO;QACP,uBAAuB;QACvB,aAAa;QACb,yBAAyB;QACzB,aAAa;QACb,kBAAkB;QAClB,sBAAsB;QACtB,YAAY;QACZ,cAAc;QACd,4BAA4B;QAC5B,+BAA+B;QAC/B,aAAa;QACb,WAAW;QACX,aAAa;QACb,cAAc;QACd,mBAAmB;QACnB,SAAS;QACT,aAAa;QACb,eAAe;QACf,iBAAiB;QACjB,uBAAuB;QACvB,qBAAqB;QACrB,uBAAuB;QACvB,mBAAmB;QACnB,aAAa;QACb,iBAAiB;QACjB,SAAS;QACT,uBAAuB;QACvB,eAAe;QACf,QAAQ;QACR,mBAAmB;QACnB,UAAU;QACV,OAAO;QACP,aAAa;QACb,iBAAiB;QACjB,gBAAgB;QAChB,aAAa;QACb,YAAY;QACZ,sBAAsB;QACtB,0BAA0B;QAC1B,QAAQ;QACR,gBAAgB;QAChB,eAAe;QACf,kBAAkB;QAClB,sBAAsB;QACtB,0BAA0B;QAC1B,sCAAsC;QACtC,qCAAqC;QACrC,iBAAiB;QACjB,YAAY;QACZ,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,uBAAuB;QACvB,oBAAoB;QACpB,sBAAsB;QACtB,aAAa;QACb,WAAW;QACX,gBAAgB;QAChB,YAAY;QACZ,gBAAgB;QAChB,kBAAkB;QAClB,kBAAkB;QAClB,SAAS;QACT,kBAAkB;QAClB,qBAAqB;QACrB,qBAAqB;QACrB,eAAe;QACf,YAAY;QACZ,YAAY;QACZ,QAAQ;QACR,gBAAgB;QAChB,oBAAoB;QACpB,YAAY;QACZ,cAAc;QACd,qBAAqB;QACrB,WAAW;QACX,2BAA2B;QAC3B,oBAAoB;QACpB,mCAAmC;QACnC,yBAAyB;QACzB,oBAAoB;QACpB,0BAA0B;QAC1B,gBAAgB;QAChB,eAAe;QACf,oBAAoB;QACpB,uDAAuD;QACvD,qDAAqD;QACrD,kBAAkB;QAClB,mBAAmB;QACnB,mBAAmB;QACnB,gBAAgB;KACjB;CACF,CAAC,CAAC"}