@senior-gestao-pessoas/payroll-core 9.0.0-b36a631e-7e77-4983-9677-da5464d1db9a → 9.0.0-e0d978a5-4bcc-4d90-975a-199ff4cd698c

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.
@@ -3201,6 +3201,7 @@ var InputRestAutoCompleteEmployeeComponent = /** @class */ (function () {
3201
3201
  InputRestAutoCompleteEmployeeComponent.prototype.getParamsRest = function (search) {
3202
3202
  var returnFilter = {
3203
3203
  valueSearch: search,
3204
+ timeTrackingResumeType: { key: "FIRED" },
3204
3205
  enableEntityFilters: this.enableEntityFilters,
3205
3206
  };
3206
3207
  if (this.company) {