This commit is contained in:
2026-04-22 21:55:40 +03:30
parent 1a3a450960
commit f9e1ad69dc
85 changed files with 15644 additions and 4057 deletions
@@ -249,7 +249,7 @@ export type SalesInvoiceItemGroupByOutputType = {
_max: SalesInvoiceItemMaxAggregateOutputType | null
}
type GetSalesInvoiceItemGroupByPayload<T extends SalesInvoiceItemGroupByArgs> = Prisma.PrismaPromise<
export type GetSalesInvoiceItemGroupByPayload<T extends SalesInvoiceItemGroupByArgs> = Prisma.PrismaPromise<
Array<
Prisma.PickEnumerable<SalesInvoiceItemGroupByOutputType, T['by']> &
{
@@ -1656,6 +1656,11 @@ export type SalesInvoiceItemFindManyArgs<ExtArgs extends runtime.Types.Extension
* Skip the first `n` SalesInvoiceItems.
*/
skip?: number
/**
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
*
* Filter by unique combinations of SalesInvoiceItems.
*/
distinct?: Prisma.SalesInvoiceItemScalarFieldEnum | Prisma.SalesInvoiceItemScalarFieldEnum[]
}