stable
Clone or download
Read-only
closes request #26355 have common type definitions for Tracker REST API payloads No functional change in document_generation plugin. Typecheck should succeed. Change-Id: I7ef26f3087ed09772f4e55e50e73f0204b0ca4ff
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/lib/docx/package.json | +2 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/lib/docx/pnpm-lock.yaml | +4 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/lib/docx/src/type.ts | +56 | −259 | Go to diff View file |
M | plugins/tracker/scripts/lib/constants/src/constants.ts | +55 | −20 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/.gitignore | +1 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/README.md | +3 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/package.json | +24 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/pnpm-lock.yaml | +7 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/src/types.ts | +292 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/tsconfig.json | +9 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/vite.config.ts | +32 | −0 | Go to diff View file |