Uh oh!
There was an error while loading. Please reload this page.
feat(clerk-js,shared): Add parsing for SBB fields - #7785
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: e73031b The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Uh oh!
There was an error while loading. Please reload this page.
| /** | ||
| * The unique identifier of the unit price tier. | ||
| */ | ||
| id: string; |
There was a problem hiding this comment.
I don't remember, were we exposing this?
| * Represents a single pricing tier for a unit type on a plan. | ||
| */ | ||
| export interface BillingPlanUnitPriceTierJSON { | ||
| id: string; |
There was a problem hiding this comment.
I forget if we were exposing this or not.
There was a problem hiding this comment.
nikosdouvlis
left a comment
There was a problem hiding this comment.
Looks good to me, left a minor comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
This PR adds parsing support for the new seat-based billing fields from FAPI.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change