ftrackhq / ftrack-ts-schema-generator

Gets the schema from an ftrack instance and generates typescript interfaces for all the entity types in the instance.
Apache License 2.0
2 stars 1 forks source link

Naming conflicts #29

Closed gismya closed 10 months ago

gismya commented 10 months ago

The recent release has naming conflicts on the new hard-typed types where they conflict with the generic type descriptions for the types.

This goes for 'CustomAttributeConfiguration'. 'ObjectType'. 'ProjectSchema'. 'Type'.

@ffMathy, do you have a suggestion for naming for the new ones you would like, or should I come up with something?

ffMathy commented 10 months ago

Oh, that is really unfortunate. Damnit. Perhaps I should make a PR at some point which adds tests for that.

It's okay for me if you invent names ❤️

ffMathy commented 10 months ago

I applied a fix for it actually, because I had some spare time. It's over at #30.