Skip to content

Commit f957fb5

Browse files
committed
prevent bc
1 parent 3f0ec4e commit f957fb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/pre-gen/generateOpenapitools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export async function generateOpenapitools(
3535
mode,
3636
...additionalProperties,
3737
},
38+
'openapi-normalizer': {
39+
// if this is set to true, it causes a breaking change on PlatformWithNone, this can be removed in the next major
40+
SIMPLIFY_ONEOF_ANYOF_ENUM: false,
41+
},
3842
};
3943
}
4044

0 commit comments

Comments
 (0)