@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.
@@ -3437,6 +3437,9 @@ var InputRestAutoCompleteEmployeeModelComponent = /** @class */ (function () {
3437
3437
  if (this.employeeType) {
3438
3438
  returnFilter['employeeType'] = this.employeeType;
3439
3439
  }
3440
+ if (this.timeTrackingResumeType) {
3441
+ returnFilter['timeTrackingResumeType'] = { key: "FIRED" };
3442
+ }
3440
3443
  return returnFilter;
3441
3444
  };
3442
3445
  /**
@@ -3521,6 +3524,9 @@ var InputRestAutoCompleteEmployeeModelComponent = /** @class */ (function () {
3521
3524
  __decorate([
3522
3525
  Input()
3523
3526
  ], InputRestAutoCompleteEmployeeModelComponent.prototype, "inputStyle", void 0);
3527
+ __decorate([
3528
+ Input()
3529
+ ], InputRestAutoCompleteEmployeeModelComponent.prototype, "timeTrackingResumeType", void 0);
3524
3530
  __decorate([
3525
3531
  Output()
3526
3532
  ], InputRestAutoCompleteEmployeeModelComponent.prototype, "onBlur", void 0);