@senior-gestao-pessoas/payroll-core 9.3.0-8e3650be-79b5-4803-9eab-ad01b4739d46 → 9.3.0-d99b0dbd-5fc0-4b98-979b-fe30c751fa36

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.
@@ -9717,14 +9717,14 @@
9717
9717
  };
9718
9718
  Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToDeleteHistorical", {
9719
9719
  get: function () {
9720
- return (this.permission["excluir"]);
9720
+ return (this.permission["Excluir"]);
9721
9721
  },
9722
9722
  enumerable: true,
9723
9723
  configurable: true
9724
9724
  });
9725
9725
  Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToEditHistorical", {
9726
9726
  get: function () {
9727
- return (this.permission["editar"]);
9727
+ return (this.permission["Editar"]);
9728
9728
  },
9729
9729
  enumerable: true,
9730
9730
  configurable: true
@@ -10613,21 +10613,21 @@
10613
10613
  };
10614
10614
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToAddHistorical", {
10615
10615
  get: function () {
10616
- return (this.permission["incluir"]);
10616
+ return (this.permission["Incluir"]);
10617
10617
  },
10618
10618
  enumerable: true,
10619
10619
  configurable: true
10620
10620
  });
10621
10621
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToDeleteHistorical", {
10622
10622
  get: function () {
10623
- return (this.permission["excluir"]);
10623
+ return (this.permission["Excluir"]);
10624
10624
  },
10625
10625
  enumerable: true,
10626
10626
  configurable: true
10627
10627
  });
10628
10628
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToViewHistorical", {
10629
10629
  get: function () {
10630
- return (this.permission["visaulizar"]);
10630
+ return (this.permission["Visualizar"]);
10631
10631
  },
10632
10632
  enumerable: true,
10633
10633
  configurable: true