@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.
@@ -9551,14 +9551,14 @@ var HistoricalPixAccountComponent = /** @class */ (function () {
9551
9551
  };
9552
9552
  Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToDeleteHistorical", {
9553
9553
  get: function () {
9554
- return (this.permission["excluir"]);
9554
+ return (this.permission["Excluir"]);
9555
9555
  },
9556
9556
  enumerable: true,
9557
9557
  configurable: true
9558
9558
  });
9559
9559
  Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToEditHistorical", {
9560
9560
  get: function () {
9561
- return (this.permission["editar"]);
9561
+ return (this.permission["Editar"]);
9562
9562
  },
9563
9563
  enumerable: true,
9564
9564
  configurable: true
@@ -10447,21 +10447,21 @@ var HistoricalPixAccountListComponent = /** @class */ (function () {
10447
10447
  };
10448
10448
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToAddHistorical", {
10449
10449
  get: function () {
10450
- return (this.permission["incluir"]);
10450
+ return (this.permission["Incluir"]);
10451
10451
  },
10452
10452
  enumerable: true,
10453
10453
  configurable: true
10454
10454
  });
10455
10455
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToDeleteHistorical", {
10456
10456
  get: function () {
10457
- return (this.permission["excluir"]);
10457
+ return (this.permission["Excluir"]);
10458
10458
  },
10459
10459
  enumerable: true,
10460
10460
  configurable: true
10461
10461
  });
10462
10462
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToViewHistorical", {
10463
10463
  get: function () {
10464
- return (this.permission["visaulizar"]);
10464
+ return (this.permission["Visualizar"]);
10465
10465
  },
10466
10466
  enumerable: true,
10467
10467
  configurable: true