@zenstackhq/sdk 3.6.4 → 3.7.0-beta.1
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.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -1144,7 +1144,11 @@ var TsSchemaGenerator = class {
|
|
|
1144
1144
|
"WhereInput",
|
|
1145
1145
|
"SelectInput",
|
|
1146
1146
|
"IncludeInput",
|
|
1147
|
-
"OmitInput"
|
|
1147
|
+
"OmitInput",
|
|
1148
|
+
"UncheckedCreateInput",
|
|
1149
|
+
"CheckedCreateInput",
|
|
1150
|
+
"UncheckedUpdateInput",
|
|
1151
|
+
"CheckedUpdateInput"
|
|
1148
1152
|
];
|
|
1149
1153
|
const inputTypeNameFixes = {
|
|
1150
1154
|
SelectInput: "Select",
|