@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.
@@ -1,6 +1,8 @@
1
+ import { BatchJobVariables } from "../../../../plugins/jobs/aws-batch/manager/types";
1
2
  export type JobTriggerInput = {
2
3
  jobUid: string;
3
4
  scheduleUid?: string;
4
5
  payload?: any;
5
6
  commandPlaceholders?: Record<string, string>;
7
+ variables?: BatchJobVariables;
6
8
  };
package/dist/index.d.ts CHANGED
@@ -2887,6 +2887,7 @@ type JobTriggerInput = {
2887
2887
  scheduleUid?: string;
2888
2888
  payload?: any;
2889
2889
  commandPlaceholders?: Record<string, string>;
2890
+ variables?: BatchJobVariables;
2890
2891
  };
2891
2892
 
2892
2893
  declare class JobsService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.474",
3
+ "version": "0.0.475",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",