chore: Move inventory tests to HTTP layer (#7613)
This commit is contained in:
@@ -72,6 +72,7 @@ export const AdminCreateInventoryLocationLevel = z
|
||||
location_id: z.string(),
|
||||
stocked_quantity: z.number().min(0).optional(),
|
||||
incoming_quantity: z.number().min(0).optional(),
|
||||
reserved_quantity: z.number().min(0).optional(),
|
||||
})
|
||||
.strict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user