pull/700/head
Travis Fischer 2025-03-23 04:34:19 +08:00
rodzic 47dabc296e
commit a718bf09cc
5 zmienionych plików z 2531 dodań i 2895 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{
"root": true,
"extends": ["@fisch0920/eslint-config/node"],
"ignorePatterns": ["out"]
"ignorePatterns": ["out", "packages/openapi-to-ts-client/fixtures/generated"]
}

Wyświetl plik

@ -1 +1,2 @@
out
packages/openapi-to-ts-client/fixtures/generated

Wyświetl plik

@ -1181,7 +1181,7 @@ export namespace notion {
PeoplePropertyResponseSchema,
FilePropertyResponseSchema,
CheckboxPropertyResponseSchema,
URLPropertyResponseSchema,
UrlPropertyResponseSchema,
EmailPropertyResponseSchema,
PhoneNumberPropertyResponseSchema,
FormulaPropertyResponseSchema,

Wyświetl plik

@ -125,7 +125,7 @@ function createParserOverride({
const ref = schema.$ref as string
if (!ref) return
const name = getComponentName(ref)
const name = getComponentDisplayName(ref)
if (!name) return
if (type === name) {