|
| 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 { |
| 10 | + FindManyArgs as $FindManyArgs, |
| 11 | + FindUniqueArgs as $FindUniqueArgs, |
| 12 | + FindFirstArgs as $FindFirstArgs, |
| 13 | + ExistsArgs as $ExistsArgs, |
| 14 | + CreateArgs as $CreateArgs, |
| 15 | + CreateManyArgs as $CreateManyArgs, |
| 16 | + CreateManyAndReturnArgs as $CreateManyAndReturnArgs, |
| 17 | + UpdateArgs as $UpdateArgs, |
| 18 | + UpdateManyArgs as $UpdateManyArgs, |
| 19 | + UpdateManyAndReturnArgs as $UpdateManyAndReturnArgs, |
| 20 | + UpsertArgs as $UpsertArgs, |
| 21 | + DeleteArgs as $DeleteArgs, |
| 22 | + DeleteManyArgs as $DeleteManyArgs, |
| 23 | + CountArgs as $CountArgs, |
| 24 | + AggregateArgs as $AggregateArgs, |
| 25 | + GroupByArgs as $GroupByArgs, |
| 26 | + WhereInput as $WhereInput, |
| 27 | + SelectInput as $SelectInput, |
| 28 | + IncludeInput as $IncludeInput, |
| 29 | + OmitInput as $OmitInput, |
| 30 | + QueryOptions as $QueryOptions, |
| 31 | +} from '@zenstackhq/orm' |
| 32 | +import type { |
| 33 | + SimplifiedPlainResult as $Result, |
| 34 | + SelectIncludeOmit as $SelectIncludeOmit, |
| 35 | +} from '@zenstackhq/orm' |
| 36 | +export type UserFindManyArgs = $FindManyArgs<$Schema, 'User'> |
| 37 | +export type UserFindUniqueArgs = $FindUniqueArgs<$Schema, 'User'> |
| 38 | +export type UserFindFirstArgs = $FindFirstArgs<$Schema, 'User'> |
| 39 | +export type UserExistsArgs = $ExistsArgs<$Schema, 'User'> |
| 40 | +export type UserCreateArgs = $CreateArgs<$Schema, 'User'> |
| 41 | +export type UserCreateManyArgs = $CreateManyArgs<$Schema, 'User'> |
| 42 | +export type UserCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, 'User'> |
| 43 | +export type UserUpdateArgs = $UpdateArgs<$Schema, 'User'> |
| 44 | +export type UserUpdateManyArgs = $UpdateManyArgs<$Schema, 'User'> |
| 45 | +export type UserUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, 'User'> |
| 46 | +export type UserUpsertArgs = $UpsertArgs<$Schema, 'User'> |
| 47 | +export type UserDeleteArgs = $DeleteArgs<$Schema, 'User'> |
| 48 | +export type UserDeleteManyArgs = $DeleteManyArgs<$Schema, 'User'> |
| 49 | +export type UserCountArgs = $CountArgs<$Schema, 'User'> |
| 50 | +export type UserAggregateArgs = $AggregateArgs<$Schema, 'User'> |
| 51 | +export type UserGroupByArgs = $GroupByArgs<$Schema, 'User'> |
| 52 | +export type UserWhereInput = $WhereInput<$Schema, 'User'> |
| 53 | +export type UserSelect = $SelectInput<$Schema, 'User'> |
| 54 | +export type UserInclude = $IncludeInput<$Schema, 'User'> |
| 55 | +export type UserOmit = $OmitInput<$Schema, 'User'> |
| 56 | +export type UserGetPayload< |
| 57 | + Args extends $SelectIncludeOmit<$Schema, 'User', true>, |
| 58 | + Options extends $QueryOptions<$Schema> = $QueryOptions<$Schema>, |
| 59 | +> = $Result<$Schema, 'User', Args, Options> |
| 60 | +export type PostFindManyArgs = $FindManyArgs<$Schema, 'Post'> |
| 61 | +export type PostFindUniqueArgs = $FindUniqueArgs<$Schema, 'Post'> |
| 62 | +export type PostFindFirstArgs = $FindFirstArgs<$Schema, 'Post'> |
| 63 | +export type PostExistsArgs = $ExistsArgs<$Schema, 'Post'> |
| 64 | +export type PostCreateArgs = $CreateArgs<$Schema, 'Post'> |
| 65 | +export type PostCreateManyArgs = $CreateManyArgs<$Schema, 'Post'> |
| 66 | +export type PostCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, 'Post'> |
| 67 | +export type PostUpdateArgs = $UpdateArgs<$Schema, 'Post'> |
| 68 | +export type PostUpdateManyArgs = $UpdateManyArgs<$Schema, 'Post'> |
| 69 | +export type PostUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, 'Post'> |
| 70 | +export type PostUpsertArgs = $UpsertArgs<$Schema, 'Post'> |
| 71 | +export type PostDeleteArgs = $DeleteArgs<$Schema, 'Post'> |
| 72 | +export type PostDeleteManyArgs = $DeleteManyArgs<$Schema, 'Post'> |
| 73 | +export type PostCountArgs = $CountArgs<$Schema, 'Post'> |
| 74 | +export type PostAggregateArgs = $AggregateArgs<$Schema, 'Post'> |
| 75 | +export type PostGroupByArgs = $GroupByArgs<$Schema, 'Post'> |
| 76 | +export type PostWhereInput = $WhereInput<$Schema, 'Post'> |
| 77 | +export type PostSelect = $SelectInput<$Schema, 'Post'> |
| 78 | +export type PostInclude = $IncludeInput<$Schema, 'Post'> |
| 79 | +export type PostOmit = $OmitInput<$Schema, 'Post'> |
| 80 | +export type PostGetPayload< |
| 81 | + Args extends $SelectIncludeOmit<$Schema, 'Post', true>, |
| 82 | + Options extends $QueryOptions<$Schema> = $QueryOptions<$Schema>, |
| 83 | +> = $Result<$Schema, 'Post', Args, Options> |
| 84 | +export type CommentFindManyArgs = $FindManyArgs<$Schema, 'Comment'> |
| 85 | +export type CommentFindUniqueArgs = $FindUniqueArgs<$Schema, 'Comment'> |
| 86 | +export type CommentFindFirstArgs = $FindFirstArgs<$Schema, 'Comment'> |
| 87 | +export type CommentExistsArgs = $ExistsArgs<$Schema, 'Comment'> |
| 88 | +export type CommentCreateArgs = $CreateArgs<$Schema, 'Comment'> |
| 89 | +export type CommentCreateManyArgs = $CreateManyArgs<$Schema, 'Comment'> |
| 90 | +export type CommentCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, 'Comment'> |
| 91 | +export type CommentUpdateArgs = $UpdateArgs<$Schema, 'Comment'> |
| 92 | +export type CommentUpdateManyArgs = $UpdateManyArgs<$Schema, 'Comment'> |
| 93 | +export type CommentUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, 'Comment'> |
| 94 | +export type CommentUpsertArgs = $UpsertArgs<$Schema, 'Comment'> |
| 95 | +export type CommentDeleteArgs = $DeleteArgs<$Schema, 'Comment'> |
| 96 | +export type CommentDeleteManyArgs = $DeleteManyArgs<$Schema, 'Comment'> |
| 97 | +export type CommentCountArgs = $CountArgs<$Schema, 'Comment'> |
| 98 | +export type CommentAggregateArgs = $AggregateArgs<$Schema, 'Comment'> |
| 99 | +export type CommentGroupByArgs = $GroupByArgs<$Schema, 'Comment'> |
| 100 | +export type CommentWhereInput = $WhereInput<$Schema, 'Comment'> |
| 101 | +export type CommentSelect = $SelectInput<$Schema, 'Comment'> |
| 102 | +export type CommentInclude = $IncludeInput<$Schema, 'Comment'> |
| 103 | +export type CommentOmit = $OmitInput<$Schema, 'Comment'> |
| 104 | +export type CommentGetPayload< |
| 105 | + Args extends $SelectIncludeOmit<$Schema, 'Comment', true>, |
| 106 | + Options extends $QueryOptions<$Schema> = $QueryOptions<$Schema>, |
| 107 | +> = $Result<$Schema, 'Comment', Args, Options> |
| 108 | +export type ProfileFindManyArgs = $FindManyArgs<$Schema, 'Profile'> |
| 109 | +export type ProfileFindUniqueArgs = $FindUniqueArgs<$Schema, 'Profile'> |
| 110 | +export type ProfileFindFirstArgs = $FindFirstArgs<$Schema, 'Profile'> |
| 111 | +export type ProfileExistsArgs = $ExistsArgs<$Schema, 'Profile'> |
| 112 | +export type ProfileCreateArgs = $CreateArgs<$Schema, 'Profile'> |
| 113 | +export type ProfileCreateManyArgs = $CreateManyArgs<$Schema, 'Profile'> |
| 114 | +export type ProfileCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, 'Profile'> |
| 115 | +export type ProfileUpdateArgs = $UpdateArgs<$Schema, 'Profile'> |
| 116 | +export type ProfileUpdateManyArgs = $UpdateManyArgs<$Schema, 'Profile'> |
| 117 | +export type ProfileUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, 'Profile'> |
| 118 | +export type ProfileUpsertArgs = $UpsertArgs<$Schema, 'Profile'> |
| 119 | +export type ProfileDeleteArgs = $DeleteArgs<$Schema, 'Profile'> |
| 120 | +export type ProfileDeleteManyArgs = $DeleteManyArgs<$Schema, 'Profile'> |
| 121 | +export type ProfileCountArgs = $CountArgs<$Schema, 'Profile'> |
| 122 | +export type ProfileAggregateArgs = $AggregateArgs<$Schema, 'Profile'> |
| 123 | +export type ProfileGroupByArgs = $GroupByArgs<$Schema, 'Profile'> |
| 124 | +export type ProfileWhereInput = $WhereInput<$Schema, 'Profile'> |
| 125 | +export type ProfileSelect = $SelectInput<$Schema, 'Profile'> |
| 126 | +export type ProfileInclude = $IncludeInput<$Schema, 'Profile'> |
| 127 | +export type ProfileOmit = $OmitInput<$Schema, 'Profile'> |
| 128 | +export type ProfileGetPayload< |
| 129 | + Args extends $SelectIncludeOmit<$Schema, 'Profile', true>, |
| 130 | + Options extends $QueryOptions<$Schema> = $QueryOptions<$Schema>, |
| 131 | +> = $Result<$Schema, 'Profile', Args, Options> |
0 commit comments