@drzl/cli 4.34.0 → 4.36.0

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/config.d.cts CHANGED
@@ -199,8 +199,8 @@ declare const GeneratorSchema: z.ZodObject<{
199
199
  includeRelations: z.ZodOptional<z.ZodBoolean>;
200
200
  sharedEnums: z.ZodOptional<z.ZodBoolean>;
201
201
  coerceDates: z.ZodOptional<z.ZodEnum<{
202
- input: "input";
203
202
  none: "none";
203
+ input: "input";
204
204
  all: "all";
205
205
  }>>;
206
206
  typedJson: z.ZodOptional<z.ZodBoolean>;
@@ -452,8 +452,8 @@ declare const ConfigSchema: z.ZodObject<{
452
452
  includeRelations: z.ZodOptional<z.ZodBoolean>;
453
453
  sharedEnums: z.ZodOptional<z.ZodBoolean>;
454
454
  coerceDates: z.ZodOptional<z.ZodEnum<{
455
- input: "input";
456
455
  none: "none";
456
+ input: "input";
457
457
  all: "all";
458
458
  }>>;
459
459
  typedJson: z.ZodOptional<z.ZodBoolean>;
package/dist/config.d.ts CHANGED
@@ -199,8 +199,8 @@ declare const GeneratorSchema: z.ZodObject<{
199
199
  includeRelations: z.ZodOptional<z.ZodBoolean>;
200
200
  sharedEnums: z.ZodOptional<z.ZodBoolean>;
201
201
  coerceDates: z.ZodOptional<z.ZodEnum<{
202
- input: "input";
203
202
  none: "none";
203
+ input: "input";
204
204
  all: "all";
205
205
  }>>;
206
206
  typedJson: z.ZodOptional<z.ZodBoolean>;
@@ -452,8 +452,8 @@ declare const ConfigSchema: z.ZodObject<{
452
452
  includeRelations: z.ZodOptional<z.ZodBoolean>;
453
453
  sharedEnums: z.ZodOptional<z.ZodBoolean>;
454
454
  coerceDates: z.ZodOptional<z.ZodEnum<{
455
- input: "input";
456
455
  none: "none";
456
+ input: "input";
457
457
  all: "all";
458
458
  }>>;
459
459
  typedJson: z.ZodOptional<z.ZodBoolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drzl/cli",
3
- "version": "4.34.0",
3
+ "version": "4.36.0",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",