sync neos-protobuf

5 jobs for fix/shuffle_set_card in 13 minutes and 19 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Install
passed #90252
linux
npm_ci

00:02:48

 
  Rs Check Lint
passed #90253
linux
rs_check_lint

00:04:18

 
  Wasm
passed #90254
linux
wasm_build

00:04:50

 
  Ts Check Lint
failed #90255
linux
ts_check_lint

00:01:21

 
  Build
skipped #90256
linux
npm_build
 
Name Stage Failure
failed
ts_check_lint Ts Check Lint
Downloading artifacts from coordinator... ok        id=90252 responseStatus=200 OK token=ax2QWXd8
Executing "step_script" stage of the job script
Using docker image sha256:a13cfbac519cc80093523bb263f994859ab87f528558ed1148636e9268c30f60 for git-registry.mycard.moe/mycard/docker-runner-base:master-x86 with digest git-registry.mycard.moe/mycard/docker-runner-base@sha256:ad6bdae65540a7ff0a0fa89101663847f0457014c9e397b583329fed81c9c638 ...
$ npx tsc
src/api/ocgcore/ocgAdapter/stoc/stocGameMsg/shuffle_set_card.ts(30,5): error TS2345: Argument of type '{ zone: ygopro.CardZone | undefined; from_locations: ygopro.CardLocation[]; to_locations: ygopro.CardLocation[]; }' is not assignable to parameter of type 'any[] | { zone?: CardZone | undefined; from_locations?: CardLocation[] | undefined; } | undefined'.
Object literal may only specify known properties, and 'to_locations' does not exist in type 'any[] | { zone?: CardZone | undefined; from_locations?: CardLocation[] | undefined; }'.
src/service/duel/shuffleSetCard.ts(8,39): error TS2551: Property 'to_locations' does not exist on type 'MsgShuffleSetCard'. Did you mean 'from_locations'?
Cleaning up file based variables
ERROR: Job failed: exit code 1