ngx-vector-components 6.13.1 → 6.15.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.15.0] (23/08/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added permissions 'FINANCIAL_DISPUTE_MODULE' in `profile.model.ts`
8
+ - Added permissions 'SHOW_REQUEST_FINANCIAL_DISPUTE' in `profile.model.ts`
9
+ - Added permissions 'CREATE_REQUEST_FINANCIAL_DISPUTE' in `profile.model.ts`
10
+ - Added permissions 'APPROVE_PAY_FINANCIAL_DISPUTE' in `profile.model.ts`
11
+ - Added permissions 'CREATE_APPROVERS_FINANCIAL_DISPUTE' in `profile.model.ts`
12
+ - Added permissions 'CREATE_REASONS_FINANCIAL_DISPUTE' in `profile.model.ts`
13
+
14
+ ## [6.14.0] (19/08/2026)
15
+
16
+ ### Feat
17
+
18
+ - Added permissions 'VIEW_RESTRICTION_COMMUNICATION_LOG' in `profile.model.ts`
19
+
3
20
  ## [6.13.1] (11/08/2026)
4
21
 
5
22
  ### Fix
@@ -208,6 +208,7 @@ var ProfileModuleType;
208
208
  ProfileModuleType["RELEASE_ADVANCE_FREIGHT_PAYMENT"] = "ReleaseAdvanceFreightPayment";
209
209
  ProfileModuleType["BANK_S3"] = "BankS3";
210
210
  ProfileModuleType["BREAK_ALLOWANCE_MODULE"] = "Solicita\u00E7\u00E3o de Abono";
211
+ ProfileModuleType["FINANCIAL_DISPUTE_MODULE"] = "Disputa Financeira";
211
212
  ProfileModuleType["COURTYARD_MANAGEMENT"] = "Courtyard Management";
212
213
  ProfileModuleType["DOCK_BUILDINGS"] = "Dock Buildings";
213
214
  ProfileModuleType["S3_BANK_RETURN"] = "S3BankReturn";
@@ -811,6 +812,11 @@ var ProfileModuleActionType;
811
812
  ProfileModuleActionType["CREATE_APPROVERS_REQUEST_BREAK_ALLOWANCE"] = "Cadastrar Aprovadores";
812
813
  ProfileModuleActionType["CREATE_REASONS_REQUEST_BREAK_ALLOWANCE"] = "Cadastrar Motivos";
813
814
  ProfileModuleActionType["APPROVE_REJECT_REQUEST_BREAK_ALLOWANCE"] = "Aprovar/Rejeitar Solicita\u00E7\u00F5es";
815
+ ProfileModuleActionType["SHOW_REQUEST_FINANCIAL_DISPUTE"] = "Exibir Solicita\u00E7\u00F5es Disputa Financeira";
816
+ ProfileModuleActionType["CREATE_REQUEST_FINANCIAL_DISPUTE"] = "Criar Solicita\u00E7\u00F5es Disputa Financeira";
817
+ ProfileModuleActionType["APPROVE_PAY_FINANCIAL_DISPUTE"] = "Aprovar/Pagar Disputa Financeira";
818
+ ProfileModuleActionType["CREATE_APPROVERS_FINANCIAL_DISPUTE"] = "Cadastrar Aprovadores Disputa Financeira";
819
+ ProfileModuleActionType["CREATE_REASONS_FINANCIAL_DISPUTE"] = "Cadastrar Motivos Disputa Financeira";
814
820
  ProfileModuleActionType["SHOW_DIGITAL_SHIPPER"] = "Show Digital Shipper";
815
821
  ProfileModuleActionType["RELATORIO_DE_FRETE_VECTORPAY"] = "Relatorio De Frete VectorPay";
816
822
  ProfileModuleActionType["SECURITY_TRAINING"] = "Security Training";
@@ -861,6 +867,7 @@ var ProfileModuleActionType;
861
867
  ProfileModuleActionType["SCHEDULING_SUBJECT_TO_LOADING_ORDER"] = "Scheduling Subject To Loading Order";
862
868
  ProfileModuleActionType["CAN_UPDATE_VALUES_VALIDATION"] = "Pode Atualizar Valores Validacao";
863
869
  ProfileModuleActionType["CAN_RESET_VALIDATION"] = "Pode Resetar Validacao";
870
+ ProfileModuleActionType["VIEW_RESTRICTION_COMMUNICATION_LOG"] = "Restri\u00E7\u00E3o de Visualiza\u00E7\u00E3o em Communication Logs";
864
871
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
865
872
 
866
873
  var Role;