-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: moneydevkit/api-contract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: moneydevkit/api-contract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 11 files changed
- 1 contributor
Commits on Jan 14, 2026
-
feat(products): change prices array to single price object
Align with Polar model: one product = one price. METERED prices are filtered at API level, so SDK consumers only see the base price. - ProductSchema.price is now singular (nullable) - CheckoutProductSchema.price is now singular (nullable) - Added currency field to price objects
Configuration menu - View commit details
-
Copy full SHA for ab97940 - Browse repository at this point
Copy the full SHA ab97940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362fd1c - Browse repository at this point
Copy the full SHA 362fd1cView commit details -
feat(mdk-403): add CurrencySchema as single source of truth
Create shared CurrencySchema (z.enum(["USD", "SAT"])) in schemas/currency.ts and use it throughout the API contract for type safety and validation. - Add src/schemas/currency.ts with CurrencySchema and Currency type - Update checkout.ts, products.ts, invoice.ts to use CurrencySchema - Export CurrencySchema from index.ts
Configuration menu - View commit details
-
Copy full SHA for 1d35aed - Browse repository at this point
Copy the full SHA 1d35aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 133223e - Browse repository at this point
Copy the full SHA 133223eView commit details -
Merge pull request #8 from moneydevkit/mdk-403
feat(products): simplify to single price per product (Polar model)
Configuration menu - View commit details
-
Copy full SHA for 471daed - Browse repository at this point
Copy the full SHA 471daedView commit details -
Configuration menu - View commit details
-
Copy full SHA for be92ba9 - Browse repository at this point
Copy the full SHA be92ba9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.14...v0.1.15