@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.
@@ -1396,6 +1396,9 @@ function toJobRunSummary(r) {
1396
1396
  return {
1397
1397
  runId: r.id,
1398
1398
  rootRunId: r.rootRunId,
1399
+ parentRunId: r.parentRunId,
1400
+ triggerSource: r.triggerSource,
1401
+ triggerRef: r.triggerRef,
1399
1402
  jobType: r.jobType,
1400
1403
  pool: r.pool,
1401
1404
  status: r.status,