ngx-vector-components 4.42.1 → 4.44.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.
@@ -208,5 +208,16 @@ export declare enum ProfileModuleActionType {
208
208
  APPROVE_REQUESTS_ETCD = "Approve Requests ETCD",
209
209
  SHOW_SUPPLY = "Show Supply",
210
210
  SHOW_TRIP_OFFERT = "Trip Offer Show",
211
- ADD_LASTNAME_LOCATION = "Add LastName Location"
211
+ ADD_LASTNAME_LOCATION = "Add LastName Location",
212
+ APPROVE_DISCHARGE_PAYMENT = "Aprovar quitacao",
213
+ APPROVE_ADVANCE_PAYMENT = "Aprovar adiantamento",
214
+ APPROVE_ENGINE_PAYMENT = "Aprovar motor de pagamento",
215
+ EXTRACT_THIRD = "Extrato terceiro",
216
+ HISTORICAL_CHANGES_GROUPS = "HistoricalChangesGroups",
217
+ DELETE_ONLY_MEMBER_GROUPS = "Delete Only Member Groups",
218
+ ADD_ONLY_MEMBER_GROUPS = "Add Only Member Groups",
219
+ SHOW_GROUPS = "Show Groups",
220
+ DELETE_GROUPS = "Delete Groups",
221
+ EDIT_GROUPS = "Edit Groups",
222
+ ADD_GROUPS = "Add Groups"
212
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.42.1",
3
+ "version": "4.44.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",