Skip to content

Commit

Permalink
cleanup migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fulpm committed Oct 2, 2024
1 parent 4cc13c6 commit 830809e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ This major change refactors the client and types for all Howso Engine operations

### Typing Changes

- The `types/models` package has been renamed to `types/schemas`.
- The `types/schemas` types are now autogenerated from the Engine API, and will have a different naming schema across
- Most of all the types are now autogenerated from the Engine API, and will have a different naming schema across
the board. However, most of the type's properties should remain the same.
- `types/shims` have been added as a stop gap for types lost from this migration. These will be transitioned out as
types improve in the Howso Engine API specification.
- The `Trainee` type no longer has a `features` property. Instead use `getFeatureAttributes`
- `Trainee` and `Session` types are exposed from the top level `types` package.
- The `Trainee` type no longer has a `features` property. Instead use `getFeatureAttributes`.

### Client Changes

Expand Down

0 comments on commit 830809e

Please sign in to comment.