Make interface type status configurable (#1069)
adding the ability to set interface type status
removing example and exporting types
handling deprecated case
adding deprecated typed test
changeset
removing interfacetyperid
dont expose raw InterfaceTypeStatus
nit
Co-authored-by: Katie Kauffman kkauffman@palantir.com
osdk-ts
Dev workflow
Fork the repo
Create a branch
pnpm install
Start dev mode:
pnpm dev
Add your code
Add a changeset
pnpm install
, runchangeset
(orpnpm exec changeset
).If you’re curious what the final build output might look like you can run
pnpm build
from root.Run all lint rules and tests with
pnpm check
from root.Publishing
gh auth login
to authenticate with github.compnpm install
./scripts/createReleasePr.sh