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
|
|
|
|
|
/*
|
|
|
|
|
* WARNING: This is an internal file that is subject to change!
|
|
|
|
|
*
|
|
|
|
|
* 🛑 Under no circumstances should you import this file directly! 🛑
|
|
|
|
|
*
|
|
|
|
|
* All exports from this file are wrapped under a `Prisma` namespace object in the browser.ts file.
|
|
|
|
|
* While this enables partial backward compatibility, it is not part of the stable public API.
|
|
|
|
|
*
|
|
|
|
|
* If you are looking for your Models, Enums, and Input Types, please import them from the respective
|
|
|
|
|
* model files in the `model` directory!
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
import * as runtime from "@prisma/client/runtime/index-browser"
|
|
|
|
|
|
|
|
|
|
export type * from '../models.js'
|
|
|
|
|
export type * from './prismaNamespace.js'
|
|
|
|
|
|
|
|
|
|
export const Decimal = runtime.Decimal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const NullTypes = {
|
|
|
|
|
DbNull: runtime.NullTypes.DbNull as (new (secret: never) => typeof runtime.DbNull),
|
|
|
|
|
JsonNull: runtime.NullTypes.JsonNull as (new (secret: never) => typeof runtime.JsonNull),
|
|
|
|
|
AnyNull: runtime.NullTypes.AnyNull as (new (secret: never) => typeof runtime.AnyNull),
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* Helper for filtering JSON entries that have `null` on the database (empty on the db)
|
|
|
|
|
*
|
|
|
|
|
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
|
|
|
*/
|
|
|
|
|
export const DbNull = runtime.DbNull
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Helper for filtering JSON entries that have JSON `null` values (not empty on the db)
|
|
|
|
|
*
|
|
|
|
|
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
|
|
|
*/
|
|
|
|
|
export const JsonNull = runtime.JsonNull
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`
|
|
|
|
|
*
|
|
|
|
|
* @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
|
|
|
|
|
*/
|
|
|
|
|
export const AnyNull = runtime.AnyNull
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const ModelName = {
|
|
|
|
|
User: 'User',
|
|
|
|
|
Role: 'Role',
|
2025-12-24 21:24:59 +03:30
|
|
|
OtpCode: 'OtpCode',
|
|
|
|
|
RefreshToken: 'RefreshToken',
|
|
|
|
|
BankBranch: 'BankBranch',
|
|
|
|
|
BankAccount: 'BankAccount',
|
|
|
|
|
Inventory: 'Inventory',
|
|
|
|
|
InventoryTransfer: 'InventoryTransfer',
|
|
|
|
|
InventoryTransferItem: 'InventoryTransferItem',
|
|
|
|
|
InventoryBankAccount: 'InventoryBankAccount',
|
|
|
|
|
PosAccount: 'PosAccount',
|
|
|
|
|
Bank: 'Bank',
|
|
|
|
|
Supplier: 'Supplier',
|
|
|
|
|
SupplierLedger: 'SupplierLedger',
|
|
|
|
|
Customer: 'Customer',
|
|
|
|
|
Order: 'Order',
|
|
|
|
|
SalesInvoice: 'SalesInvoice',
|
|
|
|
|
SalesInvoiceItem: 'SalesInvoiceItem',
|
|
|
|
|
TriggerLog: 'TriggerLog',
|
2025-12-06 17:48:10 +03:30
|
|
|
ProductVariant: 'ProductVariant',
|
2025-12-04 21:05:57 +03:30
|
|
|
Product: 'Product',
|
|
|
|
|
ProductBrand: 'ProductBrand',
|
|
|
|
|
ProductCategory: 'ProductCategory',
|
2025-12-09 13:59:07 +03:30
|
|
|
PurchaseReceipt: 'PurchaseReceipt',
|
|
|
|
|
PurchaseReceiptItem: 'PurchaseReceiptItem',
|
2025-12-24 21:24:59 +03:30
|
|
|
PurchaseReceiptPayments: 'PurchaseReceiptPayments',
|
2025-12-09 13:59:07 +03:30
|
|
|
StockMovement: 'StockMovement',
|
|
|
|
|
StockBalance: 'StockBalance',
|
2025-12-24 21:24:59 +03:30
|
|
|
StockAdjustment: 'StockAdjustment'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName]
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Enums
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export const TransactionIsolationLevel = {
|
|
|
|
|
ReadUncommitted: 'ReadUncommitted',
|
|
|
|
|
ReadCommitted: 'ReadCommitted',
|
|
|
|
|
RepeatableRead: 'RepeatableRead',
|
|
|
|
|
Serializable: 'Serializable'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const UserScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
password: 'password',
|
|
|
|
|
firstName: 'firstName',
|
|
|
|
|
lastName: 'lastName',
|
2025-12-09 13:59:07 +03:30
|
|
|
roleId: 'roleId',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
deletedAt: 'deletedAt',
|
|
|
|
|
updatedAt: 'updatedAt'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const RoleScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
name: 'name',
|
|
|
|
|
description: 'description',
|
|
|
|
|
permissions: 'permissions',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type RoleScalarFieldEnum = (typeof RoleScalarFieldEnum)[keyof typeof RoleScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const OtpCodeScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
code: 'code',
|
|
|
|
|
used: 'used',
|
|
|
|
|
expiresAt: 'expiresAt',
|
|
|
|
|
createdAt: 'createdAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type OtpCodeScalarFieldEnum = (typeof OtpCodeScalarFieldEnum)[keyof typeof OtpCodeScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const RefreshTokenScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
tokenHash: 'tokenHash',
|
|
|
|
|
userId: 'userId',
|
|
|
|
|
revoked: 'revoked',
|
|
|
|
|
expiresAt: 'expiresAt',
|
|
|
|
|
createdAt: 'createdAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type RefreshTokenScalarFieldEnum = (typeof RefreshTokenScalarFieldEnum)[keyof typeof RefreshTokenScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const BankBranchScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
|
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
code: 'code',
|
|
|
|
|
address: 'address',
|
2025-12-04 21:05:57 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
bankId: 'bankId'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type BankBranchScalarFieldEnum = (typeof BankBranchScalarFieldEnum)[keyof typeof BankBranchScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const BankAccountScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
2025-12-24 21:24:59 +03:30
|
|
|
accountNumber: 'accountNumber',
|
|
|
|
|
cardNumber: 'cardNumber',
|
2025-12-04 21:05:57 +03:30
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
iban: 'iban',
|
|
|
|
|
branchId: 'branchId',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type BankAccountScalarFieldEnum = (typeof BankAccountScalarFieldEnum)[keyof typeof BankAccountScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const InventoryScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
name: 'name',
|
|
|
|
|
location: 'location',
|
|
|
|
|
isActive: 'isActive',
|
2025-12-04 21:05:57 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt',
|
2025-12-26 01:20:03 +03:30
|
|
|
isPointOfSale: 'isPointOfSale'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type InventoryScalarFieldEnum = (typeof InventoryScalarFieldEnum)[keyof typeof InventoryScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const InventoryTransferScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
code: 'code',
|
|
|
|
|
description: 'description',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
fromInventoryId: 'fromInventoryId',
|
|
|
|
|
toInventoryId: 'toInventoryId'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type InventoryTransferScalarFieldEnum = (typeof InventoryTransferScalarFieldEnum)[keyof typeof InventoryTransferScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const InventoryTransferItemScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
count: 'count',
|
|
|
|
|
productId: 'productId',
|
|
|
|
|
transferId: 'transferId'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type InventoryTransferItemScalarFieldEnum = (typeof InventoryTransferItemScalarFieldEnum)[keyof typeof InventoryTransferItemScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const InventoryBankAccountScalarFieldEnum = {
|
|
|
|
|
inventoryId: 'inventoryId',
|
|
|
|
|
bankAccountId: 'bankAccountId'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type InventoryBankAccountScalarFieldEnum = (typeof InventoryBankAccountScalarFieldEnum)[keyof typeof InventoryBankAccountScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const PosAccountScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
|
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
code: 'code',
|
2025-12-04 21:05:57 +03:30
|
|
|
description: 'description',
|
2025-12-24 21:24:59 +03:30
|
|
|
bankAccountId: 'bankAccountId',
|
|
|
|
|
inventoryId: 'inventoryId',
|
2025-12-04 21:05:57 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PosAccountScalarFieldEnum = (typeof PosAccountScalarFieldEnum)[keyof typeof PosAccountScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const BankScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
|
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
shortName: 'shortName',
|
2025-12-04 21:05:57 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type BankScalarFieldEnum = (typeof BankScalarFieldEnum)[keyof typeof BankScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-05 00:01:44 +03:30
|
|
|
export const SupplierScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
|
|
|
|
firstName: 'firstName',
|
|
|
|
|
lastName: 'lastName',
|
|
|
|
|
email: 'email',
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
address: 'address',
|
|
|
|
|
city: 'city',
|
|
|
|
|
state: 'state',
|
|
|
|
|
country: 'country',
|
|
|
|
|
isActive: 'isActive',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-05 00:01:44 +03:30
|
|
|
export type SupplierScalarFieldEnum = (typeof SupplierScalarFieldEnum)[keyof typeof SupplierScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const SupplierLedgerScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
description: 'description',
|
|
|
|
|
debit: 'debit',
|
|
|
|
|
credit: 'credit',
|
|
|
|
|
balance: 'balance',
|
|
|
|
|
sourceType: 'sourceType',
|
|
|
|
|
sourceId: 'sourceId',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
supplierId: 'supplierId'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type SupplierLedgerScalarFieldEnum = (typeof SupplierLedgerScalarFieldEnum)[keyof typeof SupplierLedgerScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-04 21:05:57 +03:30
|
|
|
export const CustomerScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
firstName: 'firstName',
|
|
|
|
|
lastName: 'lastName',
|
|
|
|
|
email: 'email',
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
address: 'address',
|
|
|
|
|
city: 'city',
|
|
|
|
|
state: 'state',
|
|
|
|
|
country: 'country',
|
|
|
|
|
isActive: 'isActive',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type CustomerScalarFieldEnum = (typeof CustomerScalarFieldEnum)[keyof typeof CustomerScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const OrderScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
2025-12-24 21:24:59 +03:30
|
|
|
orderNumber: 'orderNumber',
|
|
|
|
|
status: 'status',
|
|
|
|
|
paymentMethod: 'paymentMethod',
|
|
|
|
|
totalAmount: 'totalAmount',
|
|
|
|
|
description: 'description',
|
2025-12-04 21:05:57 +03:30
|
|
|
createdAt: 'createdAt',
|
2025-12-09 13:59:07 +03:30
|
|
|
updatedAt: 'updatedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
deletedAt: 'deletedAt',
|
|
|
|
|
customerId: 'customerId'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type OrderScalarFieldEnum = (typeof OrderScalarFieldEnum)[keyof typeof OrderScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const SalesInvoiceScalarFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
id: 'id',
|
2025-12-24 21:24:59 +03:30
|
|
|
code: 'code',
|
|
|
|
|
totalAmount: 'totalAmount',
|
|
|
|
|
description: 'description',
|
2025-12-04 21:05:57 +03:30
|
|
|
createdAt: 'createdAt',
|
2025-12-09 13:59:07 +03:30
|
|
|
updatedAt: 'updatedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
customerId: 'customerId',
|
|
|
|
|
inventoryId: 'inventoryId'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type SalesInvoiceScalarFieldEnum = (typeof SalesInvoiceScalarFieldEnum)[keyof typeof SalesInvoiceScalarFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const SalesInvoiceItemScalarFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
id: 'id',
|
|
|
|
|
count: 'count',
|
|
|
|
|
fee: 'fee',
|
2025-12-24 21:24:59 +03:30
|
|
|
total: 'total',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
invoiceId: 'invoiceId',
|
|
|
|
|
productId: 'productId'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type SalesInvoiceItemScalarFieldEnum = (typeof SalesInvoiceItemScalarFieldEnum)[keyof typeof SalesInvoiceItemScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const TriggerLogScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
message: 'message',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
name: 'name'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type TriggerLogScalarFieldEnum = (typeof TriggerLogScalarFieldEnum)[keyof typeof TriggerLogScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const ProductVariantScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
name: 'name',
|
|
|
|
|
basePrice: 'basePrice',
|
|
|
|
|
salePrice: 'salePrice',
|
2025-12-09 13:59:07 +03:30
|
|
|
description: 'description',
|
2025-12-24 21:24:59 +03:30
|
|
|
barcode: 'barcode',
|
|
|
|
|
imageUrl: 'imageUrl',
|
|
|
|
|
unit: 'unit',
|
|
|
|
|
quantity: 'quantity',
|
|
|
|
|
alertQuantity: 'alertQuantity',
|
|
|
|
|
isActive: 'isActive',
|
|
|
|
|
isFeatured: 'isFeatured',
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
productId: 'productId'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductVariantScalarFieldEnum = (typeof ProductVariantScalarFieldEnum)[keyof typeof ProductVariantScalarFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductScalarFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
id: 'id',
|
2025-12-24 21:24:59 +03:30
|
|
|
name: 'name',
|
|
|
|
|
description: 'description',
|
|
|
|
|
sku: 'sku',
|
|
|
|
|
barcode: 'barcode',
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
brandId: 'brandId',
|
|
|
|
|
categoryId: 'categoryId',
|
|
|
|
|
salePrice: 'salePrice'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductScalarFieldEnum = (typeof ProductScalarFieldEnum)[keyof typeof ProductScalarFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductBrandScalarFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
id: 'id',
|
2025-12-24 21:24:59 +03:30
|
|
|
name: 'name',
|
2025-12-09 13:59:07 +03:30
|
|
|
description: 'description',
|
2025-12-24 21:24:59 +03:30
|
|
|
imageUrl: 'imageUrl',
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
deletedAt: 'deletedAt'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductBrandScalarFieldEnum = (typeof ProductBrandScalarFieldEnum)[keyof typeof ProductBrandScalarFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductCategoryScalarFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
id: 'id',
|
2025-12-24 21:24:59 +03:30
|
|
|
name: 'name',
|
2025-12-10 16:54:08 +03:30
|
|
|
description: 'description',
|
2025-12-24 21:24:59 +03:30
|
|
|
imageUrl: 'imageUrl',
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: 'createdAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
deletedAt: 'deletedAt'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductCategoryScalarFieldEnum = (typeof ProductCategoryScalarFieldEnum)[keyof typeof ProductCategoryScalarFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const PurchaseReceiptScalarFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
id: 'id',
|
|
|
|
|
code: 'code',
|
|
|
|
|
totalAmount: 'totalAmount',
|
2025-12-24 21:24:59 +03:30
|
|
|
paidAmount: 'paidAmount',
|
|
|
|
|
isSettled: 'isSettled',
|
2025-12-09 13:59:07 +03:30
|
|
|
description: 'description',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
updatedAt: 'updatedAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
supplierId: 'supplierId',
|
2025-12-16 10:03:49 +03:30
|
|
|
inventoryId: 'inventoryId'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PurchaseReceiptScalarFieldEnum = (typeof PurchaseReceiptScalarFieldEnum)[keyof typeof PurchaseReceiptScalarFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const PurchaseReceiptItemScalarFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
id: 'id',
|
|
|
|
|
count: 'count',
|
|
|
|
|
fee: 'fee',
|
|
|
|
|
total: 'total',
|
2025-12-24 21:24:59 +03:30
|
|
|
description: 'description',
|
2025-12-09 13:59:07 +03:30
|
|
|
createdAt: 'createdAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
receiptId: 'receiptId',
|
2025-12-09 13:59:07 +03:30
|
|
|
productId: 'productId'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PurchaseReceiptItemScalarFieldEnum = (typeof PurchaseReceiptItemScalarFieldEnum)[keyof typeof PurchaseReceiptItemScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const PurchaseReceiptPaymentsScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
amount: 'amount',
|
|
|
|
|
paymentMethod: 'paymentMethod',
|
|
|
|
|
bankAccountId: 'bankAccountId',
|
|
|
|
|
description: 'description',
|
|
|
|
|
payedAt: 'payedAt',
|
|
|
|
|
receiptId: 'receiptId',
|
|
|
|
|
createdAt: 'createdAt'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type PurchaseReceiptPaymentsScalarFieldEnum = (typeof PurchaseReceiptPaymentsScalarFieldEnum)[keyof typeof PurchaseReceiptPaymentsScalarFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
|
|
|
|
export const StockMovementScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
type: 'type',
|
|
|
|
|
quantity: 'quantity',
|
|
|
|
|
fee: 'fee',
|
|
|
|
|
totalCost: 'totalCost',
|
|
|
|
|
referenceType: 'referenceType',
|
|
|
|
|
referenceId: 'referenceId',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
productId: 'productId',
|
|
|
|
|
inventoryId: 'inventoryId',
|
2025-12-14 10:15:57 +03:30
|
|
|
avgCost: 'avgCost',
|
2025-12-23 20:35:44 +03:30
|
|
|
supplierId: 'supplierId',
|
2025-12-24 21:24:59 +03:30
|
|
|
remainedInStock: 'remainedInStock',
|
|
|
|
|
counterInventoryId: 'counterInventoryId',
|
|
|
|
|
customerId: 'customerId'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type StockMovementScalarFieldEnum = (typeof StockMovementScalarFieldEnum)[keyof typeof StockMovementScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const StockBalanceScalarFieldEnum = {
|
|
|
|
|
quantity: 'quantity',
|
|
|
|
|
totalCost: 'totalCost',
|
2025-12-24 21:24:59 +03:30
|
|
|
updatedAt: 'updatedAt',
|
|
|
|
|
avgCost: 'avgCost',
|
|
|
|
|
inventoryId: 'inventoryId',
|
|
|
|
|
productId: 'productId',
|
2025-12-14 10:15:57 +03:30
|
|
|
createdAt: 'createdAt',
|
2025-12-24 21:24:59 +03:30
|
|
|
id: 'id'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type StockBalanceScalarFieldEnum = (typeof StockBalanceScalarFieldEnum)[keyof typeof StockBalanceScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const StockAdjustmentScalarFieldEnum = {
|
|
|
|
|
id: 'id',
|
|
|
|
|
adjustedQuantity: 'adjustedQuantity',
|
|
|
|
|
createdAt: 'createdAt',
|
|
|
|
|
productId: 'productId',
|
|
|
|
|
inventoryId: 'inventoryId'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type StockAdjustmentScalarFieldEnum = (typeof StockAdjustmentScalarFieldEnum)[keyof typeof StockAdjustmentScalarFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-04 21:05:57 +03:30
|
|
|
export const SortOrder = {
|
|
|
|
|
asc: 'asc',
|
|
|
|
|
desc: 'desc'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const NullableJsonNullValueInput = {
|
|
|
|
|
DbNull: 'DbNull',
|
|
|
|
|
JsonNull: 'JsonNull'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type NullableJsonNullValueInput = (typeof NullableJsonNullValueInput)[keyof typeof NullableJsonNullValueInput]
|
|
|
|
|
|
|
|
|
|
|
2025-12-09 13:59:07 +03:30
|
|
|
export const NullsOrder = {
|
|
|
|
|
first: 'first',
|
|
|
|
|
last: 'last'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type NullsOrder = (typeof NullsOrder)[keyof typeof NullsOrder]
|
|
|
|
|
|
|
|
|
|
|
2025-12-04 21:05:57 +03:30
|
|
|
export const UserOrderByRelevanceFieldEnum = {
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
password: 'password',
|
|
|
|
|
firstName: 'firstName',
|
|
|
|
|
lastName: 'lastName'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type UserOrderByRelevanceFieldEnum = (typeof UserOrderByRelevanceFieldEnum)[keyof typeof UserOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const JsonNullValueFilter = {
|
|
|
|
|
DbNull: 'DbNull',
|
|
|
|
|
JsonNull: 'JsonNull',
|
|
|
|
|
AnyNull: 'AnyNull'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type JsonNullValueFilter = (typeof JsonNullValueFilter)[keyof typeof JsonNullValueFilter]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const QueryMode = {
|
|
|
|
|
default: 'default',
|
|
|
|
|
insensitive: 'insensitive'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type QueryMode = (typeof QueryMode)[keyof typeof QueryMode]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const RoleOrderByRelevanceFieldEnum = {
|
|
|
|
|
name: 'name',
|
|
|
|
|
description: 'description'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type RoleOrderByRelevanceFieldEnum = (typeof RoleOrderByRelevanceFieldEnum)[keyof typeof RoleOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const OtpCodeOrderByRelevanceFieldEnum = {
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
code: 'code'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type OtpCodeOrderByRelevanceFieldEnum = (typeof OtpCodeOrderByRelevanceFieldEnum)[keyof typeof OtpCodeOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const RefreshTokenOrderByRelevanceFieldEnum = {
|
|
|
|
|
tokenHash: 'tokenHash'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type RefreshTokenOrderByRelevanceFieldEnum = (typeof RefreshTokenOrderByRelevanceFieldEnum)[keyof typeof RefreshTokenOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const BankBranchOrderByRelevanceFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
code: 'code',
|
|
|
|
|
address: 'address'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type BankBranchOrderByRelevanceFieldEnum = (typeof BankBranchOrderByRelevanceFieldEnum)[keyof typeof BankBranchOrderByRelevanceFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const BankAccountOrderByRelevanceFieldEnum = {
|
|
|
|
|
accountNumber: 'accountNumber',
|
|
|
|
|
cardNumber: 'cardNumber',
|
2025-12-04 21:05:57 +03:30
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
iban: 'iban'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type BankAccountOrderByRelevanceFieldEnum = (typeof BankAccountOrderByRelevanceFieldEnum)[keyof typeof BankAccountOrderByRelevanceFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const InventoryOrderByRelevanceFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
location: 'location'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type InventoryOrderByRelevanceFieldEnum = (typeof InventoryOrderByRelevanceFieldEnum)[keyof typeof InventoryOrderByRelevanceFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const InventoryTransferOrderByRelevanceFieldEnum = {
|
|
|
|
|
code: 'code',
|
|
|
|
|
description: 'description'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type InventoryTransferOrderByRelevanceFieldEnum = (typeof InventoryTransferOrderByRelevanceFieldEnum)[keyof typeof InventoryTransferOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const PosAccountOrderByRelevanceFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
name: 'name',
|
2025-12-24 21:24:59 +03:30
|
|
|
code: 'code',
|
|
|
|
|
description: 'description'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PosAccountOrderByRelevanceFieldEnum = (typeof PosAccountOrderByRelevanceFieldEnum)[keyof typeof PosAccountOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const BankOrderByRelevanceFieldEnum = {
|
|
|
|
|
name: 'name',
|
|
|
|
|
shortName: 'shortName'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type BankOrderByRelevanceFieldEnum = (typeof BankOrderByRelevanceFieldEnum)[keyof typeof BankOrderByRelevanceFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-05 00:01:44 +03:30
|
|
|
export const SupplierOrderByRelevanceFieldEnum = {
|
2025-12-04 21:05:57 +03:30
|
|
|
firstName: 'firstName',
|
|
|
|
|
lastName: 'lastName',
|
|
|
|
|
email: 'email',
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
address: 'address',
|
|
|
|
|
city: 'city',
|
|
|
|
|
state: 'state',
|
|
|
|
|
country: 'country'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-05 00:01:44 +03:30
|
|
|
export type SupplierOrderByRelevanceFieldEnum = (typeof SupplierOrderByRelevanceFieldEnum)[keyof typeof SupplierOrderByRelevanceFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const SupplierLedgerOrderByRelevanceFieldEnum = {
|
|
|
|
|
description: 'description'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type SupplierLedgerOrderByRelevanceFieldEnum = (typeof SupplierLedgerOrderByRelevanceFieldEnum)[keyof typeof SupplierLedgerOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-04 21:05:57 +03:30
|
|
|
export const CustomerOrderByRelevanceFieldEnum = {
|
|
|
|
|
firstName: 'firstName',
|
|
|
|
|
lastName: 'lastName',
|
|
|
|
|
email: 'email',
|
|
|
|
|
mobileNumber: 'mobileNumber',
|
|
|
|
|
address: 'address',
|
|
|
|
|
city: 'city',
|
|
|
|
|
state: 'state',
|
|
|
|
|
country: 'country'
|
|
|
|
|
} as const
|
|
|
|
|
|
|
|
|
|
export type CustomerOrderByRelevanceFieldEnum = (typeof CustomerOrderByRelevanceFieldEnum)[keyof typeof CustomerOrderByRelevanceFieldEnum]
|
|
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const OrderOrderByRelevanceFieldEnum = {
|
|
|
|
|
orderNumber: 'orderNumber',
|
|
|
|
|
description: 'description'
|
2025-12-04 21:05:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type OrderOrderByRelevanceFieldEnum = (typeof OrderOrderByRelevanceFieldEnum)[keyof typeof OrderOrderByRelevanceFieldEnum]
|
2025-12-04 21:05:57 +03:30
|
|
|
|
2025-12-09 13:59:07 +03:30
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const SalesInvoiceOrderByRelevanceFieldEnum = {
|
|
|
|
|
code: 'code',
|
2025-12-09 13:59:07 +03:30
|
|
|
description: 'description'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type SalesInvoiceOrderByRelevanceFieldEnum = (typeof SalesInvoiceOrderByRelevanceFieldEnum)[keyof typeof SalesInvoiceOrderByRelevanceFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const TriggerLogOrderByRelevanceFieldEnum = {
|
|
|
|
|
message: 'message',
|
|
|
|
|
name: 'name'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type TriggerLogOrderByRelevanceFieldEnum = (typeof TriggerLogOrderByRelevanceFieldEnum)[keyof typeof TriggerLogOrderByRelevanceFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductVariantOrderByRelevanceFieldEnum = {
|
|
|
|
|
name: 'name',
|
|
|
|
|
description: 'description',
|
|
|
|
|
barcode: 'barcode',
|
|
|
|
|
imageUrl: 'imageUrl',
|
|
|
|
|
unit: 'unit'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductVariantOrderByRelevanceFieldEnum = (typeof ProductVariantOrderByRelevanceFieldEnum)[keyof typeof ProductVariantOrderByRelevanceFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductOrderByRelevanceFieldEnum = {
|
|
|
|
|
name: 'name',
|
|
|
|
|
description: 'description',
|
|
|
|
|
sku: 'sku',
|
|
|
|
|
barcode: 'barcode'
|
2025-12-10 16:54:08 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductOrderByRelevanceFieldEnum = (typeof ProductOrderByRelevanceFieldEnum)[keyof typeof ProductOrderByRelevanceFieldEnum]
|
2025-12-10 16:54:08 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductBrandOrderByRelevanceFieldEnum = {
|
|
|
|
|
name: 'name',
|
|
|
|
|
description: 'description',
|
|
|
|
|
imageUrl: 'imageUrl'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductBrandOrderByRelevanceFieldEnum = (typeof ProductBrandOrderByRelevanceFieldEnum)[keyof typeof ProductBrandOrderByRelevanceFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const ProductCategoryOrderByRelevanceFieldEnum = {
|
|
|
|
|
name: 'name',
|
|
|
|
|
description: 'description',
|
|
|
|
|
imageUrl: 'imageUrl'
|
2025-12-09 13:59:07 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type ProductCategoryOrderByRelevanceFieldEnum = (typeof ProductCategoryOrderByRelevanceFieldEnum)[keyof typeof ProductCategoryOrderByRelevanceFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const PurchaseReceiptOrderByRelevanceFieldEnum = {
|
|
|
|
|
code: 'code',
|
|
|
|
|
description: 'description'
|
2025-12-21 19:09:41 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PurchaseReceiptOrderByRelevanceFieldEnum = (typeof PurchaseReceiptOrderByRelevanceFieldEnum)[keyof typeof PurchaseReceiptOrderByRelevanceFieldEnum]
|
2025-12-21 19:09:41 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const PurchaseReceiptItemOrderByRelevanceFieldEnum = {
|
|
|
|
|
description: 'description'
|
2025-12-21 19:09:41 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PurchaseReceiptItemOrderByRelevanceFieldEnum = (typeof PurchaseReceiptItemOrderByRelevanceFieldEnum)[keyof typeof PurchaseReceiptItemOrderByRelevanceFieldEnum]
|
2025-12-21 19:09:41 +03:30
|
|
|
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const PurchaseReceiptPaymentsOrderByRelevanceFieldEnum = {
|
2025-12-09 13:59:07 +03:30
|
|
|
description: 'description'
|
|
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type PurchaseReceiptPaymentsOrderByRelevanceFieldEnum = (typeof PurchaseReceiptPaymentsOrderByRelevanceFieldEnum)[keyof typeof PurchaseReceiptPaymentsOrderByRelevanceFieldEnum]
|
2025-12-09 13:59:07 +03:30
|
|
|
|
2025-12-14 10:15:57 +03:30
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export const StockMovementOrderByRelevanceFieldEnum = {
|
|
|
|
|
referenceId: 'referenceId'
|
2025-12-14 10:15:57 +03:30
|
|
|
} as const
|
|
|
|
|
|
2025-12-24 21:24:59 +03:30
|
|
|
export type StockMovementOrderByRelevanceFieldEnum = (typeof StockMovementOrderByRelevanceFieldEnum)[keyof typeof StockMovementOrderByRelevanceFieldEnum]
|
2025-12-14 10:15:57 +03:30
|
|
|
|