ngx-vector-components 4.60.0 → 4.61.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 +6 -0
- package/esm2020/lib/models/profile.model.mjs +5 -1
- package/fesm2015/ngx-vector-components.mjs +4 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +4 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +5 -1
- package/package.json +1 -1
|
@@ -352,6 +352,10 @@ var ProfileModuleActionType;
|
|
|
352
352
|
ProfileModuleActionType["DIGITAL_DISCHARGE_VECTOR_APPROVER_MANAGEMENT"] = "Quitacao Digital Vector Aprovador Gestor";
|
|
353
353
|
ProfileModuleActionType["DIGITAL_DISCHARGE_APPROVE_SAP"] = "Quitacao Digital Aprovador Contingencia Sap";
|
|
354
354
|
ProfileModuleActionType["PAYMENT_FREIGHT_ADJUST_FREIGHT_VALUE"] = "Pagamento Frete Ajustar Valor Frete";
|
|
355
|
+
ProfileModuleActionType["SHOW_MESSAGE_CUSTOM"] = "Show Messages Custom";
|
|
356
|
+
ProfileModuleActionType["DELETE_MESSAGE_CUSTOM"] = "Delete Messages Custom";
|
|
357
|
+
ProfileModuleActionType["ADD_MESSAGE_CUSTOM"] = "Add Messages Custom";
|
|
358
|
+
ProfileModuleActionType["EDIT_MESSAGE_CUSTOM"] = "Edit Messages Custom";
|
|
355
359
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
356
360
|
|
|
357
361
|
var Role;
|