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
@@ -199,7 +199,7 @@ export type SalesInvoicePaymentGroupByOutputType = {
_max: SalesInvoicePaymentMaxAggregateOutputType | null
}
type GetSalesInvoicePaymentGroupByPayload<T extends SalesInvoicePaymentGroupByArgs> = Prisma.PrismaPromise<
export type GetSalesInvoicePaymentGroupByPayload<T extends SalesInvoicePaymentGroupByArgs> = Prisma.PrismaPromise<
Array<
Prisma.PickEnumerable<SalesInvoicePaymentGroupByOutputType, T['by']> &
{
@@ -1134,6 +1134,11 @@ export type SalesInvoicePaymentFindManyArgs<ExtArgs extends runtime.Types.Extens
* Skip the first `n` SalesInvoicePayments.
*/
skip?: number
/**
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
*
* Filter by unique combinations of SalesInvoicePayments.
*/
distinct?: Prisma.SalesInvoicePaymentScalarFieldEnum | Prisma.SalesInvoicePaymentScalarFieldEnum[]
}