orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

Rebuild code gen files, rebuilt and applied patch file #80

Closed AllanEngland closed 6 months ago

AllanEngland commented 6 months ago

Have rebuilt the code gen files to reflect the latest proposal model, recreated and applied the patch file.

Should be easy to test by regenerating the code with cd src/main/webui yarn run gen

And apply the patch file patch -u src/generated/proposalToolSchemas.ts -i ../../../Add_@types.patch

If it works, there should be no project typescript errors (and everything else should still work!)