Harminder Virk
|
913cf15e2b
|
refactor: migrate pricing entities to DML models (#10335)
Fixes: FRMW-2810
## Breaking changes
There is only one breaking change
- The `min_quantity` and `max_quantity` properties are now consistently typed as numbers. Earlier, it was [typed as numbers](https://github.com/medusajs/medusa/blob/develop/integration-tests/http/__tests__/price-list/admin/price-list.spec.ts#L68-L69) in some API responses and as [string in others](https://github.com/medusajs/medusa/blob/develop/integration-tests/http/__tests__/price-list/admin/price-list.spec.ts#L186-L187). I did not go to the bottom of this inconsistency, but the tests reveals them.
Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com>
|
2024-12-02 09:44:41 +00:00 |
|
Adrien de Peretti
|
e096feb7d5
|
chore: Update modules deps (#9286)
|
2024-09-26 11:14:35 +05:30 |
|
Adrien de Peretti
|
9750047af1
|
chore: Rename entity to model (#7977)
**What**
Start renaming `entity` to `model`
|
2024-07-08 07:43:49 +00:00 |
|
Riqwan Thamir
|
03924a4ff6
|
chore: move to swc/jest (#7739)
* chore: move to swc
* chore: fix tax rate tests
* chore: undo failed test
* chore: fix unit tests script
* chore: use node 20
* Update scripts/run-workspace-unit-tests-in-chunks.sh
|
2024-06-20 12:59:33 +02:00 |
|
Adrien de Peretti
|
4eae25e1ef
|
chore(): Reorganize modules (#7210)
**What**
Move all modules to the modules directory
|
2024-05-02 15:33:34 +00:00 |
|