@prisma/query-plan-executor 6.17.0-dev.3 → 6.17.0-dev.30

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.
package/dist/index.d.ts CHANGED
@@ -4370,6 +4370,7 @@ declare type QueryPlanNode = {
4370
4370
  args: {
4371
4371
  from: QueryPlanNode;
4372
4372
  to: QueryPlanNode;
4373
+ fields: string[];
4373
4374
  };
4374
4375
  } | {
4375
4376
  type: 'initializeRecord';