all the haul
This commit is contained in:
@@ -17,6 +17,16 @@ import * as Prisma from './internal/prismaNamespaceBrowser.ts'
|
||||
export { Prisma }
|
||||
export * as $Enums from './enums.ts'
|
||||
export * from './enums.ts';
|
||||
/**
|
||||
* Model SyncJobRun
|
||||
*
|
||||
*/
|
||||
export type SyncJobRun = Prisma.SyncJobRunModel
|
||||
/**
|
||||
* Model SyncStepLog
|
||||
*
|
||||
*/
|
||||
export type SyncStepLog = Prisma.SyncStepLogModel
|
||||
/**
|
||||
* Model Session
|
||||
*
|
||||
@@ -32,6 +42,16 @@ export type User = Prisma.UserModel
|
||||
*
|
||||
*/
|
||||
export type Role = Prisma.RoleModel
|
||||
/**
|
||||
* Model CorporateLocation
|
||||
*
|
||||
*/
|
||||
export type CorporateLocation = Prisma.CorporateLocationModel
|
||||
/**
|
||||
* Model InternalDepartment
|
||||
*
|
||||
*/
|
||||
export type InternalDepartment = Prisma.InternalDepartmentModel
|
||||
/**
|
||||
* Model UnifiSite
|
||||
*
|
||||
@@ -42,16 +62,156 @@ export type UnifiSite = Prisma.UnifiSiteModel
|
||||
*
|
||||
*/
|
||||
export type Company = Prisma.CompanyModel
|
||||
/**
|
||||
* Model CompanyAddress
|
||||
*
|
||||
*/
|
||||
export type CompanyAddress = Prisma.CompanyAddressModel
|
||||
/**
|
||||
* Model Contact
|
||||
*
|
||||
*/
|
||||
export type Contact = Prisma.ContactModel
|
||||
/**
|
||||
* Model CatalogItemType
|
||||
*
|
||||
*/
|
||||
export type CatalogItemType = Prisma.CatalogItemTypeModel
|
||||
/**
|
||||
* Model CatalogCategory
|
||||
*
|
||||
*/
|
||||
export type CatalogCategory = Prisma.CatalogCategoryModel
|
||||
/**
|
||||
* Model CatalogSubcategory
|
||||
*
|
||||
*/
|
||||
export type CatalogSubcategory = Prisma.CatalogSubcategoryModel
|
||||
/**
|
||||
* Model CatalogManufacturer
|
||||
*
|
||||
*/
|
||||
export type CatalogManufacturer = Prisma.CatalogManufacturerModel
|
||||
/**
|
||||
* Model WarehouseBin
|
||||
*
|
||||
*/
|
||||
export type WarehouseBin = Prisma.WarehouseBinModel
|
||||
/**
|
||||
* Model ProductInventory
|
||||
*
|
||||
*/
|
||||
export type ProductInventory = Prisma.ProductInventoryModel
|
||||
/**
|
||||
* Model Warehouse
|
||||
*
|
||||
*/
|
||||
export type Warehouse = Prisma.WarehouseModel
|
||||
/**
|
||||
* Model MinimumStockByWarehouse
|
||||
*
|
||||
*/
|
||||
export type MinimumStockByWarehouse = Prisma.MinimumStockByWarehouseModel
|
||||
/**
|
||||
* Model CatalogItem
|
||||
*
|
||||
*/
|
||||
export type CatalogItem = Prisma.CatalogItemModel
|
||||
/**
|
||||
* Model ProductData
|
||||
*
|
||||
*/
|
||||
export type ProductData = Prisma.ProductDataModel
|
||||
/**
|
||||
* Model ServiceTicket
|
||||
*
|
||||
*/
|
||||
export type ServiceTicket = Prisma.ServiceTicketModel
|
||||
/**
|
||||
* Model ServiceTicketNote
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketNote = Prisma.ServiceTicketNoteModel
|
||||
/**
|
||||
* Model ServiceTicketType
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketType = Prisma.ServiceTicketTypeModel
|
||||
/**
|
||||
* Model ServiceTicketBoard
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketBoard = Prisma.ServiceTicketBoardModel
|
||||
/**
|
||||
* Model ServiceTicketLocation
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketLocation = Prisma.ServiceTicketLocationModel
|
||||
/**
|
||||
* Model ServiceTicketSource
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketSource = Prisma.ServiceTicketSourceModel
|
||||
/**
|
||||
* Model ServiceTicketImpact
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketImpact = Prisma.ServiceTicketImpactModel
|
||||
/**
|
||||
* Model ServiceTicketPriority
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketPriority = Prisma.ServiceTicketPriorityModel
|
||||
/**
|
||||
* Model ServiceTicketSeverity
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketSeverity = Prisma.ServiceTicketSeverityModel
|
||||
/**
|
||||
* Model ServiceTicketFinalData
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketFinalData = Prisma.ServiceTicketFinalDataModel
|
||||
/**
|
||||
* Model OpportunityStage
|
||||
*
|
||||
*/
|
||||
export type OpportunityStage = Prisma.OpportunityStageModel
|
||||
/**
|
||||
* Model OpportunityType
|
||||
*
|
||||
*/
|
||||
export type OpportunityType = Prisma.OpportunityTypeModel
|
||||
/**
|
||||
* Model OpportunityStatus
|
||||
*
|
||||
*/
|
||||
export type OpportunityStatus = Prisma.OpportunityStatusModel
|
||||
/**
|
||||
* Model Opportunity
|
||||
*
|
||||
*/
|
||||
export type Opportunity = Prisma.OpportunityModel
|
||||
/**
|
||||
* Model ScheduleStatus
|
||||
*
|
||||
*/
|
||||
export type ScheduleStatus = Prisma.ScheduleStatusModel
|
||||
/**
|
||||
* Model ScheduleType
|
||||
*
|
||||
*/
|
||||
export type ScheduleType = Prisma.ScheduleTypeModel
|
||||
/**
|
||||
* Model ScheduleSpan
|
||||
*
|
||||
*/
|
||||
export type ScheduleSpan = Prisma.ScheduleSpanModel
|
||||
/**
|
||||
* Model Schedule
|
||||
*
|
||||
*/
|
||||
export type Schedule = Prisma.ScheduleModel
|
||||
/**
|
||||
* Model CredentialType
|
||||
*
|
||||
@@ -72,6 +232,11 @@ export type Credential = Prisma.CredentialModel
|
||||
*
|
||||
*/
|
||||
export type GeneratedQuotes = Prisma.GeneratedQuotesModel
|
||||
/**
|
||||
* Model TaxCode
|
||||
*
|
||||
*/
|
||||
export type TaxCode = Prisma.TaxCodeModel
|
||||
/**
|
||||
* Model CwMember
|
||||
*
|
||||
|
||||
@@ -28,9 +28,11 @@ export * from "./enums.ts"
|
||||
* Type-safe database client for TypeScript
|
||||
* @example
|
||||
* ```
|
||||
* const prisma = new PrismaClient()
|
||||
* // Fetch zero or more Sessions
|
||||
* const sessions = await prisma.session.findMany()
|
||||
* const prisma = new PrismaClient({
|
||||
* adapter: new PrismaPg({ connectionString: process.env.DATABASE_URL })
|
||||
* })
|
||||
* // Fetch zero or more SyncJobRuns
|
||||
* const syncJobRuns = await prisma.syncJobRun.findMany()
|
||||
* ```
|
||||
*
|
||||
* Read more in our [docs](https://pris.ly/d/client).
|
||||
@@ -39,6 +41,16 @@ export const PrismaClient = $Class.getPrismaClientClass()
|
||||
export type PrismaClient<LogOpts extends Prisma.LogLevel = never, OmitOpts extends Prisma.PrismaClientOptions["omit"] = Prisma.PrismaClientOptions["omit"], ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = $Class.PrismaClient<LogOpts, OmitOpts, ExtArgs>
|
||||
export { Prisma }
|
||||
|
||||
/**
|
||||
* Model SyncJobRun
|
||||
*
|
||||
*/
|
||||
export type SyncJobRun = Prisma.SyncJobRunModel
|
||||
/**
|
||||
* Model SyncStepLog
|
||||
*
|
||||
*/
|
||||
export type SyncStepLog = Prisma.SyncStepLogModel
|
||||
/**
|
||||
* Model Session
|
||||
*
|
||||
@@ -54,6 +66,16 @@ export type User = Prisma.UserModel
|
||||
*
|
||||
*/
|
||||
export type Role = Prisma.RoleModel
|
||||
/**
|
||||
* Model CorporateLocation
|
||||
*
|
||||
*/
|
||||
export type CorporateLocation = Prisma.CorporateLocationModel
|
||||
/**
|
||||
* Model InternalDepartment
|
||||
*
|
||||
*/
|
||||
export type InternalDepartment = Prisma.InternalDepartmentModel
|
||||
/**
|
||||
* Model UnifiSite
|
||||
*
|
||||
@@ -64,16 +86,156 @@ export type UnifiSite = Prisma.UnifiSiteModel
|
||||
*
|
||||
*/
|
||||
export type Company = Prisma.CompanyModel
|
||||
/**
|
||||
* Model CompanyAddress
|
||||
*
|
||||
*/
|
||||
export type CompanyAddress = Prisma.CompanyAddressModel
|
||||
/**
|
||||
* Model Contact
|
||||
*
|
||||
*/
|
||||
export type Contact = Prisma.ContactModel
|
||||
/**
|
||||
* Model CatalogItemType
|
||||
*
|
||||
*/
|
||||
export type CatalogItemType = Prisma.CatalogItemTypeModel
|
||||
/**
|
||||
* Model CatalogCategory
|
||||
*
|
||||
*/
|
||||
export type CatalogCategory = Prisma.CatalogCategoryModel
|
||||
/**
|
||||
* Model CatalogSubcategory
|
||||
*
|
||||
*/
|
||||
export type CatalogSubcategory = Prisma.CatalogSubcategoryModel
|
||||
/**
|
||||
* Model CatalogManufacturer
|
||||
*
|
||||
*/
|
||||
export type CatalogManufacturer = Prisma.CatalogManufacturerModel
|
||||
/**
|
||||
* Model WarehouseBin
|
||||
*
|
||||
*/
|
||||
export type WarehouseBin = Prisma.WarehouseBinModel
|
||||
/**
|
||||
* Model ProductInventory
|
||||
*
|
||||
*/
|
||||
export type ProductInventory = Prisma.ProductInventoryModel
|
||||
/**
|
||||
* Model Warehouse
|
||||
*
|
||||
*/
|
||||
export type Warehouse = Prisma.WarehouseModel
|
||||
/**
|
||||
* Model MinimumStockByWarehouse
|
||||
*
|
||||
*/
|
||||
export type MinimumStockByWarehouse = Prisma.MinimumStockByWarehouseModel
|
||||
/**
|
||||
* Model CatalogItem
|
||||
*
|
||||
*/
|
||||
export type CatalogItem = Prisma.CatalogItemModel
|
||||
/**
|
||||
* Model ProductData
|
||||
*
|
||||
*/
|
||||
export type ProductData = Prisma.ProductDataModel
|
||||
/**
|
||||
* Model ServiceTicket
|
||||
*
|
||||
*/
|
||||
export type ServiceTicket = Prisma.ServiceTicketModel
|
||||
/**
|
||||
* Model ServiceTicketNote
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketNote = Prisma.ServiceTicketNoteModel
|
||||
/**
|
||||
* Model ServiceTicketType
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketType = Prisma.ServiceTicketTypeModel
|
||||
/**
|
||||
* Model ServiceTicketBoard
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketBoard = Prisma.ServiceTicketBoardModel
|
||||
/**
|
||||
* Model ServiceTicketLocation
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketLocation = Prisma.ServiceTicketLocationModel
|
||||
/**
|
||||
* Model ServiceTicketSource
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketSource = Prisma.ServiceTicketSourceModel
|
||||
/**
|
||||
* Model ServiceTicketImpact
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketImpact = Prisma.ServiceTicketImpactModel
|
||||
/**
|
||||
* Model ServiceTicketPriority
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketPriority = Prisma.ServiceTicketPriorityModel
|
||||
/**
|
||||
* Model ServiceTicketSeverity
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketSeverity = Prisma.ServiceTicketSeverityModel
|
||||
/**
|
||||
* Model ServiceTicketFinalData
|
||||
*
|
||||
*/
|
||||
export type ServiceTicketFinalData = Prisma.ServiceTicketFinalDataModel
|
||||
/**
|
||||
* Model OpportunityStage
|
||||
*
|
||||
*/
|
||||
export type OpportunityStage = Prisma.OpportunityStageModel
|
||||
/**
|
||||
* Model OpportunityType
|
||||
*
|
||||
*/
|
||||
export type OpportunityType = Prisma.OpportunityTypeModel
|
||||
/**
|
||||
* Model OpportunityStatus
|
||||
*
|
||||
*/
|
||||
export type OpportunityStatus = Prisma.OpportunityStatusModel
|
||||
/**
|
||||
* Model Opportunity
|
||||
*
|
||||
*/
|
||||
export type Opportunity = Prisma.OpportunityModel
|
||||
/**
|
||||
* Model ScheduleStatus
|
||||
*
|
||||
*/
|
||||
export type ScheduleStatus = Prisma.ScheduleStatusModel
|
||||
/**
|
||||
* Model ScheduleType
|
||||
*
|
||||
*/
|
||||
export type ScheduleType = Prisma.ScheduleTypeModel
|
||||
/**
|
||||
* Model ScheduleSpan
|
||||
*
|
||||
*/
|
||||
export type ScheduleSpan = Prisma.ScheduleSpanModel
|
||||
/**
|
||||
* Model Schedule
|
||||
*
|
||||
*/
|
||||
export type Schedule = Prisma.ScheduleModel
|
||||
/**
|
||||
* Model CredentialType
|
||||
*
|
||||
@@ -94,6 +256,11 @@ export type Credential = Prisma.CredentialModel
|
||||
*
|
||||
*/
|
||||
export type GeneratedQuotes = Prisma.GeneratedQuotesModel
|
||||
/**
|
||||
* Model TaxCode
|
||||
*
|
||||
*/
|
||||
export type TaxCode = Prisma.TaxCodeModel
|
||||
/**
|
||||
* Model CwMember
|
||||
*
|
||||
|
||||
@@ -29,20 +29,18 @@ export type StringFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedStringFilter<$PrismaModel> | string
|
||||
}
|
||||
|
||||
export type DateTimeFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
||||
export type EnumSyncJobTypeFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobType | Prisma.EnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobTypeFilter<$PrismaModel> | $Enums.SyncJobType
|
||||
}
|
||||
|
||||
export type BoolFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
||||
export type EnumSyncJobStatusFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobStatus | Prisma.EnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobStatusFilter<$PrismaModel> | $Enums.SyncJobStatus
|
||||
}
|
||||
|
||||
export type DateTimeNullableFilter<$PrismaModel = never> = {
|
||||
@@ -56,6 +54,32 @@ export type DateTimeNullableFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
||||
}
|
||||
|
||||
export type StringNullableFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
mode?: Prisma.QueryMode
|
||||
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
||||
}
|
||||
|
||||
export type DateTimeFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
||||
}
|
||||
|
||||
export type SortOrderInput = {
|
||||
sort: Prisma.SortOrder
|
||||
nulls?: Prisma.NullsOrder
|
||||
@@ -79,26 +103,24 @@ export type StringWithAggregatesFilter<$PrismaModel = never> = {
|
||||
_max?: Prisma.NestedStringFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
||||
export type EnumSyncJobTypeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobType | Prisma.EnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobTypeWithAggregatesFilter<$PrismaModel> | $Enums.SyncJobType
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumSyncJobTypeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumSyncJobTypeFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
||||
export type EnumSyncJobStatusWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobStatus | Prisma.EnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobStatusWithAggregatesFilter<$PrismaModel> | $Enums.SyncJobStatus
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumSyncJobStatusFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumSyncJobStatusFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
@@ -115,21 +137,6 @@ export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type StringNullableFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
mode?: Prisma.QueryMode
|
||||
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
||||
}
|
||||
|
||||
export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
@@ -148,6 +155,20 @@ export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type IntFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
||||
@@ -159,76 +180,6 @@ export type IntFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedIntFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type IntNullableFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
||||
}
|
||||
|
||||
export type FloatFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type FloatWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type JsonFilter<$PrismaModel = never> =
|
||||
| Prisma.PatchUndefined<
|
||||
Prisma.Either<Required<JsonFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonFilterBase<$PrismaModel>>, 'path'>>,
|
||||
@@ -253,6 +204,22 @@ export type JsonFilterBase<$PrismaModel = never> = {
|
||||
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
||||
}
|
||||
|
||||
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
||||
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type JsonWithAggregatesFilter<$PrismaModel = never> =
|
||||
| Prisma.PatchUndefined<
|
||||
Prisma.Either<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
|
||||
@@ -280,6 +247,219 @@ export type JsonWithAggregatesFilterBase<$PrismaModel = never> = {
|
||||
_max?: Prisma.NestedJsonFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type BoolFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
||||
}
|
||||
|
||||
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type IntNullableFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
||||
}
|
||||
|
||||
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumUSStateNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.USState | Prisma.EnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumUSStateNullableFilter<$PrismaModel> | $Enums.USState | null
|
||||
}
|
||||
|
||||
export type EnumCountryNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.Country | Prisma.EnumCountryFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumCountryNullableFilter<$PrismaModel> | $Enums.Country | null
|
||||
}
|
||||
|
||||
export type EnumUSStateNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.USState | Prisma.EnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumUSStateNullableWithAggregatesFilter<$PrismaModel> | $Enums.USState | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumUSStateNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumUSStateNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumCountryNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.Country | Prisma.EnumCountryFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumCountryNullableWithAggregatesFilter<$PrismaModel> | $Enums.Country | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumCountryNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumCountryNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumGenderTypeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.GenderType | Prisma.EnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumGenderTypeNullableFilter<$PrismaModel> | $Enums.GenderType | null
|
||||
}
|
||||
|
||||
export type EnumPhoneTypeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.PhoneType | Prisma.EnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumPhoneTypeNullableFilter<$PrismaModel> | $Enums.PhoneType | null
|
||||
}
|
||||
|
||||
export type EnumGenderTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.GenderType | Prisma.EnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumGenderTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.GenderType | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumGenderTypeNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumGenderTypeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumPhoneTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.PhoneType | Prisma.EnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumPhoneTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.PhoneType | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumPhoneTypeNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumPhoneTypeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type FloatFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type FloatWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type FloatNullableFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
|
||||
}
|
||||
|
||||
export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumBillingMethodFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingMethod | Prisma.EnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingMethodFilter<$PrismaModel> | $Enums.BillingMethod
|
||||
}
|
||||
|
||||
export type EnumBillingTypeFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingType | Prisma.EnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingTypeFilter<$PrismaModel> | $Enums.BillingType
|
||||
}
|
||||
|
||||
export type EnumBillingMethodWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingMethod | Prisma.EnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingMethodWithAggregatesFilter<$PrismaModel> | $Enums.BillingMethod
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumBillingMethodFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumBillingMethodFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumBillingTypeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingType | Prisma.EnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingTypeWithAggregatesFilter<$PrismaModel> | $Enums.BillingType
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumBillingTypeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumBillingTypeFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type EnumOpportunityInterestNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.OpportunityInterest | Prisma.EnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumOpportunityInterestNullableFilter<$PrismaModel> | $Enums.OpportunityInterest | null
|
||||
}
|
||||
|
||||
export type EnumOpportunityInterestNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.OpportunityInterest | Prisma.EnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumOpportunityInterestNullableWithAggregatesFilter<$PrismaModel> | $Enums.OpportunityInterest | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumOpportunityInterestNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumOpportunityInterestNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type BytesFilter<$PrismaModel = never> = {
|
||||
equals?: runtime.Bytes | Prisma.BytesFieldRefInput<$PrismaModel>
|
||||
in?: runtime.Bytes[] | Prisma.ListBytesFieldRefInput<$PrismaModel>
|
||||
@@ -311,20 +491,18 @@ export type NestedStringFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedStringFilter<$PrismaModel> | string
|
||||
}
|
||||
|
||||
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
||||
export type NestedEnumSyncJobTypeFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobType | Prisma.EnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobTypeFilter<$PrismaModel> | $Enums.SyncJobType
|
||||
}
|
||||
|
||||
export type NestedBoolFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
||||
export type NestedEnumSyncJobStatusFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobStatus | Prisma.EnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobStatusFilter<$PrismaModel> | $Enums.SyncJobStatus
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
||||
@@ -338,6 +516,31 @@ export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
||||
}
|
||||
|
||||
export type NestedStringNullableFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
||||
}
|
||||
|
||||
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
||||
}
|
||||
|
||||
export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
||||
@@ -366,26 +569,24 @@ export type NestedIntFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedIntFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
||||
export type NestedEnumSyncJobTypeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobType | Prisma.EnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobType[] | Prisma.ListEnumSyncJobTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobTypeWithAggregatesFilter<$PrismaModel> | $Enums.SyncJobType
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumSyncJobTypeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumSyncJobTypeFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
||||
export type NestedEnumSyncJobStatusWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.SyncJobStatus | Prisma.EnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.SyncJobStatus[] | Prisma.ListEnumSyncJobStatusFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumSyncJobStatusWithAggregatesFilter<$PrismaModel> | $Enums.SyncJobStatus
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumSyncJobStatusFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumSyncJobStatusFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
@@ -413,20 +614,6 @@ export type NestedIntNullableFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
||||
}
|
||||
|
||||
export type NestedStringNullableFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
||||
}
|
||||
|
||||
export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
||||
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
||||
@@ -444,6 +631,20 @@ export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
||||
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
||||
@@ -471,6 +672,43 @@ export type NestedFloatFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
||||
}
|
||||
|
||||
export type NestedJsonFilter<$PrismaModel = never> =
|
||||
| Prisma.PatchUndefined<
|
||||
Prisma.Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>,
|
||||
Required<NestedJsonFilterBase<$PrismaModel>>
|
||||
>
|
||||
| Prisma.OptionalFlat<Omit<Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>
|
||||
|
||||
export type NestedJsonFilterBase<$PrismaModel = never> = {
|
||||
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
||||
path?: string[]
|
||||
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
||||
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
||||
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
||||
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
||||
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
||||
}
|
||||
|
||||
export type NestedBoolFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
||||
}
|
||||
|
||||
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
||||
@@ -498,6 +736,74 @@ export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
||||
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
|
||||
}
|
||||
|
||||
export type NestedEnumUSStateNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.USState | Prisma.EnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumUSStateNullableFilter<$PrismaModel> | $Enums.USState | null
|
||||
}
|
||||
|
||||
export type NestedEnumCountryNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.Country | Prisma.EnumCountryFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumCountryNullableFilter<$PrismaModel> | $Enums.Country | null
|
||||
}
|
||||
|
||||
export type NestedEnumUSStateNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.USState | Prisma.EnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.USState[] | Prisma.ListEnumUSStateFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumUSStateNullableWithAggregatesFilter<$PrismaModel> | $Enums.USState | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumUSStateNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumUSStateNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedEnumCountryNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.Country | Prisma.EnumCountryFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.Country[] | Prisma.ListEnumCountryFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumCountryNullableWithAggregatesFilter<$PrismaModel> | $Enums.Country | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumCountryNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumCountryNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedEnumGenderTypeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.GenderType | Prisma.EnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumGenderTypeNullableFilter<$PrismaModel> | $Enums.GenderType | null
|
||||
}
|
||||
|
||||
export type NestedEnumPhoneTypeNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.PhoneType | Prisma.EnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumPhoneTypeNullableFilter<$PrismaModel> | $Enums.PhoneType | null
|
||||
}
|
||||
|
||||
export type NestedEnumGenderTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.GenderType | Prisma.EnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.GenderType[] | Prisma.ListEnumGenderTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumGenderTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.GenderType | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumGenderTypeNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumGenderTypeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedEnumPhoneTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.PhoneType | Prisma.EnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.PhoneType[] | Prisma.ListEnumPhoneTypeFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumPhoneTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.PhoneType | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumPhoneTypeNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumPhoneTypeNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
||||
@@ -514,28 +820,71 @@ export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
||||
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedJsonFilter<$PrismaModel = never> =
|
||||
| Prisma.PatchUndefined<
|
||||
Prisma.Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>,
|
||||
Required<NestedJsonFilterBase<$PrismaModel>>
|
||||
>
|
||||
| Prisma.OptionalFlat<Omit<Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>
|
||||
export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
||||
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
||||
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
||||
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedJsonFilterBase<$PrismaModel = never> = {
|
||||
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
||||
path?: string[]
|
||||
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
||||
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
||||
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
||||
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
||||
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
||||
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
||||
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
||||
export type NestedEnumBillingMethodFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingMethod | Prisma.EnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingMethodFilter<$PrismaModel> | $Enums.BillingMethod
|
||||
}
|
||||
|
||||
export type NestedEnumBillingTypeFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingType | Prisma.EnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingTypeFilter<$PrismaModel> | $Enums.BillingType
|
||||
}
|
||||
|
||||
export type NestedEnumBillingMethodWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingMethod | Prisma.EnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingMethod[] | Prisma.ListEnumBillingMethodFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingMethodWithAggregatesFilter<$PrismaModel> | $Enums.BillingMethod
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumBillingMethodFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumBillingMethodFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedEnumBillingTypeWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.BillingType | Prisma.EnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
in?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
notIn?: $Enums.BillingType[] | Prisma.ListEnumBillingTypeFieldRefInput<$PrismaModel>
|
||||
not?: Prisma.NestedEnumBillingTypeWithAggregatesFilter<$PrismaModel> | $Enums.BillingType
|
||||
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumBillingTypeFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumBillingTypeFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedEnumOpportunityInterestNullableFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.OpportunityInterest | Prisma.EnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumOpportunityInterestNullableFilter<$PrismaModel> | $Enums.OpportunityInterest | null
|
||||
}
|
||||
|
||||
export type NestedEnumOpportunityInterestNullableWithAggregatesFilter<$PrismaModel = never> = {
|
||||
equals?: $Enums.OpportunityInterest | Prisma.EnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
in?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
notIn?: $Enums.OpportunityInterest[] | Prisma.ListEnumOpportunityInterestFieldRefInput<$PrismaModel> | null
|
||||
not?: Prisma.NestedEnumOpportunityInterestNullableWithAggregatesFilter<$PrismaModel> | $Enums.OpportunityInterest | null
|
||||
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
||||
_min?: Prisma.NestedEnumOpportunityInterestNullableFilter<$PrismaModel>
|
||||
_max?: Prisma.NestedEnumOpportunityInterestNullableFilter<$PrismaModel>
|
||||
}
|
||||
|
||||
export type NestedBytesFilter<$PrismaModel = never> = {
|
||||
|
||||
@@ -9,7 +9,138 @@
|
||||
* 🟢 You can import this file directly.
|
||||
*/
|
||||
|
||||
export const PhoneType = {
|
||||
DIRECT: 'DIRECT',
|
||||
MOBILE: 'MOBILE',
|
||||
HOME: 'HOME',
|
||||
COMPANY: 'COMPANY',
|
||||
SITE: 'SITE'
|
||||
} as const
|
||||
|
||||
export type PhoneType = (typeof PhoneType)[keyof typeof PhoneType]
|
||||
|
||||
|
||||
// This file is empty because there are no enums in the schema.
|
||||
export {}
|
||||
export const FaxType = {
|
||||
FAX: 'FAX',
|
||||
COMPANY: 'COMPANY',
|
||||
SITE: 'SITE'
|
||||
} as const
|
||||
|
||||
export type FaxType = (typeof FaxType)[keyof typeof FaxType]
|
||||
|
||||
|
||||
export const BillingMethod = {
|
||||
ACTUAL_RATES: 'ACTUAL_RATES',
|
||||
FIXED_FEE: 'FIXED_FEE',
|
||||
NOT_TO_EXCEED: 'NOT_TO_EXCEED',
|
||||
OVERRIDE_RATE: 'OVERRIDE_RATE'
|
||||
} as const
|
||||
|
||||
export type BillingMethod = (typeof BillingMethod)[keyof typeof BillingMethod]
|
||||
|
||||
|
||||
export const BillingType = {
|
||||
STANDARD: 'STANDARD',
|
||||
PROJECT: 'PROJECT'
|
||||
} as const
|
||||
|
||||
export type BillingType = (typeof BillingType)[keyof typeof BillingType]
|
||||
|
||||
|
||||
export const GenderType = {
|
||||
MALE: 'MALE',
|
||||
FEMALE: 'FEMALE'
|
||||
} as const
|
||||
|
||||
export type GenderType = (typeof GenderType)[keyof typeof GenderType]
|
||||
|
||||
|
||||
export const USState = {
|
||||
AL: 'AL',
|
||||
AK: 'AK',
|
||||
AZ: 'AZ',
|
||||
AR: 'AR',
|
||||
CA: 'CA',
|
||||
CO: 'CO',
|
||||
CT: 'CT',
|
||||
DE: 'DE',
|
||||
FL: 'FL',
|
||||
GA: 'GA',
|
||||
HI: 'HI',
|
||||
ID: 'ID',
|
||||
IL: 'IL',
|
||||
IN: 'IN',
|
||||
IA: 'IA',
|
||||
KS: 'KS',
|
||||
KY: 'KY',
|
||||
LA: 'LA',
|
||||
ME: 'ME',
|
||||
MD: 'MD',
|
||||
MA: 'MA',
|
||||
MI: 'MI',
|
||||
MN: 'MN',
|
||||
MS: 'MS',
|
||||
MO: 'MO',
|
||||
MT: 'MT',
|
||||
NE: 'NE',
|
||||
NV: 'NV',
|
||||
NH: 'NH',
|
||||
NJ: 'NJ',
|
||||
NM: 'NM',
|
||||
NY: 'NY',
|
||||
NC: 'NC',
|
||||
ND: 'ND',
|
||||
OH: 'OH',
|
||||
OK: 'OK',
|
||||
OR: 'OR',
|
||||
PA: 'PA',
|
||||
RI: 'RI',
|
||||
SC: 'SC',
|
||||
SD: 'SD',
|
||||
TN: 'TN',
|
||||
TX: 'TX',
|
||||
UT: 'UT',
|
||||
VT: 'VT',
|
||||
VA: 'VA',
|
||||
WA: 'WA',
|
||||
WV: 'WV',
|
||||
WI: 'WI',
|
||||
WY: 'WY'
|
||||
} as const
|
||||
|
||||
export type USState = (typeof USState)[keyof typeof USState]
|
||||
|
||||
|
||||
export const Country = {
|
||||
US: 'US'
|
||||
} as const
|
||||
|
||||
export type Country = (typeof Country)[keyof typeof Country]
|
||||
|
||||
|
||||
export const OpportunityInterest = {
|
||||
HOT: 'HOT',
|
||||
WARM: 'WARM',
|
||||
COLD: 'COLD'
|
||||
} as const
|
||||
|
||||
export type OpportunityInterest = (typeof OpportunityInterest)[keyof typeof OpportunityInterest]
|
||||
|
||||
|
||||
export const SyncJobType = {
|
||||
FULL_SYNC: 'FULL_SYNC',
|
||||
INCREMENTAL_SYNC: 'INCREMENTAL_SYNC'
|
||||
} as const
|
||||
|
||||
export type SyncJobType = (typeof SyncJobType)[keyof typeof SyncJobType]
|
||||
|
||||
|
||||
export const SyncJobStatus = {
|
||||
QUEUED: 'QUEUED',
|
||||
RUNNING: 'RUNNING',
|
||||
COMPLETED: 'COMPLETED',
|
||||
FAILED: 'FAILED',
|
||||
TIMED_OUT: 'TIMED_OUT'
|
||||
} as const
|
||||
|
||||
export type SyncJobStatus = (typeof SyncJobStatus)[keyof typeof SyncJobStatus]
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -51,17 +51,50 @@ export const AnyNull = runtime.AnyNull
|
||||
|
||||
|
||||
export const ModelName = {
|
||||
SyncJobRun: 'SyncJobRun',
|
||||
SyncStepLog: 'SyncStepLog',
|
||||
Session: 'Session',
|
||||
User: 'User',
|
||||
Role: 'Role',
|
||||
CorporateLocation: 'CorporateLocation',
|
||||
InternalDepartment: 'InternalDepartment',
|
||||
UnifiSite: 'UnifiSite',
|
||||
Company: 'Company',
|
||||
CompanyAddress: 'CompanyAddress',
|
||||
Contact: 'Contact',
|
||||
CatalogItemType: 'CatalogItemType',
|
||||
CatalogCategory: 'CatalogCategory',
|
||||
CatalogSubcategory: 'CatalogSubcategory',
|
||||
CatalogManufacturer: 'CatalogManufacturer',
|
||||
WarehouseBin: 'WarehouseBin',
|
||||
ProductInventory: 'ProductInventory',
|
||||
Warehouse: 'Warehouse',
|
||||
MinimumStockByWarehouse: 'MinimumStockByWarehouse',
|
||||
CatalogItem: 'CatalogItem',
|
||||
ProductData: 'ProductData',
|
||||
ServiceTicket: 'ServiceTicket',
|
||||
ServiceTicketNote: 'ServiceTicketNote',
|
||||
ServiceTicketType: 'ServiceTicketType',
|
||||
ServiceTicketBoard: 'ServiceTicketBoard',
|
||||
ServiceTicketLocation: 'ServiceTicketLocation',
|
||||
ServiceTicketSource: 'ServiceTicketSource',
|
||||
ServiceTicketImpact: 'ServiceTicketImpact',
|
||||
ServiceTicketPriority: 'ServiceTicketPriority',
|
||||
ServiceTicketSeverity: 'ServiceTicketSeverity',
|
||||
ServiceTicketFinalData: 'ServiceTicketFinalData',
|
||||
OpportunityStage: 'OpportunityStage',
|
||||
OpportunityType: 'OpportunityType',
|
||||
OpportunityStatus: 'OpportunityStatus',
|
||||
Opportunity: 'Opportunity',
|
||||
ScheduleStatus: 'ScheduleStatus',
|
||||
ScheduleType: 'ScheduleType',
|
||||
ScheduleSpan: 'ScheduleSpan',
|
||||
Schedule: 'Schedule',
|
||||
CredentialType: 'CredentialType',
|
||||
SecureValue: 'SecureValue',
|
||||
Credential: 'Credential',
|
||||
GeneratedQuotes: 'GeneratedQuotes',
|
||||
TaxCode: 'TaxCode',
|
||||
CwMember: 'CwMember'
|
||||
} as const
|
||||
|
||||
@@ -81,6 +114,39 @@ export const TransactionIsolationLevel = runtime.makeStrictEnum({
|
||||
export type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel]
|
||||
|
||||
|
||||
export const SyncJobRunScalarFieldEnum = {
|
||||
id: 'id',
|
||||
jobType: 'jobType',
|
||||
status: 'status',
|
||||
triggeredBy: 'triggeredBy',
|
||||
startedAt: 'startedAt',
|
||||
completedAt: 'completedAt',
|
||||
errorSummary: 'errorSummary',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type SyncJobRunScalarFieldEnum = (typeof SyncJobRunScalarFieldEnum)[keyof typeof SyncJobRunScalarFieldEnum]
|
||||
|
||||
|
||||
export const SyncStepLogScalarFieldEnum = {
|
||||
id: 'id',
|
||||
syncJobRunId: 'syncJobRunId',
|
||||
tableName: 'tableName',
|
||||
syncMode: 'syncMode',
|
||||
recordsProcessed: 'recordsProcessed',
|
||||
recordsInserted: 'recordsInserted',
|
||||
recordsSkipped: 'recordsSkipped',
|
||||
recordsFailed: 'recordsFailed',
|
||||
recordsDeleted: 'recordsDeleted',
|
||||
sampleErrors: 'sampleErrors',
|
||||
durationMs: 'durationMs',
|
||||
createdAt: 'createdAt'
|
||||
} as const
|
||||
|
||||
export type SyncStepLogScalarFieldEnum = (typeof SyncStepLogScalarFieldEnum)[keyof typeof SyncStepLogScalarFieldEnum]
|
||||
|
||||
|
||||
export const SessionScalarFieldEnum = {
|
||||
id: 'id',
|
||||
sessionKey: 'sessionKey',
|
||||
@@ -98,13 +164,18 @@ export const UserScalarFieldEnum = {
|
||||
id: 'id',
|
||||
permissions: 'permissions',
|
||||
login: 'login',
|
||||
name: 'name',
|
||||
firstName: 'firstName',
|
||||
lastName: 'lastName',
|
||||
email: 'email',
|
||||
emailVerified: 'emailVerified',
|
||||
image: 'image',
|
||||
title: 'title',
|
||||
active: 'active',
|
||||
hidden: 'hidden',
|
||||
cwIdentifier: 'cwIdentifier',
|
||||
cwMemberId: 'cwMemberId',
|
||||
userId: 'userId',
|
||||
token: 'token',
|
||||
updatedBy: 'updatedBy',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
@@ -124,6 +195,40 @@ export const RoleScalarFieldEnum = {
|
||||
export type RoleScalarFieldEnum = (typeof RoleScalarFieldEnum)[keyof typeof RoleScalarFieldEnum]
|
||||
|
||||
|
||||
export const CorporateLocationScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
updatedById: 'updatedById',
|
||||
addressLine1: 'addressLine1',
|
||||
addressLine2: 'addressLine2',
|
||||
city: 'city',
|
||||
state: 'state',
|
||||
zipCode: 'zipCode',
|
||||
country: 'country',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type CorporateLocationScalarFieldEnum = (typeof CorporateLocationScalarFieldEnum)[keyof typeof CorporateLocationScalarFieldEnum]
|
||||
|
||||
|
||||
export const InternalDepartmentScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
createdById: 'createdById',
|
||||
updatedById: 'updatedById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type InternalDepartmentScalarFieldEnum = (typeof InternalDepartmentScalarFieldEnum)[keyof typeof InternalDepartmentScalarFieldEnum]
|
||||
|
||||
|
||||
export const UnifiSiteScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
@@ -138,9 +243,17 @@ export type UnifiSiteScalarFieldEnum = (typeof UnifiSiteScalarFieldEnum)[keyof t
|
||||
|
||||
export const CompanyScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
cw_CompanyId: 'cw_CompanyId',
|
||||
cw_Identifier: 'cw_Identifier',
|
||||
phone: 'phone',
|
||||
website: 'website',
|
||||
deleteFlag: 'deleteFlag',
|
||||
dateDeleted: 'dateDeleted',
|
||||
taxId: 'taxId',
|
||||
taxExempt: 'taxExempt',
|
||||
enteredById: 'enteredById',
|
||||
deletedById: 'deletedById',
|
||||
deletedAt: 'deletedAt',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
@@ -148,20 +261,195 @@ export const CompanyScalarFieldEnum = {
|
||||
export type CompanyScalarFieldEnum = (typeof CompanyScalarFieldEnum)[keyof typeof CompanyScalarFieldEnum]
|
||||
|
||||
|
||||
export const CompanyAddressScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
addressLine1: 'addressLine1',
|
||||
addressLine2: 'addressLine2',
|
||||
city: 'city',
|
||||
state: 'state',
|
||||
zipCode: 'zipCode',
|
||||
country: 'country',
|
||||
phone: 'phone',
|
||||
fax: 'fax',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
defaultFlag: 'defaultFlag',
|
||||
defaultMailFlag: 'defaultMailFlag',
|
||||
defaultBillFlag: 'defaultBillFlag',
|
||||
defaultShipFlag: 'defaultShipFlag',
|
||||
updatedById: 'updatedById',
|
||||
companyId: 'companyId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type CompanyAddressScalarFieldEnum = (typeof CompanyAddressScalarFieldEnum)[keyof typeof CompanyAddressScalarFieldEnum]
|
||||
|
||||
|
||||
export const ContactScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
active: 'active',
|
||||
default: 'default',
|
||||
firstName: 'firstName',
|
||||
lastName: 'lastName',
|
||||
nickname: 'nickname',
|
||||
title: 'title',
|
||||
gender: 'gender',
|
||||
birthday: 'birthday',
|
||||
email: 'email',
|
||||
phone: 'phone',
|
||||
phoneExtension: 'phoneExtension',
|
||||
phoneType: 'phoneType',
|
||||
companyAddressId: 'companyAddressId',
|
||||
memberId: 'memberId',
|
||||
companyId: 'companyId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ContactScalarFieldEnum = (typeof ContactScalarFieldEnum)[keyof typeof ContactScalarFieldEnum]
|
||||
|
||||
|
||||
export const CatalogItemTypeScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type CatalogItemTypeScalarFieldEnum = (typeof CatalogItemTypeScalarFieldEnum)[keyof typeof CatalogItemTypeScalarFieldEnum]
|
||||
|
||||
|
||||
export const CatalogCategoryScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type CatalogCategoryScalarFieldEnum = (typeof CatalogCategoryScalarFieldEnum)[keyof typeof CatalogCategoryScalarFieldEnum]
|
||||
|
||||
|
||||
export const CatalogSubcategoryScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
categoryId: 'categoryId',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type CatalogSubcategoryScalarFieldEnum = (typeof CatalogSubcategoryScalarFieldEnum)[keyof typeof CatalogSubcategoryScalarFieldEnum]
|
||||
|
||||
|
||||
export const CatalogManufacturerScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type CatalogManufacturerScalarFieldEnum = (typeof CatalogManufacturerScalarFieldEnum)[keyof typeof CatalogManufacturerScalarFieldEnum]
|
||||
|
||||
|
||||
export const WarehouseBinScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
minQuantity: 'minQuantity',
|
||||
maxQuantity: 'maxQuantity',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
defaultFlag: 'defaultFlag',
|
||||
warehouseId: 'warehouseId',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type WarehouseBinScalarFieldEnum = (typeof WarehouseBinScalarFieldEnum)[keyof typeof WarehouseBinScalarFieldEnum]
|
||||
|
||||
|
||||
export const ProductInventoryScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
qtyOnHand: 'qtyOnHand',
|
||||
warehouseBinId: 'warehouseBinId',
|
||||
itemId: 'itemId',
|
||||
warehouseId: 'warehouseId',
|
||||
updatedById: 'updatedById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ProductInventoryScalarFieldEnum = (typeof ProductInventoryScalarFieldEnum)[keyof typeof ProductInventoryScalarFieldEnum]
|
||||
|
||||
|
||||
export const WarehouseScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
lockedFlag: 'lockedFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type WarehouseScalarFieldEnum = (typeof WarehouseScalarFieldEnum)[keyof typeof WarehouseScalarFieldEnum]
|
||||
|
||||
|
||||
export const MinimumStockByWarehouseScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
minQty: 'minQty',
|
||||
warehouseId: 'warehouseId',
|
||||
itemId: 'itemId',
|
||||
updatedById: 'updatedById',
|
||||
enteredById: 'enteredById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type MinimumStockByWarehouseScalarFieldEnum = (typeof MinimumStockByWarehouseScalarFieldEnum)[keyof typeof MinimumStockByWarehouseScalarFieldEnum]
|
||||
|
||||
|
||||
export const CatalogItemScalarFieldEnum = {
|
||||
id: 'id',
|
||||
cwCatalogId: 'cwCatalogId',
|
||||
uid: 'uid',
|
||||
identifier: 'identifier',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
customerDescription: 'customerDescription',
|
||||
internalNotes: 'internalNotes',
|
||||
category: 'category',
|
||||
categoryCwId: 'categoryCwId',
|
||||
subcategory: 'subcategory',
|
||||
subcategoryCwId: 'subcategoryCwId',
|
||||
manufacturer: 'manufacturer',
|
||||
manufactureCwId: 'manufactureCwId',
|
||||
subcategoryId: 'subcategoryId',
|
||||
manufacturerId: 'manufacturerId',
|
||||
partNumber: 'partNumber',
|
||||
vendorName: 'vendorName',
|
||||
vendorSku: 'vendorSku',
|
||||
@@ -172,6 +460,7 @@ export const CatalogItemScalarFieldEnum = {
|
||||
salesTaxable: 'salesTaxable',
|
||||
onHand: 'onHand',
|
||||
cwLastUpdated: 'cwLastUpdated',
|
||||
classId: 'classId',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
@@ -179,54 +468,338 @@ export const CatalogItemScalarFieldEnum = {
|
||||
export type CatalogItemScalarFieldEnum = (typeof CatalogItemScalarFieldEnum)[keyof typeof CatalogItemScalarFieldEnum]
|
||||
|
||||
|
||||
export const ProductDataScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
qty: 'qty',
|
||||
internalNote: 'internalNote',
|
||||
shortDescription: 'shortDescription',
|
||||
description: 'description',
|
||||
sequenceNumber: 'sequenceNumber',
|
||||
procurementNotes: 'procurementNotes',
|
||||
productNarrative: 'productNarrative',
|
||||
unitPrice: 'unitPrice',
|
||||
unitCost: 'unitCost',
|
||||
listPrice: 'listPrice',
|
||||
discount: 'discount',
|
||||
recurringRevenue: 'recurringRevenue',
|
||||
recurringCost: 'recurringCost',
|
||||
qtyPicked: 'qtyPicked',
|
||||
qtyShipped: 'qtyShipped',
|
||||
cancelReason: 'cancelReason',
|
||||
cancelQty: 'cancelQty',
|
||||
billableFlag: 'billableFlag',
|
||||
taxableFlag: 'taxableFlag',
|
||||
invoiceFlag: 'invoiceFlag',
|
||||
recurringFlag: 'recurringFlag',
|
||||
poApprovedFlag: 'poApprovedFlag',
|
||||
calcPriceFlag: 'calcPriceFlag',
|
||||
calcCostFlag: 'calcCostFlag',
|
||||
cancelFlag: 'cancelFlag',
|
||||
catalogItemId: 'catalogItemId',
|
||||
corporateLocationId: 'corporateLocationId',
|
||||
serviceTicketId: 'serviceTicketId',
|
||||
opportunityId: 'opportunityId',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
closedById: 'closedById',
|
||||
cancelById: 'cancelById',
|
||||
closedAt: 'closedAt',
|
||||
cancelledAt: 'cancelledAt',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ProductDataScalarFieldEnum = (typeof ProductDataScalarFieldEnum)[keyof typeof ProductDataScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
summary: 'summary',
|
||||
addressLine1: 'addressLine1',
|
||||
addressLine2: 'addressLine2',
|
||||
city: 'city',
|
||||
state: 'state',
|
||||
zipCode: 'zipCode',
|
||||
country: 'country',
|
||||
contactName: 'contactName',
|
||||
phone: 'phone',
|
||||
phoneExtension: 'phoneExtension',
|
||||
phoneType: 'phoneType',
|
||||
email: 'email',
|
||||
poNumber: 'poNumber',
|
||||
billCompleteFlag: 'billCompleteFlag',
|
||||
billUnapprovedFlag: 'billUnapprovedFlag',
|
||||
billingAmount: 'billingAmount',
|
||||
billingMethod: 'billingMethod',
|
||||
timeBillableFlag: 'timeBillableFlag',
|
||||
expenseBillableFlag: 'expenseBillableFlag',
|
||||
productBillableFlag: 'productBillableFlag',
|
||||
timeInvoiceableFlag: 'timeInvoiceableFlag',
|
||||
expenseInvoiceableFlag: 'expenseInvoiceableFlag',
|
||||
productInvoiceableFlag: 'productInvoiceableFlag',
|
||||
dateRequested: 'dateRequested',
|
||||
billingType: 'billingType',
|
||||
billingInstructions: 'billingInstructions',
|
||||
rejectedFlag: 'rejectedFlag',
|
||||
closedFlag: 'closedFlag',
|
||||
redFlag: 'redFlag',
|
||||
publishFlag: 'publishFlag',
|
||||
ticketOwnerId: 'ticketOwnerId',
|
||||
serviceTicketBoardId: 'serviceTicketBoardId',
|
||||
severityId: 'severityId',
|
||||
impactId: 'impactId',
|
||||
priorityId: 'priorityId',
|
||||
sourceId: 'sourceId',
|
||||
locationId: 'locationId',
|
||||
parentId: 'parentId',
|
||||
companyId: 'companyId',
|
||||
contactId: 'contactId',
|
||||
companyAddressId: 'companyAddressId',
|
||||
billingCompanyId: 'billingCompanyId',
|
||||
billingAddressId: 'billingAddressId',
|
||||
createdById: 'createdById',
|
||||
updatedById: 'updatedById',
|
||||
closedById: 'closedById',
|
||||
rejectedAt: 'rejectedAt',
|
||||
closedAt: 'closedAt',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketScalarFieldEnum = (typeof ServiceTicketScalarFieldEnum)[keyof typeof ServiceTicketScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketNoteScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
notes: 'notes',
|
||||
notesMd: 'notesMd',
|
||||
authorId: 'authorId',
|
||||
problemFlag: 'problemFlag',
|
||||
resolutionFlag: 'resolutionFlag',
|
||||
internalAnalysisFlag: 'internalAnalysisFlag',
|
||||
internalMemberFlag: 'internalMemberFlag',
|
||||
createdByParentFlag: 'createdByParentFlag',
|
||||
mergedFlag: 'mergedFlag',
|
||||
bundledFlag: 'bundledFlag',
|
||||
serviceTicketId: 'serviceTicketId',
|
||||
createdById: 'createdById',
|
||||
updatedById: 'updatedById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketNoteScalarFieldEnum = (typeof ServiceTicketNoteScalarFieldEnum)[keyof typeof ServiceTicketNoteScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketTypeScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketTypeScalarFieldEnum = (typeof ServiceTicketTypeScalarFieldEnum)[keyof typeof ServiceTicketTypeScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketBoardScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
timeBillableFlag: 'timeBillableFlag',
|
||||
expenseBillableFlag: 'expenseBillableFlag',
|
||||
productBillableFlag: 'productBillableFlag',
|
||||
timeInvoiceableFlag: 'timeInvoiceableFlag',
|
||||
expenseInvoiceableFlag: 'expenseInvoiceableFlag',
|
||||
productInvoiceableFlag: 'productInvoiceableFlag',
|
||||
autoAssignNewFlag: 'autoAssignNewFlag',
|
||||
autoAssignEmailCreatedFlag: 'autoAssignEmailCreatedFlag',
|
||||
autoAssignPortalCreatedFlag: 'autoAssignPortalCreatedFlag',
|
||||
projectFlag: 'projectFlag',
|
||||
lockDescriptionFlag: 'lockDescriptionFlag',
|
||||
emailContactFlag: 'emailContactFlag',
|
||||
emailResourceFlag: 'emailResourceFlag',
|
||||
resolutionSortOrder: 'resolutionSortOrder',
|
||||
internalAnalysisSortOrder: 'internalAnalysisSortOrder',
|
||||
locationId: 'locationId',
|
||||
createdById: 'createdById',
|
||||
updatedById: 'updatedById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketBoardScalarFieldEnum = (typeof ServiceTicketBoardScalarFieldEnum)[keyof typeof ServiceTicketBoardScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketLocationScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketLocationScalarFieldEnum = (typeof ServiceTicketLocationScalarFieldEnum)[keyof typeof ServiceTicketLocationScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketSourceScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketSourceScalarFieldEnum = (typeof ServiceTicketSourceScalarFieldEnum)[keyof typeof ServiceTicketSourceScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketImpactScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketImpactScalarFieldEnum = (typeof ServiceTicketImpactScalarFieldEnum)[keyof typeof ServiceTicketImpactScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketPriorityScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
color: 'color',
|
||||
description: 'description',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketPriorityScalarFieldEnum = (typeof ServiceTicketPriorityScalarFieldEnum)[keyof typeof ServiceTicketPriorityScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketSeverityScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketSeverityScalarFieldEnum = (typeof ServiceTicketSeverityScalarFieldEnum)[keyof typeof ServiceTicketSeverityScalarFieldEnum]
|
||||
|
||||
|
||||
export const ServiceTicketFinalDataScalarFieldEnum = {
|
||||
id: 'id'
|
||||
} as const
|
||||
|
||||
export type ServiceTicketFinalDataScalarFieldEnum = (typeof ServiceTicketFinalDataScalarFieldEnum)[keyof typeof ServiceTicketFinalDataScalarFieldEnum]
|
||||
|
||||
|
||||
export const OpportunityStageScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
seqNbr: 'seqNbr',
|
||||
funnelColor: 'funnelColor',
|
||||
updatedById: 'updatedById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type OpportunityStageScalarFieldEnum = (typeof OpportunityStageScalarFieldEnum)[keyof typeof OpportunityStageScalarFieldEnum]
|
||||
|
||||
|
||||
export const OpportunityTypeScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type OpportunityTypeScalarFieldEnum = (typeof OpportunityTypeScalarFieldEnum)[keyof typeof OpportunityTypeScalarFieldEnum]
|
||||
|
||||
|
||||
export const OpportunityStatusScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
inactiveFlag: 'inactiveFlag',
|
||||
defaultFlag: 'defaultFlag',
|
||||
wonFlag: 'wonFlag',
|
||||
lostFlag: 'lostFlag',
|
||||
closeFlag: 'closeFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type OpportunityStatusScalarFieldEnum = (typeof OpportunityStatusScalarFieldEnum)[keyof typeof OpportunityStatusScalarFieldEnum]
|
||||
|
||||
|
||||
export const OpportunityScalarFieldEnum = {
|
||||
id: 'id',
|
||||
cwOpportunityId: 'cwOpportunityId',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
notes: 'notes',
|
||||
typeName: 'typeName',
|
||||
typeCwId: 'typeCwId',
|
||||
stageName: 'stageName',
|
||||
stageCwId: 'stageCwId',
|
||||
statusName: 'statusName',
|
||||
statusCwId: 'statusCwId',
|
||||
priorityName: 'priorityName',
|
||||
priorityCwId: 'priorityCwId',
|
||||
ratingName: 'ratingName',
|
||||
ratingCwId: 'ratingCwId',
|
||||
source: 'source',
|
||||
campaignName: 'campaignName',
|
||||
campaignCwId: 'campaignCwId',
|
||||
primarySalesRepName: 'primarySalesRepName',
|
||||
primarySalesRepIdentifier: 'primarySalesRepIdentifier',
|
||||
primarySalesRepCwId: 'primarySalesRepCwId',
|
||||
secondarySalesRepName: 'secondarySalesRepName',
|
||||
secondarySalesRepIdentifier: 'secondarySalesRepIdentifier',
|
||||
secondarySalesRepCwId: 'secondarySalesRepCwId',
|
||||
companyCwId: 'companyCwId',
|
||||
companyName: 'companyName',
|
||||
contactCwId: 'contactCwId',
|
||||
contactName: 'contactName',
|
||||
siteCwId: 'siteCwId',
|
||||
siteName: 'siteName',
|
||||
customerPO: 'customerPO',
|
||||
totalSalesTax: 'totalSalesTax',
|
||||
oppNarrative: 'oppNarrative',
|
||||
typeId: 'typeId',
|
||||
stageId: 'stageId',
|
||||
statusId: 'statusId',
|
||||
taxCodeId: 'taxCodeId',
|
||||
interest: 'interest',
|
||||
probability: 'probability',
|
||||
locationName: 'locationName',
|
||||
locationCwId: 'locationCwId',
|
||||
departmentName: 'departmentName',
|
||||
departmentCwId: 'departmentCwId',
|
||||
source: 'source',
|
||||
primarySalesRepId: 'primarySalesRepId',
|
||||
secondarySalesRepId: 'secondarySalesRepId',
|
||||
companyId: 'companyId',
|
||||
contactId: 'contactId',
|
||||
siteId: 'siteId',
|
||||
customerPO: 'customerPO',
|
||||
locationId: 'locationId',
|
||||
departmentId: 'departmentId',
|
||||
expectedCloseDate: 'expectedCloseDate',
|
||||
pipelineChangeDate: 'pipelineChangeDate',
|
||||
dateBecameLead: 'dateBecameLead',
|
||||
closedDate: 'closedDate',
|
||||
closedFlag: 'closedFlag',
|
||||
closedByName: 'closedByName',
|
||||
closedByCwId: 'closedByCwId',
|
||||
companyId: 'companyId',
|
||||
closedById: 'closedById',
|
||||
productSequence: 'productSequence',
|
||||
cwLastUpdated: 'cwLastUpdated',
|
||||
cwDateEntered: 'cwDateEntered',
|
||||
updatedBy: 'updatedBy',
|
||||
eneteredBy: 'eneteredBy',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
@@ -234,6 +807,87 @@ export const OpportunityScalarFieldEnum = {
|
||||
export type OpportunityScalarFieldEnum = (typeof OpportunityScalarFieldEnum)[keyof typeof OpportunityScalarFieldEnum]
|
||||
|
||||
|
||||
export const ScheduleStatusScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
color: 'color',
|
||||
softFlag: 'softFlag',
|
||||
defaultFlag: 'defaultFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ScheduleStatusScalarFieldEnum = (typeof ScheduleStatusScalarFieldEnum)[keyof typeof ScheduleStatusScalarFieldEnum]
|
||||
|
||||
|
||||
export const ScheduleTypeScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
displayColor: 'displayColor',
|
||||
tableReference: 'tableReference',
|
||||
moduleId: 'moduleId',
|
||||
scheduleTypeId: 'scheduleTypeId',
|
||||
systemFlag: 'systemFlag',
|
||||
displayFlag: 'displayFlag',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ScheduleTypeScalarFieldEnum = (typeof ScheduleTypeScalarFieldEnum)[keyof typeof ScheduleTypeScalarFieldEnum]
|
||||
|
||||
|
||||
export const ScheduleSpanScalarFieldEnum = {
|
||||
id: 'id',
|
||||
scheduleSpanId: 'scheduleSpanId',
|
||||
spanDesc: 'spanDesc'
|
||||
} as const
|
||||
|
||||
export type ScheduleSpanScalarFieldEnum = (typeof ScheduleSpanScalarFieldEnum)[keyof typeof ScheduleSpanScalarFieldEnum]
|
||||
|
||||
|
||||
export const ScheduleScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
name: 'name',
|
||||
description: 'description',
|
||||
memberId: 'memberId',
|
||||
closedFlag: 'closedFlag',
|
||||
reminderFlag: 'reminderFlag',
|
||||
allDayFlag: 'allDayFlag',
|
||||
acknowledgementFlag: 'acknowledgementFlag',
|
||||
meetingFlag: 'meetingFlag',
|
||||
recurringFlag: 'recurringFlag',
|
||||
billableFlag: 'billableFlag',
|
||||
acknowledgedById: 'acknowledgedById',
|
||||
acknowledgedAt: 'acknowledgedAt',
|
||||
startDate: 'startDate',
|
||||
endDate: 'endDate',
|
||||
hoursScheduled: 'hoursScheduled',
|
||||
duration: 'duration',
|
||||
hoursPerDay: 'hoursPerDay',
|
||||
reminderMinutes: 'reminderMinutes',
|
||||
statusId: 'statusId',
|
||||
typeId: 'typeId',
|
||||
scheduleSpanId: 'scheduleSpanId',
|
||||
updatedById: 'updatedById',
|
||||
createdById: 'createdById',
|
||||
closedById: 'closedById',
|
||||
closedAt: 'closedAt',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type ScheduleScalarFieldEnum = (typeof ScheduleScalarFieldEnum)[keyof typeof ScheduleScalarFieldEnum]
|
||||
|
||||
|
||||
export const CredentialTypeScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
@@ -292,6 +946,23 @@ export const GeneratedQuotesScalarFieldEnum = {
|
||||
export type GeneratedQuotesScalarFieldEnum = (typeof GeneratedQuotesScalarFieldEnum)[keyof typeof GeneratedQuotesScalarFieldEnum]
|
||||
|
||||
|
||||
export const TaxCodeScalarFieldEnum = {
|
||||
id: 'id',
|
||||
uid: 'uid',
|
||||
code: 'code',
|
||||
codeCaption: 'codeCaption',
|
||||
description: 'description',
|
||||
rate: 'rate',
|
||||
defaultFlag: 'defaultFlag',
|
||||
createdBy: 'createdBy',
|
||||
updatedBy: 'updatedBy',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
} as const
|
||||
|
||||
export type TaxCodeScalarFieldEnum = (typeof TaxCodeScalarFieldEnum)[keyof typeof TaxCodeScalarFieldEnum]
|
||||
|
||||
|
||||
export const CwMemberScalarFieldEnum = {
|
||||
id: 'id',
|
||||
cwMemberId: 'cwMemberId',
|
||||
|
||||
@@ -8,16 +8,49 @@
|
||||
*
|
||||
* 🟢 You can import this file directly.
|
||||
*/
|
||||
export type * from './models/SyncJobRun.ts'
|
||||
export type * from './models/SyncStepLog.ts'
|
||||
export type * from './models/Session.ts'
|
||||
export type * from './models/User.ts'
|
||||
export type * from './models/Role.ts'
|
||||
export type * from './models/CorporateLocation.ts'
|
||||
export type * from './models/InternalDepartment.ts'
|
||||
export type * from './models/UnifiSite.ts'
|
||||
export type * from './models/Company.ts'
|
||||
export type * from './models/CompanyAddress.ts'
|
||||
export type * from './models/Contact.ts'
|
||||
export type * from './models/CatalogItemType.ts'
|
||||
export type * from './models/CatalogCategory.ts'
|
||||
export type * from './models/CatalogSubcategory.ts'
|
||||
export type * from './models/CatalogManufacturer.ts'
|
||||
export type * from './models/WarehouseBin.ts'
|
||||
export type * from './models/ProductInventory.ts'
|
||||
export type * from './models/Warehouse.ts'
|
||||
export type * from './models/MinimumStockByWarehouse.ts'
|
||||
export type * from './models/CatalogItem.ts'
|
||||
export type * from './models/ProductData.ts'
|
||||
export type * from './models/ServiceTicket.ts'
|
||||
export type * from './models/ServiceTicketNote.ts'
|
||||
export type * from './models/ServiceTicketType.ts'
|
||||
export type * from './models/ServiceTicketBoard.ts'
|
||||
export type * from './models/ServiceTicketLocation.ts'
|
||||
export type * from './models/ServiceTicketSource.ts'
|
||||
export type * from './models/ServiceTicketImpact.ts'
|
||||
export type * from './models/ServiceTicketPriority.ts'
|
||||
export type * from './models/ServiceTicketSeverity.ts'
|
||||
export type * from './models/ServiceTicketFinalData.ts'
|
||||
export type * from './models/OpportunityStage.ts'
|
||||
export type * from './models/OpportunityType.ts'
|
||||
export type * from './models/OpportunityStatus.ts'
|
||||
export type * from './models/Opportunity.ts'
|
||||
export type * from './models/ScheduleStatus.ts'
|
||||
export type * from './models/ScheduleType.ts'
|
||||
export type * from './models/ScheduleSpan.ts'
|
||||
export type * from './models/Schedule.ts'
|
||||
export type * from './models/CredentialType.ts'
|
||||
export type * from './models/SecureValue.ts'
|
||||
export type * from './models/Credential.ts'
|
||||
export type * from './models/GeneratedQuotes.ts'
|
||||
export type * from './models/TaxCode.ts'
|
||||
export type * from './models/CwMember.ts'
|
||||
export type * from './commonInputTypes.ts'
|
||||
File diff suppressed because it is too large
Load Diff
+1641
-124
File diff suppressed because it is too large
Load Diff
@@ -1806,6 +1806,11 @@ export type CredentialFindManyArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
||||
* Skip the first `n` Credentials.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of Credentials.
|
||||
*/
|
||||
distinct?: Prisma.CredentialScalarFieldEnum | Prisma.CredentialScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
@@ -1146,6 +1146,11 @@ export type CredentialTypeFindManyArgs<ExtArgs extends runtime.Types.Extensions.
|
||||
* Skip the first `n` CredentialTypes.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of CredentialTypes.
|
||||
*/
|
||||
distinct?: Prisma.CredentialTypeScalarFieldEnum | Prisma.CredentialTypeScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
@@ -264,6 +264,7 @@ export type CwMemberWhereInput = {
|
||||
cwLastUpdated?: Prisma.DateTimeNullableFilter<"CwMember"> | Date | string | null
|
||||
createdAt?: Prisma.DateTimeFilter<"CwMember"> | Date | string
|
||||
updatedAt?: Prisma.DateTimeFilter<"CwMember"> | Date | string
|
||||
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
||||
}
|
||||
|
||||
export type CwMemberOrderByWithRelationInput = {
|
||||
@@ -278,6 +279,7 @@ export type CwMemberOrderByWithRelationInput = {
|
||||
cwLastUpdated?: Prisma.SortOrderInput | Prisma.SortOrder
|
||||
createdAt?: Prisma.SortOrder
|
||||
updatedAt?: Prisma.SortOrder
|
||||
user?: Prisma.UserOrderByWithRelationInput
|
||||
}
|
||||
|
||||
export type CwMemberWhereUniqueInput = Prisma.AtLeast<{
|
||||
@@ -295,6 +297,7 @@ export type CwMemberWhereUniqueInput = Prisma.AtLeast<{
|
||||
cwLastUpdated?: Prisma.DateTimeNullableFilter<"CwMember"> | Date | string | null
|
||||
createdAt?: Prisma.DateTimeFilter<"CwMember"> | Date | string
|
||||
updatedAt?: Prisma.DateTimeFilter<"CwMember"> | Date | string
|
||||
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
||||
}, "id" | "cwMemberId" | "identifier">
|
||||
|
||||
export type CwMemberOrderByWithAggregationInput = {
|
||||
@@ -345,6 +348,7 @@ export type CwMemberCreateInput = {
|
||||
cwLastUpdated?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
user?: Prisma.UserCreateNestedOneWithoutCwMemberInput
|
||||
}
|
||||
|
||||
export type CwMemberUncheckedCreateInput = {
|
||||
@@ -359,6 +363,7 @@ export type CwMemberUncheckedCreateInput = {
|
||||
cwLastUpdated?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
user?: Prisma.UserUncheckedCreateNestedOneWithoutCwMemberInput
|
||||
}
|
||||
|
||||
export type CwMemberUpdateInput = {
|
||||
@@ -373,6 +378,7 @@ export type CwMemberUpdateInput = {
|
||||
cwLastUpdated?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
user?: Prisma.UserUpdateOneWithoutCwMemberNestedInput
|
||||
}
|
||||
|
||||
export type CwMemberUncheckedUpdateInput = {
|
||||
@@ -387,6 +393,7 @@ export type CwMemberUncheckedUpdateInput = {
|
||||
cwLastUpdated?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
user?: Prisma.UserUncheckedUpdateOneWithoutCwMemberNestedInput
|
||||
}
|
||||
|
||||
export type CwMemberCreateManyInput = {
|
||||
@@ -431,6 +438,11 @@ export type CwMemberUncheckedUpdateManyInput = {
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
|
||||
export type CwMemberNullableScalarRelationFilter = {
|
||||
is?: Prisma.CwMemberWhereInput | null
|
||||
isNot?: Prisma.CwMemberWhereInput | null
|
||||
}
|
||||
|
||||
export type CwMemberCountOrderByAggregateInput = {
|
||||
id?: Prisma.SortOrder
|
||||
cwMemberId?: Prisma.SortOrder
|
||||
@@ -481,6 +493,94 @@ export type CwMemberSumOrderByAggregateInput = {
|
||||
cwMemberId?: Prisma.SortOrder
|
||||
}
|
||||
|
||||
export type CwMemberCreateNestedOneWithoutUserInput = {
|
||||
create?: Prisma.XOR<Prisma.CwMemberCreateWithoutUserInput, Prisma.CwMemberUncheckedCreateWithoutUserInput>
|
||||
connectOrCreate?: Prisma.CwMemberCreateOrConnectWithoutUserInput
|
||||
connect?: Prisma.CwMemberWhereUniqueInput
|
||||
}
|
||||
|
||||
export type CwMemberUpdateOneWithoutUserNestedInput = {
|
||||
create?: Prisma.XOR<Prisma.CwMemberCreateWithoutUserInput, Prisma.CwMemberUncheckedCreateWithoutUserInput>
|
||||
connectOrCreate?: Prisma.CwMemberCreateOrConnectWithoutUserInput
|
||||
upsert?: Prisma.CwMemberUpsertWithoutUserInput
|
||||
disconnect?: Prisma.CwMemberWhereInput | boolean
|
||||
delete?: Prisma.CwMemberWhereInput | boolean
|
||||
connect?: Prisma.CwMemberWhereUniqueInput
|
||||
update?: Prisma.XOR<Prisma.XOR<Prisma.CwMemberUpdateToOneWithWhereWithoutUserInput, Prisma.CwMemberUpdateWithoutUserInput>, Prisma.CwMemberUncheckedUpdateWithoutUserInput>
|
||||
}
|
||||
|
||||
export type CwMemberCreateWithoutUserInput = {
|
||||
id?: string
|
||||
cwMemberId: number
|
||||
identifier: string
|
||||
firstName: string
|
||||
lastName: string
|
||||
officeEmail?: string | null
|
||||
inactiveFlag?: boolean
|
||||
apiKey?: string | null
|
||||
cwLastUpdated?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
|
||||
export type CwMemberUncheckedCreateWithoutUserInput = {
|
||||
id?: string
|
||||
cwMemberId: number
|
||||
identifier: string
|
||||
firstName: string
|
||||
lastName: string
|
||||
officeEmail?: string | null
|
||||
inactiveFlag?: boolean
|
||||
apiKey?: string | null
|
||||
cwLastUpdated?: Date | string | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
|
||||
export type CwMemberCreateOrConnectWithoutUserInput = {
|
||||
where: Prisma.CwMemberWhereUniqueInput
|
||||
create: Prisma.XOR<Prisma.CwMemberCreateWithoutUserInput, Prisma.CwMemberUncheckedCreateWithoutUserInput>
|
||||
}
|
||||
|
||||
export type CwMemberUpsertWithoutUserInput = {
|
||||
update: Prisma.XOR<Prisma.CwMemberUpdateWithoutUserInput, Prisma.CwMemberUncheckedUpdateWithoutUserInput>
|
||||
create: Prisma.XOR<Prisma.CwMemberCreateWithoutUserInput, Prisma.CwMemberUncheckedCreateWithoutUserInput>
|
||||
where?: Prisma.CwMemberWhereInput
|
||||
}
|
||||
|
||||
export type CwMemberUpdateToOneWithWhereWithoutUserInput = {
|
||||
where?: Prisma.CwMemberWhereInput
|
||||
data: Prisma.XOR<Prisma.CwMemberUpdateWithoutUserInput, Prisma.CwMemberUncheckedUpdateWithoutUserInput>
|
||||
}
|
||||
|
||||
export type CwMemberUpdateWithoutUserInput = {
|
||||
id?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
cwMemberId?: Prisma.IntFieldUpdateOperationsInput | number
|
||||
identifier?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
officeEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
||||
inactiveFlag?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
||||
apiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
||||
cwLastUpdated?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
|
||||
export type CwMemberUncheckedUpdateWithoutUserInput = {
|
||||
id?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
cwMemberId?: Prisma.IntFieldUpdateOperationsInput | number
|
||||
identifier?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
firstName?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
lastName?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
officeEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
||||
inactiveFlag?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
||||
apiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
||||
cwLastUpdated?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
||||
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
|
||||
|
||||
|
||||
export type CwMemberSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
||||
@@ -495,6 +595,7 @@ export type CwMemberSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
||||
cwLastUpdated?: boolean
|
||||
createdAt?: boolean
|
||||
updatedAt?: boolean
|
||||
user?: boolean | Prisma.CwMember$userArgs<ExtArgs>
|
||||
}, ExtArgs["result"]["cwMember"]>
|
||||
|
||||
export type CwMemberSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
||||
@@ -540,10 +641,17 @@ export type CwMemberSelectScalar = {
|
||||
}
|
||||
|
||||
export type CwMemberOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "cwMemberId" | "identifier" | "firstName" | "lastName" | "officeEmail" | "inactiveFlag" | "apiKey" | "cwLastUpdated" | "createdAt" | "updatedAt", ExtArgs["result"]["cwMember"]>
|
||||
export type CwMemberInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
||||
user?: boolean | Prisma.CwMember$userArgs<ExtArgs>
|
||||
}
|
||||
export type CwMemberIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
||||
export type CwMemberIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
||||
|
||||
export type $CwMemberPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
||||
name: "CwMember"
|
||||
objects: {}
|
||||
objects: {
|
||||
user: Prisma.$UserPayload<ExtArgs> | null
|
||||
}
|
||||
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
||||
id: string
|
||||
cwMemberId: number
|
||||
@@ -950,6 +1058,7 @@ readonly fields: CwMemberFieldRefs;
|
||||
*/
|
||||
export interface Prisma__CwMemberClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
||||
readonly [Symbol.toStringTag]: "PrismaPromise"
|
||||
user<T extends Prisma.CwMember$userArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CwMember$userArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
||||
/**
|
||||
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
||||
* @param onfulfilled The callback to execute when the Promise is resolved.
|
||||
@@ -1006,6 +1115,10 @@ export type CwMemberFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* Filter, which CwMember to fetch.
|
||||
*/
|
||||
@@ -1024,6 +1137,10 @@ export type CwMemberFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensio
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* Filter, which CwMember to fetch.
|
||||
*/
|
||||
@@ -1042,6 +1159,10 @@ export type CwMemberFindFirstArgs<ExtArgs extends runtime.Types.Extensions.Inter
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* Filter, which CwMember to fetch.
|
||||
*/
|
||||
@@ -1090,6 +1211,10 @@ export type CwMemberFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extension
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* Filter, which CwMember to fetch.
|
||||
*/
|
||||
@@ -1138,6 +1263,10 @@ export type CwMemberFindManyArgs<ExtArgs extends runtime.Types.Extensions.Intern
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* Filter, which CwMembers to fetch.
|
||||
*/
|
||||
@@ -1166,6 +1295,11 @@ export type CwMemberFindManyArgs<ExtArgs extends runtime.Types.Extensions.Intern
|
||||
* Skip the first `n` CwMembers.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of CwMembers.
|
||||
*/
|
||||
distinct?: Prisma.CwMemberScalarFieldEnum | Prisma.CwMemberScalarFieldEnum[]
|
||||
}
|
||||
|
||||
@@ -1181,6 +1315,10 @@ export type CwMemberCreateArgs<ExtArgs extends runtime.Types.Extensions.Internal
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* The data needed to create a CwMember.
|
||||
*/
|
||||
@@ -1229,6 +1367,10 @@ export type CwMemberUpdateArgs<ExtArgs extends runtime.Types.Extensions.Internal
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* The data needed to update a CwMember.
|
||||
*/
|
||||
@@ -1295,6 +1437,10 @@ export type CwMemberUpsertArgs<ExtArgs extends runtime.Types.Extensions.Internal
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* The filter to search for the CwMember to update in case it exists.
|
||||
*/
|
||||
@@ -1321,6 +1467,10 @@ export type CwMemberDeleteArgs<ExtArgs extends runtime.Types.Extensions.Internal
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
/**
|
||||
* Filter which CwMember to delete.
|
||||
*/
|
||||
@@ -1341,6 +1491,25 @@ export type CwMemberDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
||||
limit?: number
|
||||
}
|
||||
|
||||
/**
|
||||
* CwMember.user
|
||||
*/
|
||||
export type CwMember$userArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
||||
/**
|
||||
* Select specific fields to fetch from the User
|
||||
*/
|
||||
select?: Prisma.UserSelect<ExtArgs> | null
|
||||
/**
|
||||
* Omit specific fields from the User
|
||||
*/
|
||||
omit?: Prisma.UserOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.UserInclude<ExtArgs> | null
|
||||
where?: Prisma.UserWhereInput
|
||||
}
|
||||
|
||||
/**
|
||||
* CwMember without action
|
||||
*/
|
||||
@@ -1353,4 +1522,8 @@ export type CwMemberDefaultArgs<ExtArgs extends runtime.Types.Extensions.Interna
|
||||
* Omit specific fields from the CwMember
|
||||
*/
|
||||
omit?: Prisma.CwMemberOmit<ExtArgs> | null
|
||||
/**
|
||||
* Choose, which related nodes to fetch as well
|
||||
*/
|
||||
include?: Prisma.CwMemberInclude<ExtArgs> | null
|
||||
}
|
||||
|
||||
@@ -1474,6 +1474,11 @@ export type GeneratedQuotesFindManyArgs<ExtArgs extends runtime.Types.Extensions
|
||||
* Skip the first `n` GeneratedQuotes.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of GeneratedQuotes.
|
||||
*/
|
||||
distinct?: Prisma.GeneratedQuotesScalarFieldEnum | Prisma.GeneratedQuotesScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
+4085
-1574
File diff suppressed because it is too large
Load Diff
@@ -1175,6 +1175,11 @@ export type RoleFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalAr
|
||||
* Skip the first `n` Roles.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of Roles.
|
||||
*/
|
||||
distinct?: Prisma.RoleScalarFieldEnum | Prisma.RoleScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
@@ -1192,6 +1192,11 @@ export type SecureValueFindManyArgs<ExtArgs extends runtime.Types.Extensions.Int
|
||||
* Skip the first `n` SecureValues.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of SecureValues.
|
||||
*/
|
||||
distinct?: Prisma.SecureValueScalarFieldEnum | Prisma.SecureValueScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
@@ -361,22 +361,10 @@ export type SessionOrderByRelationAggregateInput = {
|
||||
_count?: Prisma.SortOrder
|
||||
}
|
||||
|
||||
export type StringFieldUpdateOperationsInput = {
|
||||
set?: string
|
||||
}
|
||||
|
||||
export type DateTimeFieldUpdateOperationsInput = {
|
||||
set?: Date | string
|
||||
}
|
||||
|
||||
export type BoolFieldUpdateOperationsInput = {
|
||||
set?: boolean
|
||||
}
|
||||
|
||||
export type NullableDateTimeFieldUpdateOperationsInput = {
|
||||
set?: Date | string | null
|
||||
}
|
||||
|
||||
export type SessionCreateNestedManyWithoutUserInput = {
|
||||
create?: Prisma.XOR<Prisma.SessionCreateWithoutUserInput, Prisma.SessionUncheckedCreateWithoutUserInput> | Prisma.SessionCreateWithoutUserInput[] | Prisma.SessionUncheckedCreateWithoutUserInput[]
|
||||
connectOrCreate?: Prisma.SessionCreateOrConnectWithoutUserInput | Prisma.SessionCreateOrConnectWithoutUserInput[]
|
||||
@@ -1208,6 +1196,11 @@ export type SessionFindManyArgs<ExtArgs extends runtime.Types.Extensions.Interna
|
||||
* Skip the first `n` Sessions.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of Sessions.
|
||||
*/
|
||||
distinct?: Prisma.SessionScalarFieldEnum | Prisma.SessionScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
@@ -20,15 +20,25 @@ export type UnifiSiteModel = runtime.Types.Result.DefaultSelection<Prisma.$Unifi
|
||||
|
||||
export type AggregateUnifiSite = {
|
||||
_count: UnifiSiteCountAggregateOutputType | null
|
||||
_avg: UnifiSiteAvgAggregateOutputType | null
|
||||
_sum: UnifiSiteSumAggregateOutputType | null
|
||||
_min: UnifiSiteMinAggregateOutputType | null
|
||||
_max: UnifiSiteMaxAggregateOutputType | null
|
||||
}
|
||||
|
||||
export type UnifiSiteAvgAggregateOutputType = {
|
||||
companyId: number | null
|
||||
}
|
||||
|
||||
export type UnifiSiteSumAggregateOutputType = {
|
||||
companyId: number | null
|
||||
}
|
||||
|
||||
export type UnifiSiteMinAggregateOutputType = {
|
||||
id: string | null
|
||||
name: string | null
|
||||
siteId: string | null
|
||||
companyId: string | null
|
||||
companyId: number | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
}
|
||||
@@ -37,7 +47,7 @@ export type UnifiSiteMaxAggregateOutputType = {
|
||||
id: string | null
|
||||
name: string | null
|
||||
siteId: string | null
|
||||
companyId: string | null
|
||||
companyId: number | null
|
||||
createdAt: Date | null
|
||||
updatedAt: Date | null
|
||||
}
|
||||
@@ -53,6 +63,14 @@ export type UnifiSiteCountAggregateOutputType = {
|
||||
}
|
||||
|
||||
|
||||
export type UnifiSiteAvgAggregateInputType = {
|
||||
companyId?: true
|
||||
}
|
||||
|
||||
export type UnifiSiteSumAggregateInputType = {
|
||||
companyId?: true
|
||||
}
|
||||
|
||||
export type UnifiSiteMinAggregateInputType = {
|
||||
id?: true
|
||||
name?: true
|
||||
@@ -116,6 +134,18 @@ export type UnifiSiteAggregateArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
||||
* Count returned UnifiSites
|
||||
**/
|
||||
_count?: true | UnifiSiteCountAggregateInputType
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
||||
*
|
||||
* Select which fields to average
|
||||
**/
|
||||
_avg?: UnifiSiteAvgAggregateInputType
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
||||
*
|
||||
* Select which fields to sum
|
||||
**/
|
||||
_sum?: UnifiSiteSumAggregateInputType
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
||||
*
|
||||
@@ -149,6 +179,8 @@ export type UnifiSiteGroupByArgs<ExtArgs extends runtime.Types.Extensions.Intern
|
||||
take?: number
|
||||
skip?: number
|
||||
_count?: UnifiSiteCountAggregateInputType | true
|
||||
_avg?: UnifiSiteAvgAggregateInputType
|
||||
_sum?: UnifiSiteSumAggregateInputType
|
||||
_min?: UnifiSiteMinAggregateInputType
|
||||
_max?: UnifiSiteMaxAggregateInputType
|
||||
}
|
||||
@@ -157,10 +189,12 @@ export type UnifiSiteGroupByOutputType = {
|
||||
id: string
|
||||
name: string
|
||||
siteId: string
|
||||
companyId: string | null
|
||||
companyId: number | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
_count: UnifiSiteCountAggregateOutputType | null
|
||||
_avg: UnifiSiteAvgAggregateOutputType | null
|
||||
_sum: UnifiSiteSumAggregateOutputType | null
|
||||
_min: UnifiSiteMinAggregateOutputType | null
|
||||
_max: UnifiSiteMaxAggregateOutputType | null
|
||||
}
|
||||
@@ -187,7 +221,7 @@ export type UnifiSiteWhereInput = {
|
||||
id?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
name?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
siteId?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
companyId?: Prisma.StringNullableFilter<"UnifiSite"> | string | null
|
||||
companyId?: Prisma.IntNullableFilter<"UnifiSite"> | number | null
|
||||
createdAt?: Prisma.DateTimeFilter<"UnifiSite"> | Date | string
|
||||
updatedAt?: Prisma.DateTimeFilter<"UnifiSite"> | Date | string
|
||||
company?: Prisma.XOR<Prisma.CompanyNullableScalarRelationFilter, Prisma.CompanyWhereInput> | null
|
||||
@@ -210,7 +244,7 @@ export type UnifiSiteWhereUniqueInput = Prisma.AtLeast<{
|
||||
OR?: Prisma.UnifiSiteWhereInput[]
|
||||
NOT?: Prisma.UnifiSiteWhereInput | Prisma.UnifiSiteWhereInput[]
|
||||
name?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
companyId?: Prisma.StringNullableFilter<"UnifiSite"> | string | null
|
||||
companyId?: Prisma.IntNullableFilter<"UnifiSite"> | number | null
|
||||
createdAt?: Prisma.DateTimeFilter<"UnifiSite"> | Date | string
|
||||
updatedAt?: Prisma.DateTimeFilter<"UnifiSite"> | Date | string
|
||||
company?: Prisma.XOR<Prisma.CompanyNullableScalarRelationFilter, Prisma.CompanyWhereInput> | null
|
||||
@@ -224,8 +258,10 @@ export type UnifiSiteOrderByWithAggregationInput = {
|
||||
createdAt?: Prisma.SortOrder
|
||||
updatedAt?: Prisma.SortOrder
|
||||
_count?: Prisma.UnifiSiteCountOrderByAggregateInput
|
||||
_avg?: Prisma.UnifiSiteAvgOrderByAggregateInput
|
||||
_max?: Prisma.UnifiSiteMaxOrderByAggregateInput
|
||||
_min?: Prisma.UnifiSiteMinOrderByAggregateInput
|
||||
_sum?: Prisma.UnifiSiteSumOrderByAggregateInput
|
||||
}
|
||||
|
||||
export type UnifiSiteScalarWhereWithAggregatesInput = {
|
||||
@@ -235,7 +271,7 @@ export type UnifiSiteScalarWhereWithAggregatesInput = {
|
||||
id?: Prisma.StringWithAggregatesFilter<"UnifiSite"> | string
|
||||
name?: Prisma.StringWithAggregatesFilter<"UnifiSite"> | string
|
||||
siteId?: Prisma.StringWithAggregatesFilter<"UnifiSite"> | string
|
||||
companyId?: Prisma.StringNullableWithAggregatesFilter<"UnifiSite"> | string | null
|
||||
companyId?: Prisma.IntNullableWithAggregatesFilter<"UnifiSite"> | number | null
|
||||
createdAt?: Prisma.DateTimeWithAggregatesFilter<"UnifiSite"> | Date | string
|
||||
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"UnifiSite"> | Date | string
|
||||
}
|
||||
@@ -253,7 +289,7 @@ export type UnifiSiteUncheckedCreateInput = {
|
||||
id?: string
|
||||
name: string
|
||||
siteId: string
|
||||
companyId?: string | null
|
||||
companyId?: number | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -271,7 +307,7 @@ export type UnifiSiteUncheckedUpdateInput = {
|
||||
id?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
name?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
siteId?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
companyId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
||||
companyId?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
||||
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -280,7 +316,7 @@ export type UnifiSiteCreateManyInput = {
|
||||
id?: string
|
||||
name: string
|
||||
siteId: string
|
||||
companyId?: string | null
|
||||
companyId?: number | null
|
||||
createdAt?: Date | string
|
||||
updatedAt?: Date | string
|
||||
}
|
||||
@@ -297,7 +333,7 @@ export type UnifiSiteUncheckedUpdateManyInput = {
|
||||
id?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
name?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
siteId?: Prisma.StringFieldUpdateOperationsInput | string
|
||||
companyId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
||||
companyId?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
||||
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
||||
}
|
||||
@@ -311,6 +347,10 @@ export type UnifiSiteCountOrderByAggregateInput = {
|
||||
updatedAt?: Prisma.SortOrder
|
||||
}
|
||||
|
||||
export type UnifiSiteAvgOrderByAggregateInput = {
|
||||
companyId?: Prisma.SortOrder
|
||||
}
|
||||
|
||||
export type UnifiSiteMaxOrderByAggregateInput = {
|
||||
id?: Prisma.SortOrder
|
||||
name?: Prisma.SortOrder
|
||||
@@ -329,6 +369,10 @@ export type UnifiSiteMinOrderByAggregateInput = {
|
||||
updatedAt?: Prisma.SortOrder
|
||||
}
|
||||
|
||||
export type UnifiSiteSumOrderByAggregateInput = {
|
||||
companyId?: Prisma.SortOrder
|
||||
}
|
||||
|
||||
export type UnifiSiteListRelationFilter = {
|
||||
every?: Prisma.UnifiSiteWhereInput
|
||||
some?: Prisma.UnifiSiteWhereInput
|
||||
@@ -430,7 +474,7 @@ export type UnifiSiteScalarWhereInput = {
|
||||
id?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
name?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
siteId?: Prisma.StringFilter<"UnifiSite"> | string
|
||||
companyId?: Prisma.StringNullableFilter<"UnifiSite"> | string | null
|
||||
companyId?: Prisma.IntNullableFilter<"UnifiSite"> | number | null
|
||||
createdAt?: Prisma.DateTimeFilter<"UnifiSite"> | Date | string
|
||||
updatedAt?: Prisma.DateTimeFilter<"UnifiSite"> | Date | string
|
||||
}
|
||||
@@ -528,7 +572,7 @@ export type $UnifiSitePayload<ExtArgs extends runtime.Types.Extensions.InternalA
|
||||
id: string
|
||||
name: string
|
||||
siteId: string
|
||||
companyId: string | null
|
||||
companyId: number | null
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
}, ExtArgs["result"]["unifiSite"]>
|
||||
@@ -958,7 +1002,7 @@ export interface UnifiSiteFieldRefs {
|
||||
readonly id: Prisma.FieldRef<"UnifiSite", 'String'>
|
||||
readonly name: Prisma.FieldRef<"UnifiSite", 'String'>
|
||||
readonly siteId: Prisma.FieldRef<"UnifiSite", 'String'>
|
||||
readonly companyId: Prisma.FieldRef<"UnifiSite", 'String'>
|
||||
readonly companyId: Prisma.FieldRef<"UnifiSite", 'Int'>
|
||||
readonly createdAt: Prisma.FieldRef<"UnifiSite", 'DateTime'>
|
||||
readonly updatedAt: Prisma.FieldRef<"UnifiSite", 'DateTime'>
|
||||
}
|
||||
@@ -1157,6 +1201,11 @@ export type UnifiSiteFindManyArgs<ExtArgs extends runtime.Types.Extensions.Inter
|
||||
* Skip the first `n` UnifiSites.
|
||||
*/
|
||||
skip?: number
|
||||
/**
|
||||
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
||||
*
|
||||
* Filter by unique combinations of UnifiSites.
|
||||
*/
|
||||
distinct?: Prisma.UnifiSiteScalarFieldEnum | Prisma.UnifiSiteScalarFieldEnum[]
|
||||
}
|
||||
|
||||
|
||||
+2754
-118
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user