feat(operations): include source_id in list_pages rows (#3209)

This commit is contained in:
alexey-metaengage
2026-07-23 13:38:47 -07:00
committed by GitHub
parent 581a1eed29
commit 9fb046a110
+1
View File
@@ -1515,6 +1515,7 @@ const list_pages: Operation = {
});
return pages.map(pg => ({
slug: pg.slug,
source_id: pg.source_id,
type: pg.type,
title: pg.title,
updated_at: pg.updated_at,