ngx-vector-components 5.152.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",
|
|
@@ -698,5 +697,12 @@ export declare enum ProfileModuleActionType {
|
|
|
698
697
|
TRIP_OFFER_CANCEL = "Trip Offer Cancel",
|
|
699
698
|
SCHEDULE_PRODUCT_QUANTITIES = "Schedule Product Quantities",
|
|
700
699
|
ADD_MANUAL_CARGO_EXCEL = "Add Manual Cargo Excel",
|
|
701
|
-
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result"
|
|
700
|
+
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result",
|
|
701
|
+
APPROVER_N2_LOT_DIVULGATION = "Approver N2 Lot Divulgation",
|
|
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"
|
|
702
708
|
}
|