Skip to content

Commit 85911e3

Browse files
committed
chore(deps): add redocly declaration for core types
- fix script to generate .ts files from NC core OpenAPI files Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 9d8eec8 commit 85911e3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SPDX-FileCopyrightText = "none"
4848
SPDX-License-Identifier = "CC0-1.0"
4949

5050
[[annotations]]
51-
path = ["package.json", "package-lock.json", ".git-blame-ignore-revs", "**/package.json", "**/package-lock.json", "composer.json", "composer.patches.json", "composer.lock", "**/composer.json", "**/composer.lock", "patches.lock.json", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "tsconfig.json", "redocly.yaml"]
51+
path = ["package.json", "package-lock.json", ".git-blame-ignore-revs", "**/package.json", "**/package-lock.json", "composer.json", "composer.patches.json", "composer.lock", "**/composer.json", "**/composer.lock", "patches.lock.json", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "tsconfig.json", "redocly.yaml", "src/types/redocly.yaml"]
5252
precedence = "aggregate"
5353
SPDX-FileCopyrightText = "none"
5454
SPDX-License-Identifier = "CC0-1.0"

src/types/redocly.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Minimal config for core Nextcloud types (see generate-core-types.sh).
2+
# CLI uses explicit input/output paths provided by script instead of redocly.yaml at root.
3+
rules:
4+
struct: off

0 commit comments

Comments
 (0)