feat: add parts catalogs integration, catalog prefetch worker, and vehicle select modal
Integrate external parts catalogs API with auth service, add BullMQ-based catalog prefetch worker for background data caching, expand vehicles service with shared vehicle support, and add vehicle select modal to frontend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,6 +40,12 @@ export const envSchema = z.object({
|
||||
EMEX_USERNAME: z.string().optional(),
|
||||
EMEX_PASSWORD: z.string().optional(),
|
||||
|
||||
// Parts-Catalogs (Playwright JWT capture + DataImpulse proxy)
|
||||
PCAT_USE_PROXY: z.string().default("true"),
|
||||
PCAT_PROXY_HOST: z.string().default("gw.dataimpulse.com"),
|
||||
PCAT_PROXY_USER: z.string().optional(),
|
||||
PCAT_PROXY_PASS: z.string().optional(),
|
||||
|
||||
ML_PREDICTION_ENABLED: z
|
||||
.string()
|
||||
.transform((v) => v === "true")
|
||||
|
||||
Reference in New Issue
Block a user