initial commit
This commit is contained in:
38
packages/db/shared/schemas/objects/InsuranceCredentialOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/objects/InsuranceCredentialOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const InsuranceCredentialOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.InsuranceCredentialOrderByWithAggregationInput>;
|
||||
export declare const InsuranceCredentialOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{
|
||||
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
siteKey: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
username: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
password: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialCountOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialCountOrderByAggregateInput>>>;
|
||||
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialAvgOrderByAggregateInput>>>;
|
||||
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialMaxOrderByAggregateInput>>>;
|
||||
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialMinOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialMinOrderByAggregateInput>>>;
|
||||
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialSumOrderByAggregateInput, z.ZodTypeDef, Prisma.InsuranceCredentialSumOrderByAggregateInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
id?: "asc" | "desc" | undefined;
|
||||
userId?: "asc" | "desc" | undefined;
|
||||
siteKey?: "asc" | "desc" | undefined;
|
||||
username?: "asc" | "desc" | undefined;
|
||||
password?: "asc" | "desc" | undefined;
|
||||
_count?: Prisma.InsuranceCredentialCountOrderByAggregateInput | undefined;
|
||||
_min?: Prisma.InsuranceCredentialMinOrderByAggregateInput | undefined;
|
||||
_max?: Prisma.InsuranceCredentialMaxOrderByAggregateInput | undefined;
|
||||
_avg?: Prisma.InsuranceCredentialAvgOrderByAggregateInput | undefined;
|
||||
_sum?: Prisma.InsuranceCredentialSumOrderByAggregateInput | undefined;
|
||||
}, {
|
||||
id?: "asc" | "desc" | undefined;
|
||||
userId?: "asc" | "desc" | undefined;
|
||||
siteKey?: "asc" | "desc" | undefined;
|
||||
username?: "asc" | "desc" | undefined;
|
||||
password?: "asc" | "desc" | undefined;
|
||||
_count?: Prisma.InsuranceCredentialCountOrderByAggregateInput | undefined;
|
||||
_min?: Prisma.InsuranceCredentialMinOrderByAggregateInput | undefined;
|
||||
_max?: Prisma.InsuranceCredentialMaxOrderByAggregateInput | undefined;
|
||||
_avg?: Prisma.InsuranceCredentialAvgOrderByAggregateInput | undefined;
|
||||
_sum?: Prisma.InsuranceCredentialSumOrderByAggregateInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=InsuranceCredentialOrderByWithAggregationInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user