Skip to content

feat: Extend blueprint interface #13

feat: Extend blueprint interface

feat: Extend blueprint interface #13

Triggered via pull request June 20, 2024 14:36
Status Failure
Total duration 27s
Artifacts

check.yml

on: pull_request
Matrix: lint
Matrix: test
Matrix: typecheck
Matrix: install
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Typecheck (Node.js v20): src/lib/blueprint.ts#L29
Type '{ name: string; }' is missing the following properties from type 'Blueprint': language, methodDescription, category, parameters, and 2 more.
Typecheck (Node.js v20): test/blueprint.test.ts#L8
Argument of type 'typeof import("/home/runner/work/blueprint/blueprint/test/fixtures/types/index", { with: { "resolution-mode": "import" } })' is not assignable to parameter of type 'TypesModule'.
Typecheck (Node.js v20): test/seam-blueprint.test.ts#L7
Type '{ components: { schemas: { access_code: { properties: { access_code_id: { description: string; format: string; type: string; }; code: { description: string; nullable: boolean; type: string; }; common_code_key: { ...; }; ... 17 more ...; warnings: { ...; }; }; required: string[]; type: string; }; ... 24 more ...; wor...' is missing the following properties from type 'Openapi': schemas, apiPaths
Typecheck (Node.js v20)
Process completed with exit code 2.
Lint (Node.js v18)
Process completed with exit code 1.
Lint (Node.js v20)
Process completed with exit code 1.
Typecheck (Node.js v18): src/lib/blueprint.ts#L29
Type '{ name: string; }' is missing the following properties from type 'Blueprint': language, methodDescription, category, parameters, and 2 more.
Typecheck (Node.js v18): test/blueprint.test.ts#L8
Argument of type 'typeof import("/home/runner/work/blueprint/blueprint/test/fixtures/types/index", { with: { "resolution-mode": "import" } })' is not assignable to parameter of type 'TypesModule'.
Typecheck (Node.js v18): test/seam-blueprint.test.ts#L7
Type '{ components: { schemas: { access_code: { properties: { access_code_id: { description: string; format: string; type: string; }; code: { description: string; nullable: boolean; type: string; }; common_code_key: { ...; }; ... 17 more ...; warnings: { ...; }; }; required: string[]; type: string; }; ... 24 more ...; wor...' is missing the following properties from type 'Openapi': schemas, apiPaths
Typecheck (Node.js v18)
Process completed with exit code 2.
Build / Package: src/lib/blueprint.ts#L29
Type '{ name: string; }' is missing the following properties from type 'Blueprint': language, methodDescription, category, parameters, and 2 more.
Build / Package
Process completed with exit code 1.