ngx-vector-components 4.88.0 → 4.90.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 +11 -0
- package/esm2020/lib/models/profile.model.mjs +3 -1
- package/fesm2015/ngx-vector-components.mjs +2 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +2 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -0
- package/package.json +1 -1
|
@@ -237,6 +237,7 @@ var ProfileModuleActionType;
|
|
|
237
237
|
ProfileModuleActionType["FUELS_DELETE_OPERATOR"] = "Fuels delete operator";
|
|
238
238
|
ProfileModuleActionType["FINTECH_BANK_ADMIN"] = "Fintech Bank Admin";
|
|
239
239
|
ProfileModuleActionType["FINTECH_BANK_USER"] = "Fintech Bank User";
|
|
240
|
+
ProfileModuleActionType["FINTECH_PIX_PAYMENT_REVERSAL"] = "Pix Payment Reversal";
|
|
240
241
|
ProfileModuleActionType["FINTECH_CREDIT_ADMIN"] = "Fintech Credit Admin";
|
|
241
242
|
ProfileModuleActionType["FINTECH_CREDIT_USER"] = "Fintech Credit User";
|
|
242
243
|
ProfileModuleActionType["FINTECH_BANK_ADMIN_ACCOUNTS_VIEW"] = "Fintech Bank Admin - Accounts View";
|
|
@@ -380,6 +381,7 @@ var ProfileModuleActionType;
|
|
|
380
381
|
ProfileModuleActionType["SHOW_FRIENDLY_TRIP"] = "Visualizar Viagem Amiga";
|
|
381
382
|
ProfileModuleActionType["CREATE_FRIENDLY_TRIP"] = "Solicitar Viagem Amiga";
|
|
382
383
|
ProfileModuleActionType["SEND_NFS_ETCD"] = "Send NFs ETCD";
|
|
384
|
+
ProfileModuleActionType["SHOW_ANTECITABLE_RECEVEIBLES"] = "Vizualizar antecipacao de recebiveis";
|
|
383
385
|
ProfileModuleActionType["AUTOMATIC_DISCLOSURE_CONFIGURATIONS"] = "Automatic Disclosure Configurations";
|
|
384
386
|
ProfileModuleActionType["SHOW_PAYMENT_SCHEDULING_DETAIL"] = "Show Payment Scheduling Detail";
|
|
385
387
|
ProfileModuleActionType["SCHEDULE_UPDATE_CHECKIN_CHECKOUT"] = "Schedule Update CheckIn CheckOut";
|