@stryke/prisma-trpc-generator 0.11.9 → 0.11.10

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.
@@ -11553,7 +11553,7 @@ function generateModelIncludeInputObjectTypes(models, isGenerateSelect) {
11553
11553
  if (isGenerateSelect) {
11554
11554
  inputTypes.push({
11555
11555
  isList: false,
11556
- type: `${modelName}CountOutputTypeArgs`,
11556
+ type: `${modelName}CountOutputTypeDefaultArgs`,
11557
11557
  location: "inputObjectTypes",
11558
11558
  namespace: "prisma"
11559
11559
  });
package/dist/generator.js CHANGED
@@ -11558,7 +11558,7 @@ function generateModelIncludeInputObjectTypes(models, isGenerateSelect) {
11558
11558
  if (isGenerateSelect) {
11559
11559
  inputTypes.push({
11560
11560
  isList: false,
11561
- type: `${modelName}CountOutputTypeArgs`,
11561
+ type: `${modelName}CountOutputTypeDefaultArgs`,
11562
11562
  location: "inputObjectTypes",
11563
11563
  namespace: "prisma"
11564
11564
  });
package/dist/index.cjs CHANGED
@@ -11549,7 +11549,7 @@ function generateModelIncludeInputObjectTypes(models, isGenerateSelect) {
11549
11549
  if (isGenerateSelect) {
11550
11550
  inputTypes.push({
11551
11551
  isList: false,
11552
- type: `${modelName}CountOutputTypeArgs`,
11552
+ type: `${modelName}CountOutputTypeDefaultArgs`,
11553
11553
  location: "inputObjectTypes",
11554
11554
  namespace: "prisma"
11555
11555
  });
package/dist/index.js CHANGED
@@ -11554,7 +11554,7 @@ function generateModelIncludeInputObjectTypes(models, isGenerateSelect) {
11554
11554
  if (isGenerateSelect) {
11555
11555
  inputTypes.push({
11556
11556
  isList: false,
11557
- type: `${modelName}CountOutputTypeArgs`,
11557
+ type: `${modelName}CountOutputTypeDefaultArgs`,
11558
11558
  location: "inputObjectTypes",
11559
11559
  namespace: "prisma"
11560
11560
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/prisma-trpc-generator",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "type": "module",
5
5
  "description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.",
6
6
  "repository": {