@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.
@@ -1768,6 +1768,9 @@ function toJobRunSummary(r) {
1768
1768
  return {
1769
1769
  runId: r.id,
1770
1770
  rootRunId: r.rootRunId,
1771
+ parentRunId: r.parentRunId,
1772
+ triggerSource: r.triggerSource,
1773
+ triggerRef: r.triggerRef,
1771
1774
  jobType: r.jobType,
1772
1775
  pool: r.pool,
1773
1776
  status: r.status,