ngx-vector-components 6.23.0 → 6.24.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.
|
@@ -91,6 +91,7 @@ export declare enum ProfileModuleType {
|
|
|
91
91
|
BANK_S3 = "BankS3",
|
|
92
92
|
BREAK_ALLOWANCE_MODULE = "Solicita\u00E7\u00E3o de Abono",
|
|
93
93
|
FINANCIAL_DISPUTE_MODULE = "Disputa Financeira",
|
|
94
|
+
PAYMENT_AUTHORIZATION_MODULE = "Autoriza\u00E7\u00E3o de pagamento",
|
|
94
95
|
COURTYARD_MANAGEMENT = "Courtyard Management",
|
|
95
96
|
DOCK_BUILDINGS = "Dock Buildings",
|
|
96
97
|
S3_BANK_RETURN = "S3BankReturn",
|
|
@@ -699,6 +700,11 @@ export declare enum ProfileModuleActionType {
|
|
|
699
700
|
APPROVE_PAY_FINANCIAL_DISPUTE = "Aprovar/Pagar Disputa Financeira",
|
|
700
701
|
CREATE_APPROVERS_FINANCIAL_DISPUTE = "Cadastrar Aprovadores Disputa Financeira",
|
|
701
702
|
CREATE_REASONS_FINANCIAL_DISPUTE = "Cadastrar Motivos Disputa Financeira",
|
|
703
|
+
SHOW_REQUEST_PAYMENT_AUTHORIZATION = "AP - Exibir Solicita\u00E7\u00F5es",
|
|
704
|
+
CREATE_REQUEST_PAYMENT_AUTHORIZATION = "AP - Criar Solicita\u00E7\u00F5es",
|
|
705
|
+
CREATE_APPROVERS_PAYMENT_AUTHORIZATION = "AP - Cadastrar Aprovadores",
|
|
706
|
+
CREATE_REASONS_PAYMENT_AUTHORIZATION = "AP - Cadastrar Motivos",
|
|
707
|
+
APPROVE_REJECT_REQUEST_PAYMENT_AUTHORIZATION = "AP - Aprovar/Rejeitar Solicita\u00E7\u00F5es",
|
|
702
708
|
SHOW_DIGITAL_SHIPPER = "Show Digital Shipper",
|
|
703
709
|
RELATORIO_DE_FRETE_VECTORPAY = "Relatorio De Frete VectorPay",
|
|
704
710
|
SECURITY_TRAINING = "Security Training",
|