@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.
@@ -601,6 +601,9 @@ function toJobRunSummary(r) {
601
601
  return {
602
602
  runId: r.id,
603
603
  rootRunId: r.rootRunId,
604
+ parentRunId: r.parentRunId,
605
+ triggerSource: r.triggerSource,
606
+ triggerRef: r.triggerRef,
604
607
  jobType: r.jobType,
605
608
  pool: r.pool,
606
609
  status: r.status,