ngx-vector-components 5.146.0 → 5.148.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.
|
@@ -576,6 +576,8 @@ export declare enum ProfileModuleActionType {
|
|
|
576
576
|
SAVE_NFSAP_DOCUMENTS = "Save NFSap Documents",
|
|
577
577
|
SHOW_LOT_PARAMETER_SHIPPER = "Show Lot Parameter Shipper",
|
|
578
578
|
SAVE_LOT_PARAMETER_SHIPPER = "Save Lot Parameter Shipper",
|
|
579
|
+
SHOW_CARGO_PARAMETER_SHIPPER = "Show Cargo Parameter Shipper",
|
|
580
|
+
SAVE_CARGO_PARAMETER_SHIPPER = "Save Cargo Parameter Shipper",
|
|
579
581
|
SHOW_GENERAL_PARAMETERS = "Show General Parameters",
|
|
580
582
|
SHOW_DISTRIBUTION_OF_VACANCIES = "Show Distribution Of Vacancies",
|
|
581
583
|
SHOW_SCHEDULE_SCHEDULING_MANAGEMENT = "Show Schedule Scheduling Management",
|
|
@@ -690,5 +692,6 @@ export declare enum ProfileModuleActionType {
|
|
|
690
692
|
TAX_REVENUE_REPORT = "Relatorio Receita de Taxas",
|
|
691
693
|
SHOW_ORDER_APPROVAL = "Consulta de Pagamento",
|
|
692
694
|
SHOW_ACCOUNTS_RECEIVABLE = "Conciliacao de Contas",
|
|
693
|
-
SHOW_VOLUME_ESTIMATE = "Cadastro Estimativa Por Volume"
|
|
695
|
+
SHOW_VOLUME_ESTIMATE = "Cadastro Estimativa Por Volume",
|
|
696
|
+
CAN_CHANGE_VALUE_SELECTIVE = "Pode Alterar Valor Seletivo"
|
|
694
697
|
}
|