@senior-gestao-pessoas/payroll-core 9.0.0-a4fbab57-d394-4e67-8b53-439fdbf2234f → 9.0.0-b36a631e-7e77-4983-9677-da5464d1db9a

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.
@@ -3603,6 +3603,9 @@
3603
3603
  if (this.employeeType) {
3604
3604
  returnFilter['employeeType'] = this.employeeType;
3605
3605
  }
3606
+ if (this.timeTrackingResumeType) {
3607
+ returnFilter['timeTrackingResumeType'] = { key: "FIRED" };
3608
+ }
3606
3609
  return returnFilter;
3607
3610
  };
3608
3611
  /**
@@ -3687,6 +3690,9 @@
3687
3690
  __decorate([
3688
3691
  core.Input()
3689
3692
  ], InputRestAutoCompleteEmployeeModelComponent.prototype, "inputStyle", void 0);
3693
+ __decorate([
3694
+ core.Input()
3695
+ ], InputRestAutoCompleteEmployeeModelComponent.prototype, "timeTrackingResumeType", void 0);
3690
3696
  __decorate([
3691
3697
  core.Output()
3692
3698
  ], InputRestAutoCompleteEmployeeModelComponent.prototype, "onBlur", void 0);