Samir Boulahtit
1ef50893a1
refactor: migrate schemas to canonical module locations
Migrate remaining legacy schemas to their respective modules:
Marketplace module (app/modules/marketplace/schemas/):
- letzshop.py: Letzshop credentials, orders, fulfillment, sync
- onboarding.py: Vendor onboarding wizard schemas
Catalog module (app/modules/catalog/schemas/):
- product.py: ProductCreate, ProductUpdate, ProductResponse
Payments module (app/modules/payments/schemas/):
- payment.py: PaymentConfig, Stripe, transactions, balance
Delete legacy files:
- models/schema/letzshop.py
- models/schema/onboarding.py
- models/schema/product.py
- models/schema/payment.py
- models/schema/marketplace_product.py (re-export)
- models/schema/marketplace_import_job.py (re-export)
- models/schema/search.py (empty)
Update imports across 19 files to use canonical locations.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:16:49 +01:00
..
2026-01-30 15:16:49 +01:00
2026-01-05 22:46:27 +01:00
2026-01-24 18:54:59 +01:00
2025-11-28 19:37:38 +01:00
2025-12-26 20:51:13 +01:00
2025-12-02 19:39:16 +01:00
2026-01-03 18:29:26 +01:00
2026-01-23 14:31:23 +01:00
2025-12-25 17:17:09 +01:00
2025-11-28 19:30:17 +01:00
2026-01-08 02:33:32 +01:00
2025-11-28 19:30:17 +01:00
2026-01-28 22:22:18 +01:00
2025-11-28 20:10:22 +01:00
2025-12-25 22:21:14 +01:00
2026-01-08 02:16:55 +01:00
2025-12-03 21:34:20 +01:00
2026-01-24 19:49:40 +01:00