@seniorsistemas/yms-integration 1.18.0 → 1.18.1

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.
@@ -10948,7 +10948,7 @@ let RecebimentoFormComponent = class RecebimentoFormComponent {
10948
10948
  thousands: thousandsSeparator,
10949
10949
  decimal: decimalSeparator,
10950
10950
  };
10951
- this.permissions = data.allPermissions.recebimento;
10951
+ this.permissions = data.allPermissions.agenda;
10952
10952
  this.allPermissions = data.allPermissions;
10953
10953
  if (data.entity) {
10954
10954
  const canEdit = this.permissions.editar;