kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/700/head
rodzic
47dabc296e
commit
a718bf09cc
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": ["@fisch0920/eslint-config/node"],
|
||||
"ignorePatterns": ["out"]
|
||||
"ignorePatterns": ["out", "packages/openapi-to-ts-client/fixtures/generated"]
|
||||
}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
out
|
||||
packages/openapi-to-ts-client/fixtures/generated
|
|
@ -1181,7 +1181,7 @@ export namespace notion {
|
|||
PeoplePropertyResponseSchema,
|
||||
FilePropertyResponseSchema,
|
||||
CheckboxPropertyResponseSchema,
|
||||
URLPropertyResponseSchema,
|
||||
UrlPropertyResponseSchema,
|
||||
EmailPropertyResponseSchema,
|
||||
PhoneNumberPropertyResponseSchema,
|
||||
FormulaPropertyResponseSchema,
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue