|
| 1 | +////////////////////////////////////////////////////////////////////////////////////////////// |
| 2 | +// DO NOT MODIFY THIS FILE // |
| 3 | +// This file is automatically generated by ZenStack CLI and should not be manually updated. // |
| 4 | +////////////////////////////////////////////////////////////////////////////////////////////// |
| 5 | + |
| 6 | +/* eslint-disable */ |
| 7 | + |
| 8 | +import { type SchemaType as $Schema } from "./schema"; |
| 9 | +import type { FindManyArgs as $FindManyArgs, FindUniqueArgs as $FindUniqueArgs, FindFirstArgs as $FindFirstArgs, CreateArgs as $CreateArgs, CreateManyArgs as $CreateManyArgs, CreateManyAndReturnArgs as $CreateManyAndReturnArgs, UpdateArgs as $UpdateArgs, UpdateManyArgs as $UpdateManyArgs, UpdateManyAndReturnArgs as $UpdateManyAndReturnArgs, UpsertArgs as $UpsertArgs, DeleteArgs as $DeleteArgs, DeleteManyArgs as $DeleteManyArgs, CountArgs as $CountArgs, AggregateArgs as $AggregateArgs, GroupByArgs as $GroupByArgs, WhereInput as $WhereInput, SelectInput as $SelectInput, IncludeInput as $IncludeInput, OmitInput as $OmitInput } from "@zenstackhq/orm"; |
| 10 | +import type { SimplifiedModelResult as $SimplifiedModelResult, SelectIncludeOmit as $SelectIncludeOmit } from "@zenstackhq/orm"; |
| 11 | +export type UserFindManyArgs = $FindManyArgs<$Schema, "User">; |
| 12 | +export type UserFindUniqueArgs = $FindUniqueArgs<$Schema, "User">; |
| 13 | +export type UserFindFirstArgs = $FindFirstArgs<$Schema, "User">; |
| 14 | +export type UserCreateArgs = $CreateArgs<$Schema, "User">; |
| 15 | +export type UserCreateManyArgs = $CreateManyArgs<$Schema, "User">; |
| 16 | +export type UserCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, "User">; |
| 17 | +export type UserUpdateArgs = $UpdateArgs<$Schema, "User">; |
| 18 | +export type UserUpdateManyArgs = $UpdateManyArgs<$Schema, "User">; |
| 19 | +export type UserUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, "User">; |
| 20 | +export type UserUpsertArgs = $UpsertArgs<$Schema, "User">; |
| 21 | +export type UserDeleteArgs = $DeleteArgs<$Schema, "User">; |
| 22 | +export type UserDeleteManyArgs = $DeleteManyArgs<$Schema, "User">; |
| 23 | +export type UserCountArgs = $CountArgs<$Schema, "User">; |
| 24 | +export type UserAggregateArgs = $AggregateArgs<$Schema, "User">; |
| 25 | +export type UserGroupByArgs = $GroupByArgs<$Schema, "User">; |
| 26 | +export type UserWhereInput = $WhereInput<$Schema, "User">; |
| 27 | +export type UserSelect = $SelectInput<$Schema, "User">; |
| 28 | +export type UserInclude = $IncludeInput<$Schema, "User">; |
| 29 | +export type UserOmit = $OmitInput<$Schema, "User">; |
| 30 | +export type UserGetPayload<Args extends $SelectIncludeOmit<$Schema, "User", true>> = $SimplifiedModelResult<$Schema, "User", Args>; |
| 31 | +export type ProfileFindManyArgs = $FindManyArgs<$Schema, "Profile">; |
| 32 | +export type ProfileFindUniqueArgs = $FindUniqueArgs<$Schema, "Profile">; |
| 33 | +export type ProfileFindFirstArgs = $FindFirstArgs<$Schema, "Profile">; |
| 34 | +export type ProfileCreateArgs = $CreateArgs<$Schema, "Profile">; |
| 35 | +export type ProfileCreateManyArgs = $CreateManyArgs<$Schema, "Profile">; |
| 36 | +export type ProfileCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, "Profile">; |
| 37 | +export type ProfileUpdateArgs = $UpdateArgs<$Schema, "Profile">; |
| 38 | +export type ProfileUpdateManyArgs = $UpdateManyArgs<$Schema, "Profile">; |
| 39 | +export type ProfileUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, "Profile">; |
| 40 | +export type ProfileUpsertArgs = $UpsertArgs<$Schema, "Profile">; |
| 41 | +export type ProfileDeleteArgs = $DeleteArgs<$Schema, "Profile">; |
| 42 | +export type ProfileDeleteManyArgs = $DeleteManyArgs<$Schema, "Profile">; |
| 43 | +export type ProfileCountArgs = $CountArgs<$Schema, "Profile">; |
| 44 | +export type ProfileAggregateArgs = $AggregateArgs<$Schema, "Profile">; |
| 45 | +export type ProfileGroupByArgs = $GroupByArgs<$Schema, "Profile">; |
| 46 | +export type ProfileWhereInput = $WhereInput<$Schema, "Profile">; |
| 47 | +export type ProfileSelect = $SelectInput<$Schema, "Profile">; |
| 48 | +export type ProfileInclude = $IncludeInput<$Schema, "Profile">; |
| 49 | +export type ProfileOmit = $OmitInput<$Schema, "Profile">; |
| 50 | +export type ProfileGetPayload<Args extends $SelectIncludeOmit<$Schema, "Profile", true>> = $SimplifiedModelResult<$Schema, "Profile", Args>; |
| 51 | +export type AddressFindManyArgs = $FindManyArgs<$Schema, "Address">; |
| 52 | +export type AddressFindUniqueArgs = $FindUniqueArgs<$Schema, "Address">; |
| 53 | +export type AddressFindFirstArgs = $FindFirstArgs<$Schema, "Address">; |
| 54 | +export type AddressCreateArgs = $CreateArgs<$Schema, "Address">; |
| 55 | +export type AddressCreateManyArgs = $CreateManyArgs<$Schema, "Address">; |
| 56 | +export type AddressCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, "Address">; |
| 57 | +export type AddressUpdateArgs = $UpdateArgs<$Schema, "Address">; |
| 58 | +export type AddressUpdateManyArgs = $UpdateManyArgs<$Schema, "Address">; |
| 59 | +export type AddressUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, "Address">; |
| 60 | +export type AddressUpsertArgs = $UpsertArgs<$Schema, "Address">; |
| 61 | +export type AddressDeleteArgs = $DeleteArgs<$Schema, "Address">; |
| 62 | +export type AddressDeleteManyArgs = $DeleteManyArgs<$Schema, "Address">; |
| 63 | +export type AddressCountArgs = $CountArgs<$Schema, "Address">; |
| 64 | +export type AddressAggregateArgs = $AggregateArgs<$Schema, "Address">; |
| 65 | +export type AddressGroupByArgs = $GroupByArgs<$Schema, "Address">; |
| 66 | +export type AddressWhereInput = $WhereInput<$Schema, "Address">; |
| 67 | +export type AddressSelect = $SelectInput<$Schema, "Address">; |
| 68 | +export type AddressInclude = $IncludeInput<$Schema, "Address">; |
| 69 | +export type AddressOmit = $OmitInput<$Schema, "Address">; |
| 70 | +export type AddressGetPayload<Args extends $SelectIncludeOmit<$Schema, "Address", true>> = $SimplifiedModelResult<$Schema, "Address", Args>; |
0 commit comments