Skip to content

Serialization guide for Typescript #587

Serialization guide for Typescript

Serialization guide for Typescript #587

Triggered via pull request August 28, 2024 13:36
Status Failure
Total duration 2m 13s
Artifacts

test-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test build
Object literal may only specify known properties, and 'input' does not exist in type 'ServiceHandlerOpts'.
Test build
Property 'serde' does not exist on type 'typeof import("/home/runner/work/documentation/documentation/code_snippets/ts/node_modules/@restatedev/restate-sdk/dist/cjs/src/public_api")'.
Test build
Property 'serde' does not exist on type 'typeof import("/home/runner/work/documentation/documentation/code_snippets/ts/node_modules/@restatedev/restate-sdk/dist/cjs/src/public_api")'.
Test build
Expected 1 arguments, but got 2.
Test build
Property 'rpc' does not exist on type 'typeof import("/home/runner/work/documentation/documentation/code_snippets/ts/node_modules/@restatedev/restate-sdk/dist/cjs/src/public_api")'.
Test build
Property 'serde' does not exist on type 'typeof import("/home/runner/work/documentation/documentation/code_snippets/ts/node_modules/@restatedev/restate-sdk/dist/cjs/src/public_api")'.
Test build
Property 'serde' does not exist on type 'typeof import("/home/runner/work/documentation/documentation/code_snippets/ts/node_modules/@restatedev/restate-sdk/dist/cjs/src/public_api")'.
Test build
Expected 1 arguments, but got 2.
Test build
Property 'serde' does not exist on type 'typeof import("/home/runner/work/documentation/documentation/code_snippets/ts/node_modules/@restatedev/restate-sdk/dist/cjs/src/public_api")'.
Test build
Expected 2 arguments, but got 3.
Test build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/