mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fixed string portfolioId
This commit is contained in:
parent
4a34ecd0bc
commit
329a30e10a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from "next/server";
|
|||
import { z } from "zod";
|
||||
|
||||
const PresignedUrlBodySchema = z.object({
|
||||
portfolio_id: z.number(),
|
||||
portfolio_id: z.string(),
|
||||
housing_type: z.enum(["Social", "Private"]),
|
||||
goal: z.enum(["Increase EPC", "Reduce energy consumption"]),
|
||||
goal_value: z.string(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue