2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
|
|
|
/* eslint-disable */
|
|
|
|
|
// biome-ignore-all lint: generated file
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
/*
|
|
|
|
|
* This file exports the `Customer` model and its related types.
|
|
|
|
|
*
|
|
|
|
|
* 🟢 You can import this file directly.
|
|
|
|
|
*/
|
|
|
|
|
import type * as runtime from "@prisma/client/runtime/client"
|
|
|
|
|
import type * as $Enums from "../enums.js"
|
|
|
|
|
import type * as Prisma from "../internal/prismaNamespace.js"
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Model Customer
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerModel = runtime.Types.Result.DefaultSelection<Prisma.$CustomerPayload>
|
|
|
|
|
|
|
|
|
|
export type AggregateCustomer = {
|
|
|
|
|
_count: CustomerCountAggregateOutputType | null
|
|
|
|
|
_avg: CustomerAvgAggregateOutputType | null
|
|
|
|
|
_sum: CustomerSumAggregateOutputType | null
|
|
|
|
|
_min: CustomerMinAggregateOutputType | null
|
|
|
|
|
_max: CustomerMaxAggregateOutputType | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerAvgAggregateOutputType = {
|
|
|
|
|
id: number | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerSumAggregateOutputType = {
|
|
|
|
|
id: number | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerMinAggregateOutputType = {
|
|
|
|
|
id: number | null
|
|
|
|
|
firstName: string | null
|
|
|
|
|
lastName: string | null
|
|
|
|
|
email: string | null
|
|
|
|
|
mobileNumber: string | null
|
|
|
|
|
address: string | null
|
|
|
|
|
city: string | null
|
|
|
|
|
state: string | null
|
|
|
|
|
country: string | null
|
|
|
|
|
isActive: boolean | null
|
|
|
|
|
createdAt: Date | null
|
|
|
|
|
updatedAt: Date | null
|
|
|
|
|
deletedAt: Date | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerMaxAggregateOutputType = {
|
|
|
|
|
id: number | null
|
|
|
|
|
firstName: string | null
|
|
|
|
|
lastName: string | null
|
|
|
|
|
email: string | null
|
|
|
|
|
mobileNumber: string | null
|
|
|
|
|
address: string | null
|
|
|
|
|
city: string | null
|
|
|
|
|
state: string | null
|
|
|
|
|
country: string | null
|
|
|
|
|
isActive: boolean | null
|
|
|
|
|
createdAt: Date | null
|
|
|
|
|
updatedAt: Date | null
|
|
|
|
|
deletedAt: Date | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCountAggregateOutputType = {
|
|
|
|
|
id: number
|
|
|
|
|
firstName: number
|
|
|
|
|
lastName: number
|
|
|
|
|
email: number
|
|
|
|
|
mobileNumber: number
|
|
|
|
|
address: number
|
|
|
|
|
city: number
|
|
|
|
|
state: number
|
|
|
|
|
country: number
|
|
|
|
|
isActive: number
|
|
|
|
|
createdAt: number
|
|
|
|
|
updatedAt: number
|
|
|
|
|
deletedAt: number
|
|
|
|
|
_all: number
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type CustomerAvgAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerSumAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerMinAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
firstName?: true
|
|
|
|
|
lastName?: true
|
|
|
|
|
email?: true
|
|
|
|
|
mobileNumber?: true
|
|
|
|
|
address?: true
|
|
|
|
|
city?: true
|
|
|
|
|
state?: true
|
|
|
|
|
country?: true
|
|
|
|
|
isActive?: true
|
|
|
|
|
createdAt?: true
|
|
|
|
|
updatedAt?: true
|
|
|
|
|
deletedAt?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerMaxAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
firstName?: true
|
|
|
|
|
lastName?: true
|
|
|
|
|
email?: true
|
|
|
|
|
mobileNumber?: true
|
|
|
|
|
address?: true
|
|
|
|
|
city?: true
|
|
|
|
|
state?: true
|
|
|
|
|
country?: true
|
|
|
|
|
isActive?: true
|
|
|
|
|
createdAt?: true
|
|
|
|
|
updatedAt?: true
|
|
|
|
|
deletedAt?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCountAggregateInputType = {
|
|
|
|
|
id?: true
|
|
|
|
|
firstName?: true
|
|
|
|
|
lastName?: true
|
|
|
|
|
email?: true
|
|
|
|
|
mobileNumber?: true
|
|
|
|
|
address?: true
|
|
|
|
|
city?: true
|
|
|
|
|
state?: true
|
|
|
|
|
country?: true
|
|
|
|
|
isActive?: true
|
|
|
|
|
createdAt?: true
|
|
|
|
|
updatedAt?: true
|
|
|
|
|
deletedAt?: true
|
|
|
|
|
_all?: true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Filter which Customer to aggregate.
|
|
|
|
|
*/
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
|
|
|
*
|
|
|
|
|
* Determine the order of Customers to fetch.
|
|
|
|
|
*/
|
|
|
|
|
orderBy?: Prisma.CustomerOrderByWithRelationInput | Prisma.CustomerOrderByWithRelationInput[]
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
|
|
|
*
|
|
|
|
|
* Sets the start position
|
|
|
|
|
*/
|
|
|
|
|
cursor?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Take `±n` Customers from the position of the cursor.
|
|
|
|
|
*/
|
|
|
|
|
take?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Skip the first `n` Customers.
|
|
|
|
|
*/
|
|
|
|
|
skip?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
|
|
|
*
|
|
|
|
|
* Count returned Customers
|
|
|
|
|
**/
|
|
|
|
|
_count?: true | CustomerCountAggregateInputType
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
|
|
|
*
|
|
|
|
|
* Select which fields to average
|
|
|
|
|
**/
|
|
|
|
|
_avg?: CustomerAvgAggregateInputType
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
|
|
|
*
|
|
|
|
|
* Select which fields to sum
|
|
|
|
|
**/
|
|
|
|
|
_sum?: CustomerSumAggregateInputType
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
|
|
|
*
|
|
|
|
|
* Select which fields to find the minimum value
|
|
|
|
|
**/
|
|
|
|
|
_min?: CustomerMinAggregateInputType
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
|
|
|
*
|
|
|
|
|
* Select which fields to find the maximum value
|
|
|
|
|
**/
|
|
|
|
|
_max?: CustomerMaxAggregateInputType
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type GetCustomerAggregateType<T extends CustomerAggregateArgs> = {
|
|
|
|
|
[P in keyof T & keyof AggregateCustomer]: P extends '_count' | 'count'
|
|
|
|
|
? T[P] extends true
|
|
|
|
|
? number
|
|
|
|
|
: Prisma.GetScalarType<T[P], AggregateCustomer[P]>
|
|
|
|
|
: Prisma.GetScalarType<T[P], AggregateCustomer[P]>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type CustomerGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
orderBy?: Prisma.CustomerOrderByWithAggregationInput | Prisma.CustomerOrderByWithAggregationInput[]
|
|
|
|
|
by: Prisma.CustomerScalarFieldEnum[] | Prisma.CustomerScalarFieldEnum
|
|
|
|
|
having?: Prisma.CustomerScalarWhereWithAggregatesInput
|
|
|
|
|
take?: number
|
|
|
|
|
skip?: number
|
|
|
|
|
_count?: CustomerCountAggregateInputType | true
|
|
|
|
|
_avg?: CustomerAvgAggregateInputType
|
|
|
|
|
_sum?: CustomerSumAggregateInputType
|
|
|
|
|
_min?: CustomerMinAggregateInputType
|
|
|
|
|
_max?: CustomerMaxAggregateInputType
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerGroupByOutputType = {
|
|
|
|
|
id: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address: string | null
|
|
|
|
|
city: string | null
|
|
|
|
|
state: string | null
|
|
|
|
|
country: string | null
|
|
|
|
|
isActive: boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: Date
|
|
|
|
|
updatedAt: Date
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt: Date | null
|
|
|
|
|
_count: CustomerCountAggregateOutputType | null
|
|
|
|
|
_avg: CustomerAvgAggregateOutputType | null
|
|
|
|
|
_sum: CustomerSumAggregateOutputType | null
|
|
|
|
|
_min: CustomerMinAggregateOutputType | null
|
|
|
|
|
_max: CustomerMaxAggregateOutputType | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetCustomerGroupByPayload<T extends CustomerGroupByArgs> = Prisma.PrismaPromise<
|
|
|
|
|
Array<
|
|
|
|
|
Prisma.PickEnumerable<CustomerGroupByOutputType, T['by']> &
|
|
|
|
|
{
|
|
|
|
|
[P in ((keyof T) & (keyof CustomerGroupByOutputType))]: P extends '_count'
|
|
|
|
|
? T[P] extends boolean
|
|
|
|
|
? number
|
|
|
|
|
: Prisma.GetScalarType<T[P], CustomerGroupByOutputType[P]>
|
|
|
|
|
: Prisma.GetScalarType<T[P], CustomerGroupByOutputType[P]>
|
|
|
|
|
}
|
|
|
|
|
>
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type CustomerWhereInput = {
|
|
|
|
|
AND?: Prisma.CustomerWhereInput | Prisma.CustomerWhereInput[]
|
|
|
|
|
OR?: Prisma.CustomerWhereInput[]
|
|
|
|
|
NOT?: Prisma.CustomerWhereInput | Prisma.CustomerWhereInput[]
|
|
|
|
|
id?: Prisma.IntFilter<"Customer"> | number
|
|
|
|
|
firstName?: Prisma.StringFilter<"Customer"> | string
|
|
|
|
|
lastName?: Prisma.StringFilter<"Customer"> | string
|
|
|
|
|
email?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFilter<"Customer"> | string
|
|
|
|
|
address?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
city?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
state?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
country?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
isActive?: Prisma.BoolFilter<"Customer"> | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeFilter<"Customer"> | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFilter<"Customer"> | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.DateTimeNullableFilter<"Customer"> | Date | string | null
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderListRelationFilter
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementListRelationFilter
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceListRelationFilter
|
2025-12-04 21:05:57 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerOrderByWithRelationInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
firstName?: Prisma.SortOrder
|
|
|
|
|
lastName?: Prisma.SortOrder
|
|
|
|
|
email?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
mobileNumber?: Prisma.SortOrder
|
|
|
|
|
address?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
city?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
state?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
country?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
isActive?: Prisma.SortOrder
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.SortOrder
|
|
|
|
|
updatedAt?: Prisma.SortOrder
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderOrderByRelationAggregateInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementOrderByRelationAggregateInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceOrderByRelationAggregateInput
|
2025-12-04 21:05:57 +03:30
|
|
|
_relevance?: Prisma.CustomerOrderByRelevanceInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerWhereUniqueInput = Prisma.AtLeast<{
|
|
|
|
|
id?: number
|
|
|
|
|
mobileNumber?: string
|
|
|
|
|
AND?: Prisma.CustomerWhereInput | Prisma.CustomerWhereInput[]
|
|
|
|
|
OR?: Prisma.CustomerWhereInput[]
|
|
|
|
|
NOT?: Prisma.CustomerWhereInput | Prisma.CustomerWhereInput[]
|
|
|
|
|
firstName?: Prisma.StringFilter<"Customer"> | string
|
|
|
|
|
lastName?: Prisma.StringFilter<"Customer"> | string
|
|
|
|
|
email?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
address?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
city?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
state?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
country?: Prisma.StringNullableFilter<"Customer"> | string | null
|
|
|
|
|
isActive?: Prisma.BoolFilter<"Customer"> | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeFilter<"Customer"> | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFilter<"Customer"> | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.DateTimeNullableFilter<"Customer"> | Date | string | null
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderListRelationFilter
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementListRelationFilter
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceListRelationFilter
|
2025-12-04 21:05:57 +03:30
|
|
|
}, "id" | "mobileNumber">
|
|
|
|
|
|
|
|
|
|
export type CustomerOrderByWithAggregationInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
firstName?: Prisma.SortOrder
|
|
|
|
|
lastName?: Prisma.SortOrder
|
|
|
|
|
email?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
mobileNumber?: Prisma.SortOrder
|
|
|
|
|
address?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
city?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
state?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
country?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
isActive?: Prisma.SortOrder
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.SortOrder
|
|
|
|
|
updatedAt?: Prisma.SortOrder
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
|
|
|
_count?: Prisma.CustomerCountOrderByAggregateInput
|
|
|
|
|
_avg?: Prisma.CustomerAvgOrderByAggregateInput
|
|
|
|
|
_max?: Prisma.CustomerMaxOrderByAggregateInput
|
|
|
|
|
_min?: Prisma.CustomerMinOrderByAggregateInput
|
|
|
|
|
_sum?: Prisma.CustomerSumOrderByAggregateInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerScalarWhereWithAggregatesInput = {
|
|
|
|
|
AND?: Prisma.CustomerScalarWhereWithAggregatesInput | Prisma.CustomerScalarWhereWithAggregatesInput[]
|
|
|
|
|
OR?: Prisma.CustomerScalarWhereWithAggregatesInput[]
|
|
|
|
|
NOT?: Prisma.CustomerScalarWhereWithAggregatesInput | Prisma.CustomerScalarWhereWithAggregatesInput[]
|
|
|
|
|
id?: Prisma.IntWithAggregatesFilter<"Customer"> | number
|
|
|
|
|
firstName?: Prisma.StringWithAggregatesFilter<"Customer"> | string
|
|
|
|
|
lastName?: Prisma.StringWithAggregatesFilter<"Customer"> | string
|
|
|
|
|
email?: Prisma.StringNullableWithAggregatesFilter<"Customer"> | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringWithAggregatesFilter<"Customer"> | string
|
|
|
|
|
address?: Prisma.StringNullableWithAggregatesFilter<"Customer"> | string | null
|
|
|
|
|
city?: Prisma.StringNullableWithAggregatesFilter<"Customer"> | string | null
|
|
|
|
|
state?: Prisma.StringNullableWithAggregatesFilter<"Customer"> | string | null
|
|
|
|
|
country?: Prisma.StringNullableWithAggregatesFilter<"Customer"> | string | null
|
|
|
|
|
isActive?: Prisma.BoolWithAggregatesFilter<"Customer"> | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeWithAggregatesFilter<"Customer"> | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Customer"> | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Customer"> | Date | string | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateInput = {
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Date | string | null
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderCreateNestedManyWithoutCustomerInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementCreateNestedManyWithoutCustomerInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceCreateNestedManyWithoutCustomerInput
|
2025-12-04 21:05:57 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedCreateInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Date | string | null
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-04 21:05:57 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateInput = {
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderUpdateManyWithoutCustomerNestedInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUpdateManyWithoutCustomerNestedInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceUpdateManyWithoutCustomerNestedInput
|
2025-12-04 21:05:57 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedUpdateInput = {
|
|
|
|
|
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: Prisma.OrderUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-04 21:05:57 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateManyInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Date | string | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateManyMutationInput = {
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedUpdateManyInput = {
|
|
|
|
|
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerOrderByRelevanceInput = {
|
|
|
|
|
fields: Prisma.CustomerOrderByRelevanceFieldEnum | Prisma.CustomerOrderByRelevanceFieldEnum[]
|
|
|
|
|
sort: Prisma.SortOrder
|
|
|
|
|
search: string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCountOrderByAggregateInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
firstName?: Prisma.SortOrder
|
|
|
|
|
lastName?: Prisma.SortOrder
|
|
|
|
|
email?: Prisma.SortOrder
|
|
|
|
|
mobileNumber?: Prisma.SortOrder
|
|
|
|
|
address?: Prisma.SortOrder
|
|
|
|
|
city?: Prisma.SortOrder
|
|
|
|
|
state?: Prisma.SortOrder
|
|
|
|
|
country?: Prisma.SortOrder
|
|
|
|
|
isActive?: Prisma.SortOrder
|
|
|
|
|
createdAt?: Prisma.SortOrder
|
|
|
|
|
updatedAt?: Prisma.SortOrder
|
|
|
|
|
deletedAt?: Prisma.SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerAvgOrderByAggregateInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerMaxOrderByAggregateInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
firstName?: Prisma.SortOrder
|
|
|
|
|
lastName?: Prisma.SortOrder
|
|
|
|
|
email?: Prisma.SortOrder
|
|
|
|
|
mobileNumber?: Prisma.SortOrder
|
|
|
|
|
address?: Prisma.SortOrder
|
|
|
|
|
city?: Prisma.SortOrder
|
|
|
|
|
state?: Prisma.SortOrder
|
|
|
|
|
country?: Prisma.SortOrder
|
|
|
|
|
isActive?: Prisma.SortOrder
|
|
|
|
|
createdAt?: Prisma.SortOrder
|
|
|
|
|
updatedAt?: Prisma.SortOrder
|
|
|
|
|
deletedAt?: Prisma.SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerMinOrderByAggregateInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
firstName?: Prisma.SortOrder
|
|
|
|
|
lastName?: Prisma.SortOrder
|
|
|
|
|
email?: Prisma.SortOrder
|
|
|
|
|
mobileNumber?: Prisma.SortOrder
|
|
|
|
|
address?: Prisma.SortOrder
|
|
|
|
|
city?: Prisma.SortOrder
|
|
|
|
|
state?: Prisma.SortOrder
|
|
|
|
|
country?: Prisma.SortOrder
|
|
|
|
|
isActive?: Prisma.SortOrder
|
|
|
|
|
createdAt?: Prisma.SortOrder
|
|
|
|
|
updatedAt?: Prisma.SortOrder
|
|
|
|
|
deletedAt?: Prisma.SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerSumOrderByAggregateInput = {
|
|
|
|
|
id?: Prisma.SortOrder
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-09 13:59:07 +03:30
|
|
|
export type CustomerScalarRelationFilter = {
|
|
|
|
|
is?: Prisma.CustomerWhereInput
|
|
|
|
|
isNot?: Prisma.CustomerWhereInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerNullableScalarRelationFilter = {
|
|
|
|
|
is?: Prisma.CustomerWhereInput | null
|
|
|
|
|
isNot?: Prisma.CustomerWhereInput | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateNestedOneWithoutOrdersInput = {
|
|
|
|
|
create?: Prisma.XOR<Prisma.CustomerCreateWithoutOrdersInput, Prisma.CustomerUncheckedCreateWithoutOrdersInput>
|
|
|
|
|
connectOrCreate?: Prisma.CustomerCreateOrConnectWithoutOrdersInput
|
|
|
|
|
connect?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateOneRequiredWithoutOrdersNestedInput = {
|
|
|
|
|
create?: Prisma.XOR<Prisma.CustomerCreateWithoutOrdersInput, Prisma.CustomerUncheckedCreateWithoutOrdersInput>
|
|
|
|
|
connectOrCreate?: Prisma.CustomerCreateOrConnectWithoutOrdersInput
|
|
|
|
|
upsert?: Prisma.CustomerUpsertWithoutOrdersInput
|
|
|
|
|
connect?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
update?: Prisma.XOR<Prisma.XOR<Prisma.CustomerUpdateToOneWithWhereWithoutOrdersInput, Prisma.CustomerUpdateWithoutOrdersInput>, Prisma.CustomerUncheckedUpdateWithoutOrdersInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateNestedOneWithoutSalesInvoicesInput = {
|
|
|
|
|
create?: Prisma.XOR<Prisma.CustomerCreateWithoutSalesInvoicesInput, Prisma.CustomerUncheckedCreateWithoutSalesInvoicesInput>
|
|
|
|
|
connectOrCreate?: Prisma.CustomerCreateOrConnectWithoutSalesInvoicesInput
|
|
|
|
|
connect?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateOneWithoutSalesInvoicesNestedInput = {
|
|
|
|
|
create?: Prisma.XOR<Prisma.CustomerCreateWithoutSalesInvoicesInput, Prisma.CustomerUncheckedCreateWithoutSalesInvoicesInput>
|
|
|
|
|
connectOrCreate?: Prisma.CustomerCreateOrConnectWithoutSalesInvoicesInput
|
|
|
|
|
upsert?: Prisma.CustomerUpsertWithoutSalesInvoicesInput
|
|
|
|
|
disconnect?: Prisma.CustomerWhereInput | boolean
|
|
|
|
|
delete?: Prisma.CustomerWhereInput | boolean
|
|
|
|
|
connect?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
update?: Prisma.XOR<Prisma.XOR<Prisma.CustomerUpdateToOneWithWhereWithoutSalesInvoicesInput, Prisma.CustomerUpdateWithoutSalesInvoicesInput>, Prisma.CustomerUncheckedUpdateWithoutSalesInvoicesInput>
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-23 20:35:44 +03:30
|
|
|
export type CustomerCreateNestedOneWithoutStockMovementsInput = {
|
|
|
|
|
create?: Prisma.XOR<Prisma.CustomerCreateWithoutStockMovementsInput, Prisma.CustomerUncheckedCreateWithoutStockMovementsInput>
|
|
|
|
|
connectOrCreate?: Prisma.CustomerCreateOrConnectWithoutStockMovementsInput
|
|
|
|
|
connect?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateOneWithoutStockMovementsNestedInput = {
|
|
|
|
|
create?: Prisma.XOR<Prisma.CustomerCreateWithoutStockMovementsInput, Prisma.CustomerUncheckedCreateWithoutStockMovementsInput>
|
|
|
|
|
connectOrCreate?: Prisma.CustomerCreateOrConnectWithoutStockMovementsInput
|
|
|
|
|
upsert?: Prisma.CustomerUpsertWithoutStockMovementsInput
|
|
|
|
|
disconnect?: Prisma.CustomerWhereInput | boolean
|
|
|
|
|
delete?: Prisma.CustomerWhereInput | boolean
|
|
|
|
|
connect?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
update?: Prisma.XOR<Prisma.XOR<Prisma.CustomerUpdateToOneWithWhereWithoutStockMovementsInput, Prisma.CustomerUpdateWithoutStockMovementsInput>, Prisma.CustomerUncheckedUpdateWithoutStockMovementsInput>
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-09 13:59:07 +03:30
|
|
|
export type CustomerCreateWithoutOrdersInput = {
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
|
|
|
|
deletedAt?: Date | string | null
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementCreateNestedManyWithoutCustomerInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceCreateNestedManyWithoutCustomerInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedCreateWithoutOrdersInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
|
|
|
|
deletedAt?: Date | string | null
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateOrConnectWithoutOrdersInput = {
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateWithoutOrdersInput, Prisma.CustomerUncheckedCreateWithoutOrdersInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpsertWithoutOrdersInput = {
|
|
|
|
|
update: Prisma.XOR<Prisma.CustomerUpdateWithoutOrdersInput, Prisma.CustomerUncheckedUpdateWithoutOrdersInput>
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateWithoutOrdersInput, Prisma.CustomerUncheckedCreateWithoutOrdersInput>
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateToOneWithWhereWithoutOrdersInput = {
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
data: Prisma.XOR<Prisma.CustomerUpdateWithoutOrdersInput, Prisma.CustomerUncheckedUpdateWithoutOrdersInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateWithoutOrdersInput = {
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUpdateManyWithoutCustomerNestedInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceUpdateManyWithoutCustomerNestedInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedUpdateWithoutOrdersInput = {
|
|
|
|
|
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: Prisma.SalesInvoiceUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateWithoutSalesInvoicesInput = {
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
|
|
|
|
deletedAt?: Date | string | null
|
|
|
|
|
orders?: Prisma.OrderCreateNestedManyWithoutCustomerInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementCreateNestedManyWithoutCustomerInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedCreateWithoutSalesInvoicesInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
|
|
|
|
deletedAt?: Date | string | null
|
|
|
|
|
orders?: Prisma.OrderUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUncheckedCreateNestedManyWithoutCustomerInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateOrConnectWithoutSalesInvoicesInput = {
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateWithoutSalesInvoicesInput, Prisma.CustomerUncheckedCreateWithoutSalesInvoicesInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpsertWithoutSalesInvoicesInput = {
|
|
|
|
|
update: Prisma.XOR<Prisma.CustomerUpdateWithoutSalesInvoicesInput, Prisma.CustomerUncheckedUpdateWithoutSalesInvoicesInput>
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateWithoutSalesInvoicesInput, Prisma.CustomerUncheckedCreateWithoutSalesInvoicesInput>
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateToOneWithWhereWithoutSalesInvoicesInput = {
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
data: Prisma.XOR<Prisma.CustomerUpdateWithoutSalesInvoicesInput, Prisma.CustomerUncheckedUpdateWithoutSalesInvoicesInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateWithoutSalesInvoicesInput = {
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
|
|
|
orders?: Prisma.OrderUpdateManyWithoutCustomerNestedInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUpdateManyWithoutCustomerNestedInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedUpdateWithoutSalesInvoicesInput = {
|
|
|
|
|
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
|
|
|
orders?: Prisma.OrderUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: Prisma.StockMovementUncheckedUpdateManyWithoutCustomerNestedInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateWithoutStockMovementsInput = {
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
|
|
|
|
deletedAt?: Date | string | null
|
|
|
|
|
orders?: Prisma.OrderCreateNestedManyWithoutCustomerInput
|
|
|
|
|
salesInvoices?: Prisma.SalesInvoiceCreateNestedManyWithoutCustomerInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedCreateWithoutStockMovementsInput = {
|
|
|
|
|
id?: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email?: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address?: string | null
|
|
|
|
|
city?: string | null
|
|
|
|
|
state?: string | null
|
|
|
|
|
country?: string | null
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: Date | string
|
|
|
|
|
updatedAt?: Date | string
|
|
|
|
|
deletedAt?: Date | string | null
|
|
|
|
|
orders?: Prisma.OrderUncheckedCreateNestedManyWithoutCustomerInput
|
|
|
|
|
salesInvoices?: Prisma.SalesInvoiceUncheckedCreateNestedManyWithoutCustomerInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCreateOrConnectWithoutStockMovementsInput = {
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateWithoutStockMovementsInput, Prisma.CustomerUncheckedCreateWithoutStockMovementsInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpsertWithoutStockMovementsInput = {
|
|
|
|
|
update: Prisma.XOR<Prisma.CustomerUpdateWithoutStockMovementsInput, Prisma.CustomerUncheckedUpdateWithoutStockMovementsInput>
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateWithoutStockMovementsInput, Prisma.CustomerUncheckedCreateWithoutStockMovementsInput>
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateToOneWithWhereWithoutStockMovementsInput = {
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
data: Prisma.XOR<Prisma.CustomerUpdateWithoutStockMovementsInput, Prisma.CustomerUncheckedUpdateWithoutStockMovementsInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUpdateWithoutStockMovementsInput = {
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
|
|
|
orders?: Prisma.OrderUpdateManyWithoutCustomerNestedInput
|
|
|
|
|
salesInvoices?: Prisma.SalesInvoiceUpdateManyWithoutCustomerNestedInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerUncheckedUpdateWithoutStockMovementsInput = {
|
|
|
|
|
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
|
|
|
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
mobileNumber?: Prisma.StringFieldUpdateOperationsInput | string
|
|
|
|
|
address?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
city?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
state?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
country?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
|
|
|
orders?: Prisma.OrderUncheckedUpdateManyWithoutCustomerNestedInput
|
|
|
|
|
salesInvoices?: Prisma.SalesInvoiceUncheckedUpdateManyWithoutCustomerNestedInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Count Type CustomerCountOutputType
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export type CustomerCountOutputType = {
|
|
|
|
|
orders: number
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements: number
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices: number
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
orders?: boolean | CustomerCountOutputTypeCountOrdersArgs
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: boolean | CustomerCountOutputTypeCountStockMovementsArgs
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: boolean | CustomerCountOutputTypeCountSalesInvoicesArgs
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* CustomerCountOutputType without action
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the CustomerCountOutputType
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerCountOutputTypeSelect<ExtArgs> | null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* CustomerCountOutputType without action
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerCountOutputTypeCountOrdersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
where?: Prisma.OrderWhereInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* CustomerCountOutputType without action
|
|
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
export type CustomerCountOutputTypeCountStockMovementsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
where?: Prisma.StockMovementWhereInput
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
2025-12-04 21:05:57 +03:30
|
|
|
|
2025-12-23 20:35:44 +03:30
|
|
|
/**
|
|
|
|
|
* CustomerCountOutputType without action
|
|
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
export type CustomerCountOutputTypeCountSalesInvoicesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
where?: Prisma.SalesInvoiceWhereInput
|
2025-12-23 20:35:44 +03:30
|
|
|
}
|
|
|
|
|
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
export type CustomerSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
|
|
|
id?: boolean
|
|
|
|
|
firstName?: boolean
|
|
|
|
|
lastName?: boolean
|
|
|
|
|
email?: boolean
|
|
|
|
|
mobileNumber?: boolean
|
|
|
|
|
address?: boolean
|
|
|
|
|
city?: boolean
|
|
|
|
|
state?: boolean
|
|
|
|
|
country?: boolean
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: boolean
|
|
|
|
|
updatedAt?: boolean
|
|
|
|
|
deletedAt?: boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
orders?: boolean | Prisma.Customer$ordersArgs<ExtArgs>
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: boolean | Prisma.Customer$stockMovementsArgs<ExtArgs>
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: boolean | Prisma.Customer$salesInvoicesArgs<ExtArgs>
|
2025-12-09 13:59:07 +03:30
|
|
|
_count?: boolean | Prisma.CustomerCountOutputTypeDefaultArgs<ExtArgs>
|
2025-12-04 21:05:57 +03:30
|
|
|
}, ExtArgs["result"]["customer"]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type CustomerSelectScalar = {
|
|
|
|
|
id?: boolean
|
|
|
|
|
firstName?: boolean
|
|
|
|
|
lastName?: boolean
|
|
|
|
|
email?: boolean
|
|
|
|
|
mobileNumber?: boolean
|
|
|
|
|
address?: boolean
|
|
|
|
|
city?: boolean
|
|
|
|
|
state?: boolean
|
|
|
|
|
country?: boolean
|
|
|
|
|
isActive?: boolean
|
|
|
|
|
createdAt?: boolean
|
|
|
|
|
updatedAt?: boolean
|
|
|
|
|
deletedAt?: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "firstName" | "lastName" | "email" | "mobileNumber" | "address" | "city" | "state" | "country" | "isActive" | "createdAt" | "updatedAt" | "deletedAt", ExtArgs["result"]["customer"]>
|
2025-12-09 13:59:07 +03:30
|
|
|
export type CustomerInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
orders?: boolean | Prisma.Customer$ordersArgs<ExtArgs>
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements?: boolean | Prisma.Customer$stockMovementsArgs<ExtArgs>
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices?: boolean | Prisma.Customer$salesInvoicesArgs<ExtArgs>
|
2025-12-09 13:59:07 +03:30
|
|
|
_count?: boolean | Prisma.CustomerCountOutputTypeDefaultArgs<ExtArgs>
|
|
|
|
|
}
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
export type $CustomerPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
name: "Customer"
|
2025-12-09 13:59:07 +03:30
|
|
|
objects: {
|
|
|
|
|
orders: Prisma.$OrderPayload<ExtArgs>[]
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements: Prisma.$StockMovementPayload<ExtArgs>[]
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices: Prisma.$SalesInvoicePayload<ExtArgs>[]
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
2025-12-04 21:05:57 +03:30
|
|
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
|
|
|
id: number
|
|
|
|
|
firstName: string
|
|
|
|
|
lastName: string
|
|
|
|
|
email: string | null
|
|
|
|
|
mobileNumber: string
|
|
|
|
|
address: string | null
|
|
|
|
|
city: string | null
|
|
|
|
|
state: string | null
|
|
|
|
|
country: string | null
|
|
|
|
|
isActive: boolean
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: Date
|
|
|
|
|
updatedAt: Date
|
2025-12-04 21:05:57 +03:30
|
|
|
deletedAt: Date | null
|
|
|
|
|
}, ExtArgs["result"]["customer"]>
|
|
|
|
|
composites: {}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type CustomerGetPayload<S extends boolean | null | undefined | CustomerDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$CustomerPayload, S>
|
|
|
|
|
|
|
|
|
|
export type CustomerCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
|
|
|
Omit<CustomerFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
|
|
|
select?: CustomerCountAggregateInputType | true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export interface CustomerDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
|
|
|
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['Customer'], meta: { name: 'Customer' } }
|
|
|
|
|
/**
|
|
|
|
|
* Find zero or one Customer that matches the filter.
|
|
|
|
|
* @param {CustomerFindUniqueArgs} args - Arguments to find a Customer
|
|
|
|
|
* @example
|
|
|
|
|
* // Get one Customer
|
|
|
|
|
* const customer = await prisma.customer.findUnique({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*/
|
|
|
|
|
findUnique<T extends CustomerFindUniqueArgs>(args: Prisma.SelectSubset<T, CustomerFindUniqueArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Find one Customer that matches the filter or throw an error with `error.code='P2025'`
|
|
|
|
|
* if no matches were found.
|
|
|
|
|
* @param {CustomerFindUniqueOrThrowArgs} args - Arguments to find a Customer
|
|
|
|
|
* @example
|
|
|
|
|
* // Get one Customer
|
|
|
|
|
* const customer = await prisma.customer.findUniqueOrThrow({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*/
|
|
|
|
|
findUniqueOrThrow<T extends CustomerFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, CustomerFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Find the first Customer that matches the filter.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerFindFirstArgs} args - Arguments to find a Customer
|
|
|
|
|
* @example
|
|
|
|
|
* // Get one Customer
|
|
|
|
|
* const customer = await prisma.customer.findFirst({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*/
|
|
|
|
|
findFirst<T extends CustomerFindFirstArgs>(args?: Prisma.SelectSubset<T, CustomerFindFirstArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Find the first Customer that matches the filter or
|
|
|
|
|
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerFindFirstOrThrowArgs} args - Arguments to find a Customer
|
|
|
|
|
* @example
|
|
|
|
|
* // Get one Customer
|
|
|
|
|
* const customer = await prisma.customer.findFirstOrThrow({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*/
|
|
|
|
|
findFirstOrThrow<T extends CustomerFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, CustomerFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Find zero or more Customers that matches the filter.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
|
|
|
* @example
|
|
|
|
|
* // Get all Customers
|
|
|
|
|
* const customers = await prisma.customer.findMany()
|
|
|
|
|
*
|
|
|
|
|
* // Get first 10 Customers
|
|
|
|
|
* const customers = await prisma.customer.findMany({ take: 10 })
|
|
|
|
|
*
|
|
|
|
|
* // Only select the `id`
|
|
|
|
|
* const customerWithIdOnly = await prisma.customer.findMany({ select: { id: true } })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
findMany<T extends CustomerFindManyArgs>(args?: Prisma.SelectSubset<T, CustomerFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Create a Customer.
|
|
|
|
|
* @param {CustomerCreateArgs} args - Arguments to create a Customer.
|
|
|
|
|
* @example
|
|
|
|
|
* // Create one Customer
|
|
|
|
|
* const Customer = await prisma.customer.create({
|
|
|
|
|
* data: {
|
|
|
|
|
* // ... data to create a Customer
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
create<T extends CustomerCreateArgs>(args: Prisma.SelectSubset<T, CustomerCreateArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Create many Customers.
|
|
|
|
|
* @param {CustomerCreateManyArgs} args - Arguments to create many Customers.
|
|
|
|
|
* @example
|
|
|
|
|
* // Create many Customers
|
|
|
|
|
* const customer = await prisma.customer.createMany({
|
|
|
|
|
* data: [
|
|
|
|
|
* // ... provide data here
|
|
|
|
|
* ]
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
createMany<T extends CustomerCreateManyArgs>(args?: Prisma.SelectSubset<T, CustomerCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Delete a Customer.
|
|
|
|
|
* @param {CustomerDeleteArgs} args - Arguments to delete one Customer.
|
|
|
|
|
* @example
|
|
|
|
|
* // Delete one Customer
|
|
|
|
|
* const Customer = await prisma.customer.delete({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... filter to delete one Customer
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
delete<T extends CustomerDeleteArgs>(args: Prisma.SelectSubset<T, CustomerDeleteArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Update one Customer.
|
|
|
|
|
* @param {CustomerUpdateArgs} args - Arguments to update one Customer.
|
|
|
|
|
* @example
|
|
|
|
|
* // Update one Customer
|
|
|
|
|
* const customer = await prisma.customer.update({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* },
|
|
|
|
|
* data: {
|
|
|
|
|
* // ... provide data here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
update<T extends CustomerUpdateArgs>(args: Prisma.SelectSubset<T, CustomerUpdateArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Delete zero or more Customers.
|
|
|
|
|
* @param {CustomerDeleteManyArgs} args - Arguments to filter Customers to delete.
|
|
|
|
|
* @example
|
|
|
|
|
* // Delete a few Customers
|
|
|
|
|
* const { count } = await prisma.customer.deleteMany({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
deleteMany<T extends CustomerDeleteManyArgs>(args?: Prisma.SelectSubset<T, CustomerDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Update zero or more Customers.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerUpdateManyArgs} args - Arguments to update one or more rows.
|
|
|
|
|
* @example
|
|
|
|
|
* // Update many Customers
|
|
|
|
|
* const customer = await prisma.customer.updateMany({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... provide filter here
|
|
|
|
|
* },
|
|
|
|
|
* data: {
|
|
|
|
|
* // ... provide data here
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
updateMany<T extends CustomerUpdateManyArgs>(args: Prisma.SelectSubset<T, CustomerUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Create or update one Customer.
|
|
|
|
|
* @param {CustomerUpsertArgs} args - Arguments to update or create a Customer.
|
|
|
|
|
* @example
|
|
|
|
|
* // Update or create a Customer
|
|
|
|
|
* const customer = await prisma.customer.upsert({
|
|
|
|
|
* create: {
|
|
|
|
|
* // ... data to create a Customer
|
|
|
|
|
* },
|
|
|
|
|
* update: {
|
|
|
|
|
* // ... in case it already exists, update
|
|
|
|
|
* },
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... the filter for the Customer we want to update
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
*/
|
|
|
|
|
upsert<T extends CustomerUpsertArgs>(args: Prisma.SelectSubset<T, CustomerUpsertArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Count the number of Customers.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerCountArgs} args - Arguments to filter Customers to count.
|
|
|
|
|
* @example
|
|
|
|
|
* // Count the number of Customers
|
|
|
|
|
* const count = await prisma.customer.count({
|
|
|
|
|
* where: {
|
|
|
|
|
* // ... the filter for the Customers we want to count
|
|
|
|
|
* }
|
|
|
|
|
* })
|
|
|
|
|
**/
|
|
|
|
|
count<T extends CustomerCountArgs>(
|
|
|
|
|
args?: Prisma.Subset<T, CustomerCountArgs>,
|
|
|
|
|
): Prisma.PrismaPromise<
|
|
|
|
|
T extends runtime.Types.Utils.Record<'select', any>
|
|
|
|
|
? T['select'] extends true
|
|
|
|
|
? number
|
|
|
|
|
: Prisma.GetScalarType<T['select'], CustomerCountAggregateOutputType>
|
|
|
|
|
: number
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Allows you to perform aggregations operations on a Customer.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
|
|
|
* @example
|
|
|
|
|
* // Ordered by age ascending
|
|
|
|
|
* // Where email contains prisma.io
|
|
|
|
|
* // Limited to the 10 users
|
|
|
|
|
* const aggregations = await prisma.user.aggregate({
|
|
|
|
|
* _avg: {
|
|
|
|
|
* age: true,
|
|
|
|
|
* },
|
|
|
|
|
* where: {
|
|
|
|
|
* email: {
|
|
|
|
|
* contains: "prisma.io",
|
|
|
|
|
* },
|
|
|
|
|
* },
|
|
|
|
|
* orderBy: {
|
|
|
|
|
* age: "asc",
|
|
|
|
|
* },
|
|
|
|
|
* take: 10,
|
|
|
|
|
* })
|
|
|
|
|
**/
|
|
|
|
|
aggregate<T extends CustomerAggregateArgs>(args: Prisma.Subset<T, CustomerAggregateArgs>): Prisma.PrismaPromise<GetCustomerAggregateType<T>>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Group by Customer.
|
|
|
|
|
* Note, that providing `undefined` is treated as the value not being there.
|
|
|
|
|
* Read more here: https://pris.ly/d/null-undefined
|
|
|
|
|
* @param {CustomerGroupByArgs} args - Group by arguments.
|
|
|
|
|
* @example
|
|
|
|
|
* // Group by city, order by createdAt, get count
|
|
|
|
|
* const result = await prisma.user.groupBy({
|
|
|
|
|
* by: ['city', 'createdAt'],
|
|
|
|
|
* orderBy: {
|
|
|
|
|
* createdAt: true
|
|
|
|
|
* },
|
|
|
|
|
* _count: {
|
|
|
|
|
* _all: true
|
|
|
|
|
* },
|
|
|
|
|
* })
|
|
|
|
|
*
|
|
|
|
|
**/
|
|
|
|
|
groupBy<
|
|
|
|
|
T extends CustomerGroupByArgs,
|
|
|
|
|
HasSelectOrTake extends Prisma.Or<
|
|
|
|
|
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
|
|
|
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
|
|
|
>,
|
|
|
|
|
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
|
|
|
? { orderBy: CustomerGroupByArgs['orderBy'] }
|
|
|
|
|
: { orderBy?: CustomerGroupByArgs['orderBy'] },
|
|
|
|
|
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
|
|
|
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
|
|
|
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
|
|
|
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
|
|
|
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
|
|
|
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
|
|
|
InputErrors extends ByEmpty extends Prisma.True
|
|
|
|
|
? `Error: "by" must not be empty.`
|
|
|
|
|
: HavingValid extends Prisma.False
|
|
|
|
|
? {
|
|
|
|
|
[P in HavingFields]: P extends ByFields
|
|
|
|
|
? never
|
|
|
|
|
: P extends string
|
|
|
|
|
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
|
|
|
: [
|
|
|
|
|
Error,
|
|
|
|
|
'Field ',
|
|
|
|
|
P,
|
|
|
|
|
` in "having" needs to be provided in "by"`,
|
|
|
|
|
]
|
|
|
|
|
}[HavingFields]
|
|
|
|
|
: 'take' extends Prisma.Keys<T>
|
|
|
|
|
? 'orderBy' extends Prisma.Keys<T>
|
|
|
|
|
? ByValid extends Prisma.True
|
|
|
|
|
? {}
|
|
|
|
|
: {
|
|
|
|
|
[P in OrderFields]: P extends ByFields
|
|
|
|
|
? never
|
|
|
|
|
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
|
|
|
}[OrderFields]
|
|
|
|
|
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
|
|
|
: 'skip' extends Prisma.Keys<T>
|
|
|
|
|
? 'orderBy' extends Prisma.Keys<T>
|
|
|
|
|
? ByValid extends Prisma.True
|
|
|
|
|
? {}
|
|
|
|
|
: {
|
|
|
|
|
[P in OrderFields]: P extends ByFields
|
|
|
|
|
? never
|
|
|
|
|
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
|
|
|
}[OrderFields]
|
|
|
|
|
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
|
|
|
: ByValid extends Prisma.True
|
|
|
|
|
? {}
|
|
|
|
|
: {
|
|
|
|
|
[P in OrderFields]: P extends ByFields
|
|
|
|
|
? never
|
|
|
|
|
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
|
|
|
}[OrderFields]
|
|
|
|
|
>(args: Prisma.SubsetIntersection<T, CustomerGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCustomerGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
|
|
|
/**
|
|
|
|
|
* Fields of the Customer model
|
|
|
|
|
*/
|
|
|
|
|
readonly fields: CustomerFieldRefs;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The delegate class that acts as a "Promise-like" for Customer.
|
|
|
|
|
* Why is this prefixed with `Prisma__`?
|
|
|
|
|
* Because we want to prevent naming conflicts as mentioned in
|
|
|
|
|
* https://github.com/prisma/prisma-client-js/issues/707
|
|
|
|
|
*/
|
|
|
|
|
export interface Prisma__CustomerClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
|
|
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
2025-12-09 13:59:07 +03:30
|
|
|
orders<T extends Prisma.Customer$ordersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Customer$ordersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OrderPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
2025-12-23 20:35:44 +03:30
|
|
|
stockMovements<T extends Prisma.Customer$stockMovementsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Customer$stockMovementsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StockMovementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
2025-12-30 21:04:01 +03:30
|
|
|
salesInvoices<T extends Prisma.Customer$salesInvoicesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Customer$salesInvoicesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SalesInvoicePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
|
|
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
|
|
|
* @param onrejected The callback to execute when the Promise is rejected.
|
|
|
|
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
|
|
|
*/
|
|
|
|
|
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
|
|
|
|
|
/**
|
|
|
|
|
* Attaches a callback for only the rejection of the Promise.
|
|
|
|
|
* @param onrejected The callback to execute when the Promise is rejected.
|
|
|
|
|
* @returns A Promise for the completion of the callback.
|
|
|
|
|
*/
|
|
|
|
|
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
|
|
|
/**
|
|
|
|
|
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
|
|
|
* resolved value cannot be modified from the callback.
|
|
|
|
|
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
|
|
|
* @returns A Promise for the completion of the callback.
|
|
|
|
|
*/
|
|
|
|
|
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Fields of the Customer model
|
|
|
|
|
*/
|
|
|
|
|
export interface CustomerFieldRefs {
|
|
|
|
|
readonly id: Prisma.FieldRef<"Customer", 'Int'>
|
|
|
|
|
readonly firstName: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly lastName: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly email: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly mobileNumber: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly address: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly city: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly state: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly country: Prisma.FieldRef<"Customer", 'String'>
|
|
|
|
|
readonly isActive: Prisma.FieldRef<"Customer", 'Boolean'>
|
|
|
|
|
readonly createdAt: Prisma.FieldRef<"Customer", 'DateTime'>
|
|
|
|
|
readonly updatedAt: Prisma.FieldRef<"Customer", 'DateTime'>
|
|
|
|
|
readonly deletedAt: Prisma.FieldRef<"Customer", 'DateTime'>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Custom InputTypes
|
|
|
|
|
/**
|
|
|
|
|
* Customer findUnique
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Filter, which Customer to fetch.
|
|
|
|
|
*/
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer findUniqueOrThrow
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Filter, which Customer to fetch.
|
|
|
|
|
*/
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer findFirst
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Filter, which Customer to fetch.
|
|
|
|
|
*/
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
|
|
|
*
|
|
|
|
|
* Determine the order of Customers to fetch.
|
|
|
|
|
*/
|
|
|
|
|
orderBy?: Prisma.CustomerOrderByWithRelationInput | Prisma.CustomerOrderByWithRelationInput[]
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
|
|
|
*
|
|
|
|
|
* Sets the position for searching for Customers.
|
|
|
|
|
*/
|
|
|
|
|
cursor?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Take `±n` Customers from the position of the cursor.
|
|
|
|
|
*/
|
|
|
|
|
take?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Skip the first `n` Customers.
|
|
|
|
|
*/
|
|
|
|
|
skip?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
|
|
|
*
|
|
|
|
|
* Filter by unique combinations of Customers.
|
|
|
|
|
*/
|
|
|
|
|
distinct?: Prisma.CustomerScalarFieldEnum | Prisma.CustomerScalarFieldEnum[]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer findFirstOrThrow
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Filter, which Customer to fetch.
|
|
|
|
|
*/
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
|
|
|
*
|
|
|
|
|
* Determine the order of Customers to fetch.
|
|
|
|
|
*/
|
|
|
|
|
orderBy?: Prisma.CustomerOrderByWithRelationInput | Prisma.CustomerOrderByWithRelationInput[]
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
|
|
|
*
|
|
|
|
|
* Sets the position for searching for Customers.
|
|
|
|
|
*/
|
|
|
|
|
cursor?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Take `±n` Customers from the position of the cursor.
|
|
|
|
|
*/
|
|
|
|
|
take?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Skip the first `n` Customers.
|
|
|
|
|
*/
|
|
|
|
|
skip?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
|
|
|
*
|
|
|
|
|
* Filter by unique combinations of Customers.
|
|
|
|
|
*/
|
|
|
|
|
distinct?: Prisma.CustomerScalarFieldEnum | Prisma.CustomerScalarFieldEnum[]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer findMany
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Filter, which Customers to fetch.
|
|
|
|
|
*/
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
|
|
|
*
|
|
|
|
|
* Determine the order of Customers to fetch.
|
|
|
|
|
*/
|
|
|
|
|
orderBy?: Prisma.CustomerOrderByWithRelationInput | Prisma.CustomerOrderByWithRelationInput[]
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
|
|
|
*
|
|
|
|
|
* Sets the position for listing Customers.
|
|
|
|
|
*/
|
|
|
|
|
cursor?: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Take `±n` Customers from the position of the cursor.
|
|
|
|
|
*/
|
|
|
|
|
take?: number
|
|
|
|
|
/**
|
|
|
|
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
|
|
|
*
|
|
|
|
|
* Skip the first `n` Customers.
|
|
|
|
|
*/
|
|
|
|
|
skip?: number
|
|
|
|
|
distinct?: Prisma.CustomerScalarFieldEnum | Prisma.CustomerScalarFieldEnum[]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer create
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* The data needed to create a Customer.
|
|
|
|
|
*/
|
|
|
|
|
data: Prisma.XOR<Prisma.CustomerCreateInput, Prisma.CustomerUncheckedCreateInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer createMany
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* The data used to create many Customers.
|
|
|
|
|
*/
|
|
|
|
|
data: Prisma.CustomerCreateManyInput | Prisma.CustomerCreateManyInput[]
|
|
|
|
|
skipDuplicates?: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer update
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* The data needed to update a Customer.
|
|
|
|
|
*/
|
|
|
|
|
data: Prisma.XOR<Prisma.CustomerUpdateInput, Prisma.CustomerUncheckedUpdateInput>
|
|
|
|
|
/**
|
|
|
|
|
* Choose, which Customer to update.
|
|
|
|
|
*/
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer updateMany
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* The data used to update Customers.
|
|
|
|
|
*/
|
|
|
|
|
data: Prisma.XOR<Prisma.CustomerUpdateManyMutationInput, Prisma.CustomerUncheckedUpdateManyInput>
|
|
|
|
|
/**
|
|
|
|
|
* Filter which Customers to update
|
|
|
|
|
*/
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
/**
|
|
|
|
|
* Limit how many Customers to update.
|
|
|
|
|
*/
|
|
|
|
|
limit?: number
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer upsert
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* The filter to search for the Customer to update in case it exists.
|
|
|
|
|
*/
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
/**
|
|
|
|
|
* In case the Customer found by the `where` argument doesn't exist, create a new Customer with this data.
|
|
|
|
|
*/
|
|
|
|
|
create: Prisma.XOR<Prisma.CustomerCreateInput, Prisma.CustomerUncheckedCreateInput>
|
|
|
|
|
/**
|
|
|
|
|
* In case the Customer was found with the provided `where` argument, update it with this data.
|
|
|
|
|
*/
|
|
|
|
|
update: Prisma.XOR<Prisma.CustomerUpdateInput, Prisma.CustomerUncheckedUpdateInput>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer delete
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Filter which Customer to delete.
|
|
|
|
|
*/
|
|
|
|
|
where: Prisma.CustomerWhereUniqueInput
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Customer deleteMany
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Filter which Customers to delete
|
|
|
|
|
*/
|
|
|
|
|
where?: Prisma.CustomerWhereInput
|
|
|
|
|
/**
|
|
|
|
|
* Limit how many Customers to delete.
|
|
|
|
|
*/
|
|
|
|
|
limit?: number
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Customer.orders
|
|
|
|
|
*/
|
|
|
|
|
export type Customer$ordersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Order
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.OrderSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Order
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.OrderOmit<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.OrderInclude<ExtArgs> | null
|
|
|
|
|
where?: Prisma.OrderWhereInput
|
|
|
|
|
orderBy?: Prisma.OrderOrderByWithRelationInput | Prisma.OrderOrderByWithRelationInput[]
|
|
|
|
|
cursor?: Prisma.OrderWhereUniqueInput
|
|
|
|
|
take?: number
|
|
|
|
|
skip?: number
|
|
|
|
|
distinct?: Prisma.OrderScalarFieldEnum | Prisma.OrderScalarFieldEnum[]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2025-12-30 21:04:01 +03:30
|
|
|
* Customer.stockMovements
|
2025-12-09 13:59:07 +03:30
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
export type Customer$stockMovementsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
2025-12-30 21:04:01 +03:30
|
|
|
* Select specific fields to fetch from the StockMovement
|
2025-12-09 13:59:07 +03:30
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
select?: Prisma.StockMovementSelect<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
2025-12-30 21:04:01 +03:30
|
|
|
* Omit specific fields from the StockMovement
|
2025-12-09 13:59:07 +03:30
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
omit?: Prisma.StockMovementOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
include?: Prisma.StockMovementInclude<ExtArgs> | null
|
|
|
|
|
where?: Prisma.StockMovementWhereInput
|
|
|
|
|
orderBy?: Prisma.StockMovementOrderByWithRelationInput | Prisma.StockMovementOrderByWithRelationInput[]
|
|
|
|
|
cursor?: Prisma.StockMovementWhereUniqueInput
|
2025-12-09 13:59:07 +03:30
|
|
|
take?: number
|
|
|
|
|
skip?: number
|
2025-12-30 21:04:01 +03:30
|
|
|
distinct?: Prisma.StockMovementScalarFieldEnum | Prisma.StockMovementScalarFieldEnum[]
|
2025-12-09 13:59:07 +03:30
|
|
|
}
|
|
|
|
|
|
2025-12-23 20:35:44 +03:30
|
|
|
/**
|
2025-12-30 21:04:01 +03:30
|
|
|
* Customer.salesInvoices
|
2025-12-23 20:35:44 +03:30
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
export type Customer$salesInvoicesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
2025-12-23 20:35:44 +03:30
|
|
|
/**
|
2025-12-30 21:04:01 +03:30
|
|
|
* Select specific fields to fetch from the SalesInvoice
|
2025-12-23 20:35:44 +03:30
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
select?: Prisma.SalesInvoiceSelect<ExtArgs> | null
|
2025-12-23 20:35:44 +03:30
|
|
|
/**
|
2025-12-30 21:04:01 +03:30
|
|
|
* Omit specific fields from the SalesInvoice
|
2025-12-23 20:35:44 +03:30
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
omit?: Prisma.SalesInvoiceOmit<ExtArgs> | null
|
2025-12-23 20:35:44 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
2025-12-30 21:04:01 +03:30
|
|
|
include?: Prisma.SalesInvoiceInclude<ExtArgs> | null
|
|
|
|
|
where?: Prisma.SalesInvoiceWhereInput
|
|
|
|
|
orderBy?: Prisma.SalesInvoiceOrderByWithRelationInput | Prisma.SalesInvoiceOrderByWithRelationInput[]
|
|
|
|
|
cursor?: Prisma.SalesInvoiceWhereUniqueInput
|
2025-12-23 20:35:44 +03:30
|
|
|
take?: number
|
|
|
|
|
skip?: number
|
2025-12-30 21:04:01 +03:30
|
|
|
distinct?: Prisma.SalesInvoiceScalarFieldEnum | Prisma.SalesInvoiceScalarFieldEnum[]
|
2025-12-23 20:35:44 +03:30
|
|
|
}
|
|
|
|
|
|
2025-12-04 21:05:57 +03:30
|
|
|
/**
|
|
|
|
|
* Customer without action
|
|
|
|
|
*/
|
|
|
|
|
export type CustomerDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
|
|
|
/**
|
|
|
|
|
* Select specific fields to fetch from the Customer
|
|
|
|
|
*/
|
|
|
|
|
select?: Prisma.CustomerSelect<ExtArgs> | null
|
|
|
|
|
/**
|
|
|
|
|
* Omit specific fields from the Customer
|
|
|
|
|
*/
|
|
|
|
|
omit?: Prisma.CustomerOmit<ExtArgs> | null
|
2025-12-09 13:59:07 +03:30
|
|
|
/**
|
|
|
|
|
* Choose, which related nodes to fetch as well
|
|
|
|
|
*/
|
|
|
|
|
include?: Prisma.CustomerInclude<ExtArgs> | null
|
2025-12-04 21:05:57 +03:30
|
|
|
}
|