@stryke/prisma-trpc-generator 0.11.8 → 0.11.9
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
|
@@ -11695,7 +11695,7 @@ function generateModelCountOutputTypeArgsInputObjectTypes(modelCountOutputTypes)
|
|
|
11695
11695
|
for (const modelCountOutputType of modelCountOutputTypes) {
|
|
11696
11696
|
const { name: modelCountOutputTypeName } = modelCountOutputType;
|
|
11697
11697
|
const modelCountOutputTypeArgsInputObjectType = {
|
|
11698
|
-
name: `${modelCountOutputTypeName}
|
|
11698
|
+
name: `${modelCountOutputTypeName}DefaultArgs`,
|
|
11699
11699
|
constraints: {
|
|
11700
11700
|
maxNumFields: null,
|
|
11701
11701
|
minNumFields: null
|
package/dist/generator.js
CHANGED
|
@@ -11700,7 +11700,7 @@ function generateModelCountOutputTypeArgsInputObjectTypes(modelCountOutputTypes)
|
|
|
11700
11700
|
for (const modelCountOutputType of modelCountOutputTypes) {
|
|
11701
11701
|
const { name: modelCountOutputTypeName } = modelCountOutputType;
|
|
11702
11702
|
const modelCountOutputTypeArgsInputObjectType = {
|
|
11703
|
-
name: `${modelCountOutputTypeName}
|
|
11703
|
+
name: `${modelCountOutputTypeName}DefaultArgs`,
|
|
11704
11704
|
constraints: {
|
|
11705
11705
|
maxNumFields: null,
|
|
11706
11706
|
minNumFields: null
|
package/dist/index.cjs
CHANGED
|
@@ -11691,7 +11691,7 @@ function generateModelCountOutputTypeArgsInputObjectTypes(modelCountOutputTypes)
|
|
|
11691
11691
|
for (const modelCountOutputType of modelCountOutputTypes) {
|
|
11692
11692
|
const { name: modelCountOutputTypeName } = modelCountOutputType;
|
|
11693
11693
|
const modelCountOutputTypeArgsInputObjectType = {
|
|
11694
|
-
name: `${modelCountOutputTypeName}
|
|
11694
|
+
name: `${modelCountOutputTypeName}DefaultArgs`,
|
|
11695
11695
|
constraints: {
|
|
11696
11696
|
maxNumFields: null,
|
|
11697
11697
|
minNumFields: null
|
package/dist/index.js
CHANGED
|
@@ -11696,7 +11696,7 @@ function generateModelCountOutputTypeArgsInputObjectTypes(modelCountOutputTypes)
|
|
|
11696
11696
|
for (const modelCountOutputType of modelCountOutputTypes) {
|
|
11697
11697
|
const { name: modelCountOutputTypeName } = modelCountOutputType;
|
|
11698
11698
|
const modelCountOutputTypeArgsInputObjectType = {
|
|
11699
|
-
name: `${modelCountOutputTypeName}
|
|
11699
|
+
name: `${modelCountOutputTypeName}DefaultArgs`,
|
|
11700
11700
|
constraints: {
|
|
11701
11701
|
maxNumFields: null,
|
|
11702
11702
|
minNumFields: null
|