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.
- package/CHANGELOG.md +12 -0
- package/esm2020/lib/models/profile.model.mjs +12 -1
- package/fesm2015/ngx-vector-components.mjs +11 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +11 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +12 -1
- package/package.json +1 -1
|
@@ -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
|
}
|