ngx-vector-components 4.59.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.
@@ -287,10 +287,18 @@ var ProfileModuleActionType;
287
287
  ProfileModuleActionType["DELETE_ETCD"] = "Delete ETCD";
288
288
  ProfileModuleActionType["ADD_ETCD"] = "Add ETCD";
289
289
  ProfileModuleActionType["SHOW_REGIONAL_ETCD"] = "Show Regional ETCD";
290
- ProfileModuleActionType["SHOW_BRANCH"] = "Show Branch";
291
- ProfileModuleActionType["EDIT_BRANCH"] = "Edit Branch";
292
- ProfileModuleActionType["ADD_BRANCH"] = "Add Branch";
293
- ProfileModuleActionType["DELETE_BRANCH"] = "Delete Branch";
290
+ ProfileModuleActionType["SHOW_VIRTUAL_BRANCH"] = "Show Virtual Branch";
291
+ ProfileModuleActionType["EDIT_VIRTUAL_BRANCH"] = "Edit Virtual Branch";
292
+ ProfileModuleActionType["ADD_VIRTUAL_BRANCH"] = "Add Virtual Branch";
293
+ ProfileModuleActionType["DELETE_VIRTUAL_BRANCH"] = "Delete Virtual Branch";
294
+ ProfileModuleActionType["SHOW_PHYSICAL_BRANCH"] = "Show Physical Branch";
295
+ ProfileModuleActionType["EDIT_PHYSICAL_BRANCH"] = "Edit Physical Branch";
296
+ ProfileModuleActionType["ADD_PHYSICAL_BRANCH"] = "Add Physical Branch";
297
+ ProfileModuleActionType["DELETE_PHYSICAL_BRANCH"] = "Delete Physical Branch";
298
+ ProfileModuleActionType["SHOW_FISCAL_BRANCH"] = "Show Fiscal Branch";
299
+ ProfileModuleActionType["EDIT_FISCAL_BRANCH"] = "Edit Fiscal Branch";
300
+ ProfileModuleActionType["ADD_FISCAL_BRANCH"] = "Add Fiscal Branch";
301
+ ProfileModuleActionType["DELETE_FISCAL_BRANCH"] = "Delete Fiscal Branch";
294
302
  ProfileModuleActionType["SHOW_MONITORING_ETCD"] = "Show Monitoring ETCD";
295
303
  ProfileModuleActionType["ADD_PRODUCT_ETCD"] = "Add Product ETCD";
296
304
  ProfileModuleActionType["EDIT_PRODUCT_ETCD"] = "Edit Product ETCD";
@@ -344,6 +352,10 @@ var ProfileModuleActionType;
344
352
  ProfileModuleActionType["DIGITAL_DISCHARGE_VECTOR_APPROVER_MANAGEMENT"] = "Quitacao Digital Vector Aprovador Gestor";
345
353
  ProfileModuleActionType["DIGITAL_DISCHARGE_APPROVE_SAP"] = "Quitacao Digital Aprovador Contingencia Sap";
346
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";
347
359
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
348
360
 
349
361
  var Role;