Upgrades zod-prisma
This commit is contained in:
parent
64f39b0d47
commit
1119d7f558
10 changed files with 13 additions and 13 deletions
|
@ -150,7 +150,7 @@
|
|||
"ts-jest": "^26.0.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "^4.5.2",
|
||||
"zod-prisma": "^0.5.2"
|
||||
"zod-prisma": "^0.5.4"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./{*,{ee,pages,components,lib}/**/*}.{js,ts,jsx,tsx}": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { BookingStatus } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { BookingStatus } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import {
|
||||
CompleteUser,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { PeriodType, SchedulingType } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { PeriodType, SchedulingType } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import {
|
||||
CompleteUser,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { EventTypeCustomInputType } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { EventTypeCustomInputType } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import { CompleteEventType, EventTypeModel } from "./index";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { MembershipRole } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { MembershipRole } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import { CompleteTeam, TeamModel, CompleteUser, UserModel } from "./index";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { PaymentType } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { PaymentType } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import { CompleteBooking, BookingModel } from "./index";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { ReminderType } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { ReminderType } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
|
||||
export const _ReminderMailModel = z.object({
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { IdentityProvider, UserPlan } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { IdentityProvider, UserPlan } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import {
|
||||
CompleteEventType,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { WebhookTriggerEvents } from "@prisma/client";
|
||||
import * as z from "zod";
|
||||
|
||||
import { WebhookTriggerEvents } from "../../node_modules/@prisma/client";
|
||||
import * as imports from "../zod-utils";
|
||||
import { CompleteUser, UserModel } from "./index";
|
||||
|
||||
|
|
|
@ -11270,10 +11270,10 @@ zen-observable@0.8.15:
|
|||
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
|
||||
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==
|
||||
|
||||
zod-prisma@^0.5.2:
|
||||
version "0.5.2"
|
||||
resolved "https://registry.yarnpkg.com/zod-prisma/-/zod-prisma-0.5.2.tgz#b089e531756073333f986db98190c55c44078db8"
|
||||
integrity sha512-uL7LDCum1LsJbxq4SrrQYkYG7cnAYJCWkLQWVW+e0AJo6UJRjjKb2tmRmU55BLAI6rBT72SWDyHrV28o/7O2pQ==
|
||||
zod-prisma@^0.5.4:
|
||||
version "0.5.4"
|
||||
resolved "https://registry.yarnpkg.com/zod-prisma/-/zod-prisma-0.5.4.tgz#f1c4d107cb9e4c666e2432017e6dcc390ef23700"
|
||||
integrity sha512-5Ca4Qd1a1jy1T/NqCEpbr0c+EsbjJfJ/7euEHob3zDvtUK2rTuD1Rc/vfzH8q8PtaR2TZbysD88NHmrLwpv3Xg==
|
||||
dependencies:
|
||||
"@prisma/generator-helper" "~3.8.1"
|
||||
parenthesis "^3.1.8"
|
||||
|
|
Loading…
Reference in a new issue