@punks/backend-entity-manager 0.0.474 → 0.0.475

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.
package/dist/cjs/index.js CHANGED
@@ -34827,6 +34827,7 @@ exports.JobsService = class JobsService {
34827
34827
  runType: exports.JobRunType.OnDemand,
34828
34828
  payload: input.payload,
34829
34829
  commandPlaceholders: input.commandPlaceholders,
34830
+ variables: input.variables,
34830
34831
  }));
34831
34832
  };
34832
34833
  this.updateJob = async (input) => {