@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.
- package/dist/generator.cjs +1 -1
- package/dist/generator.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/generator.cjs
CHANGED
|
@@ -11553,7 +11553,7 @@ function generateModelIncludeInputObjectTypes(models, isGenerateSelect) {
|
|
|
11553
11553
|
if (isGenerateSelect) {
|
|
11554
11554
|
inputTypes.push({
|
|
11555
11555
|
isList: false,
|
|
11556
|
-
type: `${modelName}
|
|
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}
|
|
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}
|
|
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}
|
|
11557
|
+
type: `${modelName}CountOutputTypeDefaultArgs`,
|
|
11558
11558
|
location: "inputObjectTypes",
|
|
11559
11559
|
namespace: "prisma"
|
|
11560
11560
|
});
|