packages/oas-utils/src/migrations/README.md
This directory contains data migrations for the Scalar API client. Migrations help handle breaking changes in the data structure between versions.
Generally speaking you will need a new migration when you are changing any of the schemas from entities/spec. If you are just adding a new property to an existing schema, you can probably just add it to the existing migration.
To generate a new migration:
pnpm typegen:migration to generate the types for the previous version.types.generated.ts and index.ts.migration.test.ts.