ngx-vector-components 4.89.0 → 4.91.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.
@@ -132,6 +132,7 @@ export declare enum ProfileModuleActionType {
132
132
  FUELS_DELETE_OPERATOR = "Fuels delete operator",
133
133
  FINTECH_BANK_ADMIN = "Fintech Bank Admin",
134
134
  FINTECH_BANK_USER = "Fintech Bank User",
135
+ FINTECH_PIX_PAYMENT_REVERSAL = "Pix Payment Reversal",
135
136
  FINTECH_CREDIT_ADMIN = "Fintech Credit Admin",
136
137
  FINTECH_CREDIT_USER = "Fintech Credit User",
137
138
  FINTECH_BANK_ADMIN_ACCOUNTS_VIEW = "Fintech Bank Admin - Accounts View",
@@ -278,5 +279,7 @@ export declare enum ProfileModuleActionType {
278
279
  SHOW_ANTECITABLE_RECEVEIBLES = "Vizualizar antecipacao de recebiveis",
279
280
  AUTOMATIC_DISCLOSURE_CONFIGURATIONS = "Automatic Disclosure Configurations",
280
281
  SHOW_PAYMENT_SCHEDULING_DETAIL = "Show Payment Scheduling Detail",
281
- SCHEDULE_UPDATE_CHECKIN_CHECKOUT = "Schedule Update CheckIn CheckOut"
282
+ SCHEDULE_UPDATE_CHECKIN_CHECKOUT = "Schedule Update CheckIn CheckOut",
283
+ SHOW_PARAMETERS_CANCEL_TRIPS = "show Parameters Cancel Trips",
284
+ EDIT_PARAMETERS_CANCEL_TRIPS = "Edit Parameters Cancel Trips"
282
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.89.0",
3
+ "version": "4.91.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",