feat(types): promotion module uses big number (#6522)

what: 

- promotion modules (application method and campaign budget) uses big number fields instead of numeric fields
- refreshes the migrations to include new fields for big numbers
- adds a promotion_ prefix to promotion models
- uses `take: null` within the module to prevent the default pagination on performing actions within the module
This commit is contained in:
Riqwan Thamir
2024-02-28 17:27:43 +05:30
committed by GitHub
parent a6d7070dd6
commit 0d46abf0ff
17 changed files with 343 additions and 259 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
feat(types): promotion module uses big number