ngx-vector-components 6.23.0 → 6.25.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",
|
|
@@ -429,6 +430,7 @@ export declare enum ProfileModuleActionType {
|
|
|
429
430
|
SEND_OFFER_PRICE_TAKING = "Send Offer PriceTaking",
|
|
430
431
|
CHANGE_STATUS_PRICE_TAKING = "Change Status PriceTaking",
|
|
431
432
|
SHOWTABLE_PRICE_TAKING_HISTORY = "ShowTable PriceTaking History",
|
|
433
|
+
SHOWTABLE_PRICE_TAKING_LOG = "ShowTable PriceTaking Log",
|
|
432
434
|
SAVE_PRICE_TAKING = "Save PriceTaking",
|
|
433
435
|
SHOW_SHIPPING_ORIGIN = "Show Shipping Origin",
|
|
434
436
|
SHOW_SHIPPING_COMBINED = "Show Shipping Combined",
|
|
@@ -699,6 +701,11 @@ export declare enum ProfileModuleActionType {
|
|
|
699
701
|
APPROVE_PAY_FINANCIAL_DISPUTE = "Aprovar/Pagar Disputa Financeira",
|
|
700
702
|
CREATE_APPROVERS_FINANCIAL_DISPUTE = "Cadastrar Aprovadores Disputa Financeira",
|
|
701
703
|
CREATE_REASONS_FINANCIAL_DISPUTE = "Cadastrar Motivos Disputa Financeira",
|
|
704
|
+
SHOW_REQUEST_PAYMENT_AUTHORIZATION = "AP - Exibir Solicita\u00E7\u00F5es",
|
|
705
|
+
CREATE_REQUEST_PAYMENT_AUTHORIZATION = "AP - Criar Solicita\u00E7\u00F5es",
|
|
706
|
+
CREATE_APPROVERS_PAYMENT_AUTHORIZATION = "AP - Cadastrar Aprovadores",
|
|
707
|
+
CREATE_REASONS_PAYMENT_AUTHORIZATION = "AP - Cadastrar Motivos",
|
|
708
|
+
APPROVE_REJECT_REQUEST_PAYMENT_AUTHORIZATION = "AP - Aprovar/Rejeitar Solicita\u00E7\u00F5es",
|
|
702
709
|
SHOW_DIGITAL_SHIPPER = "Show Digital Shipper",
|
|
703
710
|
RELATORIO_DE_FRETE_VECTORPAY = "Relatorio De Frete VectorPay",
|
|
704
711
|
SECURITY_TRAINING = "Security Training",
|