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