efiber-prisma-schema 1.16.2 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -1
- package/index.js +10 -1
- package/package.json +12 -5
- package/prisma/generated/browser.ts +559 -0
- package/prisma/generated/client.ts +581 -0
- package/prisma/generated/commonInputTypes.ts +1246 -0
- package/prisma/generated/enums.ts +188 -0
- package/prisma/generated/internal/class.ts +1260 -0
- package/prisma/generated/internal/prismaNamespace.ts +11532 -0
- package/prisma/generated/internal/prismaNamespaceBrowser.ts +2582 -0
- package/prisma/generated/models/AttributeDefinition.ts +1498 -0
- package/prisma/generated/models/AttributeValue.ts +1419 -0
- package/prisma/generated/models/Audit.ts +1725 -0
- package/prisma/generated/models/BillOfMaterial.ts +1934 -0
- package/prisma/generated/models/Building.ts +6130 -0
- package/prisma/generated/models/BuildingTemplate.ts +2912 -0
- package/prisma/generated/models/Cable.ts +10501 -0
- package/prisma/generated/models/CableAttachment.ts +1530 -0
- package/prisma/generated/models/CableAttributes.ts +2244 -0
- package/prisma/generated/models/CableTemplate.ts +3170 -0
- package/prisma/generated/models/CamusatClient.ts +2001 -0
- package/prisma/generated/models/CamusatCountry.ts +2425 -0
- package/prisma/generated/models/CentralOffice.ts +1921 -0
- package/prisma/generated/models/CentralOfficeTeam.ts +1620 -0
- package/prisma/generated/models/CentralOfficeUser.ts +1650 -0
- package/prisma/generated/models/Cluster.ts +10984 -0
- package/prisma/generated/models/ClusterComments.ts +1668 -0
- package/prisma/generated/models/ClusterNotes.ts +1703 -0
- package/prisma/generated/models/Conduit.ts +5119 -0
- package/prisma/generated/models/ConduitTemplate.ts +2940 -0
- package/prisma/generated/models/Country.ts +1795 -0
- package/prisma/generated/models/DispatchMaterial.ts +3070 -0
- package/prisma/generated/models/DispatchProject.ts +4179 -0
- package/prisma/generated/models/DispatchTeam.ts +3053 -0
- package/prisma/generated/models/Duct.ts +1813 -0
- package/prisma/generated/models/ElementNode.ts +4413 -0
- package/prisma/generated/models/ElementRelation.ts +1644 -0
- package/prisma/generated/models/EmailConfigurations.ts +3736 -0
- package/prisma/generated/models/EmailTemplates.ts +1739 -0
- package/prisma/generated/models/EmailsIncoming.ts +2010 -0
- package/prisma/generated/models/EmailsIncomingSample.ts +1503 -0
- package/prisma/generated/models/EmailsOutgoing.ts +1648 -0
- package/prisma/generated/models/FDTSRO.ts +6180 -0
- package/prisma/generated/models/FDTSROTemplate.ts +2912 -0
- package/prisma/generated/models/Feature.ts +1867 -0
- package/prisma/generated/models/FeatureType.ts +1430 -0
- package/prisma/generated/models/IntegrationReportTemplate.ts +1878 -0
- package/prisma/generated/models/Loop.ts +5271 -0
- package/prisma/generated/models/LoopTemplate.ts +2912 -0
- package/prisma/generated/models/MainProject.ts +1664 -0
- package/prisma/generated/models/Manhole.ts +5090 -0
- package/prisma/generated/models/ManholeTemplate.ts +2912 -0
- package/prisma/generated/models/MapElement.ts +3450 -0
- package/prisma/generated/models/MapElementTemplate.ts +2742 -0
- package/prisma/generated/models/Material.ts +1963 -0
- package/prisma/generated/models/MaterialBillOfMaterial.ts +1737 -0
- package/prisma/generated/models/MaterialChangeLog.ts +1454 -0
- package/prisma/generated/models/NetworkElement.ts +6891 -0
- package/prisma/generated/models/NetworkElementInstallation.ts +3320 -0
- package/prisma/generated/models/Notifications.ts +1563 -0
- package/prisma/generated/models/OptionSource.ts +1132 -0
- package/prisma/generated/models/PboFat.ts +8248 -0
- package/prisma/generated/models/PboFatAttributes.ts +2672 -0
- package/prisma/generated/models/PboFatTemplate.ts +3112 -0
- package/prisma/generated/models/Platform.ts +1759 -0
- package/prisma/generated/models/Pole.ts +5266 -0
- package/prisma/generated/models/PoleTemplate.ts +2912 -0
- package/prisma/generated/models/Position.ts +1490 -0
- package/prisma/generated/models/PreviousEquipment.ts +1881 -0
- package/prisma/generated/models/Project.ts +14893 -0
- package/prisma/generated/models/ProjectType.ts +1351 -0
- package/prisma/generated/models/ProjectWorkFlow.ts +1856 -0
- package/prisma/generated/models/ReportFormats.ts +1768 -0
- package/prisma/generated/models/ReportFormulaConfig.ts +1375 -0
- package/prisma/generated/models/ReportMetric.ts +1737 -0
- package/prisma/generated/models/ReportTable.ts +1498 -0
- package/prisma/generated/models/ReportVisualization.ts +1446 -0
- package/prisma/generated/models/Revision.ts +4653 -0
- package/prisma/generated/models/Role.ts +2960 -0
- package/prisma/generated/models/SFU.ts +5977 -0
- package/prisma/generated/models/SFUTemplate.ts +2912 -0
- package/prisma/generated/models/SpliceClosure.ts +6405 -0
- package/prisma/generated/models/SpliceClosureAttributes.ts +2172 -0
- package/prisma/generated/models/SpliceClosureTemplate.ts +3176 -0
- package/prisma/generated/models/Splitter.ts +1459 -0
- package/prisma/generated/models/StockMovement.ts +1589 -0
- package/prisma/generated/models/SubsidiaryMaterial.ts +2193 -0
- package/prisma/generated/models/SubsidiaryMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/Team.ts +2044 -0
- package/prisma/generated/models/TeamMaterial.ts +2193 -0
- package/prisma/generated/models/TeamMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/TeamPlatform.ts +1874 -0
- package/prisma/generated/models/TeamType.ts +1655 -0
- package/prisma/generated/models/Template.ts +1691 -0
- package/prisma/generated/models/TemplateComponent.ts +1995 -0
- package/prisma/generated/models/User.ts +25676 -0
- package/prisma/generated/models/WorkOrder.ts +5901 -0
- package/prisma/generated/models/WorkOrderActivityLog.ts +2126 -0
- package/prisma/generated/models/WorkOrderChannel.ts +1454 -0
- package/prisma/generated/models/WorkOrderComments.ts +1687 -0
- package/prisma/generated/models/WorkOrderEditLog.ts +1757 -0
- package/prisma/generated/models/WorkOrderMaterial.ts +1933 -0
- package/prisma/generated/models/WorkOrderPauses.ts +1454 -0
- package/prisma/generated/models/WorkOrderTask.ts +2220 -0
- package/prisma/generated/models/WorkOrderTaskData.ts +1244 -0
- package/prisma/generated/models/ZoneNro.ts +3926 -0
- package/prisma/generated/models/ZoneNroTemplate.ts +2966 -0
- package/prisma/generated/models/clientMaterial.ts +2193 -0
- package/prisma/generated/models/clientMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/ductTemplate.ts +1606 -0
- package/prisma/generated/models/installationSequence.ts +1708 -0
- package/prisma/generated/models/integrationProjectUserStatus.ts +1916 -0
- package/prisma/generated/models/integrationUserLocation.ts +1681 -0
- package/prisma/generated/models/problemCategorization.ts +1543 -0
- package/prisma/generated/models/projectPhaseLog.ts +1728 -0
- package/prisma/generated/models/qrCodeTag.ts +4978 -0
- package/prisma/generated/models/qrCodeTemplate.ts +6500 -0
- package/prisma/generated/models/ticketMaterialMovementLog.ts +1651 -0
- package/prisma/generated/models.ts +119 -0
- package/prisma/schema.prisma +2 -2
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,4179 @@
|
|
|
1
|
+
|
|
2
|
+
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// biome-ignore-all lint: generated file
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
/*
|
|
7
|
+
* This file exports the `DispatchProject` model and its related types.
|
|
8
|
+
*
|
|
9
|
+
* 🟢 You can import this file directly.
|
|
10
|
+
*/
|
|
11
|
+
import type * as runtime from "@prisma/client/runtime/client"
|
|
12
|
+
import type * as $Enums from "../enums.js"
|
|
13
|
+
import type * as Prisma from "../internal/prismaNamespace.js"
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Model DispatchProject
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type DispatchProjectModel = runtime.Types.Result.DefaultSelection<Prisma.$DispatchProjectPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateDispatchProject = {
|
|
22
|
+
_count: DispatchProjectCountAggregateOutputType | null
|
|
23
|
+
_avg: DispatchProjectAvgAggregateOutputType | null
|
|
24
|
+
_sum: DispatchProjectSumAggregateOutputType | null
|
|
25
|
+
_min: DispatchProjectMinAggregateOutputType | null
|
|
26
|
+
_max: DispatchProjectMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type DispatchProjectAvgAggregateOutputType = {
|
|
30
|
+
no: number | null
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type DispatchProjectSumAggregateOutputType = {
|
|
34
|
+
no: number | null
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type DispatchProjectMinAggregateOutputType = {
|
|
38
|
+
id: string | null
|
|
39
|
+
no: number | null
|
|
40
|
+
name: string | null
|
|
41
|
+
type: string | null
|
|
42
|
+
logo: string | null
|
|
43
|
+
status: string | null
|
|
44
|
+
createdAt: Date | null
|
|
45
|
+
updatedAt: Date | null
|
|
46
|
+
activatedAt: Date | null
|
|
47
|
+
deletedAt: Date | null
|
|
48
|
+
userId: string | null
|
|
49
|
+
projectId: string | null
|
|
50
|
+
subsidiaryId: string | null
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export type DispatchProjectMaxAggregateOutputType = {
|
|
54
|
+
id: string | null
|
|
55
|
+
no: number | null
|
|
56
|
+
name: string | null
|
|
57
|
+
type: string | null
|
|
58
|
+
logo: string | null
|
|
59
|
+
status: string | null
|
|
60
|
+
createdAt: Date | null
|
|
61
|
+
updatedAt: Date | null
|
|
62
|
+
activatedAt: Date | null
|
|
63
|
+
deletedAt: Date | null
|
|
64
|
+
userId: string | null
|
|
65
|
+
projectId: string | null
|
|
66
|
+
subsidiaryId: string | null
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export type DispatchProjectCountAggregateOutputType = {
|
|
70
|
+
id: number
|
|
71
|
+
no: number
|
|
72
|
+
name: number
|
|
73
|
+
type: number
|
|
74
|
+
logo: number
|
|
75
|
+
status: number
|
|
76
|
+
createdAt: number
|
|
77
|
+
updatedAt: number
|
|
78
|
+
activatedAt: number
|
|
79
|
+
deletedAt: number
|
|
80
|
+
userId: number
|
|
81
|
+
projectId: number
|
|
82
|
+
subsidiaryId: number
|
|
83
|
+
_all: number
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
export type DispatchProjectAvgAggregateInputType = {
|
|
88
|
+
no?: true
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export type DispatchProjectSumAggregateInputType = {
|
|
92
|
+
no?: true
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export type DispatchProjectMinAggregateInputType = {
|
|
96
|
+
id?: true
|
|
97
|
+
no?: true
|
|
98
|
+
name?: true
|
|
99
|
+
type?: true
|
|
100
|
+
logo?: true
|
|
101
|
+
status?: true
|
|
102
|
+
createdAt?: true
|
|
103
|
+
updatedAt?: true
|
|
104
|
+
activatedAt?: true
|
|
105
|
+
deletedAt?: true
|
|
106
|
+
userId?: true
|
|
107
|
+
projectId?: true
|
|
108
|
+
subsidiaryId?: true
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export type DispatchProjectMaxAggregateInputType = {
|
|
112
|
+
id?: true
|
|
113
|
+
no?: true
|
|
114
|
+
name?: true
|
|
115
|
+
type?: true
|
|
116
|
+
logo?: true
|
|
117
|
+
status?: true
|
|
118
|
+
createdAt?: true
|
|
119
|
+
updatedAt?: true
|
|
120
|
+
activatedAt?: true
|
|
121
|
+
deletedAt?: true
|
|
122
|
+
userId?: true
|
|
123
|
+
projectId?: true
|
|
124
|
+
subsidiaryId?: true
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export type DispatchProjectCountAggregateInputType = {
|
|
128
|
+
id?: true
|
|
129
|
+
no?: true
|
|
130
|
+
name?: true
|
|
131
|
+
type?: true
|
|
132
|
+
logo?: true
|
|
133
|
+
status?: true
|
|
134
|
+
createdAt?: true
|
|
135
|
+
updatedAt?: true
|
|
136
|
+
activatedAt?: true
|
|
137
|
+
deletedAt?: true
|
|
138
|
+
userId?: true
|
|
139
|
+
projectId?: true
|
|
140
|
+
subsidiaryId?: true
|
|
141
|
+
_all?: true
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export type DispatchProjectAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
145
|
+
/**
|
|
146
|
+
* Filter which DispatchProject to aggregate.
|
|
147
|
+
*/
|
|
148
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
149
|
+
/**
|
|
150
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
151
|
+
*
|
|
152
|
+
* Determine the order of DispatchProjects to fetch.
|
|
153
|
+
*/
|
|
154
|
+
orderBy?: Prisma.DispatchProjectOrderByWithRelationInput | Prisma.DispatchProjectOrderByWithRelationInput[]
|
|
155
|
+
/**
|
|
156
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
157
|
+
*
|
|
158
|
+
* Sets the start position
|
|
159
|
+
*/
|
|
160
|
+
cursor?: Prisma.DispatchProjectWhereUniqueInput
|
|
161
|
+
/**
|
|
162
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
163
|
+
*
|
|
164
|
+
* Take `±n` DispatchProjects from the position of the cursor.
|
|
165
|
+
*/
|
|
166
|
+
take?: number
|
|
167
|
+
/**
|
|
168
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
169
|
+
*
|
|
170
|
+
* Skip the first `n` DispatchProjects.
|
|
171
|
+
*/
|
|
172
|
+
skip?: number
|
|
173
|
+
/**
|
|
174
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
175
|
+
*
|
|
176
|
+
* Count returned DispatchProjects
|
|
177
|
+
**/
|
|
178
|
+
_count?: true | DispatchProjectCountAggregateInputType
|
|
179
|
+
/**
|
|
180
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
181
|
+
*
|
|
182
|
+
* Select which fields to average
|
|
183
|
+
**/
|
|
184
|
+
_avg?: DispatchProjectAvgAggregateInputType
|
|
185
|
+
/**
|
|
186
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
187
|
+
*
|
|
188
|
+
* Select which fields to sum
|
|
189
|
+
**/
|
|
190
|
+
_sum?: DispatchProjectSumAggregateInputType
|
|
191
|
+
/**
|
|
192
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
193
|
+
*
|
|
194
|
+
* Select which fields to find the minimum value
|
|
195
|
+
**/
|
|
196
|
+
_min?: DispatchProjectMinAggregateInputType
|
|
197
|
+
/**
|
|
198
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
199
|
+
*
|
|
200
|
+
* Select which fields to find the maximum value
|
|
201
|
+
**/
|
|
202
|
+
_max?: DispatchProjectMaxAggregateInputType
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export type GetDispatchProjectAggregateType<T extends DispatchProjectAggregateArgs> = {
|
|
206
|
+
[P in keyof T & keyof AggregateDispatchProject]: P extends '_count' | 'count'
|
|
207
|
+
? T[P] extends true
|
|
208
|
+
? number
|
|
209
|
+
: Prisma.GetScalarType<T[P], AggregateDispatchProject[P]>
|
|
210
|
+
: Prisma.GetScalarType<T[P], AggregateDispatchProject[P]>
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
export type DispatchProjectGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
217
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
218
|
+
orderBy?: Prisma.DispatchProjectOrderByWithAggregationInput | Prisma.DispatchProjectOrderByWithAggregationInput[]
|
|
219
|
+
by: Prisma.DispatchProjectScalarFieldEnum[] | Prisma.DispatchProjectScalarFieldEnum
|
|
220
|
+
having?: Prisma.DispatchProjectScalarWhereWithAggregatesInput
|
|
221
|
+
take?: number
|
|
222
|
+
skip?: number
|
|
223
|
+
_count?: DispatchProjectCountAggregateInputType | true
|
|
224
|
+
_avg?: DispatchProjectAvgAggregateInputType
|
|
225
|
+
_sum?: DispatchProjectSumAggregateInputType
|
|
226
|
+
_min?: DispatchProjectMinAggregateInputType
|
|
227
|
+
_max?: DispatchProjectMaxAggregateInputType
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
export type DispatchProjectGroupByOutputType = {
|
|
231
|
+
id: string
|
|
232
|
+
no: number
|
|
233
|
+
name: string
|
|
234
|
+
type: string
|
|
235
|
+
logo: string | null
|
|
236
|
+
status: string
|
|
237
|
+
createdAt: Date
|
|
238
|
+
updatedAt: Date
|
|
239
|
+
activatedAt: Date | null
|
|
240
|
+
deletedAt: Date | null
|
|
241
|
+
userId: string | null
|
|
242
|
+
projectId: string | null
|
|
243
|
+
subsidiaryId: string | null
|
|
244
|
+
_count: DispatchProjectCountAggregateOutputType | null
|
|
245
|
+
_avg: DispatchProjectAvgAggregateOutputType | null
|
|
246
|
+
_sum: DispatchProjectSumAggregateOutputType | null
|
|
247
|
+
_min: DispatchProjectMinAggregateOutputType | null
|
|
248
|
+
_max: DispatchProjectMaxAggregateOutputType | null
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
type GetDispatchProjectGroupByPayload<T extends DispatchProjectGroupByArgs> = Prisma.PrismaPromise<
|
|
252
|
+
Array<
|
|
253
|
+
Prisma.PickEnumerable<DispatchProjectGroupByOutputType, T['by']> &
|
|
254
|
+
{
|
|
255
|
+
[P in ((keyof T) & (keyof DispatchProjectGroupByOutputType))]: P extends '_count'
|
|
256
|
+
? T[P] extends boolean
|
|
257
|
+
? number
|
|
258
|
+
: Prisma.GetScalarType<T[P], DispatchProjectGroupByOutputType[P]>
|
|
259
|
+
: Prisma.GetScalarType<T[P], DispatchProjectGroupByOutputType[P]>
|
|
260
|
+
}
|
|
261
|
+
>
|
|
262
|
+
>
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
export type DispatchProjectWhereInput = {
|
|
267
|
+
AND?: Prisma.DispatchProjectWhereInput | Prisma.DispatchProjectWhereInput[]
|
|
268
|
+
OR?: Prisma.DispatchProjectWhereInput[]
|
|
269
|
+
NOT?: Prisma.DispatchProjectWhereInput | Prisma.DispatchProjectWhereInput[]
|
|
270
|
+
id?: Prisma.StringFilter<"DispatchProject"> | string
|
|
271
|
+
no?: Prisma.IntFilter<"DispatchProject"> | number
|
|
272
|
+
name?: Prisma.StringFilter<"DispatchProject"> | string
|
|
273
|
+
type?: Prisma.StringFilter<"DispatchProject"> | string
|
|
274
|
+
logo?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
275
|
+
status?: Prisma.StringFilter<"DispatchProject"> | string
|
|
276
|
+
createdAt?: Prisma.DateTimeFilter<"DispatchProject"> | Date | string
|
|
277
|
+
updatedAt?: Prisma.DateTimeFilter<"DispatchProject"> | Date | string
|
|
278
|
+
activatedAt?: Prisma.DateTimeNullableFilter<"DispatchProject"> | Date | string | null
|
|
279
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"DispatchProject"> | Date | string | null
|
|
280
|
+
userId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
281
|
+
projectId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
282
|
+
subsidiaryId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
283
|
+
teams?: Prisma.DispatchTeamListRelationFilter
|
|
284
|
+
Project?: Prisma.XOR<Prisma.ProjectNullableScalarRelationFilter, Prisma.ProjectWhereInput> | null
|
|
285
|
+
User?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
286
|
+
subsidiary?: Prisma.XOR<Prisma.CamusatCountryNullableScalarRelationFilter, Prisma.CamusatCountryWhereInput> | null
|
|
287
|
+
DispatchMaterial?: Prisma.DispatchMaterialListRelationFilter
|
|
288
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialListRelationFilter
|
|
289
|
+
clientMaterial?: Prisma.ClientMaterialListRelationFilter
|
|
290
|
+
teamMaterial?: Prisma.TeamMaterialListRelationFilter
|
|
291
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialListRelationFilter
|
|
292
|
+
templateComponent?: Prisma.TemplateComponentListRelationFilter
|
|
293
|
+
clientMaterialMovementLog?: Prisma.ClientMaterialMovementLogListRelationFilter
|
|
294
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogListRelationFilter
|
|
295
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogListRelationFilter
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export type DispatchProjectOrderByWithRelationInput = {
|
|
299
|
+
id?: Prisma.SortOrder
|
|
300
|
+
no?: Prisma.SortOrder
|
|
301
|
+
name?: Prisma.SortOrder
|
|
302
|
+
type?: Prisma.SortOrder
|
|
303
|
+
logo?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
304
|
+
status?: Prisma.SortOrder
|
|
305
|
+
createdAt?: Prisma.SortOrder
|
|
306
|
+
updatedAt?: Prisma.SortOrder
|
|
307
|
+
activatedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
308
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
309
|
+
userId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
310
|
+
projectId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
311
|
+
subsidiaryId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
312
|
+
teams?: Prisma.DispatchTeamOrderByRelationAggregateInput
|
|
313
|
+
Project?: Prisma.ProjectOrderByWithRelationInput
|
|
314
|
+
User?: Prisma.UserOrderByWithRelationInput
|
|
315
|
+
subsidiary?: Prisma.CamusatCountryOrderByWithRelationInput
|
|
316
|
+
DispatchMaterial?: Prisma.DispatchMaterialOrderByRelationAggregateInput
|
|
317
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialOrderByRelationAggregateInput
|
|
318
|
+
clientMaterial?: Prisma.clientMaterialOrderByRelationAggregateInput
|
|
319
|
+
teamMaterial?: Prisma.TeamMaterialOrderByRelationAggregateInput
|
|
320
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialOrderByRelationAggregateInput
|
|
321
|
+
templateComponent?: Prisma.TemplateComponentOrderByRelationAggregateInput
|
|
322
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogOrderByRelationAggregateInput
|
|
323
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogOrderByRelationAggregateInput
|
|
324
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogOrderByRelationAggregateInput
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export type DispatchProjectWhereUniqueInput = Prisma.AtLeast<{
|
|
328
|
+
id?: string
|
|
329
|
+
AND?: Prisma.DispatchProjectWhereInput | Prisma.DispatchProjectWhereInput[]
|
|
330
|
+
OR?: Prisma.DispatchProjectWhereInput[]
|
|
331
|
+
NOT?: Prisma.DispatchProjectWhereInput | Prisma.DispatchProjectWhereInput[]
|
|
332
|
+
no?: Prisma.IntFilter<"DispatchProject"> | number
|
|
333
|
+
name?: Prisma.StringFilter<"DispatchProject"> | string
|
|
334
|
+
type?: Prisma.StringFilter<"DispatchProject"> | string
|
|
335
|
+
logo?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
336
|
+
status?: Prisma.StringFilter<"DispatchProject"> | string
|
|
337
|
+
createdAt?: Prisma.DateTimeFilter<"DispatchProject"> | Date | string
|
|
338
|
+
updatedAt?: Prisma.DateTimeFilter<"DispatchProject"> | Date | string
|
|
339
|
+
activatedAt?: Prisma.DateTimeNullableFilter<"DispatchProject"> | Date | string | null
|
|
340
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"DispatchProject"> | Date | string | null
|
|
341
|
+
userId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
342
|
+
projectId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
343
|
+
subsidiaryId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
344
|
+
teams?: Prisma.DispatchTeamListRelationFilter
|
|
345
|
+
Project?: Prisma.XOR<Prisma.ProjectNullableScalarRelationFilter, Prisma.ProjectWhereInput> | null
|
|
346
|
+
User?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
347
|
+
subsidiary?: Prisma.XOR<Prisma.CamusatCountryNullableScalarRelationFilter, Prisma.CamusatCountryWhereInput> | null
|
|
348
|
+
DispatchMaterial?: Prisma.DispatchMaterialListRelationFilter
|
|
349
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialListRelationFilter
|
|
350
|
+
clientMaterial?: Prisma.ClientMaterialListRelationFilter
|
|
351
|
+
teamMaterial?: Prisma.TeamMaterialListRelationFilter
|
|
352
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialListRelationFilter
|
|
353
|
+
templateComponent?: Prisma.TemplateComponentListRelationFilter
|
|
354
|
+
clientMaterialMovementLog?: Prisma.ClientMaterialMovementLogListRelationFilter
|
|
355
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogListRelationFilter
|
|
356
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogListRelationFilter
|
|
357
|
+
}, "id" | "id">
|
|
358
|
+
|
|
359
|
+
export type DispatchProjectOrderByWithAggregationInput = {
|
|
360
|
+
id?: Prisma.SortOrder
|
|
361
|
+
no?: Prisma.SortOrder
|
|
362
|
+
name?: Prisma.SortOrder
|
|
363
|
+
type?: Prisma.SortOrder
|
|
364
|
+
logo?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
365
|
+
status?: Prisma.SortOrder
|
|
366
|
+
createdAt?: Prisma.SortOrder
|
|
367
|
+
updatedAt?: Prisma.SortOrder
|
|
368
|
+
activatedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
369
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
370
|
+
userId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
371
|
+
projectId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
372
|
+
subsidiaryId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
373
|
+
_count?: Prisma.DispatchProjectCountOrderByAggregateInput
|
|
374
|
+
_avg?: Prisma.DispatchProjectAvgOrderByAggregateInput
|
|
375
|
+
_max?: Prisma.DispatchProjectMaxOrderByAggregateInput
|
|
376
|
+
_min?: Prisma.DispatchProjectMinOrderByAggregateInput
|
|
377
|
+
_sum?: Prisma.DispatchProjectSumOrderByAggregateInput
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export type DispatchProjectScalarWhereWithAggregatesInput = {
|
|
381
|
+
AND?: Prisma.DispatchProjectScalarWhereWithAggregatesInput | Prisma.DispatchProjectScalarWhereWithAggregatesInput[]
|
|
382
|
+
OR?: Prisma.DispatchProjectScalarWhereWithAggregatesInput[]
|
|
383
|
+
NOT?: Prisma.DispatchProjectScalarWhereWithAggregatesInput | Prisma.DispatchProjectScalarWhereWithAggregatesInput[]
|
|
384
|
+
id?: Prisma.StringWithAggregatesFilter<"DispatchProject"> | string
|
|
385
|
+
no?: Prisma.IntWithAggregatesFilter<"DispatchProject"> | number
|
|
386
|
+
name?: Prisma.StringWithAggregatesFilter<"DispatchProject"> | string
|
|
387
|
+
type?: Prisma.StringWithAggregatesFilter<"DispatchProject"> | string
|
|
388
|
+
logo?: Prisma.StringNullableWithAggregatesFilter<"DispatchProject"> | string | null
|
|
389
|
+
status?: Prisma.StringWithAggregatesFilter<"DispatchProject"> | string
|
|
390
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"DispatchProject"> | Date | string
|
|
391
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"DispatchProject"> | Date | string
|
|
392
|
+
activatedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DispatchProject"> | Date | string | null
|
|
393
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DispatchProject"> | Date | string | null
|
|
394
|
+
userId?: Prisma.StringNullableWithAggregatesFilter<"DispatchProject"> | string | null
|
|
395
|
+
projectId?: Prisma.StringNullableWithAggregatesFilter<"DispatchProject"> | string | null
|
|
396
|
+
subsidiaryId?: Prisma.StringNullableWithAggregatesFilter<"DispatchProject"> | string | null
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export type DispatchProjectCreateInput = {
|
|
400
|
+
id?: string
|
|
401
|
+
no?: number
|
|
402
|
+
name: string
|
|
403
|
+
type: string
|
|
404
|
+
logo?: string | null
|
|
405
|
+
status?: string
|
|
406
|
+
createdAt?: Date | string
|
|
407
|
+
updatedAt?: Date | string
|
|
408
|
+
activatedAt?: Date | string | null
|
|
409
|
+
deletedAt?: Date | string | null
|
|
410
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
411
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
412
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
413
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
414
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
415
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
416
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
417
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
418
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
419
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
420
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
421
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
422
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export type DispatchProjectUncheckedCreateInput = {
|
|
426
|
+
id?: string
|
|
427
|
+
no?: number
|
|
428
|
+
name: string
|
|
429
|
+
type: string
|
|
430
|
+
logo?: string | null
|
|
431
|
+
status?: string
|
|
432
|
+
createdAt?: Date | string
|
|
433
|
+
updatedAt?: Date | string
|
|
434
|
+
activatedAt?: Date | string | null
|
|
435
|
+
deletedAt?: Date | string | null
|
|
436
|
+
userId?: string | null
|
|
437
|
+
projectId?: string | null
|
|
438
|
+
subsidiaryId?: string | null
|
|
439
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
440
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
441
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
442
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
443
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
444
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
445
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
446
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
447
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
448
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export type DispatchProjectUpdateInput = {
|
|
452
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
453
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
454
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
455
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
456
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
457
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
458
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
459
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
460
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
461
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
462
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
463
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
464
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
465
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
466
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
467
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
468
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
469
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
470
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
471
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
472
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
473
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
474
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export type DispatchProjectUncheckedUpdateInput = {
|
|
478
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
479
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
480
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
481
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
482
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
483
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
484
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
485
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
486
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
487
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
488
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
489
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
490
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
491
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
492
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
493
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
494
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
495
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
496
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
497
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
498
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
499
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
500
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export type DispatchProjectCreateManyInput = {
|
|
504
|
+
id?: string
|
|
505
|
+
no?: number
|
|
506
|
+
name: string
|
|
507
|
+
type: string
|
|
508
|
+
logo?: string | null
|
|
509
|
+
status?: string
|
|
510
|
+
createdAt?: Date | string
|
|
511
|
+
updatedAt?: Date | string
|
|
512
|
+
activatedAt?: Date | string | null
|
|
513
|
+
deletedAt?: Date | string | null
|
|
514
|
+
userId?: string | null
|
|
515
|
+
projectId?: string | null
|
|
516
|
+
subsidiaryId?: string | null
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export type DispatchProjectUpdateManyMutationInput = {
|
|
520
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
521
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
522
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
523
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
524
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
525
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
526
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
527
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
528
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
529
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
export type DispatchProjectUncheckedUpdateManyInput = {
|
|
533
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
534
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
535
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
536
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
537
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
538
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
539
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
540
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
541
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
542
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
543
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
544
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
545
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export type DispatchProjectListRelationFilter = {
|
|
549
|
+
every?: Prisma.DispatchProjectWhereInput
|
|
550
|
+
some?: Prisma.DispatchProjectWhereInput
|
|
551
|
+
none?: Prisma.DispatchProjectWhereInput
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
export type DispatchProjectOrderByRelationAggregateInput = {
|
|
555
|
+
_count?: Prisma.SortOrder
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export type DispatchProjectNullableScalarRelationFilter = {
|
|
559
|
+
is?: Prisma.DispatchProjectWhereInput | null
|
|
560
|
+
isNot?: Prisma.DispatchProjectWhereInput | null
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export type DispatchProjectCountOrderByAggregateInput = {
|
|
564
|
+
id?: Prisma.SortOrder
|
|
565
|
+
no?: Prisma.SortOrder
|
|
566
|
+
name?: Prisma.SortOrder
|
|
567
|
+
type?: Prisma.SortOrder
|
|
568
|
+
logo?: Prisma.SortOrder
|
|
569
|
+
status?: Prisma.SortOrder
|
|
570
|
+
createdAt?: Prisma.SortOrder
|
|
571
|
+
updatedAt?: Prisma.SortOrder
|
|
572
|
+
activatedAt?: Prisma.SortOrder
|
|
573
|
+
deletedAt?: Prisma.SortOrder
|
|
574
|
+
userId?: Prisma.SortOrder
|
|
575
|
+
projectId?: Prisma.SortOrder
|
|
576
|
+
subsidiaryId?: Prisma.SortOrder
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export type DispatchProjectAvgOrderByAggregateInput = {
|
|
580
|
+
no?: Prisma.SortOrder
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export type DispatchProjectMaxOrderByAggregateInput = {
|
|
584
|
+
id?: Prisma.SortOrder
|
|
585
|
+
no?: Prisma.SortOrder
|
|
586
|
+
name?: Prisma.SortOrder
|
|
587
|
+
type?: Prisma.SortOrder
|
|
588
|
+
logo?: Prisma.SortOrder
|
|
589
|
+
status?: Prisma.SortOrder
|
|
590
|
+
createdAt?: Prisma.SortOrder
|
|
591
|
+
updatedAt?: Prisma.SortOrder
|
|
592
|
+
activatedAt?: Prisma.SortOrder
|
|
593
|
+
deletedAt?: Prisma.SortOrder
|
|
594
|
+
userId?: Prisma.SortOrder
|
|
595
|
+
projectId?: Prisma.SortOrder
|
|
596
|
+
subsidiaryId?: Prisma.SortOrder
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export type DispatchProjectMinOrderByAggregateInput = {
|
|
600
|
+
id?: Prisma.SortOrder
|
|
601
|
+
no?: Prisma.SortOrder
|
|
602
|
+
name?: Prisma.SortOrder
|
|
603
|
+
type?: Prisma.SortOrder
|
|
604
|
+
logo?: Prisma.SortOrder
|
|
605
|
+
status?: Prisma.SortOrder
|
|
606
|
+
createdAt?: Prisma.SortOrder
|
|
607
|
+
updatedAt?: Prisma.SortOrder
|
|
608
|
+
activatedAt?: Prisma.SortOrder
|
|
609
|
+
deletedAt?: Prisma.SortOrder
|
|
610
|
+
userId?: Prisma.SortOrder
|
|
611
|
+
projectId?: Prisma.SortOrder
|
|
612
|
+
subsidiaryId?: Prisma.SortOrder
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export type DispatchProjectSumOrderByAggregateInput = {
|
|
616
|
+
no?: Prisma.SortOrder
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export type DispatchProjectCreateNestedManyWithoutSubsidiaryInput = {
|
|
620
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput[]
|
|
621
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput[]
|
|
622
|
+
createMany?: Prisma.DispatchProjectCreateManySubsidiaryInputEnvelope
|
|
623
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutSubsidiaryInput = {
|
|
627
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput[]
|
|
628
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput[]
|
|
629
|
+
createMany?: Prisma.DispatchProjectCreateManySubsidiaryInputEnvelope
|
|
630
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export type DispatchProjectUpdateManyWithoutSubsidiaryNestedInput = {
|
|
634
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput[]
|
|
635
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput[]
|
|
636
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryInput[]
|
|
637
|
+
createMany?: Prisma.DispatchProjectCreateManySubsidiaryInputEnvelope
|
|
638
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
639
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
640
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
641
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
642
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryInput[]
|
|
643
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryInput[]
|
|
644
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
export type DispatchProjectUncheckedUpdateManyWithoutSubsidiaryNestedInput = {
|
|
648
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput[]
|
|
649
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryInput[]
|
|
650
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryInput[]
|
|
651
|
+
createMany?: Prisma.DispatchProjectCreateManySubsidiaryInputEnvelope
|
|
652
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
653
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
654
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
655
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
656
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryInput[]
|
|
657
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryInput[]
|
|
658
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export type DispatchProjectCreateNestedOneWithoutTemplateComponentInput = {
|
|
662
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTemplateComponentInput, Prisma.DispatchProjectUncheckedCreateWithoutTemplateComponentInput>
|
|
663
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTemplateComponentInput
|
|
664
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
export type DispatchProjectUpdateOneWithoutTemplateComponentNestedInput = {
|
|
668
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTemplateComponentInput, Prisma.DispatchProjectUncheckedCreateWithoutTemplateComponentInput>
|
|
669
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTemplateComponentInput
|
|
670
|
+
upsert?: Prisma.DispatchProjectUpsertWithoutTemplateComponentInput
|
|
671
|
+
disconnect?: Prisma.DispatchProjectWhereInput | boolean
|
|
672
|
+
delete?: Prisma.DispatchProjectWhereInput | boolean
|
|
673
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
674
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DispatchProjectUpdateToOneWithWhereWithoutTemplateComponentInput, Prisma.DispatchProjectUpdateWithoutTemplateComponentInput>, Prisma.DispatchProjectUncheckedUpdateWithoutTemplateComponentInput>
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export type DispatchProjectCreateNestedManyWithoutUserInput = {
|
|
678
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutUserInput, Prisma.DispatchProjectUncheckedCreateWithoutUserInput> | Prisma.DispatchProjectCreateWithoutUserInput[] | Prisma.DispatchProjectUncheckedCreateWithoutUserInput[]
|
|
679
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutUserInput | Prisma.DispatchProjectCreateOrConnectWithoutUserInput[]
|
|
680
|
+
createMany?: Prisma.DispatchProjectCreateManyUserInputEnvelope
|
|
681
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutUserInput = {
|
|
685
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutUserInput, Prisma.DispatchProjectUncheckedCreateWithoutUserInput> | Prisma.DispatchProjectCreateWithoutUserInput[] | Prisma.DispatchProjectUncheckedCreateWithoutUserInput[]
|
|
686
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutUserInput | Prisma.DispatchProjectCreateOrConnectWithoutUserInput[]
|
|
687
|
+
createMany?: Prisma.DispatchProjectCreateManyUserInputEnvelope
|
|
688
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
export type DispatchProjectUpdateManyWithoutUserNestedInput = {
|
|
692
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutUserInput, Prisma.DispatchProjectUncheckedCreateWithoutUserInput> | Prisma.DispatchProjectCreateWithoutUserInput[] | Prisma.DispatchProjectUncheckedCreateWithoutUserInput[]
|
|
693
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutUserInput | Prisma.DispatchProjectCreateOrConnectWithoutUserInput[]
|
|
694
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutUserInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutUserInput[]
|
|
695
|
+
createMany?: Prisma.DispatchProjectCreateManyUserInputEnvelope
|
|
696
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
697
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
698
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
699
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
700
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutUserInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutUserInput[]
|
|
701
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutUserInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutUserInput[]
|
|
702
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
export type DispatchProjectUncheckedUpdateManyWithoutUserNestedInput = {
|
|
706
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutUserInput, Prisma.DispatchProjectUncheckedCreateWithoutUserInput> | Prisma.DispatchProjectCreateWithoutUserInput[] | Prisma.DispatchProjectUncheckedCreateWithoutUserInput[]
|
|
707
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutUserInput | Prisma.DispatchProjectCreateOrConnectWithoutUserInput[]
|
|
708
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutUserInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutUserInput[]
|
|
709
|
+
createMany?: Prisma.DispatchProjectCreateManyUserInputEnvelope
|
|
710
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
711
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
712
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
713
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
714
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutUserInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutUserInput[]
|
|
715
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutUserInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutUserInput[]
|
|
716
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export type DispatchProjectCreateNestedManyWithoutProjectInput = {
|
|
720
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutProjectInput, Prisma.DispatchProjectUncheckedCreateWithoutProjectInput> | Prisma.DispatchProjectCreateWithoutProjectInput[] | Prisma.DispatchProjectUncheckedCreateWithoutProjectInput[]
|
|
721
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutProjectInput | Prisma.DispatchProjectCreateOrConnectWithoutProjectInput[]
|
|
722
|
+
createMany?: Prisma.DispatchProjectCreateManyProjectInputEnvelope
|
|
723
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutProjectInput = {
|
|
727
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutProjectInput, Prisma.DispatchProjectUncheckedCreateWithoutProjectInput> | Prisma.DispatchProjectCreateWithoutProjectInput[] | Prisma.DispatchProjectUncheckedCreateWithoutProjectInput[]
|
|
728
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutProjectInput | Prisma.DispatchProjectCreateOrConnectWithoutProjectInput[]
|
|
729
|
+
createMany?: Prisma.DispatchProjectCreateManyProjectInputEnvelope
|
|
730
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
export type DispatchProjectUpdateManyWithoutProjectNestedInput = {
|
|
734
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutProjectInput, Prisma.DispatchProjectUncheckedCreateWithoutProjectInput> | Prisma.DispatchProjectCreateWithoutProjectInput[] | Prisma.DispatchProjectUncheckedCreateWithoutProjectInput[]
|
|
735
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutProjectInput | Prisma.DispatchProjectCreateOrConnectWithoutProjectInput[]
|
|
736
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutProjectInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutProjectInput[]
|
|
737
|
+
createMany?: Prisma.DispatchProjectCreateManyProjectInputEnvelope
|
|
738
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
739
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
740
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
741
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
742
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutProjectInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutProjectInput[]
|
|
743
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutProjectInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutProjectInput[]
|
|
744
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export type DispatchProjectUncheckedUpdateManyWithoutProjectNestedInput = {
|
|
748
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutProjectInput, Prisma.DispatchProjectUncheckedCreateWithoutProjectInput> | Prisma.DispatchProjectCreateWithoutProjectInput[] | Prisma.DispatchProjectUncheckedCreateWithoutProjectInput[]
|
|
749
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutProjectInput | Prisma.DispatchProjectCreateOrConnectWithoutProjectInput[]
|
|
750
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutProjectInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutProjectInput[]
|
|
751
|
+
createMany?: Prisma.DispatchProjectCreateManyProjectInputEnvelope
|
|
752
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
753
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
754
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
755
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
756
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutProjectInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutProjectInput[]
|
|
757
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutProjectInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutProjectInput[]
|
|
758
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export type DispatchProjectCreateNestedManyWithoutTeamsInput = {
|
|
762
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamsInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput> | Prisma.DispatchProjectCreateWithoutTeamsInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput[]
|
|
763
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput[]
|
|
764
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutTeamsInput = {
|
|
768
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamsInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput> | Prisma.DispatchProjectCreateWithoutTeamsInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput[]
|
|
769
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput[]
|
|
770
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
export type DispatchProjectUpdateManyWithoutTeamsNestedInput = {
|
|
774
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamsInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput> | Prisma.DispatchProjectCreateWithoutTeamsInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput[]
|
|
775
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput[]
|
|
776
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamsInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamsInput[]
|
|
777
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
778
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
779
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
780
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
781
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamsInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamsInput[]
|
|
782
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamsInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamsInput[]
|
|
783
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
export type DispatchProjectUncheckedUpdateManyWithoutTeamsNestedInput = {
|
|
787
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamsInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput> | Prisma.DispatchProjectCreateWithoutTeamsInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput[]
|
|
788
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamsInput[]
|
|
789
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamsInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamsInput[]
|
|
790
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
791
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
792
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
793
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
794
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamsInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamsInput[]
|
|
795
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamsInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamsInput[]
|
|
796
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export type DispatchProjectCreateNestedOneWithoutDispatchMaterialInput = {
|
|
800
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutDispatchMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutDispatchMaterialInput>
|
|
801
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutDispatchMaterialInput
|
|
802
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export type DispatchProjectUpdateOneWithoutDispatchMaterialNestedInput = {
|
|
806
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutDispatchMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutDispatchMaterialInput>
|
|
807
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutDispatchMaterialInput
|
|
808
|
+
upsert?: Prisma.DispatchProjectUpsertWithoutDispatchMaterialInput
|
|
809
|
+
disconnect?: Prisma.DispatchProjectWhereInput | boolean
|
|
810
|
+
delete?: Prisma.DispatchProjectWhereInput | boolean
|
|
811
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
812
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DispatchProjectUpdateToOneWithWhereWithoutDispatchMaterialInput, Prisma.DispatchProjectUpdateWithoutDispatchMaterialInput>, Prisma.DispatchProjectUncheckedUpdateWithoutDispatchMaterialInput>
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export type DispatchProjectCreateNestedManyWithoutClientMaterialInput = {
|
|
816
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput> | Prisma.DispatchProjectCreateWithoutClientMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput[]
|
|
817
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput[]
|
|
818
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutClientMaterialInput = {
|
|
822
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput> | Prisma.DispatchProjectCreateWithoutClientMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput[]
|
|
823
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput[]
|
|
824
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export type DispatchProjectUpdateManyWithoutClientMaterialNestedInput = {
|
|
828
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput> | Prisma.DispatchProjectCreateWithoutClientMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput[]
|
|
829
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput[]
|
|
830
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutClientMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutClientMaterialInput[]
|
|
831
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
832
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
833
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
834
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
835
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutClientMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutClientMaterialInput[]
|
|
836
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutClientMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutClientMaterialInput[]
|
|
837
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
export type DispatchProjectUncheckedUpdateManyWithoutClientMaterialNestedInput = {
|
|
841
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput> | Prisma.DispatchProjectCreateWithoutClientMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput[]
|
|
842
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialInput[]
|
|
843
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutClientMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutClientMaterialInput[]
|
|
844
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
845
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
846
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
847
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
848
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutClientMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutClientMaterialInput[]
|
|
849
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutClientMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutClientMaterialInput[]
|
|
850
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
export type DispatchProjectCreateNestedOneWithoutClientMaterialMovementLogInput = {
|
|
854
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialMovementLogInput>
|
|
855
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialMovementLogInput
|
|
856
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
export type DispatchProjectUpdateOneWithoutClientMaterialMovementLogNestedInput = {
|
|
860
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialMovementLogInput>
|
|
861
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutClientMaterialMovementLogInput
|
|
862
|
+
upsert?: Prisma.DispatchProjectUpsertWithoutClientMaterialMovementLogInput
|
|
863
|
+
disconnect?: Prisma.DispatchProjectWhereInput | boolean
|
|
864
|
+
delete?: Prisma.DispatchProjectWhereInput | boolean
|
|
865
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
866
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DispatchProjectUpdateToOneWithWhereWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUpdateWithoutClientMaterialMovementLogInput>, Prisma.DispatchProjectUncheckedUpdateWithoutClientMaterialMovementLogInput>
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export type DispatchProjectCreateNestedManyWithoutSubsidiaryMaterialInput = {
|
|
870
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput[]
|
|
871
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput[]
|
|
872
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutSubsidiaryMaterialInput = {
|
|
876
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput[]
|
|
877
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput[]
|
|
878
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export type DispatchProjectUpdateManyWithoutSubsidiaryMaterialNestedInput = {
|
|
882
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput[]
|
|
883
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput[]
|
|
884
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryMaterialInput[]
|
|
885
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
886
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
887
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
888
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
889
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryMaterialInput[]
|
|
890
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryMaterialInput[]
|
|
891
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
export type DispatchProjectUncheckedUpdateManyWithoutSubsidiaryMaterialNestedInput = {
|
|
895
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput> | Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput[]
|
|
896
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput[]
|
|
897
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryMaterialInput[]
|
|
898
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
899
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
900
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
901
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
902
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryMaterialInput[]
|
|
903
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutSubsidiaryMaterialInput[]
|
|
904
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export type DispatchProjectCreateNestedOneWithoutSubsidiaryMaterialMovementLogInput = {
|
|
908
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialMovementLogInput>
|
|
909
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialMovementLogInput
|
|
910
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
export type DispatchProjectUpdateOneWithoutSubsidiaryMaterialMovementLogNestedInput = {
|
|
914
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialMovementLogInput>
|
|
915
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialMovementLogInput
|
|
916
|
+
upsert?: Prisma.DispatchProjectUpsertWithoutSubsidiaryMaterialMovementLogInput
|
|
917
|
+
disconnect?: Prisma.DispatchProjectWhereInput | boolean
|
|
918
|
+
delete?: Prisma.DispatchProjectWhereInput | boolean
|
|
919
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
920
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DispatchProjectUpdateToOneWithWhereWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUpdateWithoutSubsidiaryMaterialMovementLogInput>, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialMovementLogInput>
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
export type DispatchProjectCreateNestedManyWithoutTeamMaterialInput = {
|
|
924
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput> | Prisma.DispatchProjectCreateWithoutTeamMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput[]
|
|
925
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput[]
|
|
926
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutTeamMaterialInput = {
|
|
930
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput> | Prisma.DispatchProjectCreateWithoutTeamMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput[]
|
|
931
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput[]
|
|
932
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export type DispatchProjectUpdateManyWithoutTeamMaterialNestedInput = {
|
|
936
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput> | Prisma.DispatchProjectCreateWithoutTeamMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput[]
|
|
937
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput[]
|
|
938
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamMaterialInput[]
|
|
939
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
940
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
941
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
942
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
943
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamMaterialInput[]
|
|
944
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamMaterialInput[]
|
|
945
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export type DispatchProjectUncheckedUpdateManyWithoutTeamMaterialNestedInput = {
|
|
949
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput> | Prisma.DispatchProjectCreateWithoutTeamMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput[]
|
|
950
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialInput[]
|
|
951
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutTeamMaterialInput[]
|
|
952
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
953
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
954
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
955
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
956
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutTeamMaterialInput[]
|
|
957
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutTeamMaterialInput[]
|
|
958
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export type DispatchProjectCreateNestedOneWithoutTeamMaterialMovementLogInput = {
|
|
962
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialMovementLogInput>
|
|
963
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialMovementLogInput
|
|
964
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
export type DispatchProjectUpdateOneWithoutTeamMaterialMovementLogNestedInput = {
|
|
968
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialMovementLogInput>
|
|
969
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutTeamMaterialMovementLogInput
|
|
970
|
+
upsert?: Prisma.DispatchProjectUpsertWithoutTeamMaterialMovementLogInput
|
|
971
|
+
disconnect?: Prisma.DispatchProjectWhereInput | boolean
|
|
972
|
+
delete?: Prisma.DispatchProjectWhereInput | boolean
|
|
973
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput
|
|
974
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.DispatchProjectUpdateToOneWithWhereWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUpdateWithoutTeamMaterialMovementLogInput>, Prisma.DispatchProjectUncheckedUpdateWithoutTeamMaterialMovementLogInput>
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
export type DispatchProjectCreateNestedManyWithoutWorkOrderMaterialInput = {
|
|
978
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput> | Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput[]
|
|
979
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput[]
|
|
980
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
export type DispatchProjectUncheckedCreateNestedManyWithoutWorkOrderMaterialInput = {
|
|
984
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput> | Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput[]
|
|
985
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput[]
|
|
986
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
export type DispatchProjectUpdateManyWithoutWorkOrderMaterialNestedInput = {
|
|
990
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput> | Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput[]
|
|
991
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput[]
|
|
992
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutWorkOrderMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutWorkOrderMaterialInput[]
|
|
993
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
994
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
995
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
996
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
997
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutWorkOrderMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutWorkOrderMaterialInput[]
|
|
998
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutWorkOrderMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutWorkOrderMaterialInput[]
|
|
999
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export type DispatchProjectUncheckedUpdateManyWithoutWorkOrderMaterialNestedInput = {
|
|
1003
|
+
create?: Prisma.XOR<Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput> | Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput[] | Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput[]
|
|
1004
|
+
connectOrCreate?: Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput | Prisma.DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput[]
|
|
1005
|
+
upsert?: Prisma.DispatchProjectUpsertWithWhereUniqueWithoutWorkOrderMaterialInput | Prisma.DispatchProjectUpsertWithWhereUniqueWithoutWorkOrderMaterialInput[]
|
|
1006
|
+
set?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
1007
|
+
disconnect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
1008
|
+
delete?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
1009
|
+
connect?: Prisma.DispatchProjectWhereUniqueInput | Prisma.DispatchProjectWhereUniqueInput[]
|
|
1010
|
+
update?: Prisma.DispatchProjectUpdateWithWhereUniqueWithoutWorkOrderMaterialInput | Prisma.DispatchProjectUpdateWithWhereUniqueWithoutWorkOrderMaterialInput[]
|
|
1011
|
+
updateMany?: Prisma.DispatchProjectUpdateManyWithWhereWithoutWorkOrderMaterialInput | Prisma.DispatchProjectUpdateManyWithWhereWithoutWorkOrderMaterialInput[]
|
|
1012
|
+
deleteMany?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export type DispatchProjectCreateWithoutSubsidiaryInput = {
|
|
1016
|
+
id?: string
|
|
1017
|
+
no?: number
|
|
1018
|
+
name: string
|
|
1019
|
+
type: string
|
|
1020
|
+
logo?: string | null
|
|
1021
|
+
status?: string
|
|
1022
|
+
createdAt?: Date | string
|
|
1023
|
+
updatedAt?: Date | string
|
|
1024
|
+
activatedAt?: Date | string | null
|
|
1025
|
+
deletedAt?: Date | string | null
|
|
1026
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1027
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1028
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1029
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1030
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1031
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1032
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1033
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1034
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1035
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1036
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1037
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
export type DispatchProjectUncheckedCreateWithoutSubsidiaryInput = {
|
|
1041
|
+
id?: string
|
|
1042
|
+
no?: number
|
|
1043
|
+
name: string
|
|
1044
|
+
type: string
|
|
1045
|
+
logo?: string | null
|
|
1046
|
+
status?: string
|
|
1047
|
+
createdAt?: Date | string
|
|
1048
|
+
updatedAt?: Date | string
|
|
1049
|
+
activatedAt?: Date | string | null
|
|
1050
|
+
deletedAt?: Date | string | null
|
|
1051
|
+
userId?: string | null
|
|
1052
|
+
projectId?: string | null
|
|
1053
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1054
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1055
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1056
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1057
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1058
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1059
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1060
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1061
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1062
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export type DispatchProjectCreateOrConnectWithoutSubsidiaryInput = {
|
|
1066
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1067
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput>
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
export type DispatchProjectCreateManySubsidiaryInputEnvelope = {
|
|
1071
|
+
data: Prisma.DispatchProjectCreateManySubsidiaryInput | Prisma.DispatchProjectCreateManySubsidiaryInput[]
|
|
1072
|
+
skipDuplicates?: boolean
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryInput = {
|
|
1076
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1077
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryInput>
|
|
1078
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryInput>
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryInput = {
|
|
1082
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1083
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutSubsidiaryInput, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryInput>
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
export type DispatchProjectUpdateManyWithWhereWithoutSubsidiaryInput = {
|
|
1087
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
1088
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutSubsidiaryInput>
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
export type DispatchProjectScalarWhereInput = {
|
|
1092
|
+
AND?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
1093
|
+
OR?: Prisma.DispatchProjectScalarWhereInput[]
|
|
1094
|
+
NOT?: Prisma.DispatchProjectScalarWhereInput | Prisma.DispatchProjectScalarWhereInput[]
|
|
1095
|
+
id?: Prisma.StringFilter<"DispatchProject"> | string
|
|
1096
|
+
no?: Prisma.IntFilter<"DispatchProject"> | number
|
|
1097
|
+
name?: Prisma.StringFilter<"DispatchProject"> | string
|
|
1098
|
+
type?: Prisma.StringFilter<"DispatchProject"> | string
|
|
1099
|
+
logo?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
1100
|
+
status?: Prisma.StringFilter<"DispatchProject"> | string
|
|
1101
|
+
createdAt?: Prisma.DateTimeFilter<"DispatchProject"> | Date | string
|
|
1102
|
+
updatedAt?: Prisma.DateTimeFilter<"DispatchProject"> | Date | string
|
|
1103
|
+
activatedAt?: Prisma.DateTimeNullableFilter<"DispatchProject"> | Date | string | null
|
|
1104
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"DispatchProject"> | Date | string | null
|
|
1105
|
+
userId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
1106
|
+
projectId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
1107
|
+
subsidiaryId?: Prisma.StringNullableFilter<"DispatchProject"> | string | null
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
export type DispatchProjectCreateWithoutTemplateComponentInput = {
|
|
1111
|
+
id?: string
|
|
1112
|
+
no?: number
|
|
1113
|
+
name: string
|
|
1114
|
+
type: string
|
|
1115
|
+
logo?: string | null
|
|
1116
|
+
status?: string
|
|
1117
|
+
createdAt?: Date | string
|
|
1118
|
+
updatedAt?: Date | string
|
|
1119
|
+
activatedAt?: Date | string | null
|
|
1120
|
+
deletedAt?: Date | string | null
|
|
1121
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1122
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1123
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1124
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1125
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1126
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1127
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1128
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1129
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1130
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1131
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1132
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
export type DispatchProjectUncheckedCreateWithoutTemplateComponentInput = {
|
|
1136
|
+
id?: string
|
|
1137
|
+
no?: number
|
|
1138
|
+
name: string
|
|
1139
|
+
type: string
|
|
1140
|
+
logo?: string | null
|
|
1141
|
+
status?: string
|
|
1142
|
+
createdAt?: Date | string
|
|
1143
|
+
updatedAt?: Date | string
|
|
1144
|
+
activatedAt?: Date | string | null
|
|
1145
|
+
deletedAt?: Date | string | null
|
|
1146
|
+
userId?: string | null
|
|
1147
|
+
projectId?: string | null
|
|
1148
|
+
subsidiaryId?: string | null
|
|
1149
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1150
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1151
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1152
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1153
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1154
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1155
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1156
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1157
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export type DispatchProjectCreateOrConnectWithoutTemplateComponentInput = {
|
|
1161
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1162
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTemplateComponentInput, Prisma.DispatchProjectUncheckedCreateWithoutTemplateComponentInput>
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
export type DispatchProjectUpsertWithoutTemplateComponentInput = {
|
|
1166
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTemplateComponentInput, Prisma.DispatchProjectUncheckedUpdateWithoutTemplateComponentInput>
|
|
1167
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTemplateComponentInput, Prisma.DispatchProjectUncheckedCreateWithoutTemplateComponentInput>
|
|
1168
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
export type DispatchProjectUpdateToOneWithWhereWithoutTemplateComponentInput = {
|
|
1172
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1173
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTemplateComponentInput, Prisma.DispatchProjectUncheckedUpdateWithoutTemplateComponentInput>
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
export type DispatchProjectUpdateWithoutTemplateComponentInput = {
|
|
1177
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1178
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1179
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1180
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1181
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1182
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1183
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1184
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1185
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1186
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1187
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
1188
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
1189
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
1190
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
1191
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1192
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1193
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1194
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1195
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1196
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1197
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1198
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export type DispatchProjectUncheckedUpdateWithoutTemplateComponentInput = {
|
|
1202
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1203
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1204
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1205
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1206
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1207
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1208
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1209
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1210
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1211
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1212
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1213
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1214
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1215
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
1216
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1217
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1218
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1219
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1220
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1221
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1222
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1223
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
export type DispatchProjectCreateWithoutUserInput = {
|
|
1227
|
+
id?: string
|
|
1228
|
+
no?: number
|
|
1229
|
+
name: string
|
|
1230
|
+
type: string
|
|
1231
|
+
logo?: string | null
|
|
1232
|
+
status?: string
|
|
1233
|
+
createdAt?: Date | string
|
|
1234
|
+
updatedAt?: Date | string
|
|
1235
|
+
activatedAt?: Date | string | null
|
|
1236
|
+
deletedAt?: Date | string | null
|
|
1237
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1238
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1239
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1240
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1241
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1242
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1243
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1244
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1245
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1246
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1247
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1248
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
export type DispatchProjectUncheckedCreateWithoutUserInput = {
|
|
1252
|
+
id?: string
|
|
1253
|
+
no?: number
|
|
1254
|
+
name: string
|
|
1255
|
+
type: string
|
|
1256
|
+
logo?: string | null
|
|
1257
|
+
status?: string
|
|
1258
|
+
createdAt?: Date | string
|
|
1259
|
+
updatedAt?: Date | string
|
|
1260
|
+
activatedAt?: Date | string | null
|
|
1261
|
+
deletedAt?: Date | string | null
|
|
1262
|
+
projectId?: string | null
|
|
1263
|
+
subsidiaryId?: string | null
|
|
1264
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1265
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1266
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1267
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1268
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1269
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1270
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1271
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1272
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1273
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export type DispatchProjectCreateOrConnectWithoutUserInput = {
|
|
1277
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1278
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutUserInput, Prisma.DispatchProjectUncheckedCreateWithoutUserInput>
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
export type DispatchProjectCreateManyUserInputEnvelope = {
|
|
1282
|
+
data: Prisma.DispatchProjectCreateManyUserInput | Prisma.DispatchProjectCreateManyUserInput[]
|
|
1283
|
+
skipDuplicates?: boolean
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutUserInput = {
|
|
1287
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1288
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutUserInput, Prisma.DispatchProjectUncheckedUpdateWithoutUserInput>
|
|
1289
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutUserInput, Prisma.DispatchProjectUncheckedCreateWithoutUserInput>
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutUserInput = {
|
|
1293
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1294
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutUserInput, Prisma.DispatchProjectUncheckedUpdateWithoutUserInput>
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
export type DispatchProjectUpdateManyWithWhereWithoutUserInput = {
|
|
1298
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
1299
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutUserInput>
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export type DispatchProjectCreateWithoutProjectInput = {
|
|
1303
|
+
id?: string
|
|
1304
|
+
no?: number
|
|
1305
|
+
name: string
|
|
1306
|
+
type: string
|
|
1307
|
+
logo?: string | null
|
|
1308
|
+
status?: string
|
|
1309
|
+
createdAt?: Date | string
|
|
1310
|
+
updatedAt?: Date | string
|
|
1311
|
+
activatedAt?: Date | string | null
|
|
1312
|
+
deletedAt?: Date | string | null
|
|
1313
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1314
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1315
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1316
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1317
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1318
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1319
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1320
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1321
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1322
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1323
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1324
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
export type DispatchProjectUncheckedCreateWithoutProjectInput = {
|
|
1328
|
+
id?: string
|
|
1329
|
+
no?: number
|
|
1330
|
+
name: string
|
|
1331
|
+
type: string
|
|
1332
|
+
logo?: string | null
|
|
1333
|
+
status?: string
|
|
1334
|
+
createdAt?: Date | string
|
|
1335
|
+
updatedAt?: Date | string
|
|
1336
|
+
activatedAt?: Date | string | null
|
|
1337
|
+
deletedAt?: Date | string | null
|
|
1338
|
+
userId?: string | null
|
|
1339
|
+
subsidiaryId?: string | null
|
|
1340
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1341
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1342
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1343
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1344
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1345
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1346
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1347
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1348
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1349
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
export type DispatchProjectCreateOrConnectWithoutProjectInput = {
|
|
1353
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1354
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutProjectInput, Prisma.DispatchProjectUncheckedCreateWithoutProjectInput>
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
export type DispatchProjectCreateManyProjectInputEnvelope = {
|
|
1358
|
+
data: Prisma.DispatchProjectCreateManyProjectInput | Prisma.DispatchProjectCreateManyProjectInput[]
|
|
1359
|
+
skipDuplicates?: boolean
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutProjectInput = {
|
|
1363
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1364
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutProjectInput, Prisma.DispatchProjectUncheckedUpdateWithoutProjectInput>
|
|
1365
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutProjectInput, Prisma.DispatchProjectUncheckedCreateWithoutProjectInput>
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutProjectInput = {
|
|
1369
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1370
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutProjectInput, Prisma.DispatchProjectUncheckedUpdateWithoutProjectInput>
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
export type DispatchProjectUpdateManyWithWhereWithoutProjectInput = {
|
|
1374
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
1375
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutProjectInput>
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export type DispatchProjectCreateWithoutTeamsInput = {
|
|
1379
|
+
id?: string
|
|
1380
|
+
no?: number
|
|
1381
|
+
name: string
|
|
1382
|
+
type: string
|
|
1383
|
+
logo?: string | null
|
|
1384
|
+
status?: string
|
|
1385
|
+
createdAt?: Date | string
|
|
1386
|
+
updatedAt?: Date | string
|
|
1387
|
+
activatedAt?: Date | string | null
|
|
1388
|
+
deletedAt?: Date | string | null
|
|
1389
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1390
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1391
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1392
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1393
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1394
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1395
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1396
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1397
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1398
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1399
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1400
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
export type DispatchProjectUncheckedCreateWithoutTeamsInput = {
|
|
1404
|
+
id?: string
|
|
1405
|
+
no?: number
|
|
1406
|
+
name: string
|
|
1407
|
+
type: string
|
|
1408
|
+
logo?: string | null
|
|
1409
|
+
status?: string
|
|
1410
|
+
createdAt?: Date | string
|
|
1411
|
+
updatedAt?: Date | string
|
|
1412
|
+
activatedAt?: Date | string | null
|
|
1413
|
+
deletedAt?: Date | string | null
|
|
1414
|
+
userId?: string | null
|
|
1415
|
+
projectId?: string | null
|
|
1416
|
+
subsidiaryId?: string | null
|
|
1417
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1418
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1419
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1420
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1421
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1422
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1423
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1424
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1425
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
export type DispatchProjectCreateOrConnectWithoutTeamsInput = {
|
|
1429
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1430
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamsInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput>
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutTeamsInput = {
|
|
1434
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1435
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTeamsInput, Prisma.DispatchProjectUncheckedUpdateWithoutTeamsInput>
|
|
1436
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamsInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamsInput>
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutTeamsInput = {
|
|
1440
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1441
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTeamsInput, Prisma.DispatchProjectUncheckedUpdateWithoutTeamsInput>
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
export type DispatchProjectUpdateManyWithWhereWithoutTeamsInput = {
|
|
1445
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
1446
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutTeamsInput>
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
export type DispatchProjectCreateWithoutDispatchMaterialInput = {
|
|
1450
|
+
id?: string
|
|
1451
|
+
no?: number
|
|
1452
|
+
name: string
|
|
1453
|
+
type: string
|
|
1454
|
+
logo?: string | null
|
|
1455
|
+
status?: string
|
|
1456
|
+
createdAt?: Date | string
|
|
1457
|
+
updatedAt?: Date | string
|
|
1458
|
+
activatedAt?: Date | string | null
|
|
1459
|
+
deletedAt?: Date | string | null
|
|
1460
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1461
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1462
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1463
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1464
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1465
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1466
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1467
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1468
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1469
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1470
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1471
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1472
|
+
}
|
|
1473
|
+
|
|
1474
|
+
export type DispatchProjectUncheckedCreateWithoutDispatchMaterialInput = {
|
|
1475
|
+
id?: string
|
|
1476
|
+
no?: number
|
|
1477
|
+
name: string
|
|
1478
|
+
type: string
|
|
1479
|
+
logo?: string | null
|
|
1480
|
+
status?: string
|
|
1481
|
+
createdAt?: Date | string
|
|
1482
|
+
updatedAt?: Date | string
|
|
1483
|
+
activatedAt?: Date | string | null
|
|
1484
|
+
deletedAt?: Date | string | null
|
|
1485
|
+
userId?: string | null
|
|
1486
|
+
projectId?: string | null
|
|
1487
|
+
subsidiaryId?: string | null
|
|
1488
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1489
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1490
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1491
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1492
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1493
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1494
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1495
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1496
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
export type DispatchProjectCreateOrConnectWithoutDispatchMaterialInput = {
|
|
1500
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1501
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutDispatchMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutDispatchMaterialInput>
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
export type DispatchProjectUpsertWithoutDispatchMaterialInput = {
|
|
1505
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutDispatchMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutDispatchMaterialInput>
|
|
1506
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutDispatchMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutDispatchMaterialInput>
|
|
1507
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
export type DispatchProjectUpdateToOneWithWhereWithoutDispatchMaterialInput = {
|
|
1511
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1512
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutDispatchMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutDispatchMaterialInput>
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
export type DispatchProjectUpdateWithoutDispatchMaterialInput = {
|
|
1516
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1517
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1518
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1519
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1520
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1521
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1522
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1523
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1524
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1525
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1526
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
1527
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
1528
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
1529
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
1530
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1531
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1532
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1533
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1534
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
1535
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1536
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1537
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
export type DispatchProjectUncheckedUpdateWithoutDispatchMaterialInput = {
|
|
1541
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1542
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1543
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1544
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1545
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1546
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1547
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1548
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1549
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1550
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1551
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1552
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1553
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1554
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
1555
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1556
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1557
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1558
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1559
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1560
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1561
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1562
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
export type DispatchProjectCreateWithoutClientMaterialInput = {
|
|
1566
|
+
id?: string
|
|
1567
|
+
no?: number
|
|
1568
|
+
name: string
|
|
1569
|
+
type: string
|
|
1570
|
+
logo?: string | null
|
|
1571
|
+
status?: string
|
|
1572
|
+
createdAt?: Date | string
|
|
1573
|
+
updatedAt?: Date | string
|
|
1574
|
+
activatedAt?: Date | string | null
|
|
1575
|
+
deletedAt?: Date | string | null
|
|
1576
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1577
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1578
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1579
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1580
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1581
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1582
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1583
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1584
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1585
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1586
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1587
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
export type DispatchProjectUncheckedCreateWithoutClientMaterialInput = {
|
|
1591
|
+
id?: string
|
|
1592
|
+
no?: number
|
|
1593
|
+
name: string
|
|
1594
|
+
type: string
|
|
1595
|
+
logo?: string | null
|
|
1596
|
+
status?: string
|
|
1597
|
+
createdAt?: Date | string
|
|
1598
|
+
updatedAt?: Date | string
|
|
1599
|
+
activatedAt?: Date | string | null
|
|
1600
|
+
deletedAt?: Date | string | null
|
|
1601
|
+
userId?: string | null
|
|
1602
|
+
projectId?: string | null
|
|
1603
|
+
subsidiaryId?: string | null
|
|
1604
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1605
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1606
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1607
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1608
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1609
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1610
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1611
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1612
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
export type DispatchProjectCreateOrConnectWithoutClientMaterialInput = {
|
|
1616
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1617
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput>
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutClientMaterialInput = {
|
|
1621
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1622
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutClientMaterialInput>
|
|
1623
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialInput>
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutClientMaterialInput = {
|
|
1627
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1628
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutClientMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutClientMaterialInput>
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
export type DispatchProjectUpdateManyWithWhereWithoutClientMaterialInput = {
|
|
1632
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
1633
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutClientMaterialInput>
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
export type DispatchProjectCreateWithoutClientMaterialMovementLogInput = {
|
|
1637
|
+
id?: string
|
|
1638
|
+
no?: number
|
|
1639
|
+
name: string
|
|
1640
|
+
type: string
|
|
1641
|
+
logo?: string | null
|
|
1642
|
+
status?: string
|
|
1643
|
+
createdAt?: Date | string
|
|
1644
|
+
updatedAt?: Date | string
|
|
1645
|
+
activatedAt?: Date | string | null
|
|
1646
|
+
deletedAt?: Date | string | null
|
|
1647
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1648
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1649
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1650
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1651
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1652
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1653
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1654
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1655
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1656
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1657
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1658
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
export type DispatchProjectUncheckedCreateWithoutClientMaterialMovementLogInput = {
|
|
1662
|
+
id?: string
|
|
1663
|
+
no?: number
|
|
1664
|
+
name: string
|
|
1665
|
+
type: string
|
|
1666
|
+
logo?: string | null
|
|
1667
|
+
status?: string
|
|
1668
|
+
createdAt?: Date | string
|
|
1669
|
+
updatedAt?: Date | string
|
|
1670
|
+
activatedAt?: Date | string | null
|
|
1671
|
+
deletedAt?: Date | string | null
|
|
1672
|
+
userId?: string | null
|
|
1673
|
+
projectId?: string | null
|
|
1674
|
+
subsidiaryId?: string | null
|
|
1675
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1676
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1677
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1678
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1679
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1680
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1681
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1682
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1683
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
export type DispatchProjectCreateOrConnectWithoutClientMaterialMovementLogInput = {
|
|
1687
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1688
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialMovementLogInput>
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
export type DispatchProjectUpsertWithoutClientMaterialMovementLogInput = {
|
|
1692
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUncheckedUpdateWithoutClientMaterialMovementLogInput>
|
|
1693
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutClientMaterialMovementLogInput>
|
|
1694
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
export type DispatchProjectUpdateToOneWithWhereWithoutClientMaterialMovementLogInput = {
|
|
1698
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1699
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutClientMaterialMovementLogInput, Prisma.DispatchProjectUncheckedUpdateWithoutClientMaterialMovementLogInput>
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
export type DispatchProjectUpdateWithoutClientMaterialMovementLogInput = {
|
|
1703
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1704
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1705
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1706
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1707
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1708
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1709
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1710
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1711
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1712
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1713
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
1714
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
1715
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
1716
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
1717
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1718
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1719
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1720
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1721
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1722
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
1723
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1724
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
export type DispatchProjectUncheckedUpdateWithoutClientMaterialMovementLogInput = {
|
|
1728
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1729
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1730
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1731
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1732
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1733
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1734
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1735
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1736
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1737
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1738
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1739
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1740
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1741
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
1742
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1743
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1744
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1745
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1746
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1747
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1748
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1749
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
export type DispatchProjectCreateWithoutSubsidiaryMaterialInput = {
|
|
1753
|
+
id?: string
|
|
1754
|
+
no?: number
|
|
1755
|
+
name: string
|
|
1756
|
+
type: string
|
|
1757
|
+
logo?: string | null
|
|
1758
|
+
status?: string
|
|
1759
|
+
createdAt?: Date | string
|
|
1760
|
+
updatedAt?: Date | string
|
|
1761
|
+
activatedAt?: Date | string | null
|
|
1762
|
+
deletedAt?: Date | string | null
|
|
1763
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1764
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1765
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1766
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1767
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1768
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1769
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1770
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1771
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1772
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1773
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1774
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
export type DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput = {
|
|
1778
|
+
id?: string
|
|
1779
|
+
no?: number
|
|
1780
|
+
name: string
|
|
1781
|
+
type: string
|
|
1782
|
+
logo?: string | null
|
|
1783
|
+
status?: string
|
|
1784
|
+
createdAt?: Date | string
|
|
1785
|
+
updatedAt?: Date | string
|
|
1786
|
+
activatedAt?: Date | string | null
|
|
1787
|
+
deletedAt?: Date | string | null
|
|
1788
|
+
userId?: string | null
|
|
1789
|
+
projectId?: string | null
|
|
1790
|
+
subsidiaryId?: string | null
|
|
1791
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1792
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1793
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1794
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1795
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1796
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1797
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1798
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1799
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
export type DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialInput = {
|
|
1803
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1804
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput>
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutSubsidiaryMaterialInput = {
|
|
1808
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1809
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialInput>
|
|
1810
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialInput>
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutSubsidiaryMaterialInput = {
|
|
1814
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1815
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutSubsidiaryMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialInput>
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
export type DispatchProjectUpdateManyWithWhereWithoutSubsidiaryMaterialInput = {
|
|
1819
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
1820
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutSubsidiaryMaterialInput>
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
export type DispatchProjectCreateWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1824
|
+
id?: string
|
|
1825
|
+
no?: number
|
|
1826
|
+
name: string
|
|
1827
|
+
type: string
|
|
1828
|
+
logo?: string | null
|
|
1829
|
+
status?: string
|
|
1830
|
+
createdAt?: Date | string
|
|
1831
|
+
updatedAt?: Date | string
|
|
1832
|
+
activatedAt?: Date | string | null
|
|
1833
|
+
deletedAt?: Date | string | null
|
|
1834
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1835
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1836
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1837
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1838
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1839
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1840
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1841
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1842
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1843
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1844
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1845
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
export type DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1849
|
+
id?: string
|
|
1850
|
+
no?: number
|
|
1851
|
+
name: string
|
|
1852
|
+
type: string
|
|
1853
|
+
logo?: string | null
|
|
1854
|
+
status?: string
|
|
1855
|
+
createdAt?: Date | string
|
|
1856
|
+
updatedAt?: Date | string
|
|
1857
|
+
activatedAt?: Date | string | null
|
|
1858
|
+
deletedAt?: Date | string | null
|
|
1859
|
+
userId?: string | null
|
|
1860
|
+
projectId?: string | null
|
|
1861
|
+
subsidiaryId?: string | null
|
|
1862
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1863
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1864
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1865
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1866
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1867
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1868
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1869
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1870
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
export type DispatchProjectCreateOrConnectWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1874
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1875
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialMovementLogInput>
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
export type DispatchProjectUpsertWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1879
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialMovementLogInput>
|
|
1880
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutSubsidiaryMaterialMovementLogInput>
|
|
1881
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
export type DispatchProjectUpdateToOneWithWhereWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1885
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
1886
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutSubsidiaryMaterialMovementLogInput, Prisma.DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialMovementLogInput>
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
export type DispatchProjectUpdateWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1890
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1891
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1892
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1893
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1894
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1895
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1896
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1897
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1898
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1899
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1900
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
1901
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
1902
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
1903
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
1904
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1905
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1906
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1907
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1908
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
1909
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
1910
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1911
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
export type DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialMovementLogInput = {
|
|
1915
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1916
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1917
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1918
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1919
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1920
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1921
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1922
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1923
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1924
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1925
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1926
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1927
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1928
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
1929
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1930
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1931
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1932
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1933
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1934
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1935
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1936
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
export type DispatchProjectCreateWithoutTeamMaterialInput = {
|
|
1940
|
+
id?: string
|
|
1941
|
+
no?: number
|
|
1942
|
+
name: string
|
|
1943
|
+
type: string
|
|
1944
|
+
logo?: string | null
|
|
1945
|
+
status?: string
|
|
1946
|
+
createdAt?: Date | string
|
|
1947
|
+
updatedAt?: Date | string
|
|
1948
|
+
activatedAt?: Date | string | null
|
|
1949
|
+
deletedAt?: Date | string | null
|
|
1950
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
1951
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
1952
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
1953
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
1954
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1955
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1956
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1957
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
1958
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
1959
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1960
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1961
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
export type DispatchProjectUncheckedCreateWithoutTeamMaterialInput = {
|
|
1965
|
+
id?: string
|
|
1966
|
+
no?: number
|
|
1967
|
+
name: string
|
|
1968
|
+
type: string
|
|
1969
|
+
logo?: string | null
|
|
1970
|
+
status?: string
|
|
1971
|
+
createdAt?: Date | string
|
|
1972
|
+
updatedAt?: Date | string
|
|
1973
|
+
activatedAt?: Date | string | null
|
|
1974
|
+
deletedAt?: Date | string | null
|
|
1975
|
+
userId?: string | null
|
|
1976
|
+
projectId?: string | null
|
|
1977
|
+
subsidiaryId?: string | null
|
|
1978
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
1979
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1980
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1981
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1982
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1983
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1984
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1985
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1986
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
export type DispatchProjectCreateOrConnectWithoutTeamMaterialInput = {
|
|
1990
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1991
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput>
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutTeamMaterialInput = {
|
|
1995
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
1996
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutTeamMaterialInput>
|
|
1997
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialInput>
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutTeamMaterialInput = {
|
|
2001
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
2002
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTeamMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutTeamMaterialInput>
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
export type DispatchProjectUpdateManyWithWhereWithoutTeamMaterialInput = {
|
|
2006
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
2007
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutTeamMaterialInput>
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
export type DispatchProjectCreateWithoutTeamMaterialMovementLogInput = {
|
|
2011
|
+
id?: string
|
|
2012
|
+
no?: number
|
|
2013
|
+
name: string
|
|
2014
|
+
type: string
|
|
2015
|
+
logo?: string | null
|
|
2016
|
+
status?: string
|
|
2017
|
+
createdAt?: Date | string
|
|
2018
|
+
updatedAt?: Date | string
|
|
2019
|
+
activatedAt?: Date | string | null
|
|
2020
|
+
deletedAt?: Date | string | null
|
|
2021
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
2022
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
2023
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
2024
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
2025
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2026
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2027
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2028
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2029
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2030
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
2031
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
2032
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
export type DispatchProjectUncheckedCreateWithoutTeamMaterialMovementLogInput = {
|
|
2036
|
+
id?: string
|
|
2037
|
+
no?: number
|
|
2038
|
+
name: string
|
|
2039
|
+
type: string
|
|
2040
|
+
logo?: string | null
|
|
2041
|
+
status?: string
|
|
2042
|
+
createdAt?: Date | string
|
|
2043
|
+
updatedAt?: Date | string
|
|
2044
|
+
activatedAt?: Date | string | null
|
|
2045
|
+
deletedAt?: Date | string | null
|
|
2046
|
+
userId?: string | null
|
|
2047
|
+
projectId?: string | null
|
|
2048
|
+
subsidiaryId?: string | null
|
|
2049
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
2050
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2051
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2052
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2053
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2054
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2055
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2056
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2057
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
export type DispatchProjectCreateOrConnectWithoutTeamMaterialMovementLogInput = {
|
|
2061
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
2062
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialMovementLogInput>
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
export type DispatchProjectUpsertWithoutTeamMaterialMovementLogInput = {
|
|
2066
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUncheckedUpdateWithoutTeamMaterialMovementLogInput>
|
|
2067
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUncheckedCreateWithoutTeamMaterialMovementLogInput>
|
|
2068
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
export type DispatchProjectUpdateToOneWithWhereWithoutTeamMaterialMovementLogInput = {
|
|
2072
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
2073
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutTeamMaterialMovementLogInput, Prisma.DispatchProjectUncheckedUpdateWithoutTeamMaterialMovementLogInput>
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
export type DispatchProjectUpdateWithoutTeamMaterialMovementLogInput = {
|
|
2077
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2078
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2079
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2080
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2081
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2082
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2083
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2084
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2085
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2086
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2087
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2088
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2089
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2090
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2091
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2092
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2093
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2094
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2095
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2096
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2097
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2098
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
export type DispatchProjectUncheckedUpdateWithoutTeamMaterialMovementLogInput = {
|
|
2102
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2103
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2104
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2105
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2106
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2107
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2108
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2109
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2110
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2111
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2112
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2113
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2114
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2115
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2116
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2117
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2118
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2119
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2120
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2121
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2122
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2123
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
export type DispatchProjectCreateWithoutWorkOrderMaterialInput = {
|
|
2127
|
+
id?: string
|
|
2128
|
+
no?: number
|
|
2129
|
+
name: string
|
|
2130
|
+
type: string
|
|
2131
|
+
logo?: string | null
|
|
2132
|
+
status?: string
|
|
2133
|
+
createdAt?: Date | string
|
|
2134
|
+
updatedAt?: Date | string
|
|
2135
|
+
activatedAt?: Date | string | null
|
|
2136
|
+
deletedAt?: Date | string | null
|
|
2137
|
+
teams?: Prisma.DispatchTeamCreateNestedManyWithoutDispatchProjectsInput
|
|
2138
|
+
Project?: Prisma.ProjectCreateNestedOneWithoutDispatchProjectInput
|
|
2139
|
+
User?: Prisma.UserCreateNestedOneWithoutDispatchProjectInput
|
|
2140
|
+
subsidiary?: Prisma.CamusatCountryCreateNestedOneWithoutDispatchProjectInput
|
|
2141
|
+
DispatchMaterial?: Prisma.DispatchMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2142
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2143
|
+
clientMaterial?: Prisma.clientMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2144
|
+
teamMaterial?: Prisma.TeamMaterialCreateNestedManyWithoutDispatchProjectInput
|
|
2145
|
+
templateComponent?: Prisma.TemplateComponentCreateNestedManyWithoutDispatchProjectInput
|
|
2146
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
2147
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
2148
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogCreateNestedManyWithoutDispatchProjectInput
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
export type DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput = {
|
|
2152
|
+
id?: string
|
|
2153
|
+
no?: number
|
|
2154
|
+
name: string
|
|
2155
|
+
type: string
|
|
2156
|
+
logo?: string | null
|
|
2157
|
+
status?: string
|
|
2158
|
+
createdAt?: Date | string
|
|
2159
|
+
updatedAt?: Date | string
|
|
2160
|
+
activatedAt?: Date | string | null
|
|
2161
|
+
deletedAt?: Date | string | null
|
|
2162
|
+
userId?: string | null
|
|
2163
|
+
projectId?: string | null
|
|
2164
|
+
subsidiaryId?: string | null
|
|
2165
|
+
teams?: Prisma.DispatchTeamUncheckedCreateNestedManyWithoutDispatchProjectsInput
|
|
2166
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2167
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2168
|
+
clientMaterial?: Prisma.clientMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2169
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2170
|
+
templateComponent?: Prisma.TemplateComponentUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2171
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2172
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2173
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedCreateNestedManyWithoutDispatchProjectInput
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
export type DispatchProjectCreateOrConnectWithoutWorkOrderMaterialInput = {
|
|
2177
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
2178
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput>
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
export type DispatchProjectUpsertWithWhereUniqueWithoutWorkOrderMaterialInput = {
|
|
2182
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
2183
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutWorkOrderMaterialInput>
|
|
2184
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedCreateWithoutWorkOrderMaterialInput>
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
export type DispatchProjectUpdateWithWhereUniqueWithoutWorkOrderMaterialInput = {
|
|
2188
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
2189
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateWithoutWorkOrderMaterialInput, Prisma.DispatchProjectUncheckedUpdateWithoutWorkOrderMaterialInput>
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
export type DispatchProjectUpdateManyWithWhereWithoutWorkOrderMaterialInput = {
|
|
2193
|
+
where: Prisma.DispatchProjectScalarWhereInput
|
|
2194
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyWithoutWorkOrderMaterialInput>
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
export type DispatchProjectCreateManySubsidiaryInput = {
|
|
2198
|
+
id?: string
|
|
2199
|
+
no?: number
|
|
2200
|
+
name: string
|
|
2201
|
+
type: string
|
|
2202
|
+
logo?: string | null
|
|
2203
|
+
status?: string
|
|
2204
|
+
createdAt?: Date | string
|
|
2205
|
+
updatedAt?: Date | string
|
|
2206
|
+
activatedAt?: Date | string | null
|
|
2207
|
+
deletedAt?: Date | string | null
|
|
2208
|
+
userId?: string | null
|
|
2209
|
+
projectId?: string | null
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
export type DispatchProjectUpdateWithoutSubsidiaryInput = {
|
|
2213
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2214
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2215
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2216
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2217
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2218
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2219
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2220
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2221
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2222
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2223
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2224
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2225
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2226
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2227
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2228
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2229
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2230
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2231
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2232
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2233
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2234
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
export type DispatchProjectUncheckedUpdateWithoutSubsidiaryInput = {
|
|
2238
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2239
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2240
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2241
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2242
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2243
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2244
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2245
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2246
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2247
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2248
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2249
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2250
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2251
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2252
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2253
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2254
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2255
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2256
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2257
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2258
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2259
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
export type DispatchProjectUncheckedUpdateManyWithoutSubsidiaryInput = {
|
|
2263
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2264
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2265
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2266
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2267
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2268
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2269
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2270
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2271
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2272
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2273
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2274
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
export type DispatchProjectCreateManyUserInput = {
|
|
2278
|
+
id?: string
|
|
2279
|
+
no?: number
|
|
2280
|
+
name: string
|
|
2281
|
+
type: string
|
|
2282
|
+
logo?: string | null
|
|
2283
|
+
status?: string
|
|
2284
|
+
createdAt?: Date | string
|
|
2285
|
+
updatedAt?: Date | string
|
|
2286
|
+
activatedAt?: Date | string | null
|
|
2287
|
+
deletedAt?: Date | string | null
|
|
2288
|
+
projectId?: string | null
|
|
2289
|
+
subsidiaryId?: string | null
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
export type DispatchProjectUpdateWithoutUserInput = {
|
|
2293
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2294
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2295
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2296
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2297
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2298
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2299
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2300
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2301
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2302
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2303
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2304
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2305
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2306
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2307
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2308
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2309
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2310
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2311
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2312
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2313
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2314
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
export type DispatchProjectUncheckedUpdateWithoutUserInput = {
|
|
2318
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2319
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2320
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2321
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2322
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2323
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2324
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2325
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2326
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2327
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2328
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2329
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2330
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2331
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2332
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2333
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2334
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2335
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2336
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2337
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2338
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2339
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
export type DispatchProjectUncheckedUpdateManyWithoutUserInput = {
|
|
2343
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2344
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2345
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2346
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2347
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2348
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2349
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2350
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2351
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2352
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2353
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2354
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
export type DispatchProjectCreateManyProjectInput = {
|
|
2358
|
+
id?: string
|
|
2359
|
+
no?: number
|
|
2360
|
+
name: string
|
|
2361
|
+
type: string
|
|
2362
|
+
logo?: string | null
|
|
2363
|
+
status?: string
|
|
2364
|
+
createdAt?: Date | string
|
|
2365
|
+
updatedAt?: Date | string
|
|
2366
|
+
activatedAt?: Date | string | null
|
|
2367
|
+
deletedAt?: Date | string | null
|
|
2368
|
+
userId?: string | null
|
|
2369
|
+
subsidiaryId?: string | null
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
export type DispatchProjectUpdateWithoutProjectInput = {
|
|
2373
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2374
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2375
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2376
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2377
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2378
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2379
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2380
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2381
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2382
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2383
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2384
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2385
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2386
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2387
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2388
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2389
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2390
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2391
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2392
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2393
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2394
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
export type DispatchProjectUncheckedUpdateWithoutProjectInput = {
|
|
2398
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2399
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2400
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2401
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2402
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2403
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2404
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2405
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2406
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2407
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2408
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2409
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2410
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2411
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2412
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2413
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2414
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2415
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2416
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2417
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2418
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2419
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
export type DispatchProjectUncheckedUpdateManyWithoutProjectInput = {
|
|
2423
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2424
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2425
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2426
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2427
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2428
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2429
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2430
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2431
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2432
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2433
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2434
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
export type DispatchProjectUpdateWithoutTeamsInput = {
|
|
2438
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2439
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2440
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2441
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2442
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2443
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2444
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2445
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2446
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2447
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2448
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2449
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2450
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2451
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2452
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2453
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2454
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2455
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2456
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2457
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2458
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2459
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
export type DispatchProjectUncheckedUpdateWithoutTeamsInput = {
|
|
2463
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2464
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2465
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2466
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2467
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2468
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2469
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2470
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2471
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2472
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2473
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2474
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2475
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2476
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2477
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2478
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2479
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2480
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2481
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2482
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2483
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2484
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
export type DispatchProjectUncheckedUpdateManyWithoutTeamsInput = {
|
|
2488
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2489
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2490
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2491
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2492
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2493
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2494
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2495
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2496
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2497
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2498
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2499
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2500
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
export type DispatchProjectUpdateWithoutClientMaterialInput = {
|
|
2504
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2505
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2506
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2507
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2508
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2509
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2510
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2511
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2512
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2513
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2514
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2515
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2516
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2517
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2518
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2519
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2520
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2521
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2522
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2523
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2524
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2525
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
export type DispatchProjectUncheckedUpdateWithoutClientMaterialInput = {
|
|
2529
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2530
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2531
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2532
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2533
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2534
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2535
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2536
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2537
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2538
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2539
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2540
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2541
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2542
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2543
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2544
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2545
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2546
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2547
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2548
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2549
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2550
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
export type DispatchProjectUncheckedUpdateManyWithoutClientMaterialInput = {
|
|
2554
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2555
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2556
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2557
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2558
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2559
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2560
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2561
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2562
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2563
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2564
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2565
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2566
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
export type DispatchProjectUpdateWithoutSubsidiaryMaterialInput = {
|
|
2570
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2571
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2572
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2573
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2574
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2575
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2576
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2577
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2578
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2579
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2580
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2581
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2582
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2583
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2584
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2585
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2586
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2587
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2588
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2589
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2590
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2591
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
export type DispatchProjectUncheckedUpdateWithoutSubsidiaryMaterialInput = {
|
|
2595
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2596
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2597
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2598
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2599
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2600
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2601
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2602
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2603
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2604
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2605
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2606
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2607
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2608
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2609
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2610
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2611
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2612
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2613
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2614
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2615
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2616
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
export type DispatchProjectUncheckedUpdateManyWithoutSubsidiaryMaterialInput = {
|
|
2620
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2621
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2622
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2623
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2624
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2625
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2626
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2627
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2628
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2629
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2630
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2631
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2632
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
export type DispatchProjectUpdateWithoutTeamMaterialInput = {
|
|
2636
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2637
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2638
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2639
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2640
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2641
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2642
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2643
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2644
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2645
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2646
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2647
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2648
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2649
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2650
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2651
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2652
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2653
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2654
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2655
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2656
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2657
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
export type DispatchProjectUncheckedUpdateWithoutTeamMaterialInput = {
|
|
2661
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2662
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2663
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2664
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2665
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2666
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2667
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2668
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2669
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2670
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2671
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2672
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2673
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2674
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2675
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2676
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2677
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2678
|
+
workOrderMaterial?: Prisma.WorkOrderMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2679
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2680
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2681
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2682
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
export type DispatchProjectUncheckedUpdateManyWithoutTeamMaterialInput = {
|
|
2686
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2687
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2688
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2689
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2690
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2691
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2692
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2693
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2694
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2695
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2696
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2697
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2698
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
export type DispatchProjectUpdateWithoutWorkOrderMaterialInput = {
|
|
2702
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2703
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2704
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2705
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2706
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2707
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2708
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2709
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2710
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2711
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2712
|
+
teams?: Prisma.DispatchTeamUpdateManyWithoutDispatchProjectsNestedInput
|
|
2713
|
+
Project?: Prisma.ProjectUpdateOneWithoutDispatchProjectNestedInput
|
|
2714
|
+
User?: Prisma.UserUpdateOneWithoutDispatchProjectNestedInput
|
|
2715
|
+
subsidiary?: Prisma.CamusatCountryUpdateOneWithoutDispatchProjectNestedInput
|
|
2716
|
+
DispatchMaterial?: Prisma.DispatchMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2717
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2718
|
+
clientMaterial?: Prisma.clientMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2719
|
+
teamMaterial?: Prisma.TeamMaterialUpdateManyWithoutDispatchProjectNestedInput
|
|
2720
|
+
templateComponent?: Prisma.TemplateComponentUpdateManyWithoutDispatchProjectNestedInput
|
|
2721
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2722
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2723
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUpdateManyWithoutDispatchProjectNestedInput
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
export type DispatchProjectUncheckedUpdateWithoutWorkOrderMaterialInput = {
|
|
2727
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2728
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2729
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2730
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2731
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2732
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2733
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2734
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2735
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2736
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2737
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2738
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2739
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2740
|
+
teams?: Prisma.DispatchTeamUncheckedUpdateManyWithoutDispatchProjectsNestedInput
|
|
2741
|
+
DispatchMaterial?: Prisma.DispatchMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2742
|
+
SubsidiaryMaterial?: Prisma.SubsidiaryMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2743
|
+
clientMaterial?: Prisma.clientMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2744
|
+
teamMaterial?: Prisma.TeamMaterialUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2745
|
+
templateComponent?: Prisma.TemplateComponentUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2746
|
+
clientMaterialMovementLog?: Prisma.clientMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2747
|
+
teamMaterialMovementLog?: Prisma.TeamMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2748
|
+
subsidiaryMaterialMovementLog?: Prisma.SubsidiaryMaterialMovementLogUncheckedUpdateManyWithoutDispatchProjectNestedInput
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
export type DispatchProjectUncheckedUpdateManyWithoutWorkOrderMaterialInput = {
|
|
2752
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2753
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2754
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2755
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2756
|
+
logo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2757
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2758
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2759
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2760
|
+
activatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2761
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2762
|
+
userId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2763
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2764
|
+
subsidiaryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
|
|
2768
|
+
/**
|
|
2769
|
+
* Count Type DispatchProjectCountOutputType
|
|
2770
|
+
*/
|
|
2771
|
+
|
|
2772
|
+
export type DispatchProjectCountOutputType = {
|
|
2773
|
+
teams: number
|
|
2774
|
+
DispatchMaterial: number
|
|
2775
|
+
SubsidiaryMaterial: number
|
|
2776
|
+
clientMaterial: number
|
|
2777
|
+
teamMaterial: number
|
|
2778
|
+
workOrderMaterial: number
|
|
2779
|
+
templateComponent: number
|
|
2780
|
+
clientMaterialMovementLog: number
|
|
2781
|
+
teamMaterialMovementLog: number
|
|
2782
|
+
subsidiaryMaterialMovementLog: number
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2785
|
+
export type DispatchProjectCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2786
|
+
teams?: boolean | DispatchProjectCountOutputTypeCountTeamsArgs
|
|
2787
|
+
DispatchMaterial?: boolean | DispatchProjectCountOutputTypeCountDispatchMaterialArgs
|
|
2788
|
+
SubsidiaryMaterial?: boolean | DispatchProjectCountOutputTypeCountSubsidiaryMaterialArgs
|
|
2789
|
+
clientMaterial?: boolean | DispatchProjectCountOutputTypeCountClientMaterialArgs
|
|
2790
|
+
teamMaterial?: boolean | DispatchProjectCountOutputTypeCountTeamMaterialArgs
|
|
2791
|
+
workOrderMaterial?: boolean | DispatchProjectCountOutputTypeCountWorkOrderMaterialArgs
|
|
2792
|
+
templateComponent?: boolean | DispatchProjectCountOutputTypeCountTemplateComponentArgs
|
|
2793
|
+
clientMaterialMovementLog?: boolean | DispatchProjectCountOutputTypeCountClientMaterialMovementLogArgs
|
|
2794
|
+
teamMaterialMovementLog?: boolean | DispatchProjectCountOutputTypeCountTeamMaterialMovementLogArgs
|
|
2795
|
+
subsidiaryMaterialMovementLog?: boolean | DispatchProjectCountOutputTypeCountSubsidiaryMaterialMovementLogArgs
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
/**
|
|
2799
|
+
* DispatchProjectCountOutputType without action
|
|
2800
|
+
*/
|
|
2801
|
+
export type DispatchProjectCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2802
|
+
/**
|
|
2803
|
+
* Select specific fields to fetch from the DispatchProjectCountOutputType
|
|
2804
|
+
*/
|
|
2805
|
+
select?: Prisma.DispatchProjectCountOutputTypeSelect<ExtArgs> | null
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
/**
|
|
2809
|
+
* DispatchProjectCountOutputType without action
|
|
2810
|
+
*/
|
|
2811
|
+
export type DispatchProjectCountOutputTypeCountTeamsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2812
|
+
where?: Prisma.DispatchTeamWhereInput
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
/**
|
|
2816
|
+
* DispatchProjectCountOutputType without action
|
|
2817
|
+
*/
|
|
2818
|
+
export type DispatchProjectCountOutputTypeCountDispatchMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2819
|
+
where?: Prisma.DispatchMaterialWhereInput
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2822
|
+
/**
|
|
2823
|
+
* DispatchProjectCountOutputType without action
|
|
2824
|
+
*/
|
|
2825
|
+
export type DispatchProjectCountOutputTypeCountSubsidiaryMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2826
|
+
where?: Prisma.SubsidiaryMaterialWhereInput
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
/**
|
|
2830
|
+
* DispatchProjectCountOutputType without action
|
|
2831
|
+
*/
|
|
2832
|
+
export type DispatchProjectCountOutputTypeCountClientMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2833
|
+
where?: Prisma.clientMaterialWhereInput
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2836
|
+
/**
|
|
2837
|
+
* DispatchProjectCountOutputType without action
|
|
2838
|
+
*/
|
|
2839
|
+
export type DispatchProjectCountOutputTypeCountTeamMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2840
|
+
where?: Prisma.TeamMaterialWhereInput
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
/**
|
|
2844
|
+
* DispatchProjectCountOutputType without action
|
|
2845
|
+
*/
|
|
2846
|
+
export type DispatchProjectCountOutputTypeCountWorkOrderMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2847
|
+
where?: Prisma.WorkOrderMaterialWhereInput
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
/**
|
|
2851
|
+
* DispatchProjectCountOutputType without action
|
|
2852
|
+
*/
|
|
2853
|
+
export type DispatchProjectCountOutputTypeCountTemplateComponentArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2854
|
+
where?: Prisma.TemplateComponentWhereInput
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
/**
|
|
2858
|
+
* DispatchProjectCountOutputType without action
|
|
2859
|
+
*/
|
|
2860
|
+
export type DispatchProjectCountOutputTypeCountClientMaterialMovementLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2861
|
+
where?: Prisma.clientMaterialMovementLogWhereInput
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
/**
|
|
2865
|
+
* DispatchProjectCountOutputType without action
|
|
2866
|
+
*/
|
|
2867
|
+
export type DispatchProjectCountOutputTypeCountTeamMaterialMovementLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2868
|
+
where?: Prisma.TeamMaterialMovementLogWhereInput
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
/**
|
|
2872
|
+
* DispatchProjectCountOutputType without action
|
|
2873
|
+
*/
|
|
2874
|
+
export type DispatchProjectCountOutputTypeCountSubsidiaryMaterialMovementLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2875
|
+
where?: Prisma.SubsidiaryMaterialMovementLogWhereInput
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
|
|
2879
|
+
export type DispatchProjectSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2880
|
+
id?: boolean
|
|
2881
|
+
no?: boolean
|
|
2882
|
+
name?: boolean
|
|
2883
|
+
type?: boolean
|
|
2884
|
+
logo?: boolean
|
|
2885
|
+
status?: boolean
|
|
2886
|
+
createdAt?: boolean
|
|
2887
|
+
updatedAt?: boolean
|
|
2888
|
+
activatedAt?: boolean
|
|
2889
|
+
deletedAt?: boolean
|
|
2890
|
+
userId?: boolean
|
|
2891
|
+
projectId?: boolean
|
|
2892
|
+
subsidiaryId?: boolean
|
|
2893
|
+
teams?: boolean | Prisma.DispatchProject$teamsArgs<ExtArgs>
|
|
2894
|
+
Project?: boolean | Prisma.DispatchProject$ProjectArgs<ExtArgs>
|
|
2895
|
+
User?: boolean | Prisma.DispatchProject$UserArgs<ExtArgs>
|
|
2896
|
+
subsidiary?: boolean | Prisma.DispatchProject$subsidiaryArgs<ExtArgs>
|
|
2897
|
+
DispatchMaterial?: boolean | Prisma.DispatchProject$DispatchMaterialArgs<ExtArgs>
|
|
2898
|
+
SubsidiaryMaterial?: boolean | Prisma.DispatchProject$SubsidiaryMaterialArgs<ExtArgs>
|
|
2899
|
+
clientMaterial?: boolean | Prisma.DispatchProject$clientMaterialArgs<ExtArgs>
|
|
2900
|
+
teamMaterial?: boolean | Prisma.DispatchProject$teamMaterialArgs<ExtArgs>
|
|
2901
|
+
workOrderMaterial?: boolean | Prisma.DispatchProject$workOrderMaterialArgs<ExtArgs>
|
|
2902
|
+
templateComponent?: boolean | Prisma.DispatchProject$templateComponentArgs<ExtArgs>
|
|
2903
|
+
clientMaterialMovementLog?: boolean | Prisma.DispatchProject$clientMaterialMovementLogArgs<ExtArgs>
|
|
2904
|
+
teamMaterialMovementLog?: boolean | Prisma.DispatchProject$teamMaterialMovementLogArgs<ExtArgs>
|
|
2905
|
+
subsidiaryMaterialMovementLog?: boolean | Prisma.DispatchProject$subsidiaryMaterialMovementLogArgs<ExtArgs>
|
|
2906
|
+
_count?: boolean | Prisma.DispatchProjectCountOutputTypeDefaultArgs<ExtArgs>
|
|
2907
|
+
}, ExtArgs["result"]["dispatchProject"]>
|
|
2908
|
+
|
|
2909
|
+
export type DispatchProjectSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2910
|
+
id?: boolean
|
|
2911
|
+
no?: boolean
|
|
2912
|
+
name?: boolean
|
|
2913
|
+
type?: boolean
|
|
2914
|
+
logo?: boolean
|
|
2915
|
+
status?: boolean
|
|
2916
|
+
createdAt?: boolean
|
|
2917
|
+
updatedAt?: boolean
|
|
2918
|
+
activatedAt?: boolean
|
|
2919
|
+
deletedAt?: boolean
|
|
2920
|
+
userId?: boolean
|
|
2921
|
+
projectId?: boolean
|
|
2922
|
+
subsidiaryId?: boolean
|
|
2923
|
+
Project?: boolean | Prisma.DispatchProject$ProjectArgs<ExtArgs>
|
|
2924
|
+
User?: boolean | Prisma.DispatchProject$UserArgs<ExtArgs>
|
|
2925
|
+
subsidiary?: boolean | Prisma.DispatchProject$subsidiaryArgs<ExtArgs>
|
|
2926
|
+
}, ExtArgs["result"]["dispatchProject"]>
|
|
2927
|
+
|
|
2928
|
+
export type DispatchProjectSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2929
|
+
id?: boolean
|
|
2930
|
+
no?: boolean
|
|
2931
|
+
name?: boolean
|
|
2932
|
+
type?: boolean
|
|
2933
|
+
logo?: boolean
|
|
2934
|
+
status?: boolean
|
|
2935
|
+
createdAt?: boolean
|
|
2936
|
+
updatedAt?: boolean
|
|
2937
|
+
activatedAt?: boolean
|
|
2938
|
+
deletedAt?: boolean
|
|
2939
|
+
userId?: boolean
|
|
2940
|
+
projectId?: boolean
|
|
2941
|
+
subsidiaryId?: boolean
|
|
2942
|
+
Project?: boolean | Prisma.DispatchProject$ProjectArgs<ExtArgs>
|
|
2943
|
+
User?: boolean | Prisma.DispatchProject$UserArgs<ExtArgs>
|
|
2944
|
+
subsidiary?: boolean | Prisma.DispatchProject$subsidiaryArgs<ExtArgs>
|
|
2945
|
+
}, ExtArgs["result"]["dispatchProject"]>
|
|
2946
|
+
|
|
2947
|
+
export type DispatchProjectSelectScalar = {
|
|
2948
|
+
id?: boolean
|
|
2949
|
+
no?: boolean
|
|
2950
|
+
name?: boolean
|
|
2951
|
+
type?: boolean
|
|
2952
|
+
logo?: boolean
|
|
2953
|
+
status?: boolean
|
|
2954
|
+
createdAt?: boolean
|
|
2955
|
+
updatedAt?: boolean
|
|
2956
|
+
activatedAt?: boolean
|
|
2957
|
+
deletedAt?: boolean
|
|
2958
|
+
userId?: boolean
|
|
2959
|
+
projectId?: boolean
|
|
2960
|
+
subsidiaryId?: boolean
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
export type DispatchProjectOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "no" | "name" | "type" | "logo" | "status" | "createdAt" | "updatedAt" | "activatedAt" | "deletedAt" | "userId" | "projectId" | "subsidiaryId", ExtArgs["result"]["dispatchProject"]>
|
|
2964
|
+
export type DispatchProjectInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2965
|
+
teams?: boolean | Prisma.DispatchProject$teamsArgs<ExtArgs>
|
|
2966
|
+
Project?: boolean | Prisma.DispatchProject$ProjectArgs<ExtArgs>
|
|
2967
|
+
User?: boolean | Prisma.DispatchProject$UserArgs<ExtArgs>
|
|
2968
|
+
subsidiary?: boolean | Prisma.DispatchProject$subsidiaryArgs<ExtArgs>
|
|
2969
|
+
DispatchMaterial?: boolean | Prisma.DispatchProject$DispatchMaterialArgs<ExtArgs>
|
|
2970
|
+
SubsidiaryMaterial?: boolean | Prisma.DispatchProject$SubsidiaryMaterialArgs<ExtArgs>
|
|
2971
|
+
clientMaterial?: boolean | Prisma.DispatchProject$clientMaterialArgs<ExtArgs>
|
|
2972
|
+
teamMaterial?: boolean | Prisma.DispatchProject$teamMaterialArgs<ExtArgs>
|
|
2973
|
+
workOrderMaterial?: boolean | Prisma.DispatchProject$workOrderMaterialArgs<ExtArgs>
|
|
2974
|
+
templateComponent?: boolean | Prisma.DispatchProject$templateComponentArgs<ExtArgs>
|
|
2975
|
+
clientMaterialMovementLog?: boolean | Prisma.DispatchProject$clientMaterialMovementLogArgs<ExtArgs>
|
|
2976
|
+
teamMaterialMovementLog?: boolean | Prisma.DispatchProject$teamMaterialMovementLogArgs<ExtArgs>
|
|
2977
|
+
subsidiaryMaterialMovementLog?: boolean | Prisma.DispatchProject$subsidiaryMaterialMovementLogArgs<ExtArgs>
|
|
2978
|
+
_count?: boolean | Prisma.DispatchProjectCountOutputTypeDefaultArgs<ExtArgs>
|
|
2979
|
+
}
|
|
2980
|
+
export type DispatchProjectIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2981
|
+
Project?: boolean | Prisma.DispatchProject$ProjectArgs<ExtArgs>
|
|
2982
|
+
User?: boolean | Prisma.DispatchProject$UserArgs<ExtArgs>
|
|
2983
|
+
subsidiary?: boolean | Prisma.DispatchProject$subsidiaryArgs<ExtArgs>
|
|
2984
|
+
}
|
|
2985
|
+
export type DispatchProjectIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2986
|
+
Project?: boolean | Prisma.DispatchProject$ProjectArgs<ExtArgs>
|
|
2987
|
+
User?: boolean | Prisma.DispatchProject$UserArgs<ExtArgs>
|
|
2988
|
+
subsidiary?: boolean | Prisma.DispatchProject$subsidiaryArgs<ExtArgs>
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
export type $DispatchProjectPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2992
|
+
name: "DispatchProject"
|
|
2993
|
+
objects: {
|
|
2994
|
+
teams: Prisma.$DispatchTeamPayload<ExtArgs>[]
|
|
2995
|
+
Project: Prisma.$ProjectPayload<ExtArgs> | null
|
|
2996
|
+
User: Prisma.$UserPayload<ExtArgs> | null
|
|
2997
|
+
subsidiary: Prisma.$CamusatCountryPayload<ExtArgs> | null
|
|
2998
|
+
DispatchMaterial: Prisma.$DispatchMaterialPayload<ExtArgs>[]
|
|
2999
|
+
SubsidiaryMaterial: Prisma.$SubsidiaryMaterialPayload<ExtArgs>[]
|
|
3000
|
+
clientMaterial: Prisma.$clientMaterialPayload<ExtArgs>[]
|
|
3001
|
+
teamMaterial: Prisma.$TeamMaterialPayload<ExtArgs>[]
|
|
3002
|
+
workOrderMaterial: Prisma.$WorkOrderMaterialPayload<ExtArgs>[]
|
|
3003
|
+
templateComponent: Prisma.$TemplateComponentPayload<ExtArgs>[]
|
|
3004
|
+
clientMaterialMovementLog: Prisma.$clientMaterialMovementLogPayload<ExtArgs>[]
|
|
3005
|
+
teamMaterialMovementLog: Prisma.$TeamMaterialMovementLogPayload<ExtArgs>[]
|
|
3006
|
+
subsidiaryMaterialMovementLog: Prisma.$SubsidiaryMaterialMovementLogPayload<ExtArgs>[]
|
|
3007
|
+
}
|
|
3008
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
3009
|
+
id: string
|
|
3010
|
+
no: number
|
|
3011
|
+
name: string
|
|
3012
|
+
type: string
|
|
3013
|
+
logo: string | null
|
|
3014
|
+
status: string
|
|
3015
|
+
createdAt: Date
|
|
3016
|
+
updatedAt: Date
|
|
3017
|
+
activatedAt: Date | null
|
|
3018
|
+
deletedAt: Date | null
|
|
3019
|
+
userId: string | null
|
|
3020
|
+
projectId: string | null
|
|
3021
|
+
subsidiaryId: string | null
|
|
3022
|
+
}, ExtArgs["result"]["dispatchProject"]>
|
|
3023
|
+
composites: {}
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
export type DispatchProjectGetPayload<S extends boolean | null | undefined | DispatchProjectDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload, S>
|
|
3027
|
+
|
|
3028
|
+
export type DispatchProjectCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
3029
|
+
Omit<DispatchProjectFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
3030
|
+
select?: DispatchProjectCountAggregateInputType | true
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
export interface DispatchProjectDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
3034
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['DispatchProject'], meta: { name: 'DispatchProject' } }
|
|
3035
|
+
/**
|
|
3036
|
+
* Find zero or one DispatchProject that matches the filter.
|
|
3037
|
+
* @param {DispatchProjectFindUniqueArgs} args - Arguments to find a DispatchProject
|
|
3038
|
+
* @example
|
|
3039
|
+
* // Get one DispatchProject
|
|
3040
|
+
* const dispatchProject = await prisma.dispatchProject.findUnique({
|
|
3041
|
+
* where: {
|
|
3042
|
+
* // ... provide filter here
|
|
3043
|
+
* }
|
|
3044
|
+
* })
|
|
3045
|
+
*/
|
|
3046
|
+
findUnique<T extends DispatchProjectFindUniqueArgs>(args: Prisma.SelectSubset<T, DispatchProjectFindUniqueArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3047
|
+
|
|
3048
|
+
/**
|
|
3049
|
+
* Find one DispatchProject that matches the filter or throw an error with `error.code='P2025'`
|
|
3050
|
+
* if no matches were found.
|
|
3051
|
+
* @param {DispatchProjectFindUniqueOrThrowArgs} args - Arguments to find a DispatchProject
|
|
3052
|
+
* @example
|
|
3053
|
+
* // Get one DispatchProject
|
|
3054
|
+
* const dispatchProject = await prisma.dispatchProject.findUniqueOrThrow({
|
|
3055
|
+
* where: {
|
|
3056
|
+
* // ... provide filter here
|
|
3057
|
+
* }
|
|
3058
|
+
* })
|
|
3059
|
+
*/
|
|
3060
|
+
findUniqueOrThrow<T extends DispatchProjectFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, DispatchProjectFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3061
|
+
|
|
3062
|
+
/**
|
|
3063
|
+
* Find the first DispatchProject that matches the filter.
|
|
3064
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3065
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3066
|
+
* @param {DispatchProjectFindFirstArgs} args - Arguments to find a DispatchProject
|
|
3067
|
+
* @example
|
|
3068
|
+
* // Get one DispatchProject
|
|
3069
|
+
* const dispatchProject = await prisma.dispatchProject.findFirst({
|
|
3070
|
+
* where: {
|
|
3071
|
+
* // ... provide filter here
|
|
3072
|
+
* }
|
|
3073
|
+
* })
|
|
3074
|
+
*/
|
|
3075
|
+
findFirst<T extends DispatchProjectFindFirstArgs>(args?: Prisma.SelectSubset<T, DispatchProjectFindFirstArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3076
|
+
|
|
3077
|
+
/**
|
|
3078
|
+
* Find the first DispatchProject that matches the filter or
|
|
3079
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
3080
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3081
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3082
|
+
* @param {DispatchProjectFindFirstOrThrowArgs} args - Arguments to find a DispatchProject
|
|
3083
|
+
* @example
|
|
3084
|
+
* // Get one DispatchProject
|
|
3085
|
+
* const dispatchProject = await prisma.dispatchProject.findFirstOrThrow({
|
|
3086
|
+
* where: {
|
|
3087
|
+
* // ... provide filter here
|
|
3088
|
+
* }
|
|
3089
|
+
* })
|
|
3090
|
+
*/
|
|
3091
|
+
findFirstOrThrow<T extends DispatchProjectFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, DispatchProjectFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3092
|
+
|
|
3093
|
+
/**
|
|
3094
|
+
* Find zero or more DispatchProjects that matches the filter.
|
|
3095
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3096
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3097
|
+
* @param {DispatchProjectFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
3098
|
+
* @example
|
|
3099
|
+
* // Get all DispatchProjects
|
|
3100
|
+
* const dispatchProjects = await prisma.dispatchProject.findMany()
|
|
3101
|
+
*
|
|
3102
|
+
* // Get first 10 DispatchProjects
|
|
3103
|
+
* const dispatchProjects = await prisma.dispatchProject.findMany({ take: 10 })
|
|
3104
|
+
*
|
|
3105
|
+
* // Only select the `id`
|
|
3106
|
+
* const dispatchProjectWithIdOnly = await prisma.dispatchProject.findMany({ select: { id: true } })
|
|
3107
|
+
*
|
|
3108
|
+
*/
|
|
3109
|
+
findMany<T extends DispatchProjectFindManyArgs>(args?: Prisma.SelectSubset<T, DispatchProjectFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
3110
|
+
|
|
3111
|
+
/**
|
|
3112
|
+
* Create a DispatchProject.
|
|
3113
|
+
* @param {DispatchProjectCreateArgs} args - Arguments to create a DispatchProject.
|
|
3114
|
+
* @example
|
|
3115
|
+
* // Create one DispatchProject
|
|
3116
|
+
* const DispatchProject = await prisma.dispatchProject.create({
|
|
3117
|
+
* data: {
|
|
3118
|
+
* // ... data to create a DispatchProject
|
|
3119
|
+
* }
|
|
3120
|
+
* })
|
|
3121
|
+
*
|
|
3122
|
+
*/
|
|
3123
|
+
create<T extends DispatchProjectCreateArgs>(args: Prisma.SelectSubset<T, DispatchProjectCreateArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3124
|
+
|
|
3125
|
+
/**
|
|
3126
|
+
* Create many DispatchProjects.
|
|
3127
|
+
* @param {DispatchProjectCreateManyArgs} args - Arguments to create many DispatchProjects.
|
|
3128
|
+
* @example
|
|
3129
|
+
* // Create many DispatchProjects
|
|
3130
|
+
* const dispatchProject = await prisma.dispatchProject.createMany({
|
|
3131
|
+
* data: [
|
|
3132
|
+
* // ... provide data here
|
|
3133
|
+
* ]
|
|
3134
|
+
* })
|
|
3135
|
+
*
|
|
3136
|
+
*/
|
|
3137
|
+
createMany<T extends DispatchProjectCreateManyArgs>(args?: Prisma.SelectSubset<T, DispatchProjectCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* Create many DispatchProjects and returns the data saved in the database.
|
|
3141
|
+
* @param {DispatchProjectCreateManyAndReturnArgs} args - Arguments to create many DispatchProjects.
|
|
3142
|
+
* @example
|
|
3143
|
+
* // Create many DispatchProjects
|
|
3144
|
+
* const dispatchProject = await prisma.dispatchProject.createManyAndReturn({
|
|
3145
|
+
* data: [
|
|
3146
|
+
* // ... provide data here
|
|
3147
|
+
* ]
|
|
3148
|
+
* })
|
|
3149
|
+
*
|
|
3150
|
+
* // Create many DispatchProjects and only return the `id`
|
|
3151
|
+
* const dispatchProjectWithIdOnly = await prisma.dispatchProject.createManyAndReturn({
|
|
3152
|
+
* select: { id: true },
|
|
3153
|
+
* data: [
|
|
3154
|
+
* // ... provide data here
|
|
3155
|
+
* ]
|
|
3156
|
+
* })
|
|
3157
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3158
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3159
|
+
*
|
|
3160
|
+
*/
|
|
3161
|
+
createManyAndReturn<T extends DispatchProjectCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, DispatchProjectCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
3162
|
+
|
|
3163
|
+
/**
|
|
3164
|
+
* Delete a DispatchProject.
|
|
3165
|
+
* @param {DispatchProjectDeleteArgs} args - Arguments to delete one DispatchProject.
|
|
3166
|
+
* @example
|
|
3167
|
+
* // Delete one DispatchProject
|
|
3168
|
+
* const DispatchProject = await prisma.dispatchProject.delete({
|
|
3169
|
+
* where: {
|
|
3170
|
+
* // ... filter to delete one DispatchProject
|
|
3171
|
+
* }
|
|
3172
|
+
* })
|
|
3173
|
+
*
|
|
3174
|
+
*/
|
|
3175
|
+
delete<T extends DispatchProjectDeleteArgs>(args: Prisma.SelectSubset<T, DispatchProjectDeleteArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3176
|
+
|
|
3177
|
+
/**
|
|
3178
|
+
* Update one DispatchProject.
|
|
3179
|
+
* @param {DispatchProjectUpdateArgs} args - Arguments to update one DispatchProject.
|
|
3180
|
+
* @example
|
|
3181
|
+
* // Update one DispatchProject
|
|
3182
|
+
* const dispatchProject = await prisma.dispatchProject.update({
|
|
3183
|
+
* where: {
|
|
3184
|
+
* // ... provide filter here
|
|
3185
|
+
* },
|
|
3186
|
+
* data: {
|
|
3187
|
+
* // ... provide data here
|
|
3188
|
+
* }
|
|
3189
|
+
* })
|
|
3190
|
+
*
|
|
3191
|
+
*/
|
|
3192
|
+
update<T extends DispatchProjectUpdateArgs>(args: Prisma.SelectSubset<T, DispatchProjectUpdateArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3193
|
+
|
|
3194
|
+
/**
|
|
3195
|
+
* Delete zero or more DispatchProjects.
|
|
3196
|
+
* @param {DispatchProjectDeleteManyArgs} args - Arguments to filter DispatchProjects to delete.
|
|
3197
|
+
* @example
|
|
3198
|
+
* // Delete a few DispatchProjects
|
|
3199
|
+
* const { count } = await prisma.dispatchProject.deleteMany({
|
|
3200
|
+
* where: {
|
|
3201
|
+
* // ... provide filter here
|
|
3202
|
+
* }
|
|
3203
|
+
* })
|
|
3204
|
+
*
|
|
3205
|
+
*/
|
|
3206
|
+
deleteMany<T extends DispatchProjectDeleteManyArgs>(args?: Prisma.SelectSubset<T, DispatchProjectDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
3207
|
+
|
|
3208
|
+
/**
|
|
3209
|
+
* Update zero or more DispatchProjects.
|
|
3210
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3211
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3212
|
+
* @param {DispatchProjectUpdateManyArgs} args - Arguments to update one or more rows.
|
|
3213
|
+
* @example
|
|
3214
|
+
* // Update many DispatchProjects
|
|
3215
|
+
* const dispatchProject = await prisma.dispatchProject.updateMany({
|
|
3216
|
+
* where: {
|
|
3217
|
+
* // ... provide filter here
|
|
3218
|
+
* },
|
|
3219
|
+
* data: {
|
|
3220
|
+
* // ... provide data here
|
|
3221
|
+
* }
|
|
3222
|
+
* })
|
|
3223
|
+
*
|
|
3224
|
+
*/
|
|
3225
|
+
updateMany<T extends DispatchProjectUpdateManyArgs>(args: Prisma.SelectSubset<T, DispatchProjectUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
3226
|
+
|
|
3227
|
+
/**
|
|
3228
|
+
* Update zero or more DispatchProjects and returns the data updated in the database.
|
|
3229
|
+
* @param {DispatchProjectUpdateManyAndReturnArgs} args - Arguments to update many DispatchProjects.
|
|
3230
|
+
* @example
|
|
3231
|
+
* // Update many DispatchProjects
|
|
3232
|
+
* const dispatchProject = await prisma.dispatchProject.updateManyAndReturn({
|
|
3233
|
+
* where: {
|
|
3234
|
+
* // ... provide filter here
|
|
3235
|
+
* },
|
|
3236
|
+
* data: [
|
|
3237
|
+
* // ... provide data here
|
|
3238
|
+
* ]
|
|
3239
|
+
* })
|
|
3240
|
+
*
|
|
3241
|
+
* // Update zero or more DispatchProjects and only return the `id`
|
|
3242
|
+
* const dispatchProjectWithIdOnly = await prisma.dispatchProject.updateManyAndReturn({
|
|
3243
|
+
* select: { id: true },
|
|
3244
|
+
* where: {
|
|
3245
|
+
* // ... provide filter here
|
|
3246
|
+
* },
|
|
3247
|
+
* data: [
|
|
3248
|
+
* // ... provide data here
|
|
3249
|
+
* ]
|
|
3250
|
+
* })
|
|
3251
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3252
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3253
|
+
*
|
|
3254
|
+
*/
|
|
3255
|
+
updateManyAndReturn<T extends DispatchProjectUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, DispatchProjectUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
3256
|
+
|
|
3257
|
+
/**
|
|
3258
|
+
* Create or update one DispatchProject.
|
|
3259
|
+
* @param {DispatchProjectUpsertArgs} args - Arguments to update or create a DispatchProject.
|
|
3260
|
+
* @example
|
|
3261
|
+
* // Update or create a DispatchProject
|
|
3262
|
+
* const dispatchProject = await prisma.dispatchProject.upsert({
|
|
3263
|
+
* create: {
|
|
3264
|
+
* // ... data to create a DispatchProject
|
|
3265
|
+
* },
|
|
3266
|
+
* update: {
|
|
3267
|
+
* // ... in case it already exists, update
|
|
3268
|
+
* },
|
|
3269
|
+
* where: {
|
|
3270
|
+
* // ... the filter for the DispatchProject we want to update
|
|
3271
|
+
* }
|
|
3272
|
+
* })
|
|
3273
|
+
*/
|
|
3274
|
+
upsert<T extends DispatchProjectUpsertArgs>(args: Prisma.SelectSubset<T, DispatchProjectUpsertArgs<ExtArgs>>): Prisma.Prisma__DispatchProjectClient<runtime.Types.Result.GetResult<Prisma.$DispatchProjectPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
/**
|
|
3278
|
+
* Count the number of DispatchProjects.
|
|
3279
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3280
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3281
|
+
* @param {DispatchProjectCountArgs} args - Arguments to filter DispatchProjects to count.
|
|
3282
|
+
* @example
|
|
3283
|
+
* // Count the number of DispatchProjects
|
|
3284
|
+
* const count = await prisma.dispatchProject.count({
|
|
3285
|
+
* where: {
|
|
3286
|
+
* // ... the filter for the DispatchProjects we want to count
|
|
3287
|
+
* }
|
|
3288
|
+
* })
|
|
3289
|
+
**/
|
|
3290
|
+
count<T extends DispatchProjectCountArgs>(
|
|
3291
|
+
args?: Prisma.Subset<T, DispatchProjectCountArgs>,
|
|
3292
|
+
): Prisma.PrismaPromise<
|
|
3293
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
3294
|
+
? T['select'] extends true
|
|
3295
|
+
? number
|
|
3296
|
+
: Prisma.GetScalarType<T['select'], DispatchProjectCountAggregateOutputType>
|
|
3297
|
+
: number
|
|
3298
|
+
>
|
|
3299
|
+
|
|
3300
|
+
/**
|
|
3301
|
+
* Allows you to perform aggregations operations on a DispatchProject.
|
|
3302
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3303
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3304
|
+
* @param {DispatchProjectAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
3305
|
+
* @example
|
|
3306
|
+
* // Ordered by age ascending
|
|
3307
|
+
* // Where email contains prisma.io
|
|
3308
|
+
* // Limited to the 10 users
|
|
3309
|
+
* const aggregations = await prisma.user.aggregate({
|
|
3310
|
+
* _avg: {
|
|
3311
|
+
* age: true,
|
|
3312
|
+
* },
|
|
3313
|
+
* where: {
|
|
3314
|
+
* email: {
|
|
3315
|
+
* contains: "prisma.io",
|
|
3316
|
+
* },
|
|
3317
|
+
* },
|
|
3318
|
+
* orderBy: {
|
|
3319
|
+
* age: "asc",
|
|
3320
|
+
* },
|
|
3321
|
+
* take: 10,
|
|
3322
|
+
* })
|
|
3323
|
+
**/
|
|
3324
|
+
aggregate<T extends DispatchProjectAggregateArgs>(args: Prisma.Subset<T, DispatchProjectAggregateArgs>): Prisma.PrismaPromise<GetDispatchProjectAggregateType<T>>
|
|
3325
|
+
|
|
3326
|
+
/**
|
|
3327
|
+
* Group by DispatchProject.
|
|
3328
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3329
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3330
|
+
* @param {DispatchProjectGroupByArgs} args - Group by arguments.
|
|
3331
|
+
* @example
|
|
3332
|
+
* // Group by city, order by createdAt, get count
|
|
3333
|
+
* const result = await prisma.user.groupBy({
|
|
3334
|
+
* by: ['city', 'createdAt'],
|
|
3335
|
+
* orderBy: {
|
|
3336
|
+
* createdAt: true
|
|
3337
|
+
* },
|
|
3338
|
+
* _count: {
|
|
3339
|
+
* _all: true
|
|
3340
|
+
* },
|
|
3341
|
+
* })
|
|
3342
|
+
*
|
|
3343
|
+
**/
|
|
3344
|
+
groupBy<
|
|
3345
|
+
T extends DispatchProjectGroupByArgs,
|
|
3346
|
+
HasSelectOrTake extends Prisma.Or<
|
|
3347
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
3348
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
3349
|
+
>,
|
|
3350
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
3351
|
+
? { orderBy: DispatchProjectGroupByArgs['orderBy'] }
|
|
3352
|
+
: { orderBy?: DispatchProjectGroupByArgs['orderBy'] },
|
|
3353
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
3354
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
3355
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
3356
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
3357
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
3358
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
3359
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
3360
|
+
? `Error: "by" must not be empty.`
|
|
3361
|
+
: HavingValid extends Prisma.False
|
|
3362
|
+
? {
|
|
3363
|
+
[P in HavingFields]: P extends ByFields
|
|
3364
|
+
? never
|
|
3365
|
+
: P extends string
|
|
3366
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
3367
|
+
: [
|
|
3368
|
+
Error,
|
|
3369
|
+
'Field ',
|
|
3370
|
+
P,
|
|
3371
|
+
` in "having" needs to be provided in "by"`,
|
|
3372
|
+
]
|
|
3373
|
+
}[HavingFields]
|
|
3374
|
+
: 'take' extends Prisma.Keys<T>
|
|
3375
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
3376
|
+
? ByValid extends Prisma.True
|
|
3377
|
+
? {}
|
|
3378
|
+
: {
|
|
3379
|
+
[P in OrderFields]: P extends ByFields
|
|
3380
|
+
? never
|
|
3381
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
3382
|
+
}[OrderFields]
|
|
3383
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
3384
|
+
: 'skip' extends Prisma.Keys<T>
|
|
3385
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
3386
|
+
? ByValid extends Prisma.True
|
|
3387
|
+
? {}
|
|
3388
|
+
: {
|
|
3389
|
+
[P in OrderFields]: P extends ByFields
|
|
3390
|
+
? never
|
|
3391
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
3392
|
+
}[OrderFields]
|
|
3393
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
3394
|
+
: ByValid extends Prisma.True
|
|
3395
|
+
? {}
|
|
3396
|
+
: {
|
|
3397
|
+
[P in OrderFields]: P extends ByFields
|
|
3398
|
+
? never
|
|
3399
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
3400
|
+
}[OrderFields]
|
|
3401
|
+
>(args: Prisma.SubsetIntersection<T, DispatchProjectGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetDispatchProjectGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
3402
|
+
/**
|
|
3403
|
+
* Fields of the DispatchProject model
|
|
3404
|
+
*/
|
|
3405
|
+
readonly fields: DispatchProjectFieldRefs;
|
|
3406
|
+
}
|
|
3407
|
+
|
|
3408
|
+
/**
|
|
3409
|
+
* The delegate class that acts as a "Promise-like" for DispatchProject.
|
|
3410
|
+
* Why is this prefixed with `Prisma__`?
|
|
3411
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
3412
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
3413
|
+
*/
|
|
3414
|
+
export interface Prisma__DispatchProjectClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
3415
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
3416
|
+
teams<T extends Prisma.DispatchProject$teamsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$teamsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DispatchTeamPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3417
|
+
Project<T extends Prisma.DispatchProject$ProjectArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$ProjectArgs<ExtArgs>>): Prisma.Prisma__ProjectClient<runtime.Types.Result.GetResult<Prisma.$ProjectPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3418
|
+
User<T extends Prisma.DispatchProject$UserArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$UserArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3419
|
+
subsidiary<T extends Prisma.DispatchProject$subsidiaryArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$subsidiaryArgs<ExtArgs>>): Prisma.Prisma__CamusatCountryClient<runtime.Types.Result.GetResult<Prisma.$CamusatCountryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3420
|
+
DispatchMaterial<T extends Prisma.DispatchProject$DispatchMaterialArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$DispatchMaterialArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DispatchMaterialPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3421
|
+
SubsidiaryMaterial<T extends Prisma.DispatchProject$SubsidiaryMaterialArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$SubsidiaryMaterialArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SubsidiaryMaterialPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3422
|
+
clientMaterial<T extends Prisma.DispatchProject$clientMaterialArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$clientMaterialArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$clientMaterialPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3423
|
+
teamMaterial<T extends Prisma.DispatchProject$teamMaterialArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$teamMaterialArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TeamMaterialPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3424
|
+
workOrderMaterial<T extends Prisma.DispatchProject$workOrderMaterialArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$workOrderMaterialArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WorkOrderMaterialPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3425
|
+
templateComponent<T extends Prisma.DispatchProject$templateComponentArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$templateComponentArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TemplateComponentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3426
|
+
clientMaterialMovementLog<T extends Prisma.DispatchProject$clientMaterialMovementLogArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$clientMaterialMovementLogArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$clientMaterialMovementLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3427
|
+
teamMaterialMovementLog<T extends Prisma.DispatchProject$teamMaterialMovementLogArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$teamMaterialMovementLogArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TeamMaterialMovementLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3428
|
+
subsidiaryMaterialMovementLog<T extends Prisma.DispatchProject$subsidiaryMaterialMovementLogArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DispatchProject$subsidiaryMaterialMovementLogArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SubsidiaryMaterialMovementLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3429
|
+
/**
|
|
3430
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
3431
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
3432
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
3433
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
3434
|
+
*/
|
|
3435
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
|
|
3436
|
+
/**
|
|
3437
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
3438
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
3439
|
+
* @returns A Promise for the completion of the callback.
|
|
3440
|
+
*/
|
|
3441
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
3442
|
+
/**
|
|
3443
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
3444
|
+
* resolved value cannot be modified from the callback.
|
|
3445
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
3446
|
+
* @returns A Promise for the completion of the callback.
|
|
3447
|
+
*/
|
|
3448
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
|
|
3452
|
+
|
|
3453
|
+
|
|
3454
|
+
/**
|
|
3455
|
+
* Fields of the DispatchProject model
|
|
3456
|
+
*/
|
|
3457
|
+
export interface DispatchProjectFieldRefs {
|
|
3458
|
+
readonly id: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3459
|
+
readonly no: Prisma.FieldRef<"DispatchProject", 'Int'>
|
|
3460
|
+
readonly name: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3461
|
+
readonly type: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3462
|
+
readonly logo: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3463
|
+
readonly status: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3464
|
+
readonly createdAt: Prisma.FieldRef<"DispatchProject", 'DateTime'>
|
|
3465
|
+
readonly updatedAt: Prisma.FieldRef<"DispatchProject", 'DateTime'>
|
|
3466
|
+
readonly activatedAt: Prisma.FieldRef<"DispatchProject", 'DateTime'>
|
|
3467
|
+
readonly deletedAt: Prisma.FieldRef<"DispatchProject", 'DateTime'>
|
|
3468
|
+
readonly userId: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3469
|
+
readonly projectId: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3470
|
+
readonly subsidiaryId: Prisma.FieldRef<"DispatchProject", 'String'>
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
|
|
3474
|
+
// Custom InputTypes
|
|
3475
|
+
/**
|
|
3476
|
+
* DispatchProject findUnique
|
|
3477
|
+
*/
|
|
3478
|
+
export type DispatchProjectFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3479
|
+
/**
|
|
3480
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3481
|
+
*/
|
|
3482
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3483
|
+
/**
|
|
3484
|
+
* Omit specific fields from the DispatchProject
|
|
3485
|
+
*/
|
|
3486
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3487
|
+
/**
|
|
3488
|
+
* Choose, which related nodes to fetch as well
|
|
3489
|
+
*/
|
|
3490
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3491
|
+
/**
|
|
3492
|
+
* Filter, which DispatchProject to fetch.
|
|
3493
|
+
*/
|
|
3494
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
/**
|
|
3498
|
+
* DispatchProject findUniqueOrThrow
|
|
3499
|
+
*/
|
|
3500
|
+
export type DispatchProjectFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3501
|
+
/**
|
|
3502
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3503
|
+
*/
|
|
3504
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3505
|
+
/**
|
|
3506
|
+
* Omit specific fields from the DispatchProject
|
|
3507
|
+
*/
|
|
3508
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3509
|
+
/**
|
|
3510
|
+
* Choose, which related nodes to fetch as well
|
|
3511
|
+
*/
|
|
3512
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3513
|
+
/**
|
|
3514
|
+
* Filter, which DispatchProject to fetch.
|
|
3515
|
+
*/
|
|
3516
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
/**
|
|
3520
|
+
* DispatchProject findFirst
|
|
3521
|
+
*/
|
|
3522
|
+
export type DispatchProjectFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3523
|
+
/**
|
|
3524
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3525
|
+
*/
|
|
3526
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3527
|
+
/**
|
|
3528
|
+
* Omit specific fields from the DispatchProject
|
|
3529
|
+
*/
|
|
3530
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3531
|
+
/**
|
|
3532
|
+
* Choose, which related nodes to fetch as well
|
|
3533
|
+
*/
|
|
3534
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3535
|
+
/**
|
|
3536
|
+
* Filter, which DispatchProject to fetch.
|
|
3537
|
+
*/
|
|
3538
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
3539
|
+
/**
|
|
3540
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3541
|
+
*
|
|
3542
|
+
* Determine the order of DispatchProjects to fetch.
|
|
3543
|
+
*/
|
|
3544
|
+
orderBy?: Prisma.DispatchProjectOrderByWithRelationInput | Prisma.DispatchProjectOrderByWithRelationInput[]
|
|
3545
|
+
/**
|
|
3546
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3547
|
+
*
|
|
3548
|
+
* Sets the position for searching for DispatchProjects.
|
|
3549
|
+
*/
|
|
3550
|
+
cursor?: Prisma.DispatchProjectWhereUniqueInput
|
|
3551
|
+
/**
|
|
3552
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3553
|
+
*
|
|
3554
|
+
* Take `±n` DispatchProjects from the position of the cursor.
|
|
3555
|
+
*/
|
|
3556
|
+
take?: number
|
|
3557
|
+
/**
|
|
3558
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3559
|
+
*
|
|
3560
|
+
* Skip the first `n` DispatchProjects.
|
|
3561
|
+
*/
|
|
3562
|
+
skip?: number
|
|
3563
|
+
/**
|
|
3564
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3565
|
+
*
|
|
3566
|
+
* Filter by unique combinations of DispatchProjects.
|
|
3567
|
+
*/
|
|
3568
|
+
distinct?: Prisma.DispatchProjectScalarFieldEnum | Prisma.DispatchProjectScalarFieldEnum[]
|
|
3569
|
+
}
|
|
3570
|
+
|
|
3571
|
+
/**
|
|
3572
|
+
* DispatchProject findFirstOrThrow
|
|
3573
|
+
*/
|
|
3574
|
+
export type DispatchProjectFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3575
|
+
/**
|
|
3576
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3577
|
+
*/
|
|
3578
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3579
|
+
/**
|
|
3580
|
+
* Omit specific fields from the DispatchProject
|
|
3581
|
+
*/
|
|
3582
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3583
|
+
/**
|
|
3584
|
+
* Choose, which related nodes to fetch as well
|
|
3585
|
+
*/
|
|
3586
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3587
|
+
/**
|
|
3588
|
+
* Filter, which DispatchProject to fetch.
|
|
3589
|
+
*/
|
|
3590
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
3591
|
+
/**
|
|
3592
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3593
|
+
*
|
|
3594
|
+
* Determine the order of DispatchProjects to fetch.
|
|
3595
|
+
*/
|
|
3596
|
+
orderBy?: Prisma.DispatchProjectOrderByWithRelationInput | Prisma.DispatchProjectOrderByWithRelationInput[]
|
|
3597
|
+
/**
|
|
3598
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3599
|
+
*
|
|
3600
|
+
* Sets the position for searching for DispatchProjects.
|
|
3601
|
+
*/
|
|
3602
|
+
cursor?: Prisma.DispatchProjectWhereUniqueInput
|
|
3603
|
+
/**
|
|
3604
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3605
|
+
*
|
|
3606
|
+
* Take `±n` DispatchProjects from the position of the cursor.
|
|
3607
|
+
*/
|
|
3608
|
+
take?: number
|
|
3609
|
+
/**
|
|
3610
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3611
|
+
*
|
|
3612
|
+
* Skip the first `n` DispatchProjects.
|
|
3613
|
+
*/
|
|
3614
|
+
skip?: number
|
|
3615
|
+
/**
|
|
3616
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3617
|
+
*
|
|
3618
|
+
* Filter by unique combinations of DispatchProjects.
|
|
3619
|
+
*/
|
|
3620
|
+
distinct?: Prisma.DispatchProjectScalarFieldEnum | Prisma.DispatchProjectScalarFieldEnum[]
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3623
|
+
/**
|
|
3624
|
+
* DispatchProject findMany
|
|
3625
|
+
*/
|
|
3626
|
+
export type DispatchProjectFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3627
|
+
/**
|
|
3628
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3629
|
+
*/
|
|
3630
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3631
|
+
/**
|
|
3632
|
+
* Omit specific fields from the DispatchProject
|
|
3633
|
+
*/
|
|
3634
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3635
|
+
/**
|
|
3636
|
+
* Choose, which related nodes to fetch as well
|
|
3637
|
+
*/
|
|
3638
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3639
|
+
/**
|
|
3640
|
+
* Filter, which DispatchProjects to fetch.
|
|
3641
|
+
*/
|
|
3642
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
3643
|
+
/**
|
|
3644
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3645
|
+
*
|
|
3646
|
+
* Determine the order of DispatchProjects to fetch.
|
|
3647
|
+
*/
|
|
3648
|
+
orderBy?: Prisma.DispatchProjectOrderByWithRelationInput | Prisma.DispatchProjectOrderByWithRelationInput[]
|
|
3649
|
+
/**
|
|
3650
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3651
|
+
*
|
|
3652
|
+
* Sets the position for listing DispatchProjects.
|
|
3653
|
+
*/
|
|
3654
|
+
cursor?: Prisma.DispatchProjectWhereUniqueInput
|
|
3655
|
+
/**
|
|
3656
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3657
|
+
*
|
|
3658
|
+
* Take `±n` DispatchProjects from the position of the cursor.
|
|
3659
|
+
*/
|
|
3660
|
+
take?: number
|
|
3661
|
+
/**
|
|
3662
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3663
|
+
*
|
|
3664
|
+
* Skip the first `n` DispatchProjects.
|
|
3665
|
+
*/
|
|
3666
|
+
skip?: number
|
|
3667
|
+
distinct?: Prisma.DispatchProjectScalarFieldEnum | Prisma.DispatchProjectScalarFieldEnum[]
|
|
3668
|
+
}
|
|
3669
|
+
|
|
3670
|
+
/**
|
|
3671
|
+
* DispatchProject create
|
|
3672
|
+
*/
|
|
3673
|
+
export type DispatchProjectCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3674
|
+
/**
|
|
3675
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3676
|
+
*/
|
|
3677
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3678
|
+
/**
|
|
3679
|
+
* Omit specific fields from the DispatchProject
|
|
3680
|
+
*/
|
|
3681
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3682
|
+
/**
|
|
3683
|
+
* Choose, which related nodes to fetch as well
|
|
3684
|
+
*/
|
|
3685
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3686
|
+
/**
|
|
3687
|
+
* The data needed to create a DispatchProject.
|
|
3688
|
+
*/
|
|
3689
|
+
data: Prisma.XOR<Prisma.DispatchProjectCreateInput, Prisma.DispatchProjectUncheckedCreateInput>
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
/**
|
|
3693
|
+
* DispatchProject createMany
|
|
3694
|
+
*/
|
|
3695
|
+
export type DispatchProjectCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3696
|
+
/**
|
|
3697
|
+
* The data used to create many DispatchProjects.
|
|
3698
|
+
*/
|
|
3699
|
+
data: Prisma.DispatchProjectCreateManyInput | Prisma.DispatchProjectCreateManyInput[]
|
|
3700
|
+
skipDuplicates?: boolean
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3703
|
+
/**
|
|
3704
|
+
* DispatchProject createManyAndReturn
|
|
3705
|
+
*/
|
|
3706
|
+
export type DispatchProjectCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3707
|
+
/**
|
|
3708
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3709
|
+
*/
|
|
3710
|
+
select?: Prisma.DispatchProjectSelectCreateManyAndReturn<ExtArgs> | null
|
|
3711
|
+
/**
|
|
3712
|
+
* Omit specific fields from the DispatchProject
|
|
3713
|
+
*/
|
|
3714
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3715
|
+
/**
|
|
3716
|
+
* The data used to create many DispatchProjects.
|
|
3717
|
+
*/
|
|
3718
|
+
data: Prisma.DispatchProjectCreateManyInput | Prisma.DispatchProjectCreateManyInput[]
|
|
3719
|
+
skipDuplicates?: boolean
|
|
3720
|
+
/**
|
|
3721
|
+
* Choose, which related nodes to fetch as well
|
|
3722
|
+
*/
|
|
3723
|
+
include?: Prisma.DispatchProjectIncludeCreateManyAndReturn<ExtArgs> | null
|
|
3724
|
+
}
|
|
3725
|
+
|
|
3726
|
+
/**
|
|
3727
|
+
* DispatchProject update
|
|
3728
|
+
*/
|
|
3729
|
+
export type DispatchProjectUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3730
|
+
/**
|
|
3731
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3732
|
+
*/
|
|
3733
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3734
|
+
/**
|
|
3735
|
+
* Omit specific fields from the DispatchProject
|
|
3736
|
+
*/
|
|
3737
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3738
|
+
/**
|
|
3739
|
+
* Choose, which related nodes to fetch as well
|
|
3740
|
+
*/
|
|
3741
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3742
|
+
/**
|
|
3743
|
+
* The data needed to update a DispatchProject.
|
|
3744
|
+
*/
|
|
3745
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateInput, Prisma.DispatchProjectUncheckedUpdateInput>
|
|
3746
|
+
/**
|
|
3747
|
+
* Choose, which DispatchProject to update.
|
|
3748
|
+
*/
|
|
3749
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
/**
|
|
3753
|
+
* DispatchProject updateMany
|
|
3754
|
+
*/
|
|
3755
|
+
export type DispatchProjectUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3756
|
+
/**
|
|
3757
|
+
* The data used to update DispatchProjects.
|
|
3758
|
+
*/
|
|
3759
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyInput>
|
|
3760
|
+
/**
|
|
3761
|
+
* Filter which DispatchProjects to update
|
|
3762
|
+
*/
|
|
3763
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
3764
|
+
/**
|
|
3765
|
+
* Limit how many DispatchProjects to update.
|
|
3766
|
+
*/
|
|
3767
|
+
limit?: number
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
/**
|
|
3771
|
+
* DispatchProject updateManyAndReturn
|
|
3772
|
+
*/
|
|
3773
|
+
export type DispatchProjectUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3774
|
+
/**
|
|
3775
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3776
|
+
*/
|
|
3777
|
+
select?: Prisma.DispatchProjectSelectUpdateManyAndReturn<ExtArgs> | null
|
|
3778
|
+
/**
|
|
3779
|
+
* Omit specific fields from the DispatchProject
|
|
3780
|
+
*/
|
|
3781
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3782
|
+
/**
|
|
3783
|
+
* The data used to update DispatchProjects.
|
|
3784
|
+
*/
|
|
3785
|
+
data: Prisma.XOR<Prisma.DispatchProjectUpdateManyMutationInput, Prisma.DispatchProjectUncheckedUpdateManyInput>
|
|
3786
|
+
/**
|
|
3787
|
+
* Filter which DispatchProjects to update
|
|
3788
|
+
*/
|
|
3789
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
3790
|
+
/**
|
|
3791
|
+
* Limit how many DispatchProjects to update.
|
|
3792
|
+
*/
|
|
3793
|
+
limit?: number
|
|
3794
|
+
/**
|
|
3795
|
+
* Choose, which related nodes to fetch as well
|
|
3796
|
+
*/
|
|
3797
|
+
include?: Prisma.DispatchProjectIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
/**
|
|
3801
|
+
* DispatchProject upsert
|
|
3802
|
+
*/
|
|
3803
|
+
export type DispatchProjectUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3804
|
+
/**
|
|
3805
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3806
|
+
*/
|
|
3807
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3808
|
+
/**
|
|
3809
|
+
* Omit specific fields from the DispatchProject
|
|
3810
|
+
*/
|
|
3811
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3812
|
+
/**
|
|
3813
|
+
* Choose, which related nodes to fetch as well
|
|
3814
|
+
*/
|
|
3815
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3816
|
+
/**
|
|
3817
|
+
* The filter to search for the DispatchProject to update in case it exists.
|
|
3818
|
+
*/
|
|
3819
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
3820
|
+
/**
|
|
3821
|
+
* In case the DispatchProject found by the `where` argument doesn't exist, create a new DispatchProject with this data.
|
|
3822
|
+
*/
|
|
3823
|
+
create: Prisma.XOR<Prisma.DispatchProjectCreateInput, Prisma.DispatchProjectUncheckedCreateInput>
|
|
3824
|
+
/**
|
|
3825
|
+
* In case the DispatchProject was found with the provided `where` argument, update it with this data.
|
|
3826
|
+
*/
|
|
3827
|
+
update: Prisma.XOR<Prisma.DispatchProjectUpdateInput, Prisma.DispatchProjectUncheckedUpdateInput>
|
|
3828
|
+
}
|
|
3829
|
+
|
|
3830
|
+
/**
|
|
3831
|
+
* DispatchProject delete
|
|
3832
|
+
*/
|
|
3833
|
+
export type DispatchProjectDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3834
|
+
/**
|
|
3835
|
+
* Select specific fields to fetch from the DispatchProject
|
|
3836
|
+
*/
|
|
3837
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
3838
|
+
/**
|
|
3839
|
+
* Omit specific fields from the DispatchProject
|
|
3840
|
+
*/
|
|
3841
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
3842
|
+
/**
|
|
3843
|
+
* Choose, which related nodes to fetch as well
|
|
3844
|
+
*/
|
|
3845
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
3846
|
+
/**
|
|
3847
|
+
* Filter which DispatchProject to delete.
|
|
3848
|
+
*/
|
|
3849
|
+
where: Prisma.DispatchProjectWhereUniqueInput
|
|
3850
|
+
}
|
|
3851
|
+
|
|
3852
|
+
/**
|
|
3853
|
+
* DispatchProject deleteMany
|
|
3854
|
+
*/
|
|
3855
|
+
export type DispatchProjectDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3856
|
+
/**
|
|
3857
|
+
* Filter which DispatchProjects to delete
|
|
3858
|
+
*/
|
|
3859
|
+
where?: Prisma.DispatchProjectWhereInput
|
|
3860
|
+
/**
|
|
3861
|
+
* Limit how many DispatchProjects to delete.
|
|
3862
|
+
*/
|
|
3863
|
+
limit?: number
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
/**
|
|
3867
|
+
* DispatchProject.teams
|
|
3868
|
+
*/
|
|
3869
|
+
export type DispatchProject$teamsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3870
|
+
/**
|
|
3871
|
+
* Select specific fields to fetch from the DispatchTeam
|
|
3872
|
+
*/
|
|
3873
|
+
select?: Prisma.DispatchTeamSelect<ExtArgs> | null
|
|
3874
|
+
/**
|
|
3875
|
+
* Omit specific fields from the DispatchTeam
|
|
3876
|
+
*/
|
|
3877
|
+
omit?: Prisma.DispatchTeamOmit<ExtArgs> | null
|
|
3878
|
+
/**
|
|
3879
|
+
* Choose, which related nodes to fetch as well
|
|
3880
|
+
*/
|
|
3881
|
+
include?: Prisma.DispatchTeamInclude<ExtArgs> | null
|
|
3882
|
+
where?: Prisma.DispatchTeamWhereInput
|
|
3883
|
+
orderBy?: Prisma.DispatchTeamOrderByWithRelationInput | Prisma.DispatchTeamOrderByWithRelationInput[]
|
|
3884
|
+
cursor?: Prisma.DispatchTeamWhereUniqueInput
|
|
3885
|
+
take?: number
|
|
3886
|
+
skip?: number
|
|
3887
|
+
distinct?: Prisma.DispatchTeamScalarFieldEnum | Prisma.DispatchTeamScalarFieldEnum[]
|
|
3888
|
+
}
|
|
3889
|
+
|
|
3890
|
+
/**
|
|
3891
|
+
* DispatchProject.Project
|
|
3892
|
+
*/
|
|
3893
|
+
export type DispatchProject$ProjectArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3894
|
+
/**
|
|
3895
|
+
* Select specific fields to fetch from the Project
|
|
3896
|
+
*/
|
|
3897
|
+
select?: Prisma.ProjectSelect<ExtArgs> | null
|
|
3898
|
+
/**
|
|
3899
|
+
* Omit specific fields from the Project
|
|
3900
|
+
*/
|
|
3901
|
+
omit?: Prisma.ProjectOmit<ExtArgs> | null
|
|
3902
|
+
/**
|
|
3903
|
+
* Choose, which related nodes to fetch as well
|
|
3904
|
+
*/
|
|
3905
|
+
include?: Prisma.ProjectInclude<ExtArgs> | null
|
|
3906
|
+
where?: Prisma.ProjectWhereInput
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3909
|
+
/**
|
|
3910
|
+
* DispatchProject.User
|
|
3911
|
+
*/
|
|
3912
|
+
export type DispatchProject$UserArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3913
|
+
/**
|
|
3914
|
+
* Select specific fields to fetch from the User
|
|
3915
|
+
*/
|
|
3916
|
+
select?: Prisma.UserSelect<ExtArgs> | null
|
|
3917
|
+
/**
|
|
3918
|
+
* Omit specific fields from the User
|
|
3919
|
+
*/
|
|
3920
|
+
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
3921
|
+
/**
|
|
3922
|
+
* Choose, which related nodes to fetch as well
|
|
3923
|
+
*/
|
|
3924
|
+
include?: Prisma.UserInclude<ExtArgs> | null
|
|
3925
|
+
where?: Prisma.UserWhereInput
|
|
3926
|
+
}
|
|
3927
|
+
|
|
3928
|
+
/**
|
|
3929
|
+
* DispatchProject.subsidiary
|
|
3930
|
+
*/
|
|
3931
|
+
export type DispatchProject$subsidiaryArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3932
|
+
/**
|
|
3933
|
+
* Select specific fields to fetch from the CamusatCountry
|
|
3934
|
+
*/
|
|
3935
|
+
select?: Prisma.CamusatCountrySelect<ExtArgs> | null
|
|
3936
|
+
/**
|
|
3937
|
+
* Omit specific fields from the CamusatCountry
|
|
3938
|
+
*/
|
|
3939
|
+
omit?: Prisma.CamusatCountryOmit<ExtArgs> | null
|
|
3940
|
+
/**
|
|
3941
|
+
* Choose, which related nodes to fetch as well
|
|
3942
|
+
*/
|
|
3943
|
+
include?: Prisma.CamusatCountryInclude<ExtArgs> | null
|
|
3944
|
+
where?: Prisma.CamusatCountryWhereInput
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3947
|
+
/**
|
|
3948
|
+
* DispatchProject.DispatchMaterial
|
|
3949
|
+
*/
|
|
3950
|
+
export type DispatchProject$DispatchMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3951
|
+
/**
|
|
3952
|
+
* Select specific fields to fetch from the DispatchMaterial
|
|
3953
|
+
*/
|
|
3954
|
+
select?: Prisma.DispatchMaterialSelect<ExtArgs> | null
|
|
3955
|
+
/**
|
|
3956
|
+
* Omit specific fields from the DispatchMaterial
|
|
3957
|
+
*/
|
|
3958
|
+
omit?: Prisma.DispatchMaterialOmit<ExtArgs> | null
|
|
3959
|
+
/**
|
|
3960
|
+
* Choose, which related nodes to fetch as well
|
|
3961
|
+
*/
|
|
3962
|
+
include?: Prisma.DispatchMaterialInclude<ExtArgs> | null
|
|
3963
|
+
where?: Prisma.DispatchMaterialWhereInput
|
|
3964
|
+
orderBy?: Prisma.DispatchMaterialOrderByWithRelationInput | Prisma.DispatchMaterialOrderByWithRelationInput[]
|
|
3965
|
+
cursor?: Prisma.DispatchMaterialWhereUniqueInput
|
|
3966
|
+
take?: number
|
|
3967
|
+
skip?: number
|
|
3968
|
+
distinct?: Prisma.DispatchMaterialScalarFieldEnum | Prisma.DispatchMaterialScalarFieldEnum[]
|
|
3969
|
+
}
|
|
3970
|
+
|
|
3971
|
+
/**
|
|
3972
|
+
* DispatchProject.SubsidiaryMaterial
|
|
3973
|
+
*/
|
|
3974
|
+
export type DispatchProject$SubsidiaryMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3975
|
+
/**
|
|
3976
|
+
* Select specific fields to fetch from the SubsidiaryMaterial
|
|
3977
|
+
*/
|
|
3978
|
+
select?: Prisma.SubsidiaryMaterialSelect<ExtArgs> | null
|
|
3979
|
+
/**
|
|
3980
|
+
* Omit specific fields from the SubsidiaryMaterial
|
|
3981
|
+
*/
|
|
3982
|
+
omit?: Prisma.SubsidiaryMaterialOmit<ExtArgs> | null
|
|
3983
|
+
/**
|
|
3984
|
+
* Choose, which related nodes to fetch as well
|
|
3985
|
+
*/
|
|
3986
|
+
include?: Prisma.SubsidiaryMaterialInclude<ExtArgs> | null
|
|
3987
|
+
where?: Prisma.SubsidiaryMaterialWhereInput
|
|
3988
|
+
orderBy?: Prisma.SubsidiaryMaterialOrderByWithRelationInput | Prisma.SubsidiaryMaterialOrderByWithRelationInput[]
|
|
3989
|
+
cursor?: Prisma.SubsidiaryMaterialWhereUniqueInput
|
|
3990
|
+
take?: number
|
|
3991
|
+
skip?: number
|
|
3992
|
+
distinct?: Prisma.SubsidiaryMaterialScalarFieldEnum | Prisma.SubsidiaryMaterialScalarFieldEnum[]
|
|
3993
|
+
}
|
|
3994
|
+
|
|
3995
|
+
/**
|
|
3996
|
+
* DispatchProject.clientMaterial
|
|
3997
|
+
*/
|
|
3998
|
+
export type DispatchProject$clientMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3999
|
+
/**
|
|
4000
|
+
* Select specific fields to fetch from the clientMaterial
|
|
4001
|
+
*/
|
|
4002
|
+
select?: Prisma.clientMaterialSelect<ExtArgs> | null
|
|
4003
|
+
/**
|
|
4004
|
+
* Omit specific fields from the clientMaterial
|
|
4005
|
+
*/
|
|
4006
|
+
omit?: Prisma.clientMaterialOmit<ExtArgs> | null
|
|
4007
|
+
/**
|
|
4008
|
+
* Choose, which related nodes to fetch as well
|
|
4009
|
+
*/
|
|
4010
|
+
include?: Prisma.clientMaterialInclude<ExtArgs> | null
|
|
4011
|
+
where?: Prisma.clientMaterialWhereInput
|
|
4012
|
+
orderBy?: Prisma.clientMaterialOrderByWithRelationInput | Prisma.clientMaterialOrderByWithRelationInput[]
|
|
4013
|
+
cursor?: Prisma.clientMaterialWhereUniqueInput
|
|
4014
|
+
take?: number
|
|
4015
|
+
skip?: number
|
|
4016
|
+
distinct?: Prisma.ClientMaterialScalarFieldEnum | Prisma.ClientMaterialScalarFieldEnum[]
|
|
4017
|
+
}
|
|
4018
|
+
|
|
4019
|
+
/**
|
|
4020
|
+
* DispatchProject.teamMaterial
|
|
4021
|
+
*/
|
|
4022
|
+
export type DispatchProject$teamMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4023
|
+
/**
|
|
4024
|
+
* Select specific fields to fetch from the TeamMaterial
|
|
4025
|
+
*/
|
|
4026
|
+
select?: Prisma.TeamMaterialSelect<ExtArgs> | null
|
|
4027
|
+
/**
|
|
4028
|
+
* Omit specific fields from the TeamMaterial
|
|
4029
|
+
*/
|
|
4030
|
+
omit?: Prisma.TeamMaterialOmit<ExtArgs> | null
|
|
4031
|
+
/**
|
|
4032
|
+
* Choose, which related nodes to fetch as well
|
|
4033
|
+
*/
|
|
4034
|
+
include?: Prisma.TeamMaterialInclude<ExtArgs> | null
|
|
4035
|
+
where?: Prisma.TeamMaterialWhereInput
|
|
4036
|
+
orderBy?: Prisma.TeamMaterialOrderByWithRelationInput | Prisma.TeamMaterialOrderByWithRelationInput[]
|
|
4037
|
+
cursor?: Prisma.TeamMaterialWhereUniqueInput
|
|
4038
|
+
take?: number
|
|
4039
|
+
skip?: number
|
|
4040
|
+
distinct?: Prisma.TeamMaterialScalarFieldEnum | Prisma.TeamMaterialScalarFieldEnum[]
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
/**
|
|
4044
|
+
* DispatchProject.workOrderMaterial
|
|
4045
|
+
*/
|
|
4046
|
+
export type DispatchProject$workOrderMaterialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4047
|
+
/**
|
|
4048
|
+
* Select specific fields to fetch from the WorkOrderMaterial
|
|
4049
|
+
*/
|
|
4050
|
+
select?: Prisma.WorkOrderMaterialSelect<ExtArgs> | null
|
|
4051
|
+
/**
|
|
4052
|
+
* Omit specific fields from the WorkOrderMaterial
|
|
4053
|
+
*/
|
|
4054
|
+
omit?: Prisma.WorkOrderMaterialOmit<ExtArgs> | null
|
|
4055
|
+
/**
|
|
4056
|
+
* Choose, which related nodes to fetch as well
|
|
4057
|
+
*/
|
|
4058
|
+
include?: Prisma.WorkOrderMaterialInclude<ExtArgs> | null
|
|
4059
|
+
where?: Prisma.WorkOrderMaterialWhereInput
|
|
4060
|
+
orderBy?: Prisma.WorkOrderMaterialOrderByWithRelationInput | Prisma.WorkOrderMaterialOrderByWithRelationInput[]
|
|
4061
|
+
cursor?: Prisma.WorkOrderMaterialWhereUniqueInput
|
|
4062
|
+
take?: number
|
|
4063
|
+
skip?: number
|
|
4064
|
+
distinct?: Prisma.WorkOrderMaterialScalarFieldEnum | Prisma.WorkOrderMaterialScalarFieldEnum[]
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
/**
|
|
4068
|
+
* DispatchProject.templateComponent
|
|
4069
|
+
*/
|
|
4070
|
+
export type DispatchProject$templateComponentArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4071
|
+
/**
|
|
4072
|
+
* Select specific fields to fetch from the TemplateComponent
|
|
4073
|
+
*/
|
|
4074
|
+
select?: Prisma.TemplateComponentSelect<ExtArgs> | null
|
|
4075
|
+
/**
|
|
4076
|
+
* Omit specific fields from the TemplateComponent
|
|
4077
|
+
*/
|
|
4078
|
+
omit?: Prisma.TemplateComponentOmit<ExtArgs> | null
|
|
4079
|
+
/**
|
|
4080
|
+
* Choose, which related nodes to fetch as well
|
|
4081
|
+
*/
|
|
4082
|
+
include?: Prisma.TemplateComponentInclude<ExtArgs> | null
|
|
4083
|
+
where?: Prisma.TemplateComponentWhereInput
|
|
4084
|
+
orderBy?: Prisma.TemplateComponentOrderByWithRelationInput | Prisma.TemplateComponentOrderByWithRelationInput[]
|
|
4085
|
+
cursor?: Prisma.TemplateComponentWhereUniqueInput
|
|
4086
|
+
take?: number
|
|
4087
|
+
skip?: number
|
|
4088
|
+
distinct?: Prisma.TemplateComponentScalarFieldEnum | Prisma.TemplateComponentScalarFieldEnum[]
|
|
4089
|
+
}
|
|
4090
|
+
|
|
4091
|
+
/**
|
|
4092
|
+
* DispatchProject.clientMaterialMovementLog
|
|
4093
|
+
*/
|
|
4094
|
+
export type DispatchProject$clientMaterialMovementLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4095
|
+
/**
|
|
4096
|
+
* Select specific fields to fetch from the clientMaterialMovementLog
|
|
4097
|
+
*/
|
|
4098
|
+
select?: Prisma.clientMaterialMovementLogSelect<ExtArgs> | null
|
|
4099
|
+
/**
|
|
4100
|
+
* Omit specific fields from the clientMaterialMovementLog
|
|
4101
|
+
*/
|
|
4102
|
+
omit?: Prisma.clientMaterialMovementLogOmit<ExtArgs> | null
|
|
4103
|
+
/**
|
|
4104
|
+
* Choose, which related nodes to fetch as well
|
|
4105
|
+
*/
|
|
4106
|
+
include?: Prisma.clientMaterialMovementLogInclude<ExtArgs> | null
|
|
4107
|
+
where?: Prisma.clientMaterialMovementLogWhereInput
|
|
4108
|
+
orderBy?: Prisma.clientMaterialMovementLogOrderByWithRelationInput | Prisma.clientMaterialMovementLogOrderByWithRelationInput[]
|
|
4109
|
+
cursor?: Prisma.clientMaterialMovementLogWhereUniqueInput
|
|
4110
|
+
take?: number
|
|
4111
|
+
skip?: number
|
|
4112
|
+
distinct?: Prisma.ClientMaterialMovementLogScalarFieldEnum | Prisma.ClientMaterialMovementLogScalarFieldEnum[]
|
|
4113
|
+
}
|
|
4114
|
+
|
|
4115
|
+
/**
|
|
4116
|
+
* DispatchProject.teamMaterialMovementLog
|
|
4117
|
+
*/
|
|
4118
|
+
export type DispatchProject$teamMaterialMovementLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4119
|
+
/**
|
|
4120
|
+
* Select specific fields to fetch from the TeamMaterialMovementLog
|
|
4121
|
+
*/
|
|
4122
|
+
select?: Prisma.TeamMaterialMovementLogSelect<ExtArgs> | null
|
|
4123
|
+
/**
|
|
4124
|
+
* Omit specific fields from the TeamMaterialMovementLog
|
|
4125
|
+
*/
|
|
4126
|
+
omit?: Prisma.TeamMaterialMovementLogOmit<ExtArgs> | null
|
|
4127
|
+
/**
|
|
4128
|
+
* Choose, which related nodes to fetch as well
|
|
4129
|
+
*/
|
|
4130
|
+
include?: Prisma.TeamMaterialMovementLogInclude<ExtArgs> | null
|
|
4131
|
+
where?: Prisma.TeamMaterialMovementLogWhereInput
|
|
4132
|
+
orderBy?: Prisma.TeamMaterialMovementLogOrderByWithRelationInput | Prisma.TeamMaterialMovementLogOrderByWithRelationInput[]
|
|
4133
|
+
cursor?: Prisma.TeamMaterialMovementLogWhereUniqueInput
|
|
4134
|
+
take?: number
|
|
4135
|
+
skip?: number
|
|
4136
|
+
distinct?: Prisma.TeamMaterialMovementLogScalarFieldEnum | Prisma.TeamMaterialMovementLogScalarFieldEnum[]
|
|
4137
|
+
}
|
|
4138
|
+
|
|
4139
|
+
/**
|
|
4140
|
+
* DispatchProject.subsidiaryMaterialMovementLog
|
|
4141
|
+
*/
|
|
4142
|
+
export type DispatchProject$subsidiaryMaterialMovementLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4143
|
+
/**
|
|
4144
|
+
* Select specific fields to fetch from the SubsidiaryMaterialMovementLog
|
|
4145
|
+
*/
|
|
4146
|
+
select?: Prisma.SubsidiaryMaterialMovementLogSelect<ExtArgs> | null
|
|
4147
|
+
/**
|
|
4148
|
+
* Omit specific fields from the SubsidiaryMaterialMovementLog
|
|
4149
|
+
*/
|
|
4150
|
+
omit?: Prisma.SubsidiaryMaterialMovementLogOmit<ExtArgs> | null
|
|
4151
|
+
/**
|
|
4152
|
+
* Choose, which related nodes to fetch as well
|
|
4153
|
+
*/
|
|
4154
|
+
include?: Prisma.SubsidiaryMaterialMovementLogInclude<ExtArgs> | null
|
|
4155
|
+
where?: Prisma.SubsidiaryMaterialMovementLogWhereInput
|
|
4156
|
+
orderBy?: Prisma.SubsidiaryMaterialMovementLogOrderByWithRelationInput | Prisma.SubsidiaryMaterialMovementLogOrderByWithRelationInput[]
|
|
4157
|
+
cursor?: Prisma.SubsidiaryMaterialMovementLogWhereUniqueInput
|
|
4158
|
+
take?: number
|
|
4159
|
+
skip?: number
|
|
4160
|
+
distinct?: Prisma.SubsidiaryMaterialMovementLogScalarFieldEnum | Prisma.SubsidiaryMaterialMovementLogScalarFieldEnum[]
|
|
4161
|
+
}
|
|
4162
|
+
|
|
4163
|
+
/**
|
|
4164
|
+
* DispatchProject without action
|
|
4165
|
+
*/
|
|
4166
|
+
export type DispatchProjectDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4167
|
+
/**
|
|
4168
|
+
* Select specific fields to fetch from the DispatchProject
|
|
4169
|
+
*/
|
|
4170
|
+
select?: Prisma.DispatchProjectSelect<ExtArgs> | null
|
|
4171
|
+
/**
|
|
4172
|
+
* Omit specific fields from the DispatchProject
|
|
4173
|
+
*/
|
|
4174
|
+
omit?: Prisma.DispatchProjectOmit<ExtArgs> | null
|
|
4175
|
+
/**
|
|
4176
|
+
* Choose, which related nodes to fetch as well
|
|
4177
|
+
*/
|
|
4178
|
+
include?: Prisma.DispatchProjectInclude<ExtArgs> | null
|
|
4179
|
+
}
|