Currently, we need to manually update our TypeScript type definitions whenever the Permit.io API schema changes. This is done manually
we need to figure out a way to create a GitHub Actions workflow that:
- Runs weekly (every Monday)
- Downloads the latest API schemas
- Generates updated TypeScript definitions
- Creates a PR if there are any changes
Currently, we need to manually update our TypeScript type definitions whenever the Permit.io API schema changes. This is done manually
we need to figure out a way to create a GitHub Actions workflow that: