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

feat!: Augment entityTypeMap to the @ftrack/api #39

Closed gismya closed 8 months ago

gismya commented 8 months ago

Changes

Neccessary changes for https://github.com/ftrackhq/ftrack-javascript/pull/143

Breaking: Imports for EntityTypeMap and EntityType needs to be changed to be from a compatible @ftrack/api when using them.

Test