This commit is contained in:
2026-03-11 20:42:34 +03:30
parent 8c5f1d4d49
commit 007db7f9bd
30 changed files with 393 additions and 219 deletions
File diff suppressed because one or more lines are too long
@@ -2339,12 +2339,14 @@ export type CustomerLegalScalarFieldEnum = (typeof CustomerLegalScalarFieldEnum)
export const GoodScalarFieldEnum = {
id: 'id',
name: 'name',
description: 'description',
is_default_guild_good: 'is_default_guild_good',
sku: 'sku',
unit_type: 'unit_type',
pricing_model: 'pricing_model',
description: 'description',
local_sku: 'local_sku',
barcode: 'barcode',
base_sale_price: 'base_sale_price',
is_default_guild_good: 'is_default_guild_good',
created_at: 'created_at',
updated_at: 'updated_at',
deleted_at: 'deleted_at',
@@ -2670,8 +2672,8 @@ export type CustomerLegalOrderByRelevanceFieldEnum = (typeof CustomerLegalOrderB
export const GoodOrderByRelevanceFieldEnum = {
id: 'id',
name: 'name',
description: 'description',
sku: 'sku',
description: 'description',
local_sku: 'local_sku',
barcode: 'barcode',
complex_id: 'complex_id',
@@ -2852,6 +2854,20 @@ export type EnumCustomerTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$Pri
/**
* Reference to a field of type 'UnitType'
*/
export type EnumUnitTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'UnitType'>
/**
* Reference to a field of type 'GoodPricingModel'
*/
export type EnumGoodPricingModelFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GoodPricingModel'>
/**
* Reference to a field of type 'Decimal'
*/
@@ -2873,13 +2889,6 @@ export type EnumQueryModeFieldRefInput<$PrismaModel> = FieldRefInputType<$Prisma
/**
* Reference to a field of type 'UnitType'
*/
export type EnumUnitTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'UnitType'>
/**
* Reference to a field of type 'PaymentMethodType'
*/
@@ -316,12 +316,14 @@ export type CustomerLegalScalarFieldEnum = (typeof CustomerLegalScalarFieldEnum)
export const GoodScalarFieldEnum = {
id: 'id',
name: 'name',
description: 'description',
is_default_guild_good: 'is_default_guild_good',
sku: 'sku',
unit_type: 'unit_type',
pricing_model: 'pricing_model',
description: 'description',
local_sku: 'local_sku',
barcode: 'barcode',
base_sale_price: 'base_sale_price',
is_default_guild_good: 'is_default_guild_good',
created_at: 'created_at',
updated_at: 'updated_at',
deleted_at: 'deleted_at',
@@ -647,8 +649,8 @@ export type CustomerLegalOrderByRelevanceFieldEnum = (typeof CustomerLegalOrderB
export const GoodOrderByRelevanceFieldEnum = {
id: 'id',
name: 'name',
description: 'description',
sku: 'sku',
description: 'description',
local_sku: 'local_sku',
barcode: 'barcode',
complex_id: 'complex_id',