ngx-vector-components 5.151.0 → 5.153.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.
|
@@ -13,7 +13,8 @@ export declare enum ProfileTypeEnum {
|
|
|
13
13
|
CARRIER = 3,
|
|
14
14
|
DRIVER = 4,
|
|
15
15
|
SHIPPER_INTEGRATION = 5,
|
|
16
|
-
BATCHES = 6
|
|
16
|
+
BATCHES = 6,
|
|
17
|
+
SUPPLIER = 7
|
|
17
18
|
}
|
|
18
19
|
export type ProfileModule = {
|
|
19
20
|
menu: string;
|
|
@@ -697,5 +698,7 @@ export declare enum ProfileModuleActionType {
|
|
|
697
698
|
TRIP_OFFER_CANCEL = "Trip Offer Cancel",
|
|
698
699
|
SCHEDULE_PRODUCT_QUANTITIES = "Schedule Product Quantities",
|
|
699
700
|
ADD_MANUAL_CARGO_EXCEL = "Add Manual Cargo Excel",
|
|
700
|
-
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result"
|
|
701
|
+
SHOW_MANUAL_CARGO_EXCEL_RESULT = "Show Manual Cargo Excel Result",
|
|
702
|
+
APPROVER_N2_LOT_DIVULGATION = "Approver N2 Lot Divulgation",
|
|
703
|
+
APPROVER_N2_LOT_PARTNER = "Approver N2 Lot Partner"
|
|
701
704
|
}
|