|
| 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, ExistsArgs as $ExistsArgs, 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, QueryOptions as $QueryOptions } from "@zenstackhq/orm"; |
| 10 | +import type { SimplifiedPlainResult as $Result, 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 UserExistsArgs = $ExistsArgs<$Schema, "User">; |
| 15 | +export type UserCreateArgs = $CreateArgs<$Schema, "User">; |
| 16 | +export type UserCreateManyArgs = $CreateManyArgs<$Schema, "User">; |
| 17 | +export type UserCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, "User">; |
| 18 | +export type UserUpdateArgs = $UpdateArgs<$Schema, "User">; |
| 19 | +export type UserUpdateManyArgs = $UpdateManyArgs<$Schema, "User">; |
| 20 | +export type UserUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, "User">; |
| 21 | +export type UserUpsertArgs = $UpsertArgs<$Schema, "User">; |
| 22 | +export type UserDeleteArgs = $DeleteArgs<$Schema, "User">; |
| 23 | +export type UserDeleteManyArgs = $DeleteManyArgs<$Schema, "User">; |
| 24 | +export type UserCountArgs = $CountArgs<$Schema, "User">; |
| 25 | +export type UserAggregateArgs = $AggregateArgs<$Schema, "User">; |
| 26 | +export type UserGroupByArgs = $GroupByArgs<$Schema, "User">; |
| 27 | +export type UserWhereInput = $WhereInput<$Schema, "User">; |
| 28 | +export type UserSelect = $SelectInput<$Schema, "User">; |
| 29 | +export type UserInclude = $IncludeInput<$Schema, "User">; |
| 30 | +export type UserOmit = $OmitInput<$Schema, "User">; |
| 31 | +export type UserGetPayload<Args extends $SelectIncludeOmit<$Schema, "User", true>, Options extends $QueryOptions<$Schema> = $QueryOptions<$Schema>> = $Result<$Schema, "User", Args, Options>; |
| 32 | +export type PostFindManyArgs = $FindManyArgs<$Schema, "Post">; |
| 33 | +export type PostFindUniqueArgs = $FindUniqueArgs<$Schema, "Post">; |
| 34 | +export type PostFindFirstArgs = $FindFirstArgs<$Schema, "Post">; |
| 35 | +export type PostExistsArgs = $ExistsArgs<$Schema, "Post">; |
| 36 | +export type PostCreateArgs = $CreateArgs<$Schema, "Post">; |
| 37 | +export type PostCreateManyArgs = $CreateManyArgs<$Schema, "Post">; |
| 38 | +export type PostCreateManyAndReturnArgs = $CreateManyAndReturnArgs<$Schema, "Post">; |
| 39 | +export type PostUpdateArgs = $UpdateArgs<$Schema, "Post">; |
| 40 | +export type PostUpdateManyArgs = $UpdateManyArgs<$Schema, "Post">; |
| 41 | +export type PostUpdateManyAndReturnArgs = $UpdateManyAndReturnArgs<$Schema, "Post">; |
| 42 | +export type PostUpsertArgs = $UpsertArgs<$Schema, "Post">; |
| 43 | +export type PostDeleteArgs = $DeleteArgs<$Schema, "Post">; |
| 44 | +export type PostDeleteManyArgs = $DeleteManyArgs<$Schema, "Post">; |
| 45 | +export type PostCountArgs = $CountArgs<$Schema, "Post">; |
| 46 | +export type PostAggregateArgs = $AggregateArgs<$Schema, "Post">; |
| 47 | +export type PostGroupByArgs = $GroupByArgs<$Schema, "Post">; |
| 48 | +export type PostWhereInput = $WhereInput<$Schema, "Post">; |
| 49 | +export type PostSelect = $SelectInput<$Schema, "Post">; |
| 50 | +export type PostInclude = $IncludeInput<$Schema, "Post">; |
| 51 | +export type PostOmit = $OmitInput<$Schema, "Post">; |
| 52 | +export type PostGetPayload<Args extends $SelectIncludeOmit<$Schema, "Post", true>, Options extends $QueryOptions<$Schema> = $QueryOptions<$Schema>> = $Result<$Schema, "Post", Args, Options>; |
0 commit comments