tapis-project / tapis-typescript

TypeScript types and REST functions for TAPIS API
0 stars 1 forks source link

task/TTS-3 - Initial service generation with renamed schema #7

Closed jchuahtacc closed 3 years ago

jchuahtacc commented 3 years ago

Transforms and new generated services. Please review a list of changes to each open API spec here:

https://github.com/tapis-project/tapis-typescript/wiki/TAPIS-API-Transformations

General notes about transforms to achieve consistency:

PGRest has an issue with a type for a property set as a oneOf array. The openapi-generator-cli does not handle these well, so the transform in this PR removes the explicit type. We should discuss potential impacts

jchuahtacc commented 3 years ago

TODO: