@gabrielbryk/json-schema-to-zod 2.12.0 → 2.13.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.
Files changed (53) hide show
  1. package/.github/RELEASE_SETUP.md +120 -0
  2. package/.github/TOOLING_GUIDE.md +169 -0
  3. package/.github/dependabot.yml +52 -0
  4. package/.github/workflows/ci.yml +33 -0
  5. package/.github/workflows/release.yml +12 -4
  6. package/.github/workflows/security.yml +40 -0
  7. package/.husky/commit-msg +1 -0
  8. package/.husky/pre-commit +1 -0
  9. package/.lintstagedrc.json +3 -0
  10. package/.prettierrc +20 -0
  11. package/AGENTS.md +7 -0
  12. package/CHANGELOG.md +13 -4
  13. package/README.md +9 -9
  14. package/commitlint.config.js +24 -0
  15. package/createIndex.ts +4 -4
  16. package/dist/cli.js +3 -4
  17. package/dist/core/analyzeSchema.js +28 -5
  18. package/dist/core/emitZod.js +11 -4
  19. package/dist/generators/generateBundle.js +67 -92
  20. package/dist/parsers/parseAllOf.js +11 -12
  21. package/dist/parsers/parseAnyOf.js +2 -2
  22. package/dist/parsers/parseArray.js +38 -12
  23. package/dist/parsers/parseMultipleType.js +2 -2
  24. package/dist/parsers/parseNumber.js +44 -102
  25. package/dist/parsers/parseObject.js +138 -393
  26. package/dist/parsers/parseOneOf.js +57 -100
  27. package/dist/parsers/parseSchema.js +132 -55
  28. package/dist/parsers/parseSimpleDiscriminatedOneOf.js +2 -2
  29. package/dist/parsers/parseString.js +113 -253
  30. package/dist/types/Types.d.ts +22 -1
  31. package/dist/types/core/analyzeSchema.d.ts +1 -0
  32. package/dist/types/generators/generateBundle.d.ts +1 -1
  33. package/dist/utils/cliTools.js +1 -2
  34. package/dist/utils/esmEmitter.js +6 -2
  35. package/dist/utils/extractInlineObject.js +1 -3
  36. package/dist/utils/jsdocs.js +1 -4
  37. package/dist/utils/liftInlineObjects.js +76 -15
  38. package/dist/utils/resolveRef.js +35 -10
  39. package/dist/utils/schemaRepresentation.js +35 -66
  40. package/dist/zodToJsonSchema.js +1 -2
  41. package/docs/IMPROVEMENT-PLAN.md +30 -12
  42. package/docs/ZOD-V4-RECURSIVE-TYPE-LIMITATIONS.md +70 -25
  43. package/docs/proposals/allof-required-merging.md +10 -4
  44. package/docs/proposals/bundle-refactor.md +10 -4
  45. package/docs/proposals/discriminated-union-with-default.md +18 -14
  46. package/docs/proposals/inline-object-lifting.md +15 -5
  47. package/docs/proposals/ref-anchor-support.md +11 -0
  48. package/output.txt +67 -0
  49. package/package.json +18 -5
  50. package/scripts/generateWorkflowSchema.ts +5 -14
  51. package/scripts/regenerate_bundle.ts +25 -0
  52. package/tsc_output.txt +542 -0
  53. package/tsc_output_2.txt +489 -0
package/tsc_output.txt ADDED
@@ -0,0 +1,542 @@
1
+ test/cli.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
2
+ test/cli.ts(4,15): error TS7006: Parameter 'test' implicitly has an 'any' type.
3
+ test/cli.ts(5,28): error TS7006: Parameter 'assert' implicitly has an 'any' type.
4
+ test/cli.ts(12,34): error TS7006: Parameter 'assert' implicitly has an 'any' type.
5
+ test/cli.ts(22,32): error TS7006: Parameter 'assert' implicitly has an 'any' type.
6
+ test/cli.ts(33,34): error TS7006: Parameter 'assert' implicitly has an 'any' type.
7
+ test/cli.ts(43,30): error TS7006: Parameter 'assert' implicitly has an 'any' type.
8
+ test/cli.ts(54,41): error TS7006: Parameter 'assert' implicitly has an 'any' type.
9
+ test/cli.ts(66,51): error TS7006: Parameter 'assert' implicitly has an 'any' type.
10
+ test/cli.ts(76,47): error TS7006: Parameter 'assert' implicitly has an 'any' type.
11
+ test/cli.ts(88,51): error TS7006: Parameter 'assert' implicitly has an 'any' type.
12
+ test/cli.ts(100,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
13
+ test/compileGeneratedSchema.test.ts(4,18): error TS7016: Could not find a declaration file for module 'js-yaml'. '/Users/gbryk/Repos/json-schema-to-zod/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type.
14
+ Try `npm i --save-dev @types/js-yaml` if it exists or add a new declaration (.d.ts) file containing `declare module 'js-yaml';`
15
+ test/compileGeneratedSchema.test.ts(7,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
16
+ test/compileGeneratedSchema.test.ts(68,31): error TS7006: Parameter 'test' implicitly has an 'any' type.
17
+ test/compileGeneratedSchema.test.ts(70,61): error TS7006: Parameter 'assert' implicitly has an 'any' type.
18
+ test/emitZod.parseback.test.ts(3,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
19
+ test/emitZod.parseback.test.ts(17,30): error TS7006: Parameter 'test' implicitly has an 'any' type.
20
+ test/emitZod.parseback.test.ts(18,50): error TS7006: Parameter 'assert' implicitly has an 'any' type.
21
+ test/emitZod.parseback.test.ts(23,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
22
+ test/esmEmitter.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
23
+ test/esmEmitter.test.ts(4,22): error TS7006: Parameter 'test' implicitly has an 'any' type.
24
+ test/esmEmitter.test.ts(5,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
25
+ test/esmEmitter.test.ts(19,48): error TS7006: Parameter 'assert' implicitly has an 'any' type.
26
+ test/eval.test.ts(4,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
27
+ test/eval.test.ts(6,16): error TS7006: Parameter 'test' implicitly has an 'any' type.
28
+ test/eval.test.ts(7,71): error TS7006: Parameter 'assert' implicitly has an 'any' type.
29
+ test/functional-validation.test.ts(13,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
30
+ test/functional-validation.test.ts(85,33): error TS7006: Parameter 'test' implicitly has an 'any' type.
31
+ test/functional-validation.test.ts(87,48): error TS7006: Parameter 'assert' implicitly has an 'any' type.
32
+ test/functional-validation.test.ts(105,76): error TS7006: Parameter 'assert' implicitly has an 'any' type.
33
+ test/functional-validation.test.ts(129,14): error TS18046: 'compiled.result' is of type 'unknown'.
34
+ test/functional-validation.test.ts(133,60): error TS7006: Parameter 'assert' implicitly has an 'any' type.
35
+ test/functional-validation.test.ts(166,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
36
+ test/functional-validation.test.ts(183,53): error TS7006: Parameter 'assert' implicitly has an 'any' type.
37
+ test/functional-validation.test.ts(200,46): error TS7006: Parameter 'assert' implicitly has an 'any' type.
38
+ test/functional-validation.test.ts(208,30): error TS2345: Argument of type '{ allOf: ({ type: string; properties: { a: { type: string; }; b?: undefined; }; } | { type: string; properties: { b: { type: string; }; a?: undefined; }; })[]; }' is not assignable to parameter of type 'JsonSchema'.
39
+ Type '{ allOf: ({ type: string; properties: { a: { type: string; }; b?: undefined; }; } | { type: string; properties: { b: { type: string; }; a?: undefined; }; })[]; }' is not assignable to type 'JsonSchemaObject'.
40
+ Type '{ allOf: ({ type: string; properties: { a: { type: string; }; b?: undefined; }; } | { type: string; properties: { b: { type: string; }; a?: undefined; }; })[]; }' is not assignable to type '{ type?: string | string[] | undefined; $id?: string | undefined; $ref?: string | undefined; $anchor?: string | undefined; $dynamicRef?: string | undefined; $dynamicAnchor?: string | undefined; ... 44 more ...; errorMessage?: { ...; } | undefined; }'.
41
+ Types of property 'allOf' are incompatible.
42
+ Type '({ type: string; properties: { a: { type: string; }; b?: undefined; }; } | { type: string; properties: { b: { type: string; }; a?: undefined; }; })[]' is not assignable to type 'JsonSchema[]'.
43
+ Type '{ type: string; properties: { a: { type: string; }; b?: undefined; }; } | { type: string; properties: { b: { type: string; }; a?: undefined; }; }' is not assignable to type 'JsonSchema'.
44
+ Type '{ type: string; properties: { a: { type: string; }; b?: undefined; }; }' is not assignable to type 'JsonSchema'.
45
+ Type '{ type: string; properties: { a: { type: string; }; b?: undefined; }; }' is not assignable to type 'JsonSchemaObject'.
46
+ Type '{ type: string; properties: { a: { type: string; }; b?: undefined; }; }' is not assignable to type '{ type?: string | string[] | undefined; $id?: string | undefined; $ref?: string | undefined; $anchor?: string | undefined; $dynamicRef?: string | undefined; $dynamicAnchor?: string | undefined; ... 44 more ...; errorMessage?: { ...; } | undefined; }'.
47
+ Types of property 'properties' are incompatible.
48
+ Type '{ a: { type: string; }; b?: undefined; }' is not assignable to type '{ [key: string]: JsonSchema; }'.
49
+ Property 'b' is incompatible with index signature.
50
+ Type 'undefined' is not assignable to type 'JsonSchema'.
51
+ test/functional-validation.test.ts(219,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
52
+ test/functional-validation.test.ts(232,14): error TS18046: 'compiled.result' is of type 'unknown'.
53
+ test/functional-validation.test.ts(236,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
54
+ test/functional-validation.test.ts(249,14): error TS18046: 'compiled.result' is of type 'unknown'.
55
+ test/functional-validation.test.ts(253,31): error TS7006: Parameter 'assert' implicitly has an 'any' type.
56
+ test/functional-validation.test.ts(269,45): error TS7006: Parameter 'assert' implicitly has an 'any' type.
57
+ test/functional-validation.test.ts(289,49): error TS7006: Parameter 'assert' implicitly has an 'any' type.
58
+ test/functional-validation.test.ts(321,57): error TS7006: Parameter 'assert' implicitly has an 'any' type.
59
+ test/generateSchemaBundle.snap.test.ts(1,38): error TS2834: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
60
+ test/generateSchemaBundle.snap.test.ts(3,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
61
+ test/generateSchemaBundle.snap.test.ts(5,42): error TS7006: Parameter 'test' implicitly has an 'any' type.
62
+ test/generateSchemaBundle.snap.test.ts(6,60): error TS7006: Parameter 'assert' implicitly has an 'any' type.
63
+ test/generateSchemaBundle.test.ts(4,38): error TS2834: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
64
+ test/generateSchemaBundle.test.ts(5,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
65
+ test/generateSchemaBundle.test.ts(9,32): error TS7006: Parameter 'test' implicitly has an 'any' type.
66
+ test/generateSchemaBundle.test.ts(10,54): error TS7006: Parameter 'assert' implicitly has an 'any' type.
67
+ test/generateSchemaBundle.test.ts(48,55): error TS7006: Parameter 'assert' implicitly has an 'any' type.
68
+ test/generateSchemaBundle.test.ts(74,40): error TS7006: Parameter 'f' implicitly has an 'any' type.
69
+ test/generateSchemaBundle.test.ts(79,46): error TS7006: Parameter 'assert' implicitly has an 'any' type.
70
+ test/generateSchemaBundle.test.ts(93,42): error TS7006: Parameter 'f' implicitly has an 'any' type.
71
+ test/generateSchemaBundle.test.ts(97,53): error TS7006: Parameter 'assert' implicitly has an 'any' type.
72
+ test/generateSchemaBundle.test.ts(120,43): error TS7006: Parameter 'f' implicitly has an 'any' type.
73
+ test/generateSchemaBundle.test.ts(128,76): error TS7006: Parameter 'assert' implicitly has an 'any' type.
74
+ test/generateSchemaBundle.test.ts(151,41): error TS7006: Parameter 'f' implicitly has an 'any' type.
75
+ test/generateSchemaBundle.test.ts(161,62): error TS7006: Parameter 'assert' implicitly has an 'any' type.
76
+ test/generateSchemaBundle.test.ts(189,38): error TS7006: Parameter 'f' implicitly has an 'any' type.
77
+ test/generateSchemaBundle.test.ts(190,38): error TS7006: Parameter 'f' implicitly has an 'any' type.
78
+ test/generateSchemaBundle.test.ts(198,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
79
+ test/generateSchemaBundle.test.ts(212,42): error TS7006: Parameter 'f' implicitly has an 'any' type.
80
+ test/generateSchemaBundle.test.ts(218,85): error TS7006: Parameter 'assert' implicitly has an 'any' type.
81
+ test/generateSchemaBundle.test.ts(224,42): error TS7006: Parameter 'f' implicitly has an 'any' type.
82
+ test/generateSchemaBundle.test.ts(229,65): error TS7006: Parameter 'assert' implicitly has an 'any' type.
83
+ test/generateSchemaBundle.test.ts(235,42): error TS7006: Parameter 'f' implicitly has an 'any' type.
84
+ test/generateSchemaBundle.test.ts(241,61): error TS7006: Parameter 'assert' implicitly has an 'any' type.
85
+ test/generateSchemaBundle.test.ts(286,43): error TS7006: Parameter 'f' implicitly has an 'any' type.
86
+ test/jsonSchemaToZod.test.ts(6,29): error TS2834: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
87
+ test/jsonSchemaToZod.test.ts(7,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
88
+ test/jsonSchemaToZod.test.ts(8,31): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './utils/normalizeCode.js'?
89
+ test/jsonSchemaToZod.test.ts(9,66): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './utils/assertCode.js'?
90
+ test/jsonSchemaToZod.test.ts(12,27): error TS7006: Parameter 'test' implicitly has an 'any' type.
91
+ test/jsonSchemaToZod.test.ts(13,46): error TS7006: Parameter 'assert' implicitly has an 'any' type.
92
+ test/jsonSchemaToZod.test.ts(21,95): error TS7006: Parameter 'assert' implicitly has an 'any' type.
93
+ test/jsonSchemaToZod.test.ts(37,55): error TS7006: Parameter 'assert' implicitly has an 'any' type.
94
+ test/jsonSchemaToZod.test.ts(52,44): error TS7006: Parameter 'assert' implicitly has an 'any' type.
95
+ test/jsonSchemaToZod.test.ts(70,72): error TS7006: Parameter 'assert' implicitly has an 'any' type.
96
+ test/jsonSchemaToZod.test.ts(88,53): error TS7006: Parameter 'assert' implicitly has an 'any' type.
97
+ test/jsonSchemaToZod.test.ts(100,36): error TS7006: Parameter 'assert' implicitly has an 'any' type.
98
+ test/jsonSchemaToZod.test.ts(118,42): error TS7006: Parameter 'assert' implicitly has an 'any' type.
99
+ test/jsonSchemaToZod.test.ts(134,42): error TS7006: Parameter 'assert' implicitly has an 'any' type.
100
+ test/jsonSchemaToZod.test.ts(152,33): error TS7006: Parameter 'assert' implicitly has an 'any' type.
101
+ test/jsonSchemaToZod.test.ts(170,37): error TS7006: Parameter 'assert' implicitly has an 'any' type.
102
+ test/jsonSchemaToZod.test.ts(182,34): error TS7006: Parameter 'assert' implicitly has an 'any' type.
103
+ test/jsonSchemaToZod.test.ts(200,31): error TS7006: Parameter 'assert' implicitly has an 'any' type.
104
+ test/jsonSchemaToZod.test.ts(224,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
105
+ test/jsonSchemaToZod.test.ts(245,39): error TS7006: Parameter 'assert' implicitly has an 'any' type.
106
+ test/jsonSchemaToZod.test.ts(261,45): error TS7006: Parameter 'assert' implicitly has an 'any' type.
107
+ test/jsonSchemaToZod.test.ts(277,57): error TS7006: Parameter 'assert' implicitly has an 'any' type.
108
+ test/jsonSchemaToZod.test.ts(288,28): error TS7006: Parameter 'schema' implicitly has an 'any' type.
109
+ test/jsonSchemaToZod.test.ts(288,36): error TS7006: Parameter 'refs' implicitly has an 'any' type.
110
+ test/jsonSchemaToZod.test.ts(309,33): error TS7006: Parameter 'assert' implicitly has an 'any' type.
111
+ test/jsonSchemaToZod.test.ts(318,36): error TS7006: Parameter 'assert' implicitly has an 'any' type.
112
+ test/jsonSchemaToZod.test.ts(325,75): error TS7006: Parameter 'assert' implicitly has an 'any' type.
113
+ test/jsonSchemaToZod.test.ts(347,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
114
+ test/jsonSchemaToZod.test.ts(381,46): error TS7006: Parameter 'assert' implicitly has an 'any' type.
115
+ test/jsonSchemaToZod.test.ts(392,38): error TS7006: Parameter 'assert' implicitly has an 'any' type.
116
+ test/jsonSchemaToZod.test.ts(410,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
117
+ test/jsonSchemaToZod.test.ts(424,40): error TS7006: Parameter 'assert' implicitly has an 'any' type.
118
+ test/jsonSchemaToZod.test.ts(452,61): error TS7006: Parameter 'assert' implicitly has an 'any' type.
119
+ test/output/workflow.zod.ts(20,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
120
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
121
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
122
+ test/output/workflow.zod.ts(38,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
123
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
124
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
125
+ test/output/workflow.zod.ts(56,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
126
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
127
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
128
+ test/output/workflow.zod.ts(74,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
129
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
130
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
131
+ test/output/workflow.zod.ts(92,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
132
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
133
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
134
+ test/output/workflow.zod.ts(109,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
135
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
136
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
137
+ test/output/workflow.zod.ts(128,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
138
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
139
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
140
+ test/output/workflow.zod.ts(148,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
141
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
142
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
143
+ test/output/workflow.zod.ts(165,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
144
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
145
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
146
+ test/output/workflow.zod.ts(185,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
147
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
148
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
149
+ test/output/workflow.zod.ts(204,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
150
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
151
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
152
+ test/output/workflow.zod.ts(223,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
153
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
154
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
155
+ test/output/workflow.zod.ts(241,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
156
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
157
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
158
+ test/output/workflow.zod.ts(260,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
159
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
160
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
161
+ test/output/workflow.zod.ts(279,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
162
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
163
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
164
+ test/output/workflow.zod.ts(298,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
165
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
166
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
167
+ test/output/workflow.zod.ts(319,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
168
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
169
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
170
+ test/output/workflow.zod.ts(340,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
171
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
172
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
173
+ test/output/workflow.zod.ts(348,428): error TS2448: Block-scoped variable 'TaskList' used before its declaration.
174
+ test/output/workflow.zod.ts(348,428): error TS2454: Variable 'TaskList' is used before being assigned.
175
+ test/output/workflow.zod.ts(362,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
176
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
177
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
178
+ test/output/workflow.zod.ts(380,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
179
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
180
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
181
+ test/output/workflow.zod.ts(398,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
182
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
183
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
184
+ test/output/workflow.zod.ts(416,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
185
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
186
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
187
+ test/output/workflow.zod.ts(434,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
188
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
189
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
190
+ test/output/workflow.zod.ts(452,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
191
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
192
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
193
+ test/output/workflow.zod.ts(469,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
194
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
195
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
196
+ test/output/workflow.zod.ts(477,92): error TS2448: Block-scoped variable 'TaskList' used before its declaration.
197
+ test/output/workflow.zod.ts(477,92): error TS2454: Variable 'TaskList' is used before being assigned.
198
+ test/output/workflow.zod.ts(490,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
199
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
200
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
201
+ test/output/workflow.zod.ts(508,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
202
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
203
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
204
+ test/output/workflow.zod.ts(526,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
205
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
206
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
207
+ test/output/workflow.zod.ts(535,874): error TS2448: Block-scoped variable 'TaskList' used before its declaration.
208
+ test/output/workflow.zod.ts(535,874): error TS2454: Variable 'TaskList' is used before being assigned.
209
+ test/output/workflow.zod.ts(549,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
210
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
211
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
212
+ test/output/workflow.zod.ts(566,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
213
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
214
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
215
+ test/output/workflow.zod.ts(586,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
216
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
217
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
218
+ test/output/workflow.zod.ts(599,18): error TS2339: Property 'errors' does not exist on type 'ZodError<any>'.
219
+ test/output/workflow.zod.ts(599,34): error TS7006: Parameter 'error' implicitly has an 'any' type.
220
+ test/output/workflow.zod.ts(614,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
221
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
222
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
223
+ test/output/workflow.zod.ts(631,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
224
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
225
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
226
+ test/output/workflow.zod.ts(650,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
227
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
228
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
229
+ test/output/workflow.zod.ts(671,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
230
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
231
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
232
+ test/output/workflow.zod.ts(679,94): error TS2448: Block-scoped variable 'TaskList' used before its declaration.
233
+ test/output/workflow.zod.ts(679,94): error TS2454: Variable 'TaskList' is used before being assigned.
234
+ test/output/workflow.zod.ts(690,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
235
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
236
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
237
+ test/output/workflow.zod.ts(710,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
238
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
239
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
240
+ test/output/workflow.zod.ts(733,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
241
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
242
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
243
+ test/output/workflow/schemas/AsyncApiMessageConsumptionPolicy.ts(15,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
244
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
245
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
246
+ test/output/workflow/schemas/AuthenticationPolicy.ts(16,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
247
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
248
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
249
+ test/output/workflow/schemas/AuthenticationPolicy.ts(34,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
250
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
251
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
252
+ test/output/workflow/schemas/AuthenticationPolicy.ts(52,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
253
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
254
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
255
+ test/output/workflow/schemas/AuthenticationPolicy.ts(70,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
256
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
257
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
258
+ test/output/workflow/schemas/AuthenticationPolicy.ts(88,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
259
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
260
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
261
+ test/output/workflow/schemas/AuthenticationPolicy.ts(105,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
262
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
263
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
264
+ test/output/workflow/schemas/CallTask.ts(23,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
265
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
266
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
267
+ test/output/workflow/schemas/CallTask.ts(41,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
268
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
269
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
270
+ test/output/workflow/schemas/CallTask.ts(59,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
271
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
272
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
273
+ test/output/workflow/schemas/CallTask.ts(77,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
274
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
275
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
276
+ test/output/workflow/schemas/CallTask.ts(95,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
277
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
278
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
279
+ test/output/workflow/schemas/CallTask.ts(113,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
280
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
281
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
282
+ test/output/workflow/schemas/CallTask.ts(130,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
283
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
284
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
285
+ test/output/workflow/schemas/ContainerLifetime.ts(8,18): error TS2339: Property 'errors' does not exist on type 'ZodError<any>'.
286
+ test/output/workflow/schemas/ContainerLifetime.ts(8,34): error TS7006: Parameter 'error' implicitly has an 'any' type.
287
+ test/output/workflow/schemas/Duration.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
288
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
289
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
290
+ test/output/workflow/schemas/Endpoint.ts(17,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
291
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
292
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
293
+ test/output/workflow/schemas/Endpoint.ts(34,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
294
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
295
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
296
+ test/output/workflow/schemas/Error.ts(15,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
297
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
298
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
299
+ test/output/workflow/schemas/Error.ts(33,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
300
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
301
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
302
+ test/output/workflow/schemas/EventConsumptionStrategy.ts(15,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
303
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
304
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
305
+ test/output/workflow/schemas/EventConsumptionStrategy.ts(32,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
306
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
307
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
308
+ test/output/workflow/schemas/EventProperties.ts(15,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
309
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
310
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
311
+ test/output/workflow/schemas/EventProperties.ts(33,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
312
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
313
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
314
+ test/output/workflow/schemas/EventProperties.ts(51,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
315
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
316
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
317
+ test/output/workflow/schemas/Export.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
318
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
319
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
320
+ test/output/workflow/schemas/Input.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
321
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
322
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
323
+ test/output/workflow/schemas/Output.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
324
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
325
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
326
+ test/output/workflow/schemas/RaiseTask.ts(15,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
327
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
328
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
329
+ test/output/workflow/schemas/ReferenceableAuthenticationPolicy.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
330
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
331
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
332
+ test/output/workflow/schemas/RetryPolicy.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
333
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
334
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
335
+ test/output/workflow/schemas/RunTask.ts(17,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
336
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
337
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
338
+ test/output/workflow/schemas/RunTask.ts(34,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
339
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
340
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
341
+ test/output/workflow/schemas/Schema.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
342
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
343
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
344
+ test/output/workflow/schemas/SetTask.ts(14,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
345
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
346
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
347
+ test/output/workflow/schemas/Task.ts(25,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
348
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
349
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
350
+ test/output/workflow/schemas/TaskBase.ts(18,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
351
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
352
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
353
+ test/output/workflow/schemas/TryTask.ts(17,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
354
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
355
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
356
+ test/output/workflow/schemas/workflowSchema.ts(26,20): error TS2345: Argument of type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to parameter of type 'string | { [x: string]: unknown; readonly pattern?: string | undefined; readonly format: $ZodStringFormats | (string & {}); readonly input?: string | undefined; readonly code: "invalid_format"; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 mor...'.
357
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: z.ZodError<unknown>[]; message: string; }' is not assignable to type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: $ZodIssue[][]; readonly code: "invalid_union"; readonly inclusive?: true | undefined; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1...'.
358
+ Type '{ path: never[]; code: "invalid_union"; unionErrors: ZodError<unknown>[]; message: string; }' is missing the following properties from type '{ [x: string]: unknown; readonly discriminator?: string | undefined; readonly input?: unknown; readonly errors: []; readonly code: "invalid_union"; readonly inclusive: false; readonly path?: PropertyKey[] | undefined; readonly message?: string | undefined; readonly inst?: $ZodType<...> | ... 1 more ... | undefined; ...': errors, inclusive
359
+ test/parsers/parseAllOf.test.ts(1,28): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseAllOf.js'?
360
+ test/parsers/parseAllOf.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
361
+ test/parsers/parseAllOf.test.ts(4,22): error TS7006: Parameter 'test' implicitly has an 'any' type.
362
+ test/parsers/parseAllOf.test.ts(5,41): error TS7006: Parameter 'assert' implicitly has an 'any' type.
363
+ test/parsers/parseAllOf.test.ts(17,38): error TS7006: Parameter 'assert' implicitly has an 'any' type.
364
+ test/parsers/parseAllOf.test.ts(29,39): error TS7006: Parameter 'assert' implicitly has an 'any' type.
365
+ test/parsers/parseAnyOf.test.ts(1,28): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseAnyOf.js'?
366
+ test/parsers/parseAnyOf.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
367
+ test/parsers/parseAnyOf.test.ts(4,22): error TS7006: Parameter 'test' implicitly has an 'any' type.
368
+ test/parsers/parseAnyOf.test.ts(5,59): error TS7006: Parameter 'assert' implicitly has an 'any' type.
369
+ test/parsers/parseAnyOf.test.ts(22,43): error TS7006: Parameter 'assert' implicitly has an 'any' type.
370
+ test/parsers/parseAnyOf.test.ts(32,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
371
+ test/parsers/parseArray.test.ts(1,28): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseArray.js'?
372
+ test/parsers/parseArray.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
373
+ test/parsers/parseArray.test.ts(4,22): error TS7006: Parameter 'test' implicitly has an 'any' type.
374
+ test/parsers/parseArray.test.ts(5,49): error TS7006: Parameter 'assert' implicitly has an 'any' type.
375
+ test/parsers/parseArray.test.ts(25,50): error TS7006: Parameter 'assert' implicitly has an 'any' type.
376
+ test/parsers/parseArray.test.ts(40,43): error TS7006: Parameter 'assert' implicitly has an 'any' type.
377
+ test/parsers/parseArray.test.ts(56,46): error TS7006: Parameter 'assert' implicitly has an 'any' type.
378
+ test/parsers/parseConst.test.ts(1,28): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseConst.js'?
379
+ test/parsers/parseConst.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
380
+ test/parsers/parseConst.test.ts(4,22): error TS7006: Parameter 'test' implicitly has an 'any' type.
381
+ test/parsers/parseConst.test.ts(5,42): error TS7006: Parameter 'assert' implicitly has an 'any' type.
382
+ test/parsers/parseEnum.test.ts(1,27): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseEnum.js'?
383
+ test/parsers/parseEnum.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
384
+ test/parsers/parseEnum.test.ts(4,21): error TS7006: Parameter 'test' implicitly has an 'any' type.
385
+ test/parsers/parseEnum.test.ts(5,48): error TS7006: Parameter 'assert' implicitly has an 'any' type.
386
+ test/parsers/parseEnum.test.ts(16,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
387
+ test/parsers/parseEnum.test.ts(27,55): error TS7006: Parameter 'assert' implicitly has an 'any' type.
388
+ test/parsers/parseEnum.test.ts(37,49): error TS7006: Parameter 'assert' implicitly has an 'any' type.
389
+ test/parsers/parseMultipleType.test.ts(1,29): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseSchema.js'?
390
+ test/parsers/parseMultipleType.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
391
+ test/parsers/parseMultipleType.test.ts(4,29): error TS7006: Parameter 'test' implicitly has an 'any' type.
392
+ test/parsers/parseMultipleType.test.ts(5,72): error TS7006: Parameter 'assert' implicitly has an 'any' type.
393
+ test/parsers/parseNot.test.ts(1,26): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseNot.js'?
394
+ test/parsers/parseNot.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
395
+ test/parsers/parseNot.test.ts(4,20): error TS7006: Parameter 'test' implicitly has an 'any' type.
396
+ test/parsers/parseNot.test.ts(5,13): error TS7006: Parameter 'assert' implicitly has an 'any' type.
397
+ test/parsers/parseNullable.test.ts(1,29): error TS2834: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
398
+ test/parsers/parseNullable.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
399
+ test/parsers/parseNullable.test.ts(4,25): error TS7006: Parameter 'test' implicitly has an 'any' type.
400
+ test/parsers/parseNullable.test.ts(5,53): error TS7006: Parameter 'assert' implicitly has an 'any' type.
401
+ test/parsers/parseNumber.test.ts(1,29): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseNumber.js'?
402
+ test/parsers/parseNumber.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
403
+ test/parsers/parseNumber.test.ts(4,23): error TS7006: Parameter 'test' implicitly has an 'any' type.
404
+ test/parsers/parseNumber.test.ts(5,34): error TS7006: Parameter 'assert' implicitly has an 'any' type.
405
+ test/parsers/parseNumber.test.ts(30,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
406
+ test/parsers/parseNumber.test.ts(41,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
407
+ test/parsers/parseNumber.test.ts(51,56): error TS7006: Parameter 'assert' implicitly has an 'any' type.
408
+ test/parsers/parseNumber.test.ts(62,51): error TS7006: Parameter 'assert' implicitly has an 'any' type.
409
+ test/parsers/parseNumber.test.ts(72,57): error TS7006: Parameter 'assert' implicitly has an 'any' type.
410
+ test/parsers/parseNumber.test.ts(99,39): error TS7006: Parameter 'assert' implicitly has an 'any' type.
411
+ test/parsers/parseNumber.test.ts(119,38): error TS7006: Parameter 'assert' implicitly has an 'any' type.
412
+ test/parsers/parseObject.test.ts(4,29): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseObject.js'?
413
+ test/parsers/parseObject.test.ts(5,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
414
+ test/parsers/parseObject.test.ts(11,23): error TS7006: Parameter 'test' implicitly has an 'any' type.
415
+ test/parsers/parseObject.test.ts(12,50): error TS7006: Parameter 'assert' implicitly has an 'any' type.
416
+ test/parsers/parseObject.test.ts(24,48): error TS7006: Parameter 'assert' implicitly has an 'any' type.
417
+ test/parsers/parseObject.test.ts(37,77): error TS7006: Parameter 'assert' implicitly has an 'any' type.
418
+ test/parsers/parseObject.test.ts(59,83): error TS7006: Parameter 'assert' implicitly has an 'any' type.
419
+ test/parsers/parseObject.test.ts(78,82): error TS7006: Parameter 'assert' implicitly has an 'any' type.
420
+ test/parsers/parseObject.test.ts(97,88): error TS7006: Parameter 'assert' implicitly has an 'any' type.
421
+ test/parsers/parseObject.test.ts(117,86): error TS7006: Parameter 'assert' implicitly has an 'any' type.
422
+ test/parsers/parseObject.test.ts(130,85): error TS7006: Parameter 'assert' implicitly has an 'any' type.
423
+ test/parsers/parseObject.test.ts(143,91): error TS7006: Parameter 'assert' implicitly has an 'any' type.
424
+ test/parsers/parseObject.test.ts(157,63): error TS7006: Parameter 'assert' implicitly has an 'any' type.
425
+ test/parsers/parseObject.test.ts(175,15): error TS7006: Parameter 'assert' implicitly has an 'any' type.
426
+ test/parsers/parseObject.test.ts(359,73): error TS7006: Parameter 'assert' implicitly has an 'any' type.
427
+ test/parsers/parseObject.test.ts(370,15): error TS2353: Object literal may only specify known properties, and 'unevaluatedProperties' does not exist in type 'JSONSchema7'.
428
+ test/parsers/parseObject.test.ts(402,101): error TS7006: Parameter 'assert' implicitly has an 'any' type.
429
+ test/parsers/parseObject.test.ts(429,34): error TS7006: Parameter 'assert' implicitly has an 'any' type.
430
+ test/parsers/parseObject.test.ts(436,41): error TS7006: Parameter 'assert' implicitly has an 'any' type.
431
+ test/parsers/parseObject.test.ts(469,66): error TS7006: Parameter 'assert' implicitly has an 'any' type.
432
+ test/parsers/parseObject.test.ts(494,75): error TS7006: Parameter 'assert' implicitly has an 'any' type.
433
+ test/parsers/parseObject.test.ts(517,85): error TS7006: Parameter 'assert' implicitly has an 'any' type.
434
+ test/parsers/parseObject.test.ts(564,51): error TS7006: Parameter 'assert' implicitly has an 'any' type.
435
+ test/parsers/parseObject.test.ts(577,73): error TS7006: Parameter 'assert' implicitly has an 'any' type.
436
+ test/parsers/parseObject.test.ts(617,60): error TS7006: Parameter 'assert' implicitly has an 'any' type.
437
+ test/parsers/parseObject.test.ts(631,48): error TS7006: Parameter 'assert' implicitly has an 'any' type.
438
+ test/parsers/parseObject.test.ts(650,63): error TS7006: Parameter 'assert' implicitly has an 'any' type.
439
+ test/parsers/parseObject.test.ts(674,30): error TS7006: Parameter 'assert' implicitly has an 'any' type.
440
+ test/parsers/parseObject.test.ts(682,7): error TS2353: Object literal may only specify known properties, and 'dependentRequired' does not exist in type 'JSONSchema7 & { type: "object"; }'.
441
+ test/parsers/parseObject.test.ts(693,50): error TS7006: Parameter 'assert' implicitly has an 'any' type.
442
+ test/parsers/parseObject.test.ts(700,7): error TS2353: Object literal may only specify known properties, and 'dependentRequired' does not exist in type 'JSONSchema7 & { type: "object"; }'.
443
+ test/parsers/parseOneOf.test.ts(1,28): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseOneOf.js'?
444
+ test/parsers/parseOneOf.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
445
+ test/parsers/parseOneOf.test.ts(4,22): error TS7006: Parameter 'test' implicitly has an 'any' type.
446
+ test/parsers/parseOneOf.test.ts(5,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
447
+ test/parsers/parseOneOf.test.ts(22,86): error TS7006: Parameter 'assert' implicitly has an 'any' type.
448
+ test/parsers/parseOneOf.test.ts(57,43): error TS7006: Parameter 'assert' implicitly has an 'any' type.
449
+ test/parsers/parseOneOf.test.ts(67,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
450
+ test/parsers/parseSchema.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
451
+ test/parsers/parseSchema.test.ts(4,23): error TS7006: Parameter 'test' implicitly has an 'any' type.
452
+ test/parsers/parseSchema.test.ts(5,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
453
+ test/parsers/parseSchema.test.ts(9,51): error TS7006: Parameter 'assert' implicitly has an 'any' type.
454
+ test/parsers/parseSchema.test.ts(27,61): error TS7006: Parameter 'assert' implicitly has an 'any' type.
455
+ test/parsers/parseSchema.test.ts(34,35): error TS7006: Parameter 'assert' implicitly has an 'any' type.
456
+ test/parsers/parseSchema.test.ts(47,31): error TS7006: Parameter 'assert' implicitly has an 'any' type.
457
+ test/parsers/parseSchema.test.ts(54,40): error TS7006: Parameter 'assert' implicitly has an 'any' type.
458
+ test/parsers/parseSchema.test.ts(63,44): error TS7006: Parameter 'assert' implicitly has an 'any' type.
459
+ test/parsers/parseSchema.test.ts(82,32): error TS7006: Parameter 'assert' implicitly has an 'any' type.
460
+ test/parsers/parseSchema.test.ts(94,61): error TS7006: Parameter 'assert' implicitly has an 'any' type.
461
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(4,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
462
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(6,41): error TS7006: Parameter 'test' implicitly has an 'any' type.
463
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(7,80): error TS7006: Parameter 'assert' implicitly has an 'any' type.
464
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(37,43): error TS7006: Parameter 'assert' implicitly has an 'any' type.
465
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(60,52): error TS7006: Parameter 'assert' implicitly has an 'any' type.
466
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(72,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
467
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(105,81): error TS7006: Parameter 'assert' implicitly has an 'any' type.
468
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(132,86): error TS7006: Parameter 'assert' implicitly has an 'any' type.
469
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(151,59): error TS7006: Parameter 'assert' implicitly has an 'any' type.
470
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(169,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
471
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(178,66): error TS7006: Parameter 'assert' implicitly has an 'any' type.
472
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(192,67): error TS7006: Parameter 'assert' implicitly has an 'any' type.
473
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(202,72): error TS7006: Parameter 'assert' implicitly has an 'any' type.
474
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(217,80): error TS7006: Parameter 'assert' implicitly has an 'any' type.
475
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(234,67): error TS7006: Parameter 'assert' implicitly has an 'any' type.
476
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(252,80): error TS7006: Parameter 'assert' implicitly has an 'any' type.
477
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(269,95): error TS7006: Parameter 'assert' implicitly has an 'any' type.
478
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(286,82): error TS7006: Parameter 'assert' implicitly has an 'any' type.
479
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(303,68): error TS7006: Parameter 'assert' implicitly has an 'any' type.
480
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(318,82): error TS7006: Parameter 'assert' implicitly has an 'any' type.
481
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(335,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
482
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(352,73): error TS7006: Parameter 'assert' implicitly has an 'any' type.
483
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(371,68): error TS7006: Parameter 'assert' implicitly has an 'any' type.
484
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(390,69): error TS7006: Parameter 'assert' implicitly has an 'any' type.
485
+ test/parsers/parseSimpleDiscriminatedOneOf.test.ts(409,69): error TS7006: Parameter 'assert' implicitly has an 'any' type.
486
+ test/parsers/parseString.test.ts(2,29): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/parsers/parseString.js'?
487
+ test/parsers/parseString.test.ts(3,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
488
+ test/parsers/parseString.test.ts(5,23): error TS7006: Parameter 'test' implicitly has an 'any' type.
489
+ test/parsers/parseString.test.ts(13,28): error TS7006: Parameter 'assert' implicitly has an 'any' type.
490
+ test/parsers/parseString.test.ts(27,18): error TS7006: Parameter 'assert' implicitly has an 'any' type.
491
+ test/parsers/parseString.test.ts(37,15): error TS7006: Parameter 'assert' implicitly has an 'any' type.
492
+ test/parsers/parseString.test.ts(54,16): error TS7006: Parameter 'assert' implicitly has an 'any' type.
493
+ test/parsers/parseString.test.ts(64,17): error TS7006: Parameter 'assert' implicitly has an 'any' type.
494
+ test/parsers/parseString.test.ts(74,17): error TS7006: Parameter 'assert' implicitly has an 'any' type.
495
+ test/parsers/parseString.test.ts(84,17): error TS7006: Parameter 'assert' implicitly has an 'any' type.
496
+ test/parsers/parseString.test.ts(94,21): error TS7006: Parameter 'assert' implicitly has an 'any' type.
497
+ test/parsers/parseString.test.ts(104,19): error TS7006: Parameter 'assert' implicitly has an 'any' type.
498
+ test/parsers/parseString.test.ts(141,29): error TS7006: Parameter 'assert' implicitly has an 'any' type.
499
+ test/parsers/parseString.test.ts(192,39): error TS7006: Parameter 'assert' implicitly has an 'any' type.
500
+ test/parsers/parseString.test.ts(211,62): error TS7006: Parameter 'assert' implicitly has an 'any' type.
501
+ test/parsers/parseString.test.ts(253,51): error TS7006: Parameter 'assert' implicitly has an 'any' type.
502
+ test/parsers/parseString.test.ts(270,61): error TS7006: Parameter 'assert' implicitly has an 'any' type.
503
+ test/parsers/parseString.test.ts(274,43): error TS7006: Parameter 'format' implicitly has an 'any' type.
504
+ test/parsers/parseString.test.ts(274,51): error TS7006: Parameter 'path' implicitly has an 'any' type.
505
+ test/reconstructJsonSchema.test.ts(1,39): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../src/zodToJsonSchema.js'?
506
+ test/reconstructJsonSchema.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
507
+ test/reconstructJsonSchema.test.ts(4,33): error TS7006: Parameter 'test' implicitly has an 'any' type.
508
+ test/reconstructJsonSchema.test.ts(5,66): error TS7006: Parameter 'assert' implicitly has an 'any' type.
509
+ test/reconstructJsonSchema.test.ts(25,71): error TS7006: Parameter 'assert' implicitly has an 'any' type.
510
+ test/reconstructJsonSchema.test.ts(59,49): error TS7006: Parameter 'assert' implicitly has an 'any' type.
511
+ test/reconstructJsonSchema.test.ts(83,53): error TS7006: Parameter 'assert' implicitly has an 'any' type.
512
+ test/utils/assertCode.ts(30,7): error TS2322: Type 'boolean | undefined' is not assignable to type 'boolean'.
513
+ Type 'undefined' is not assignable to type 'boolean'.
514
+ test/utils/cliTools.test.ts(1,40): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/utils/cliTools.js'?
515
+ test/utils/cliTools.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
516
+ test/utils/cliTools.test.ts(4,20): error TS7006: Parameter 'test' implicitly has an 'any' type.
517
+ test/utils/cliTools.test.ts(5,91): error TS7006: Parameter 'assert' implicitly has an 'any' type.
518
+ test/utils/cliTools.test.ts(10,66): error TS7006: Parameter 'assert' implicitly has an 'any' type.
519
+ test/utils/cliTools.test.ts(20,79): error TS7006: Parameter 'assert' implicitly has an 'any' type.
520
+ test/utils/cliTools.test.ts(30,58): error TS7006: Parameter 'assert' implicitly has an 'any' type.
521
+ test/utils/cliTools.test.ts(42,62): error TS7006: Parameter 'assert' implicitly has an 'any' type.
522
+ test/utils/half.test.ts(1,22): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/utils/half.js'?
523
+ test/utils/half.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
524
+ test/utils/half.test.ts(4,16): error TS7006: Parameter 'test' implicitly has an 'any' type.
525
+ test/utils/half.test.ts(5,17): error TS7006: Parameter 'assert' implicitly has an 'any' type.
526
+ test/utils/liftInlineObjects.test.ts(43,38): error TS2345: Argument of type '{ readonly allOf: readonly [{ readonly type: "object"; readonly properties: { readonly a: { readonly type: "string"; }; }; }, { readonly type: "object"; readonly properties: { readonly b: { readonly type: "string"; }; }; }]; }' is not assignable to parameter of type 'JsonSchema'.
527
+ Type '{ readonly allOf: readonly [{ readonly type: "object"; readonly properties: { readonly a: { readonly type: "string"; }; }; }, { readonly type: "object"; readonly properties: { readonly b: { readonly type: "string"; }; }; }]; }' is not assignable to type 'JsonSchemaObject'.
528
+ Type '{ readonly allOf: readonly [{ readonly type: "object"; readonly properties: { readonly a: { readonly type: "string"; }; }; }, { readonly type: "object"; readonly properties: { readonly b: { readonly type: "string"; }; }; }]; }' is not assignable to type '{ type?: string | string[] | undefined; $id?: string | undefined; $ref?: string | undefined; $anchor?: string | undefined; $dynamicRef?: string | undefined; $dynamicAnchor?: string | undefined; ... 44 more ...; errorMessage?: { ...; } | undefined; }'.
529
+ Types of property 'allOf' are incompatible.
530
+ The type 'readonly [{ readonly type: "object"; readonly properties: { readonly a: { readonly type: "string"; }; }; }, { readonly type: "object"; readonly properties: { readonly b: { readonly type: "string"; }; }; }]' is 'readonly' and cannot be assigned to the mutable type 'JsonSchema[]'.
531
+ test/utils/omit.test.ts(1,22): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/utils/omit.js'?
532
+ test/utils/omit.test.ts(2,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../suite.js'?
533
+ test/utils/omit.test.ts(4,16): error TS7006: Parameter 'test' implicitly has an 'any' type.
534
+ test/utils/omit.test.ts(5,17): error TS7006: Parameter 'assert' implicitly has an 'any' type.
535
+ test/utils/omit.test.ts(14,7): error TS2578: Unused '@ts-expect-error' directive.
536
+ test/utils/omit.test.ts(22,5): error TS2578: Unused '@ts-expect-error' directive.
537
+ test/workflowSchema.test.ts(4,18): error TS7016: Could not find a declaration file for module 'js-yaml'. '/Users/gbryk/Repos/json-schema-to-zod/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/dist/js-yaml.mjs' implicitly has an 'any' type.
538
+ Try `npm i --save-dev @types/js-yaml` if it exists or add a new declaration (.d.ts) file containing `declare module 'js-yaml';`
539
+ test/workflowSchema.test.ts(6,23): error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './suite.js'?
540
+ test/workflowSchema.test.ts(8,25): error TS7006: Parameter 'test' implicitly has an 'any' type.
541
+ test/workflowSchema.test.ts(9,45): error TS7006: Parameter 'assert' implicitly has an 'any' type.
542
+ test/workflowSchema.test.ts(30,64): error TS7006: Parameter 'assert' implicitly has an 'any' type.