@514labs/moose-lib 0.6.291 → 0.6.292-ci-1-g35ea5fd7

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.
@@ -1475,6 +1475,12 @@ var toInfraMap = (registry) => {
1475
1475
  granularity: i.granularity === void 0 ? 1 : i.granularity,
1476
1476
  arguments: i.arguments === void 0 ? [] : i.arguments
1477
1477
  })) || [],
1478
+ projections: table.config.projections?.map((p) => ({
1479
+ name: p.name,
1480
+ select: p.select,
1481
+ ..."orderBy" in p && p.orderBy !== void 0 ? { orderBy: p.orderBy } : {},
1482
+ ..."groupBy" in p && p.groupBy !== void 0 ? { groupBy: p.groupBy } : {}
1483
+ })) || [],
1478
1484
  ttl: table.config.ttl,
1479
1485
  database: table.config.database,
1480
1486
  cluster: table.config.cluster