@trigger.dev/core 0.0.0-v3-prerelease-20240425102616 → 0.0.0-v3-prerelease-20240427071154

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.
@@ -1114,7 +1114,8 @@ z.object({
1114
1114
  variables: z.record(z.string())
1115
1115
  });
1116
1116
  z.object({
1117
- imageReference: z.string()
1117
+ imageReference: z.string(),
1118
+ selfHosted: z.boolean().optional()
1118
1119
  });
1119
1120
  z.object({
1120
1121
  id: z.string(),