ngx-vector-components 6.28.0 → 6.29.1
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.
|
@@ -149,7 +149,8 @@ export declare enum ProfileModuleType {
|
|
|
149
149
|
TAX_INCOMING = "ImpostoDeRenda",
|
|
150
150
|
CHATBOT = "Chatbot",
|
|
151
151
|
BLOCK_CARRIER = "Block Carrier",
|
|
152
|
-
TRAINING_NEW = "Treinamento"
|
|
152
|
+
TRAINING_NEW = "Treinamento",
|
|
153
|
+
CTE_COMPLEMENT = "Cte Complementar"
|
|
153
154
|
}
|
|
154
155
|
export declare enum ProfileModuleActionType {
|
|
155
156
|
ADD_VEHICLE = "Add Vehicle",
|
|
@@ -772,5 +773,17 @@ export declare enum ProfileModuleActionType {
|
|
|
772
773
|
EDIT_TRAINING = "Editar treinamento",
|
|
773
774
|
ACTIVE_TRAINING = "Ativar treinamento",
|
|
774
775
|
CREATE_TRAINING = "Criar treinamento",
|
|
775
|
-
ENABLED_TO_SUBDISTRIBUTE_QUOTA = "Enabled To Subdistribute Quota"
|
|
776
|
+
ENABLED_TO_SUBDISTRIBUTE_QUOTA = "Enabled To Subdistribute Quota",
|
|
777
|
+
CONFIG_PARAM_CTE_COMPLEMENT = "Pode Configurar Parametros Cte Complementar",
|
|
778
|
+
CAN_REQUEST_CTE_COMPLEMENT = "Pode Solicitar Complemento",
|
|
779
|
+
CAN_EXPORT_APPROVALS_EXCEL = "Pode Exportar Excel Aprovacoes",
|
|
780
|
+
CAN_VIEW_CTE_COMPLEMENT_HISTORY = "Pode Ver Historico Cte Complementar",
|
|
781
|
+
CAN_VIEW_CTE_COMPLEMENT_CONFIG = "Pode Visualizar Configuracoes Cte Complementar",
|
|
782
|
+
CAN_EDIT_CTE_COMPLEMENT_TYPES = "Pode Editar Tipos",
|
|
783
|
+
CAN_ADD_CTE_COMPLEMENT_APPROVERS = "Pode Adicionar Aprovadores",
|
|
784
|
+
CAN_EDIT_CTE_COMPLEMENT_APPROVERS = "Pode Editar Aprovadores",
|
|
785
|
+
CAN_ADD_CTE_COMPLEMENT_MOTIVES = "Pode Adicionar Motivos De Solicitacao",
|
|
786
|
+
CAN_EDIT_CTE_COMPLEMENT_MOTIVES = "Pode Editar Motivos De Solicitacao",
|
|
787
|
+
CAN_EDIT_CTE_COMPLEMENT_SUBSIDIARIES = "Pode Editar Filiais Cte Complementar",
|
|
788
|
+
CAN_ADD_CTE_COMPLEMENT_EXCEL_INFOS = "Pode Adicionar Excel Infos Cte Complementar"
|
|
776
789
|
}
|