ngx-vector-components 5.153.0 → 5.154.0
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.
|
@@ -345,7 +345,6 @@ export declare enum ProfileModuleActionType {
|
|
|
345
345
|
SHOW_ADVANCE_ETCD = "Show Advance ETCD",
|
|
346
346
|
APPROVE_REQUESTS_ETCD = "Approve Requests ETCD",
|
|
347
347
|
SHOW_SUPPLY = "Show Supply",
|
|
348
|
-
SHOW_TRIP_OFFERT = "Trip Offer Show",
|
|
349
348
|
APPROVE_DISCHARGE_PAYMENT = "Aprovar quitacao",
|
|
350
349
|
APPROVE_ADVANCE_PAYMENT = "Aprovar adiantamento",
|
|
351
350
|
APPROVE_ENGINE_PAYMENT = "Aprovar motor de pagamento",
|
|
@@ -700,5 +699,10 @@ export declare enum ProfileModuleActionType {
|
|
|
700
699
|
ADD_MANUAL_CARGO_EXCEL = "Add Manual Cargo Excel",
|
|
701
700
|
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result",
|
|
702
701
|
APPROVER_N2_LOT_DIVULGATION = "Approver N2 Lot Divulgation",
|
|
703
|
-
APPROVER_N2_LOT_PARTNER = "Approver N2 Lot Partner"
|
|
702
|
+
APPROVER_N2_LOT_PARTNER = "Approver N2 Lot Partner",
|
|
703
|
+
CREATE_TRIPS_ROUTES_FROM_TRIP_OFFER = "Create trips routes from TripOffer",
|
|
704
|
+
TRIPS_LC = "Trips LC",
|
|
705
|
+
SCHEDULE_TRIPS = "Agendar Viagens",
|
|
706
|
+
TRIPS_PAGBEM = "Trips Pagbem",
|
|
707
|
+
CHARGING_INSTRUCTIONS = "Charging Instructions"
|
|
704
708
|
}
|