@trigger.dev/core 3.0.0-beta.29 → 3.0.0-beta.30

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.
@@ -935,7 +935,8 @@ z.object({
935
935
  variables: z.record(z.string())
936
936
  });
937
937
  z.object({
938
- imageReference: z.string()
938
+ imageReference: z.string(),
939
+ selfHosted: z.boolean().optional()
939
940
  });
940
941
  z.object({
941
942
  id: z.string(),