@pattern-stack/codegen 0.9.1 → 0.9.2

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.
@@ -665,6 +665,9 @@ function toJobRunSummary(r) {
665
665
  return {
666
666
  runId: r.id,
667
667
  rootRunId: r.rootRunId,
668
+ parentRunId: r.parentRunId,
669
+ triggerSource: r.triggerSource,
670
+ triggerRef: r.triggerRef,
668
671
  jobType: r.jobType,
669
672
  pool: r.pool,
670
673
  status: r.status,