@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.
@@ -678,6 +678,9 @@ function toJobRunSummary(r) {
678
678
  return {
679
679
  runId: r.id,
680
680
  rootRunId: r.rootRunId,
681
+ parentRunId: r.parentRunId,
682
+ triggerSource: r.triggerSource,
683
+ triggerRef: r.triggerRef,
681
684
  jobType: r.jobType,
682
685
  pool: r.pool,
683
686
  status: r.status,