@valentine-efagene/qshelter-common 2.0.119 → 2.0.120
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/dist/generated/client/commonInputTypes.d.ts +90 -0
- package/dist/generated/client/enums.d.ts +21 -0
- package/dist/generated/client/enums.js +19 -1
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +37 -0
- package/dist/generated/client/internal/prismaNamespace.js +27 -2
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +25 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +27 -2
- package/dist/generated/client/models/DocumentationPlanStep.d.ts +241 -1
- package/dist/generated/client/models/DocumentationStep.d.ts +897 -1
- package/dist/generated/client/models/User.d.ts +385 -0
- package/package.json +1 -1
|
@@ -34,6 +34,17 @@ export type DocumentationStepMinAggregateOutputType = {
|
|
|
34
34
|
submissionCount: number | null;
|
|
35
35
|
lastSubmittedAt: Date | null;
|
|
36
36
|
assigneeId: string | null;
|
|
37
|
+
gateActor: $Enums.GateActor | null;
|
|
38
|
+
gateAction: $Enums.GateAction | null;
|
|
39
|
+
gateRoleId: string | null;
|
|
40
|
+
gateInstructions: string | null;
|
|
41
|
+
allowReject: boolean | null;
|
|
42
|
+
rejectBehavior: $Enums.GateRejectBehavior | null;
|
|
43
|
+
requiresComment: boolean | null;
|
|
44
|
+
gateActedAt: Date | null;
|
|
45
|
+
gateActedById: string | null;
|
|
46
|
+
gateDecision: string | null;
|
|
47
|
+
gateComment: string | null;
|
|
37
48
|
dueDate: Date | null;
|
|
38
49
|
completedAt: Date | null;
|
|
39
50
|
createdAt: Date | null;
|
|
@@ -52,6 +63,17 @@ export type DocumentationStepMaxAggregateOutputType = {
|
|
|
52
63
|
submissionCount: number | null;
|
|
53
64
|
lastSubmittedAt: Date | null;
|
|
54
65
|
assigneeId: string | null;
|
|
66
|
+
gateActor: $Enums.GateActor | null;
|
|
67
|
+
gateAction: $Enums.GateAction | null;
|
|
68
|
+
gateRoleId: string | null;
|
|
69
|
+
gateInstructions: string | null;
|
|
70
|
+
allowReject: boolean | null;
|
|
71
|
+
rejectBehavior: $Enums.GateRejectBehavior | null;
|
|
72
|
+
requiresComment: boolean | null;
|
|
73
|
+
gateActedAt: Date | null;
|
|
74
|
+
gateActedById: string | null;
|
|
75
|
+
gateDecision: string | null;
|
|
76
|
+
gateComment: string | null;
|
|
55
77
|
dueDate: Date | null;
|
|
56
78
|
completedAt: Date | null;
|
|
57
79
|
createdAt: Date | null;
|
|
@@ -71,6 +93,17 @@ export type DocumentationStepCountAggregateOutputType = {
|
|
|
71
93
|
lastSubmittedAt: number;
|
|
72
94
|
metadata: number;
|
|
73
95
|
assigneeId: number;
|
|
96
|
+
gateActor: number;
|
|
97
|
+
gateAction: number;
|
|
98
|
+
gateRoleId: number;
|
|
99
|
+
gateInstructions: number;
|
|
100
|
+
allowReject: number;
|
|
101
|
+
rejectBehavior: number;
|
|
102
|
+
requiresComment: number;
|
|
103
|
+
gateActedAt: number;
|
|
104
|
+
gateActedById: number;
|
|
105
|
+
gateDecision: number;
|
|
106
|
+
gateComment: number;
|
|
74
107
|
dueDate: number;
|
|
75
108
|
completedAt: number;
|
|
76
109
|
createdAt: number;
|
|
@@ -98,6 +131,17 @@ export type DocumentationStepMinAggregateInputType = {
|
|
|
98
131
|
submissionCount?: true;
|
|
99
132
|
lastSubmittedAt?: true;
|
|
100
133
|
assigneeId?: true;
|
|
134
|
+
gateActor?: true;
|
|
135
|
+
gateAction?: true;
|
|
136
|
+
gateRoleId?: true;
|
|
137
|
+
gateInstructions?: true;
|
|
138
|
+
allowReject?: true;
|
|
139
|
+
rejectBehavior?: true;
|
|
140
|
+
requiresComment?: true;
|
|
141
|
+
gateActedAt?: true;
|
|
142
|
+
gateActedById?: true;
|
|
143
|
+
gateDecision?: true;
|
|
144
|
+
gateComment?: true;
|
|
101
145
|
dueDate?: true;
|
|
102
146
|
completedAt?: true;
|
|
103
147
|
createdAt?: true;
|
|
@@ -116,6 +160,17 @@ export type DocumentationStepMaxAggregateInputType = {
|
|
|
116
160
|
submissionCount?: true;
|
|
117
161
|
lastSubmittedAt?: true;
|
|
118
162
|
assigneeId?: true;
|
|
163
|
+
gateActor?: true;
|
|
164
|
+
gateAction?: true;
|
|
165
|
+
gateRoleId?: true;
|
|
166
|
+
gateInstructions?: true;
|
|
167
|
+
allowReject?: true;
|
|
168
|
+
rejectBehavior?: true;
|
|
169
|
+
requiresComment?: true;
|
|
170
|
+
gateActedAt?: true;
|
|
171
|
+
gateActedById?: true;
|
|
172
|
+
gateDecision?: true;
|
|
173
|
+
gateComment?: true;
|
|
119
174
|
dueDate?: true;
|
|
120
175
|
completedAt?: true;
|
|
121
176
|
createdAt?: true;
|
|
@@ -135,6 +190,17 @@ export type DocumentationStepCountAggregateInputType = {
|
|
|
135
190
|
lastSubmittedAt?: true;
|
|
136
191
|
metadata?: true;
|
|
137
192
|
assigneeId?: true;
|
|
193
|
+
gateActor?: true;
|
|
194
|
+
gateAction?: true;
|
|
195
|
+
gateRoleId?: true;
|
|
196
|
+
gateInstructions?: true;
|
|
197
|
+
allowReject?: true;
|
|
198
|
+
rejectBehavior?: true;
|
|
199
|
+
requiresComment?: true;
|
|
200
|
+
gateActedAt?: true;
|
|
201
|
+
gateActedById?: true;
|
|
202
|
+
gateDecision?: true;
|
|
203
|
+
gateComment?: true;
|
|
138
204
|
dueDate?: true;
|
|
139
205
|
completedAt?: true;
|
|
140
206
|
createdAt?: true;
|
|
@@ -231,6 +297,17 @@ export type DocumentationStepGroupByOutputType = {
|
|
|
231
297
|
lastSubmittedAt: Date | null;
|
|
232
298
|
metadata: runtime.JsonValue | null;
|
|
233
299
|
assigneeId: string | null;
|
|
300
|
+
gateActor: $Enums.GateActor | null;
|
|
301
|
+
gateAction: $Enums.GateAction | null;
|
|
302
|
+
gateRoleId: string | null;
|
|
303
|
+
gateInstructions: string | null;
|
|
304
|
+
allowReject: boolean;
|
|
305
|
+
rejectBehavior: $Enums.GateRejectBehavior | null;
|
|
306
|
+
requiresComment: boolean;
|
|
307
|
+
gateActedAt: Date | null;
|
|
308
|
+
gateActedById: string | null;
|
|
309
|
+
gateDecision: string | null;
|
|
310
|
+
gateComment: string | null;
|
|
234
311
|
dueDate: Date | null;
|
|
235
312
|
completedAt: Date | null;
|
|
236
313
|
createdAt: Date;
|
|
@@ -261,6 +338,17 @@ export type DocumentationStepWhereInput = {
|
|
|
261
338
|
lastSubmittedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
262
339
|
metadata?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
263
340
|
assigneeId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
341
|
+
gateActor?: Prisma.EnumGateActorNullableFilter<"DocumentationStep"> | $Enums.GateActor | null;
|
|
342
|
+
gateAction?: Prisma.EnumGateActionNullableFilter<"DocumentationStep"> | $Enums.GateAction | null;
|
|
343
|
+
gateRoleId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
344
|
+
gateInstructions?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
345
|
+
allowReject?: Prisma.BoolFilter<"DocumentationStep"> | boolean;
|
|
346
|
+
rejectBehavior?: Prisma.EnumGateRejectBehaviorNullableFilter<"DocumentationStep"> | $Enums.GateRejectBehavior | null;
|
|
347
|
+
requiresComment?: Prisma.BoolFilter<"DocumentationStep"> | boolean;
|
|
348
|
+
gateActedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
349
|
+
gateActedById?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
350
|
+
gateDecision?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
351
|
+
gateComment?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
264
352
|
dueDate?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
265
353
|
completedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
266
354
|
createdAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
@@ -269,6 +357,7 @@ export type DocumentationStepWhereInput = {
|
|
|
269
357
|
documentationPhase?: Prisma.XOR<Prisma.DocumentationPhaseScalarRelationFilter, Prisma.DocumentationPhaseWhereInput>;
|
|
270
358
|
assignee?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
271
359
|
requiredDocuments?: Prisma.DocumentationStepDocumentListRelationFilter;
|
|
360
|
+
gateActedBy?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
272
361
|
approvals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
273
362
|
currentForPhase?: Prisma.DocumentationPhaseListRelationFilter;
|
|
274
363
|
};
|
|
@@ -286,6 +375,17 @@ export type DocumentationStepOrderByWithRelationInput = {
|
|
|
286
375
|
lastSubmittedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
287
376
|
metadata?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
288
377
|
assigneeId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
378
|
+
gateActor?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
379
|
+
gateAction?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
380
|
+
gateRoleId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
381
|
+
gateInstructions?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
382
|
+
allowReject?: Prisma.SortOrder;
|
|
383
|
+
rejectBehavior?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
384
|
+
requiresComment?: Prisma.SortOrder;
|
|
385
|
+
gateActedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
386
|
+
gateActedById?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
387
|
+
gateDecision?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
388
|
+
gateComment?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
289
389
|
dueDate?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
290
390
|
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
291
391
|
createdAt?: Prisma.SortOrder;
|
|
@@ -294,6 +394,7 @@ export type DocumentationStepOrderByWithRelationInput = {
|
|
|
294
394
|
documentationPhase?: Prisma.DocumentationPhaseOrderByWithRelationInput;
|
|
295
395
|
assignee?: Prisma.UserOrderByWithRelationInput;
|
|
296
396
|
requiredDocuments?: Prisma.DocumentationStepDocumentOrderByRelationAggregateInput;
|
|
397
|
+
gateActedBy?: Prisma.UserOrderByWithRelationInput;
|
|
297
398
|
approvals?: Prisma.DocumentationStepApprovalOrderByRelationAggregateInput;
|
|
298
399
|
currentForPhase?: Prisma.DocumentationPhaseOrderByRelationAggregateInput;
|
|
299
400
|
_relevance?: Prisma.DocumentationStepOrderByRelevanceInput;
|
|
@@ -315,6 +416,17 @@ export type DocumentationStepWhereUniqueInput = Prisma.AtLeast<{
|
|
|
315
416
|
lastSubmittedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
316
417
|
metadata?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
317
418
|
assigneeId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
419
|
+
gateActor?: Prisma.EnumGateActorNullableFilter<"DocumentationStep"> | $Enums.GateActor | null;
|
|
420
|
+
gateAction?: Prisma.EnumGateActionNullableFilter<"DocumentationStep"> | $Enums.GateAction | null;
|
|
421
|
+
gateRoleId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
422
|
+
gateInstructions?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
423
|
+
allowReject?: Prisma.BoolFilter<"DocumentationStep"> | boolean;
|
|
424
|
+
rejectBehavior?: Prisma.EnumGateRejectBehaviorNullableFilter<"DocumentationStep"> | $Enums.GateRejectBehavior | null;
|
|
425
|
+
requiresComment?: Prisma.BoolFilter<"DocumentationStep"> | boolean;
|
|
426
|
+
gateActedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
427
|
+
gateActedById?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
428
|
+
gateDecision?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
429
|
+
gateComment?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
318
430
|
dueDate?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
319
431
|
completedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
320
432
|
createdAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
@@ -323,6 +435,7 @@ export type DocumentationStepWhereUniqueInput = Prisma.AtLeast<{
|
|
|
323
435
|
documentationPhase?: Prisma.XOR<Prisma.DocumentationPhaseScalarRelationFilter, Prisma.DocumentationPhaseWhereInput>;
|
|
324
436
|
assignee?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
325
437
|
requiredDocuments?: Prisma.DocumentationStepDocumentListRelationFilter;
|
|
438
|
+
gateActedBy?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
326
439
|
approvals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
327
440
|
currentForPhase?: Prisma.DocumentationPhaseListRelationFilter;
|
|
328
441
|
}, "id">;
|
|
@@ -340,6 +453,17 @@ export type DocumentationStepOrderByWithAggregationInput = {
|
|
|
340
453
|
lastSubmittedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
341
454
|
metadata?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
342
455
|
assigneeId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
456
|
+
gateActor?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
457
|
+
gateAction?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
458
|
+
gateRoleId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
459
|
+
gateInstructions?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
460
|
+
allowReject?: Prisma.SortOrder;
|
|
461
|
+
rejectBehavior?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
462
|
+
requiresComment?: Prisma.SortOrder;
|
|
463
|
+
gateActedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
464
|
+
gateActedById?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
465
|
+
gateDecision?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
466
|
+
gateComment?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
343
467
|
dueDate?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
344
468
|
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
345
469
|
createdAt?: Prisma.SortOrder;
|
|
@@ -367,6 +491,17 @@ export type DocumentationStepScalarWhereWithAggregatesInput = {
|
|
|
367
491
|
lastSubmittedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
368
492
|
metadata?: Prisma.JsonNullableWithAggregatesFilter<"DocumentationStep">;
|
|
369
493
|
assigneeId?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
494
|
+
gateActor?: Prisma.EnumGateActorNullableWithAggregatesFilter<"DocumentationStep"> | $Enums.GateActor | null;
|
|
495
|
+
gateAction?: Prisma.EnumGateActionNullableWithAggregatesFilter<"DocumentationStep"> | $Enums.GateAction | null;
|
|
496
|
+
gateRoleId?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
497
|
+
gateInstructions?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
498
|
+
allowReject?: Prisma.BoolWithAggregatesFilter<"DocumentationStep"> | boolean;
|
|
499
|
+
rejectBehavior?: Prisma.EnumGateRejectBehaviorNullableWithAggregatesFilter<"DocumentationStep"> | $Enums.GateRejectBehavior | null;
|
|
500
|
+
requiresComment?: Prisma.BoolWithAggregatesFilter<"DocumentationStep"> | boolean;
|
|
501
|
+
gateActedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
502
|
+
gateActedById?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
503
|
+
gateDecision?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
504
|
+
gateComment?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
370
505
|
dueDate?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
371
506
|
completedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
372
507
|
createdAt?: Prisma.DateTimeWithAggregatesFilter<"DocumentationStep"> | Date | string;
|
|
@@ -383,6 +518,16 @@ export type DocumentationStepCreateInput = {
|
|
|
383
518
|
submissionCount?: number;
|
|
384
519
|
lastSubmittedAt?: Date | string | null;
|
|
385
520
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
521
|
+
gateActor?: $Enums.GateActor | null;
|
|
522
|
+
gateAction?: $Enums.GateAction | null;
|
|
523
|
+
gateRoleId?: string | null;
|
|
524
|
+
gateInstructions?: string | null;
|
|
525
|
+
allowReject?: boolean;
|
|
526
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
527
|
+
requiresComment?: boolean;
|
|
528
|
+
gateActedAt?: Date | string | null;
|
|
529
|
+
gateDecision?: string | null;
|
|
530
|
+
gateComment?: string | null;
|
|
386
531
|
dueDate?: Date | string | null;
|
|
387
532
|
completedAt?: Date | string | null;
|
|
388
533
|
createdAt?: Date | string;
|
|
@@ -391,6 +536,7 @@ export type DocumentationStepCreateInput = {
|
|
|
391
536
|
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
392
537
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
393
538
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
539
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
394
540
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
395
541
|
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
396
542
|
};
|
|
@@ -408,6 +554,17 @@ export type DocumentationStepUncheckedCreateInput = {
|
|
|
408
554
|
lastSubmittedAt?: Date | string | null;
|
|
409
555
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
410
556
|
assigneeId?: string | null;
|
|
557
|
+
gateActor?: $Enums.GateActor | null;
|
|
558
|
+
gateAction?: $Enums.GateAction | null;
|
|
559
|
+
gateRoleId?: string | null;
|
|
560
|
+
gateInstructions?: string | null;
|
|
561
|
+
allowReject?: boolean;
|
|
562
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
563
|
+
requiresComment?: boolean;
|
|
564
|
+
gateActedAt?: Date | string | null;
|
|
565
|
+
gateActedById?: string | null;
|
|
566
|
+
gateDecision?: string | null;
|
|
567
|
+
gateComment?: string | null;
|
|
411
568
|
dueDate?: Date | string | null;
|
|
412
569
|
completedAt?: Date | string | null;
|
|
413
570
|
createdAt?: Date | string;
|
|
@@ -427,6 +584,16 @@ export type DocumentationStepUpdateInput = {
|
|
|
427
584
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
428
585
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
429
586
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
587
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
588
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
589
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
590
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
591
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
592
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
593
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
594
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
595
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
596
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
430
597
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
431
598
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
432
599
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -435,6 +602,7 @@ export type DocumentationStepUpdateInput = {
|
|
|
435
602
|
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
436
603
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
437
604
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
605
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
438
606
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
439
607
|
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
440
608
|
};
|
|
@@ -452,6 +620,17 @@ export type DocumentationStepUncheckedUpdateInput = {
|
|
|
452
620
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
453
621
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
454
622
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
623
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
624
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
625
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
626
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
627
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
628
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
629
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
630
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
631
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
632
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
633
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
455
634
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
456
635
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
457
636
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -474,6 +653,17 @@ export type DocumentationStepCreateManyInput = {
|
|
|
474
653
|
lastSubmittedAt?: Date | string | null;
|
|
475
654
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
476
655
|
assigneeId?: string | null;
|
|
656
|
+
gateActor?: $Enums.GateActor | null;
|
|
657
|
+
gateAction?: $Enums.GateAction | null;
|
|
658
|
+
gateRoleId?: string | null;
|
|
659
|
+
gateInstructions?: string | null;
|
|
660
|
+
allowReject?: boolean;
|
|
661
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
662
|
+
requiresComment?: boolean;
|
|
663
|
+
gateActedAt?: Date | string | null;
|
|
664
|
+
gateActedById?: string | null;
|
|
665
|
+
gateDecision?: string | null;
|
|
666
|
+
gateComment?: string | null;
|
|
477
667
|
dueDate?: Date | string | null;
|
|
478
668
|
completedAt?: Date | string | null;
|
|
479
669
|
createdAt?: Date | string;
|
|
@@ -490,6 +680,16 @@ export type DocumentationStepUpdateManyMutationInput = {
|
|
|
490
680
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
491
681
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
492
682
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
683
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
684
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
685
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
686
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
687
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
688
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
689
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
690
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
691
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
692
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
493
693
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
494
694
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
495
695
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -509,6 +709,17 @@ export type DocumentationStepUncheckedUpdateManyInput = {
|
|
|
509
709
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
510
710
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
511
711
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
712
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
713
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
714
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
715
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
716
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
717
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
718
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
719
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
720
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
721
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
722
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
512
723
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
513
724
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
514
725
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -545,6 +756,17 @@ export type DocumentationStepCountOrderByAggregateInput = {
|
|
|
545
756
|
lastSubmittedAt?: Prisma.SortOrder;
|
|
546
757
|
metadata?: Prisma.SortOrder;
|
|
547
758
|
assigneeId?: Prisma.SortOrder;
|
|
759
|
+
gateActor?: Prisma.SortOrder;
|
|
760
|
+
gateAction?: Prisma.SortOrder;
|
|
761
|
+
gateRoleId?: Prisma.SortOrder;
|
|
762
|
+
gateInstructions?: Prisma.SortOrder;
|
|
763
|
+
allowReject?: Prisma.SortOrder;
|
|
764
|
+
rejectBehavior?: Prisma.SortOrder;
|
|
765
|
+
requiresComment?: Prisma.SortOrder;
|
|
766
|
+
gateActedAt?: Prisma.SortOrder;
|
|
767
|
+
gateActedById?: Prisma.SortOrder;
|
|
768
|
+
gateDecision?: Prisma.SortOrder;
|
|
769
|
+
gateComment?: Prisma.SortOrder;
|
|
548
770
|
dueDate?: Prisma.SortOrder;
|
|
549
771
|
completedAt?: Prisma.SortOrder;
|
|
550
772
|
createdAt?: Prisma.SortOrder;
|
|
@@ -567,6 +789,17 @@ export type DocumentationStepMaxOrderByAggregateInput = {
|
|
|
567
789
|
submissionCount?: Prisma.SortOrder;
|
|
568
790
|
lastSubmittedAt?: Prisma.SortOrder;
|
|
569
791
|
assigneeId?: Prisma.SortOrder;
|
|
792
|
+
gateActor?: Prisma.SortOrder;
|
|
793
|
+
gateAction?: Prisma.SortOrder;
|
|
794
|
+
gateRoleId?: Prisma.SortOrder;
|
|
795
|
+
gateInstructions?: Prisma.SortOrder;
|
|
796
|
+
allowReject?: Prisma.SortOrder;
|
|
797
|
+
rejectBehavior?: Prisma.SortOrder;
|
|
798
|
+
requiresComment?: Prisma.SortOrder;
|
|
799
|
+
gateActedAt?: Prisma.SortOrder;
|
|
800
|
+
gateActedById?: Prisma.SortOrder;
|
|
801
|
+
gateDecision?: Prisma.SortOrder;
|
|
802
|
+
gateComment?: Prisma.SortOrder;
|
|
570
803
|
dueDate?: Prisma.SortOrder;
|
|
571
804
|
completedAt?: Prisma.SortOrder;
|
|
572
805
|
createdAt?: Prisma.SortOrder;
|
|
@@ -585,6 +818,17 @@ export type DocumentationStepMinOrderByAggregateInput = {
|
|
|
585
818
|
submissionCount?: Prisma.SortOrder;
|
|
586
819
|
lastSubmittedAt?: Prisma.SortOrder;
|
|
587
820
|
assigneeId?: Prisma.SortOrder;
|
|
821
|
+
gateActor?: Prisma.SortOrder;
|
|
822
|
+
gateAction?: Prisma.SortOrder;
|
|
823
|
+
gateRoleId?: Prisma.SortOrder;
|
|
824
|
+
gateInstructions?: Prisma.SortOrder;
|
|
825
|
+
allowReject?: Prisma.SortOrder;
|
|
826
|
+
rejectBehavior?: Prisma.SortOrder;
|
|
827
|
+
requiresComment?: Prisma.SortOrder;
|
|
828
|
+
gateActedAt?: Prisma.SortOrder;
|
|
829
|
+
gateActedById?: Prisma.SortOrder;
|
|
830
|
+
gateDecision?: Prisma.SortOrder;
|
|
831
|
+
gateComment?: Prisma.SortOrder;
|
|
588
832
|
dueDate?: Prisma.SortOrder;
|
|
589
833
|
completedAt?: Prisma.SortOrder;
|
|
590
834
|
createdAt?: Prisma.SortOrder;
|
|
@@ -604,12 +848,24 @@ export type DocumentationStepCreateNestedManyWithoutAssigneeInput = {
|
|
|
604
848
|
createMany?: Prisma.DocumentationStepCreateManyAssigneeInputEnvelope;
|
|
605
849
|
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
606
850
|
};
|
|
851
|
+
export type DocumentationStepCreateNestedManyWithoutGateActedByInput = {
|
|
852
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput> | Prisma.DocumentationStepCreateWithoutGateActedByInput[] | Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput[];
|
|
853
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput | Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput[];
|
|
854
|
+
createMany?: Prisma.DocumentationStepCreateManyGateActedByInputEnvelope;
|
|
855
|
+
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
856
|
+
};
|
|
607
857
|
export type DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput = {
|
|
608
858
|
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutAssigneeInput, Prisma.DocumentationStepUncheckedCreateWithoutAssigneeInput> | Prisma.DocumentationStepCreateWithoutAssigneeInput[] | Prisma.DocumentationStepUncheckedCreateWithoutAssigneeInput[];
|
|
609
859
|
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutAssigneeInput | Prisma.DocumentationStepCreateOrConnectWithoutAssigneeInput[];
|
|
610
860
|
createMany?: Prisma.DocumentationStepCreateManyAssigneeInputEnvelope;
|
|
611
861
|
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
612
862
|
};
|
|
863
|
+
export type DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput = {
|
|
864
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput> | Prisma.DocumentationStepCreateWithoutGateActedByInput[] | Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput[];
|
|
865
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput | Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput[];
|
|
866
|
+
createMany?: Prisma.DocumentationStepCreateManyGateActedByInputEnvelope;
|
|
867
|
+
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
868
|
+
};
|
|
613
869
|
export type DocumentationStepUpdateManyWithoutAssigneeNestedInput = {
|
|
614
870
|
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutAssigneeInput, Prisma.DocumentationStepUncheckedCreateWithoutAssigneeInput> | Prisma.DocumentationStepCreateWithoutAssigneeInput[] | Prisma.DocumentationStepUncheckedCreateWithoutAssigneeInput[];
|
|
615
871
|
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutAssigneeInput | Prisma.DocumentationStepCreateOrConnectWithoutAssigneeInput[];
|
|
@@ -623,6 +879,19 @@ export type DocumentationStepUpdateManyWithoutAssigneeNestedInput = {
|
|
|
623
879
|
updateMany?: Prisma.DocumentationStepUpdateManyWithWhereWithoutAssigneeInput | Prisma.DocumentationStepUpdateManyWithWhereWithoutAssigneeInput[];
|
|
624
880
|
deleteMany?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
625
881
|
};
|
|
882
|
+
export type DocumentationStepUpdateManyWithoutGateActedByNestedInput = {
|
|
883
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput> | Prisma.DocumentationStepCreateWithoutGateActedByInput[] | Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput[];
|
|
884
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput | Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput[];
|
|
885
|
+
upsert?: Prisma.DocumentationStepUpsertWithWhereUniqueWithoutGateActedByInput | Prisma.DocumentationStepUpsertWithWhereUniqueWithoutGateActedByInput[];
|
|
886
|
+
createMany?: Prisma.DocumentationStepCreateManyGateActedByInputEnvelope;
|
|
887
|
+
set?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
888
|
+
disconnect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
889
|
+
delete?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
890
|
+
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
891
|
+
update?: Prisma.DocumentationStepUpdateWithWhereUniqueWithoutGateActedByInput | Prisma.DocumentationStepUpdateWithWhereUniqueWithoutGateActedByInput[];
|
|
892
|
+
updateMany?: Prisma.DocumentationStepUpdateManyWithWhereWithoutGateActedByInput | Prisma.DocumentationStepUpdateManyWithWhereWithoutGateActedByInput[];
|
|
893
|
+
deleteMany?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
894
|
+
};
|
|
626
895
|
export type DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput = {
|
|
627
896
|
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutAssigneeInput, Prisma.DocumentationStepUncheckedCreateWithoutAssigneeInput> | Prisma.DocumentationStepCreateWithoutAssigneeInput[] | Prisma.DocumentationStepUncheckedCreateWithoutAssigneeInput[];
|
|
628
897
|
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutAssigneeInput | Prisma.DocumentationStepCreateOrConnectWithoutAssigneeInput[];
|
|
@@ -636,6 +905,19 @@ export type DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput = {
|
|
|
636
905
|
updateMany?: Prisma.DocumentationStepUpdateManyWithWhereWithoutAssigneeInput | Prisma.DocumentationStepUpdateManyWithWhereWithoutAssigneeInput[];
|
|
637
906
|
deleteMany?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
638
907
|
};
|
|
908
|
+
export type DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput = {
|
|
909
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput> | Prisma.DocumentationStepCreateWithoutGateActedByInput[] | Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput[];
|
|
910
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput | Prisma.DocumentationStepCreateOrConnectWithoutGateActedByInput[];
|
|
911
|
+
upsert?: Prisma.DocumentationStepUpsertWithWhereUniqueWithoutGateActedByInput | Prisma.DocumentationStepUpsertWithWhereUniqueWithoutGateActedByInput[];
|
|
912
|
+
createMany?: Prisma.DocumentationStepCreateManyGateActedByInputEnvelope;
|
|
913
|
+
set?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
914
|
+
disconnect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
915
|
+
delete?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
916
|
+
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
917
|
+
update?: Prisma.DocumentationStepUpdateWithWhereUniqueWithoutGateActedByInput | Prisma.DocumentationStepUpdateWithWhereUniqueWithoutGateActedByInput[];
|
|
918
|
+
updateMany?: Prisma.DocumentationStepUpdateManyWithWhereWithoutGateActedByInput | Prisma.DocumentationStepUpdateManyWithWhereWithoutGateActedByInput[];
|
|
919
|
+
deleteMany?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
920
|
+
};
|
|
639
921
|
export type DocumentationStepCreateNestedManyWithoutTenantInput = {
|
|
640
922
|
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutTenantInput, Prisma.DocumentationStepUncheckedCreateWithoutTenantInput> | Prisma.DocumentationStepCreateWithoutTenantInput[] | Prisma.DocumentationStepUncheckedCreateWithoutTenantInput[];
|
|
641
923
|
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutTenantInput | Prisma.DocumentationStepCreateOrConnectWithoutTenantInput[];
|
|
@@ -764,6 +1046,16 @@ export type DocumentationStepCreateWithoutAssigneeInput = {
|
|
|
764
1046
|
submissionCount?: number;
|
|
765
1047
|
lastSubmittedAt?: Date | string | null;
|
|
766
1048
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1049
|
+
gateActor?: $Enums.GateActor | null;
|
|
1050
|
+
gateAction?: $Enums.GateAction | null;
|
|
1051
|
+
gateRoleId?: string | null;
|
|
1052
|
+
gateInstructions?: string | null;
|
|
1053
|
+
allowReject?: boolean;
|
|
1054
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1055
|
+
requiresComment?: boolean;
|
|
1056
|
+
gateActedAt?: Date | string | null;
|
|
1057
|
+
gateDecision?: string | null;
|
|
1058
|
+
gateComment?: string | null;
|
|
767
1059
|
dueDate?: Date | string | null;
|
|
768
1060
|
completedAt?: Date | string | null;
|
|
769
1061
|
createdAt?: Date | string;
|
|
@@ -771,6 +1063,7 @@ export type DocumentationStepCreateWithoutAssigneeInput = {
|
|
|
771
1063
|
tenant: Prisma.TenantCreateNestedOneWithoutDocumentationStepsInput;
|
|
772
1064
|
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
773
1065
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1066
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
774
1067
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
775
1068
|
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
776
1069
|
};
|
|
@@ -787,6 +1080,17 @@ export type DocumentationStepUncheckedCreateWithoutAssigneeInput = {
|
|
|
787
1080
|
submissionCount?: number;
|
|
788
1081
|
lastSubmittedAt?: Date | string | null;
|
|
789
1082
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1083
|
+
gateActor?: $Enums.GateActor | null;
|
|
1084
|
+
gateAction?: $Enums.GateAction | null;
|
|
1085
|
+
gateRoleId?: string | null;
|
|
1086
|
+
gateInstructions?: string | null;
|
|
1087
|
+
allowReject?: boolean;
|
|
1088
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1089
|
+
requiresComment?: boolean;
|
|
1090
|
+
gateActedAt?: Date | string | null;
|
|
1091
|
+
gateActedById?: string | null;
|
|
1092
|
+
gateDecision?: string | null;
|
|
1093
|
+
gateComment?: string | null;
|
|
790
1094
|
dueDate?: Date | string | null;
|
|
791
1095
|
completedAt?: Date | string | null;
|
|
792
1096
|
createdAt?: Date | string;
|
|
@@ -803,6 +1107,78 @@ export type DocumentationStepCreateManyAssigneeInputEnvelope = {
|
|
|
803
1107
|
data: Prisma.DocumentationStepCreateManyAssigneeInput | Prisma.DocumentationStepCreateManyAssigneeInput[];
|
|
804
1108
|
skipDuplicates?: boolean;
|
|
805
1109
|
};
|
|
1110
|
+
export type DocumentationStepCreateWithoutGateActedByInput = {
|
|
1111
|
+
id?: string;
|
|
1112
|
+
name: string;
|
|
1113
|
+
description?: string | null;
|
|
1114
|
+
stepType: $Enums.StepType;
|
|
1115
|
+
order: number;
|
|
1116
|
+
status?: $Enums.StepStatus;
|
|
1117
|
+
actionReason?: string | null;
|
|
1118
|
+
submissionCount?: number;
|
|
1119
|
+
lastSubmittedAt?: Date | string | null;
|
|
1120
|
+
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1121
|
+
gateActor?: $Enums.GateActor | null;
|
|
1122
|
+
gateAction?: $Enums.GateAction | null;
|
|
1123
|
+
gateRoleId?: string | null;
|
|
1124
|
+
gateInstructions?: string | null;
|
|
1125
|
+
allowReject?: boolean;
|
|
1126
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1127
|
+
requiresComment?: boolean;
|
|
1128
|
+
gateActedAt?: Date | string | null;
|
|
1129
|
+
gateDecision?: string | null;
|
|
1130
|
+
gateComment?: string | null;
|
|
1131
|
+
dueDate?: Date | string | null;
|
|
1132
|
+
completedAt?: Date | string | null;
|
|
1133
|
+
createdAt?: Date | string;
|
|
1134
|
+
updatedAt?: Date | string;
|
|
1135
|
+
tenant: Prisma.TenantCreateNestedOneWithoutDocumentationStepsInput;
|
|
1136
|
+
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
1137
|
+
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
1138
|
+
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1139
|
+
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
1140
|
+
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
1141
|
+
};
|
|
1142
|
+
export type DocumentationStepUncheckedCreateWithoutGateActedByInput = {
|
|
1143
|
+
id?: string;
|
|
1144
|
+
tenantId: string;
|
|
1145
|
+
documentationPhaseId: string;
|
|
1146
|
+
name: string;
|
|
1147
|
+
description?: string | null;
|
|
1148
|
+
stepType: $Enums.StepType;
|
|
1149
|
+
order: number;
|
|
1150
|
+
status?: $Enums.StepStatus;
|
|
1151
|
+
actionReason?: string | null;
|
|
1152
|
+
submissionCount?: number;
|
|
1153
|
+
lastSubmittedAt?: Date | string | null;
|
|
1154
|
+
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1155
|
+
assigneeId?: string | null;
|
|
1156
|
+
gateActor?: $Enums.GateActor | null;
|
|
1157
|
+
gateAction?: $Enums.GateAction | null;
|
|
1158
|
+
gateRoleId?: string | null;
|
|
1159
|
+
gateInstructions?: string | null;
|
|
1160
|
+
allowReject?: boolean;
|
|
1161
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1162
|
+
requiresComment?: boolean;
|
|
1163
|
+
gateActedAt?: Date | string | null;
|
|
1164
|
+
gateDecision?: string | null;
|
|
1165
|
+
gateComment?: string | null;
|
|
1166
|
+
dueDate?: Date | string | null;
|
|
1167
|
+
completedAt?: Date | string | null;
|
|
1168
|
+
createdAt?: Date | string;
|
|
1169
|
+
updatedAt?: Date | string;
|
|
1170
|
+
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutStepInput;
|
|
1171
|
+
approvals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutStepInput;
|
|
1172
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutCurrentStepInput;
|
|
1173
|
+
};
|
|
1174
|
+
export type DocumentationStepCreateOrConnectWithoutGateActedByInput = {
|
|
1175
|
+
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
1176
|
+
create: Prisma.XOR<Prisma.DocumentationStepCreateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput>;
|
|
1177
|
+
};
|
|
1178
|
+
export type DocumentationStepCreateManyGateActedByInputEnvelope = {
|
|
1179
|
+
data: Prisma.DocumentationStepCreateManyGateActedByInput | Prisma.DocumentationStepCreateManyGateActedByInput[];
|
|
1180
|
+
skipDuplicates?: boolean;
|
|
1181
|
+
};
|
|
806
1182
|
export type DocumentationStepUpsertWithWhereUniqueWithoutAssigneeInput = {
|
|
807
1183
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
808
1184
|
update: Prisma.XOR<Prisma.DocumentationStepUpdateWithoutAssigneeInput, Prisma.DocumentationStepUncheckedUpdateWithoutAssigneeInput>;
|
|
@@ -833,11 +1209,35 @@ export type DocumentationStepScalarWhereInput = {
|
|
|
833
1209
|
lastSubmittedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
834
1210
|
metadata?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
835
1211
|
assigneeId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
1212
|
+
gateActor?: Prisma.EnumGateActorNullableFilter<"DocumentationStep"> | $Enums.GateActor | null;
|
|
1213
|
+
gateAction?: Prisma.EnumGateActionNullableFilter<"DocumentationStep"> | $Enums.GateAction | null;
|
|
1214
|
+
gateRoleId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
1215
|
+
gateInstructions?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
1216
|
+
allowReject?: Prisma.BoolFilter<"DocumentationStep"> | boolean;
|
|
1217
|
+
rejectBehavior?: Prisma.EnumGateRejectBehaviorNullableFilter<"DocumentationStep"> | $Enums.GateRejectBehavior | null;
|
|
1218
|
+
requiresComment?: Prisma.BoolFilter<"DocumentationStep"> | boolean;
|
|
1219
|
+
gateActedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
1220
|
+
gateActedById?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
1221
|
+
gateDecision?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
1222
|
+
gateComment?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
836
1223
|
dueDate?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
837
1224
|
completedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
838
1225
|
createdAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
839
1226
|
updatedAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
840
1227
|
};
|
|
1228
|
+
export type DocumentationStepUpsertWithWhereUniqueWithoutGateActedByInput = {
|
|
1229
|
+
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
1230
|
+
update: Prisma.XOR<Prisma.DocumentationStepUpdateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedUpdateWithoutGateActedByInput>;
|
|
1231
|
+
create: Prisma.XOR<Prisma.DocumentationStepCreateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedCreateWithoutGateActedByInput>;
|
|
1232
|
+
};
|
|
1233
|
+
export type DocumentationStepUpdateWithWhereUniqueWithoutGateActedByInput = {
|
|
1234
|
+
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
1235
|
+
data: Prisma.XOR<Prisma.DocumentationStepUpdateWithoutGateActedByInput, Prisma.DocumentationStepUncheckedUpdateWithoutGateActedByInput>;
|
|
1236
|
+
};
|
|
1237
|
+
export type DocumentationStepUpdateManyWithWhereWithoutGateActedByInput = {
|
|
1238
|
+
where: Prisma.DocumentationStepScalarWhereInput;
|
|
1239
|
+
data: Prisma.XOR<Prisma.DocumentationStepUpdateManyMutationInput, Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByInput>;
|
|
1240
|
+
};
|
|
841
1241
|
export type DocumentationStepCreateWithoutTenantInput = {
|
|
842
1242
|
id?: string;
|
|
843
1243
|
name: string;
|
|
@@ -849,6 +1249,16 @@ export type DocumentationStepCreateWithoutTenantInput = {
|
|
|
849
1249
|
submissionCount?: number;
|
|
850
1250
|
lastSubmittedAt?: Date | string | null;
|
|
851
1251
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1252
|
+
gateActor?: $Enums.GateActor | null;
|
|
1253
|
+
gateAction?: $Enums.GateAction | null;
|
|
1254
|
+
gateRoleId?: string | null;
|
|
1255
|
+
gateInstructions?: string | null;
|
|
1256
|
+
allowReject?: boolean;
|
|
1257
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1258
|
+
requiresComment?: boolean;
|
|
1259
|
+
gateActedAt?: Date | string | null;
|
|
1260
|
+
gateDecision?: string | null;
|
|
1261
|
+
gateComment?: string | null;
|
|
852
1262
|
dueDate?: Date | string | null;
|
|
853
1263
|
completedAt?: Date | string | null;
|
|
854
1264
|
createdAt?: Date | string;
|
|
@@ -856,6 +1266,7 @@ export type DocumentationStepCreateWithoutTenantInput = {
|
|
|
856
1266
|
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
857
1267
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
858
1268
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1269
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
859
1270
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
860
1271
|
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
861
1272
|
};
|
|
@@ -872,6 +1283,17 @@ export type DocumentationStepUncheckedCreateWithoutTenantInput = {
|
|
|
872
1283
|
lastSubmittedAt?: Date | string | null;
|
|
873
1284
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
874
1285
|
assigneeId?: string | null;
|
|
1286
|
+
gateActor?: $Enums.GateActor | null;
|
|
1287
|
+
gateAction?: $Enums.GateAction | null;
|
|
1288
|
+
gateRoleId?: string | null;
|
|
1289
|
+
gateInstructions?: string | null;
|
|
1290
|
+
allowReject?: boolean;
|
|
1291
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1292
|
+
requiresComment?: boolean;
|
|
1293
|
+
gateActedAt?: Date | string | null;
|
|
1294
|
+
gateActedById?: string | null;
|
|
1295
|
+
gateDecision?: string | null;
|
|
1296
|
+
gateComment?: string | null;
|
|
875
1297
|
dueDate?: Date | string | null;
|
|
876
1298
|
completedAt?: Date | string | null;
|
|
877
1299
|
createdAt?: Date | string;
|
|
@@ -912,6 +1334,16 @@ export type DocumentationStepCreateWithoutCurrentForPhaseInput = {
|
|
|
912
1334
|
submissionCount?: number;
|
|
913
1335
|
lastSubmittedAt?: Date | string | null;
|
|
914
1336
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1337
|
+
gateActor?: $Enums.GateActor | null;
|
|
1338
|
+
gateAction?: $Enums.GateAction | null;
|
|
1339
|
+
gateRoleId?: string | null;
|
|
1340
|
+
gateInstructions?: string | null;
|
|
1341
|
+
allowReject?: boolean;
|
|
1342
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1343
|
+
requiresComment?: boolean;
|
|
1344
|
+
gateActedAt?: Date | string | null;
|
|
1345
|
+
gateDecision?: string | null;
|
|
1346
|
+
gateComment?: string | null;
|
|
915
1347
|
dueDate?: Date | string | null;
|
|
916
1348
|
completedAt?: Date | string | null;
|
|
917
1349
|
createdAt?: Date | string;
|
|
@@ -920,6 +1352,7 @@ export type DocumentationStepCreateWithoutCurrentForPhaseInput = {
|
|
|
920
1352
|
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
921
1353
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
922
1354
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1355
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
923
1356
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
924
1357
|
};
|
|
925
1358
|
export type DocumentationStepUncheckedCreateWithoutCurrentForPhaseInput = {
|
|
@@ -936,6 +1369,17 @@ export type DocumentationStepUncheckedCreateWithoutCurrentForPhaseInput = {
|
|
|
936
1369
|
lastSubmittedAt?: Date | string | null;
|
|
937
1370
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
938
1371
|
assigneeId?: string | null;
|
|
1372
|
+
gateActor?: $Enums.GateActor | null;
|
|
1373
|
+
gateAction?: $Enums.GateAction | null;
|
|
1374
|
+
gateRoleId?: string | null;
|
|
1375
|
+
gateInstructions?: string | null;
|
|
1376
|
+
allowReject?: boolean;
|
|
1377
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1378
|
+
requiresComment?: boolean;
|
|
1379
|
+
gateActedAt?: Date | string | null;
|
|
1380
|
+
gateActedById?: string | null;
|
|
1381
|
+
gateDecision?: string | null;
|
|
1382
|
+
gateComment?: string | null;
|
|
939
1383
|
dueDate?: Date | string | null;
|
|
940
1384
|
completedAt?: Date | string | null;
|
|
941
1385
|
createdAt?: Date | string;
|
|
@@ -958,6 +1402,16 @@ export type DocumentationStepCreateWithoutDocumentationPhaseInput = {
|
|
|
958
1402
|
submissionCount?: number;
|
|
959
1403
|
lastSubmittedAt?: Date | string | null;
|
|
960
1404
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1405
|
+
gateActor?: $Enums.GateActor | null;
|
|
1406
|
+
gateAction?: $Enums.GateAction | null;
|
|
1407
|
+
gateRoleId?: string | null;
|
|
1408
|
+
gateInstructions?: string | null;
|
|
1409
|
+
allowReject?: boolean;
|
|
1410
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1411
|
+
requiresComment?: boolean;
|
|
1412
|
+
gateActedAt?: Date | string | null;
|
|
1413
|
+
gateDecision?: string | null;
|
|
1414
|
+
gateComment?: string | null;
|
|
961
1415
|
dueDate?: Date | string | null;
|
|
962
1416
|
completedAt?: Date | string | null;
|
|
963
1417
|
createdAt?: Date | string;
|
|
@@ -965,6 +1419,7 @@ export type DocumentationStepCreateWithoutDocumentationPhaseInput = {
|
|
|
965
1419
|
tenant: Prisma.TenantCreateNestedOneWithoutDocumentationStepsInput;
|
|
966
1420
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
967
1421
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1422
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
968
1423
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
969
1424
|
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
970
1425
|
};
|
|
@@ -981,6 +1436,17 @@ export type DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput = {
|
|
|
981
1436
|
lastSubmittedAt?: Date | string | null;
|
|
982
1437
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
983
1438
|
assigneeId?: string | null;
|
|
1439
|
+
gateActor?: $Enums.GateActor | null;
|
|
1440
|
+
gateAction?: $Enums.GateAction | null;
|
|
1441
|
+
gateRoleId?: string | null;
|
|
1442
|
+
gateInstructions?: string | null;
|
|
1443
|
+
allowReject?: boolean;
|
|
1444
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1445
|
+
requiresComment?: boolean;
|
|
1446
|
+
gateActedAt?: Date | string | null;
|
|
1447
|
+
gateActedById?: string | null;
|
|
1448
|
+
gateDecision?: string | null;
|
|
1449
|
+
gateComment?: string | null;
|
|
984
1450
|
dueDate?: Date | string | null;
|
|
985
1451
|
completedAt?: Date | string | null;
|
|
986
1452
|
createdAt?: Date | string;
|
|
@@ -1017,6 +1483,16 @@ export type DocumentationStepUpdateWithoutCurrentForPhaseInput = {
|
|
|
1017
1483
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1018
1484
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1019
1485
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1486
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1487
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1488
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1489
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1490
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1491
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1492
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1493
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1494
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1495
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1020
1496
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1021
1497
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1022
1498
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1025,6 +1501,7 @@ export type DocumentationStepUpdateWithoutCurrentForPhaseInput = {
|
|
|
1025
1501
|
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1026
1502
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1027
1503
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1504
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
1028
1505
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1029
1506
|
};
|
|
1030
1507
|
export type DocumentationStepUncheckedUpdateWithoutCurrentForPhaseInput = {
|
|
@@ -1041,6 +1518,17 @@ export type DocumentationStepUncheckedUpdateWithoutCurrentForPhaseInput = {
|
|
|
1041
1518
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1042
1519
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1043
1520
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1521
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1522
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1523
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1524
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1525
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1526
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1527
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1528
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1529
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1530
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1531
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1044
1532
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1045
1533
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1046
1534
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1072,6 +1560,16 @@ export type DocumentationStepCreateWithoutRequiredDocumentsInput = {
|
|
|
1072
1560
|
submissionCount?: number;
|
|
1073
1561
|
lastSubmittedAt?: Date | string | null;
|
|
1074
1562
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1563
|
+
gateActor?: $Enums.GateActor | null;
|
|
1564
|
+
gateAction?: $Enums.GateAction | null;
|
|
1565
|
+
gateRoleId?: string | null;
|
|
1566
|
+
gateInstructions?: string | null;
|
|
1567
|
+
allowReject?: boolean;
|
|
1568
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1569
|
+
requiresComment?: boolean;
|
|
1570
|
+
gateActedAt?: Date | string | null;
|
|
1571
|
+
gateDecision?: string | null;
|
|
1572
|
+
gateComment?: string | null;
|
|
1075
1573
|
dueDate?: Date | string | null;
|
|
1076
1574
|
completedAt?: Date | string | null;
|
|
1077
1575
|
createdAt?: Date | string;
|
|
@@ -1079,6 +1577,7 @@ export type DocumentationStepCreateWithoutRequiredDocumentsInput = {
|
|
|
1079
1577
|
tenant: Prisma.TenantCreateNestedOneWithoutDocumentationStepsInput;
|
|
1080
1578
|
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
1081
1579
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
1580
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
1082
1581
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
1083
1582
|
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
1084
1583
|
};
|
|
@@ -1096,6 +1595,17 @@ export type DocumentationStepUncheckedCreateWithoutRequiredDocumentsInput = {
|
|
|
1096
1595
|
lastSubmittedAt?: Date | string | null;
|
|
1097
1596
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1098
1597
|
assigneeId?: string | null;
|
|
1598
|
+
gateActor?: $Enums.GateActor | null;
|
|
1599
|
+
gateAction?: $Enums.GateAction | null;
|
|
1600
|
+
gateRoleId?: string | null;
|
|
1601
|
+
gateInstructions?: string | null;
|
|
1602
|
+
allowReject?: boolean;
|
|
1603
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1604
|
+
requiresComment?: boolean;
|
|
1605
|
+
gateActedAt?: Date | string | null;
|
|
1606
|
+
gateActedById?: string | null;
|
|
1607
|
+
gateDecision?: string | null;
|
|
1608
|
+
gateComment?: string | null;
|
|
1099
1609
|
dueDate?: Date | string | null;
|
|
1100
1610
|
completedAt?: Date | string | null;
|
|
1101
1611
|
createdAt?: Date | string;
|
|
@@ -1127,6 +1637,16 @@ export type DocumentationStepUpdateWithoutRequiredDocumentsInput = {
|
|
|
1127
1637
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1128
1638
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1129
1639
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1640
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1641
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1642
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1643
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1644
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1645
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1646
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1647
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1648
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1649
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1130
1650
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1131
1651
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1132
1652
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1134,6 +1654,7 @@ export type DocumentationStepUpdateWithoutRequiredDocumentsInput = {
|
|
|
1134
1654
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutDocumentationStepsNestedInput;
|
|
1135
1655
|
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1136
1656
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1657
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
1137
1658
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1138
1659
|
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1139
1660
|
};
|
|
@@ -1151,6 +1672,17 @@ export type DocumentationStepUncheckedUpdateWithoutRequiredDocumentsInput = {
|
|
|
1151
1672
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1152
1673
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1153
1674
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1675
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1676
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1677
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1678
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1679
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1680
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1681
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1682
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1683
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1684
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1685
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1154
1686
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1155
1687
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1156
1688
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1169,6 +1701,16 @@ export type DocumentationStepCreateWithoutApprovalsInput = {
|
|
|
1169
1701
|
submissionCount?: number;
|
|
1170
1702
|
lastSubmittedAt?: Date | string | null;
|
|
1171
1703
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1704
|
+
gateActor?: $Enums.GateActor | null;
|
|
1705
|
+
gateAction?: $Enums.GateAction | null;
|
|
1706
|
+
gateRoleId?: string | null;
|
|
1707
|
+
gateInstructions?: string | null;
|
|
1708
|
+
allowReject?: boolean;
|
|
1709
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1710
|
+
requiresComment?: boolean;
|
|
1711
|
+
gateActedAt?: Date | string | null;
|
|
1712
|
+
gateDecision?: string | null;
|
|
1713
|
+
gateComment?: string | null;
|
|
1172
1714
|
dueDate?: Date | string | null;
|
|
1173
1715
|
completedAt?: Date | string | null;
|
|
1174
1716
|
createdAt?: Date | string;
|
|
@@ -1177,6 +1719,7 @@ export type DocumentationStepCreateWithoutApprovalsInput = {
|
|
|
1177
1719
|
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
1178
1720
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
1179
1721
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1722
|
+
gateActedBy?: Prisma.UserCreateNestedOneWithoutGateActedStepsInput;
|
|
1180
1723
|
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
1181
1724
|
};
|
|
1182
1725
|
export type DocumentationStepUncheckedCreateWithoutApprovalsInput = {
|
|
@@ -1193,6 +1736,17 @@ export type DocumentationStepUncheckedCreateWithoutApprovalsInput = {
|
|
|
1193
1736
|
lastSubmittedAt?: Date | string | null;
|
|
1194
1737
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1195
1738
|
assigneeId?: string | null;
|
|
1739
|
+
gateActor?: $Enums.GateActor | null;
|
|
1740
|
+
gateAction?: $Enums.GateAction | null;
|
|
1741
|
+
gateRoleId?: string | null;
|
|
1742
|
+
gateInstructions?: string | null;
|
|
1743
|
+
allowReject?: boolean;
|
|
1744
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1745
|
+
requiresComment?: boolean;
|
|
1746
|
+
gateActedAt?: Date | string | null;
|
|
1747
|
+
gateActedById?: string | null;
|
|
1748
|
+
gateDecision?: string | null;
|
|
1749
|
+
gateComment?: string | null;
|
|
1196
1750
|
dueDate?: Date | string | null;
|
|
1197
1751
|
completedAt?: Date | string | null;
|
|
1198
1752
|
createdAt?: Date | string;
|
|
@@ -1224,6 +1778,16 @@ export type DocumentationStepUpdateWithoutApprovalsInput = {
|
|
|
1224
1778
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1225
1779
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1226
1780
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1781
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1782
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1783
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1784
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1785
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1786
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1787
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1788
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1789
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1790
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1227
1791
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1228
1792
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1229
1793
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1232,6 +1796,7 @@ export type DocumentationStepUpdateWithoutApprovalsInput = {
|
|
|
1232
1796
|
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1233
1797
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1234
1798
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1799
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
1235
1800
|
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1236
1801
|
};
|
|
1237
1802
|
export type DocumentationStepUncheckedUpdateWithoutApprovalsInput = {
|
|
@@ -1248,6 +1813,17 @@ export type DocumentationStepUncheckedUpdateWithoutApprovalsInput = {
|
|
|
1248
1813
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1249
1814
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1250
1815
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1816
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1817
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1818
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1819
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1820
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1821
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1822
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1823
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1824
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1825
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1826
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1251
1827
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1252
1828
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1253
1829
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1268,6 +1844,46 @@ export type DocumentationStepCreateManyAssigneeInput = {
|
|
|
1268
1844
|
submissionCount?: number;
|
|
1269
1845
|
lastSubmittedAt?: Date | string | null;
|
|
1270
1846
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1847
|
+
gateActor?: $Enums.GateActor | null;
|
|
1848
|
+
gateAction?: $Enums.GateAction | null;
|
|
1849
|
+
gateRoleId?: string | null;
|
|
1850
|
+
gateInstructions?: string | null;
|
|
1851
|
+
allowReject?: boolean;
|
|
1852
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1853
|
+
requiresComment?: boolean;
|
|
1854
|
+
gateActedAt?: Date | string | null;
|
|
1855
|
+
gateActedById?: string | null;
|
|
1856
|
+
gateDecision?: string | null;
|
|
1857
|
+
gateComment?: string | null;
|
|
1858
|
+
dueDate?: Date | string | null;
|
|
1859
|
+
completedAt?: Date | string | null;
|
|
1860
|
+
createdAt?: Date | string;
|
|
1861
|
+
updatedAt?: Date | string;
|
|
1862
|
+
};
|
|
1863
|
+
export type DocumentationStepCreateManyGateActedByInput = {
|
|
1864
|
+
id?: string;
|
|
1865
|
+
tenantId: string;
|
|
1866
|
+
documentationPhaseId: string;
|
|
1867
|
+
name: string;
|
|
1868
|
+
description?: string | null;
|
|
1869
|
+
stepType: $Enums.StepType;
|
|
1870
|
+
order: number;
|
|
1871
|
+
status?: $Enums.StepStatus;
|
|
1872
|
+
actionReason?: string | null;
|
|
1873
|
+
submissionCount?: number;
|
|
1874
|
+
lastSubmittedAt?: Date | string | null;
|
|
1875
|
+
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1876
|
+
assigneeId?: string | null;
|
|
1877
|
+
gateActor?: $Enums.GateActor | null;
|
|
1878
|
+
gateAction?: $Enums.GateAction | null;
|
|
1879
|
+
gateRoleId?: string | null;
|
|
1880
|
+
gateInstructions?: string | null;
|
|
1881
|
+
allowReject?: boolean;
|
|
1882
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
1883
|
+
requiresComment?: boolean;
|
|
1884
|
+
gateActedAt?: Date | string | null;
|
|
1885
|
+
gateDecision?: string | null;
|
|
1886
|
+
gateComment?: string | null;
|
|
1271
1887
|
dueDate?: Date | string | null;
|
|
1272
1888
|
completedAt?: Date | string | null;
|
|
1273
1889
|
createdAt?: Date | string;
|
|
@@ -1284,6 +1900,16 @@ export type DocumentationStepUpdateWithoutAssigneeInput = {
|
|
|
1284
1900
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1285
1901
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1286
1902
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1903
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1904
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1905
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1906
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1907
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1908
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1909
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1910
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1911
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1912
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1287
1913
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1288
1914
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1289
1915
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1291,6 +1917,7 @@ export type DocumentationStepUpdateWithoutAssigneeInput = {
|
|
|
1291
1917
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutDocumentationStepsNestedInput;
|
|
1292
1918
|
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1293
1919
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1920
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
1294
1921
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1295
1922
|
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1296
1923
|
};
|
|
@@ -1307,6 +1934,17 @@ export type DocumentationStepUncheckedUpdateWithoutAssigneeInput = {
|
|
|
1307
1934
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1308
1935
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1309
1936
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1937
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1938
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1939
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1940
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1941
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1942
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1943
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1944
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1945
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1946
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1947
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1310
1948
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1311
1949
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1312
1950
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1328,6 +1966,110 @@ export type DocumentationStepUncheckedUpdateManyWithoutAssigneeInput = {
|
|
|
1328
1966
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1329
1967
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1330
1968
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1969
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1970
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1971
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1972
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1973
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1974
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
1975
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1976
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1977
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1978
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1979
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1980
|
+
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1981
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1982
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1983
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1984
|
+
};
|
|
1985
|
+
export type DocumentationStepUpdateWithoutGateActedByInput = {
|
|
1986
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1987
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1988
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1989
|
+
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
1990
|
+
order?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1991
|
+
status?: Prisma.EnumStepStatusFieldUpdateOperationsInput | $Enums.StepStatus;
|
|
1992
|
+
actionReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1993
|
+
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1994
|
+
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1995
|
+
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1996
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
1997
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
1998
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1999
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2000
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2001
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2002
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2003
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2004
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2005
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2006
|
+
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2007
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2008
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2009
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2010
|
+
tenant?: Prisma.TenantUpdateOneRequiredWithoutDocumentationStepsNestedInput;
|
|
2011
|
+
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
2012
|
+
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
2013
|
+
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
2014
|
+
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
2015
|
+
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
2016
|
+
};
|
|
2017
|
+
export type DocumentationStepUncheckedUpdateWithoutGateActedByInput = {
|
|
2018
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2019
|
+
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2020
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2021
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2022
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2023
|
+
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
2024
|
+
order?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
2025
|
+
status?: Prisma.EnumStepStatusFieldUpdateOperationsInput | $Enums.StepStatus;
|
|
2026
|
+
actionReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2027
|
+
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
2028
|
+
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2029
|
+
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2030
|
+
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2031
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2032
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2033
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2034
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2035
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2036
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2037
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2038
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2039
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2040
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2041
|
+
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2042
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2043
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2044
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
2045
|
+
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutStepNestedInput;
|
|
2046
|
+
approvals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutStepNestedInput;
|
|
2047
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutCurrentStepNestedInput;
|
|
2048
|
+
};
|
|
2049
|
+
export type DocumentationStepUncheckedUpdateManyWithoutGateActedByInput = {
|
|
2050
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2051
|
+
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2052
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2053
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
2054
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2055
|
+
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
2056
|
+
order?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
2057
|
+
status?: Prisma.EnumStepStatusFieldUpdateOperationsInput | $Enums.StepStatus;
|
|
2058
|
+
actionReason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2059
|
+
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
2060
|
+
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2061
|
+
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2062
|
+
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2063
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2064
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2065
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2066
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2067
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2068
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2069
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2070
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2071
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2072
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1331
2073
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1332
2074
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1333
2075
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1346,6 +2088,17 @@ export type DocumentationStepCreateManyTenantInput = {
|
|
|
1346
2088
|
lastSubmittedAt?: Date | string | null;
|
|
1347
2089
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1348
2090
|
assigneeId?: string | null;
|
|
2091
|
+
gateActor?: $Enums.GateActor | null;
|
|
2092
|
+
gateAction?: $Enums.GateAction | null;
|
|
2093
|
+
gateRoleId?: string | null;
|
|
2094
|
+
gateInstructions?: string | null;
|
|
2095
|
+
allowReject?: boolean;
|
|
2096
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
2097
|
+
requiresComment?: boolean;
|
|
2098
|
+
gateActedAt?: Date | string | null;
|
|
2099
|
+
gateActedById?: string | null;
|
|
2100
|
+
gateDecision?: string | null;
|
|
2101
|
+
gateComment?: string | null;
|
|
1349
2102
|
dueDate?: Date | string | null;
|
|
1350
2103
|
completedAt?: Date | string | null;
|
|
1351
2104
|
createdAt?: Date | string;
|
|
@@ -1362,6 +2115,16 @@ export type DocumentationStepUpdateWithoutTenantInput = {
|
|
|
1362
2115
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1363
2116
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1364
2117
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2118
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2119
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2120
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2121
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2122
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2123
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2124
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2125
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2126
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2127
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1365
2128
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1366
2129
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1367
2130
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1369,6 +2132,7 @@ export type DocumentationStepUpdateWithoutTenantInput = {
|
|
|
1369
2132
|
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1370
2133
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1371
2134
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
2135
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
1372
2136
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1373
2137
|
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1374
2138
|
};
|
|
@@ -1385,6 +2149,17 @@ export type DocumentationStepUncheckedUpdateWithoutTenantInput = {
|
|
|
1385
2149
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1386
2150
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1387
2151
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2152
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2153
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2154
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2155
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2156
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2157
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2158
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2159
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2160
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2161
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2162
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1388
2163
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1389
2164
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1390
2165
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1406,6 +2181,17 @@ export type DocumentationStepUncheckedUpdateManyWithoutTenantInput = {
|
|
|
1406
2181
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1407
2182
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1408
2183
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2184
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2185
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2186
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2187
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2188
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2189
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2190
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2191
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2192
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2193
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2194
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1409
2195
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1410
2196
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1411
2197
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1424,6 +2210,17 @@ export type DocumentationStepCreateManyDocumentationPhaseInput = {
|
|
|
1424
2210
|
lastSubmittedAt?: Date | string | null;
|
|
1425
2211
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1426
2212
|
assigneeId?: string | null;
|
|
2213
|
+
gateActor?: $Enums.GateActor | null;
|
|
2214
|
+
gateAction?: $Enums.GateAction | null;
|
|
2215
|
+
gateRoleId?: string | null;
|
|
2216
|
+
gateInstructions?: string | null;
|
|
2217
|
+
allowReject?: boolean;
|
|
2218
|
+
rejectBehavior?: $Enums.GateRejectBehavior | null;
|
|
2219
|
+
requiresComment?: boolean;
|
|
2220
|
+
gateActedAt?: Date | string | null;
|
|
2221
|
+
gateActedById?: string | null;
|
|
2222
|
+
gateDecision?: string | null;
|
|
2223
|
+
gateComment?: string | null;
|
|
1427
2224
|
dueDate?: Date | string | null;
|
|
1428
2225
|
completedAt?: Date | string | null;
|
|
1429
2226
|
createdAt?: Date | string;
|
|
@@ -1440,6 +2237,16 @@ export type DocumentationStepUpdateWithoutDocumentationPhaseInput = {
|
|
|
1440
2237
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1441
2238
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1442
2239
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
2240
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2241
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2242
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2243
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2244
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2245
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2246
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2247
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2248
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2249
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1443
2250
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1444
2251
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1445
2252
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1447,6 +2254,7 @@ export type DocumentationStepUpdateWithoutDocumentationPhaseInput = {
|
|
|
1447
2254
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutDocumentationStepsNestedInput;
|
|
1448
2255
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1449
2256
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
2257
|
+
gateActedBy?: Prisma.UserUpdateOneWithoutGateActedStepsNestedInput;
|
|
1450
2258
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1451
2259
|
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1452
2260
|
};
|
|
@@ -1463,6 +2271,17 @@ export type DocumentationStepUncheckedUpdateWithoutDocumentationPhaseInput = {
|
|
|
1463
2271
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1464
2272
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1465
2273
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2274
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2275
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2276
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2277
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2278
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2279
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2280
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2281
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2282
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2283
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2284
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1466
2285
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1467
2286
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1468
2287
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1484,6 +2303,17 @@ export type DocumentationStepUncheckedUpdateManyWithoutDocumentationPhaseInput =
|
|
|
1484
2303
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1485
2304
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1486
2305
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2306
|
+
gateActor?: Prisma.NullableEnumGateActorFieldUpdateOperationsInput | $Enums.GateActor | null;
|
|
2307
|
+
gateAction?: Prisma.NullableEnumGateActionFieldUpdateOperationsInput | $Enums.GateAction | null;
|
|
2308
|
+
gateRoleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2309
|
+
gateInstructions?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2310
|
+
allowReject?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2311
|
+
rejectBehavior?: Prisma.NullableEnumGateRejectBehaviorFieldUpdateOperationsInput | $Enums.GateRejectBehavior | null;
|
|
2312
|
+
requiresComment?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
2313
|
+
gateActedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
2314
|
+
gateActedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2315
|
+
gateDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
2316
|
+
gateComment?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1487
2317
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1488
2318
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1489
2319
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1543,6 +2373,17 @@ export type DocumentationStepSelect<ExtArgs extends runtime.Types.Extensions.Int
|
|
|
1543
2373
|
lastSubmittedAt?: boolean;
|
|
1544
2374
|
metadata?: boolean;
|
|
1545
2375
|
assigneeId?: boolean;
|
|
2376
|
+
gateActor?: boolean;
|
|
2377
|
+
gateAction?: boolean;
|
|
2378
|
+
gateRoleId?: boolean;
|
|
2379
|
+
gateInstructions?: boolean;
|
|
2380
|
+
allowReject?: boolean;
|
|
2381
|
+
rejectBehavior?: boolean;
|
|
2382
|
+
requiresComment?: boolean;
|
|
2383
|
+
gateActedAt?: boolean;
|
|
2384
|
+
gateActedById?: boolean;
|
|
2385
|
+
gateDecision?: boolean;
|
|
2386
|
+
gateComment?: boolean;
|
|
1546
2387
|
dueDate?: boolean;
|
|
1547
2388
|
completedAt?: boolean;
|
|
1548
2389
|
createdAt?: boolean;
|
|
@@ -1551,6 +2392,7 @@ export type DocumentationStepSelect<ExtArgs extends runtime.Types.Extensions.Int
|
|
|
1551
2392
|
documentationPhase?: boolean | Prisma.DocumentationPhaseDefaultArgs<ExtArgs>;
|
|
1552
2393
|
assignee?: boolean | Prisma.DocumentationStep$assigneeArgs<ExtArgs>;
|
|
1553
2394
|
requiredDocuments?: boolean | Prisma.DocumentationStep$requiredDocumentsArgs<ExtArgs>;
|
|
2395
|
+
gateActedBy?: boolean | Prisma.DocumentationStep$gateActedByArgs<ExtArgs>;
|
|
1554
2396
|
approvals?: boolean | Prisma.DocumentationStep$approvalsArgs<ExtArgs>;
|
|
1555
2397
|
currentForPhase?: boolean | Prisma.DocumentationStep$currentForPhaseArgs<ExtArgs>;
|
|
1556
2398
|
_count?: boolean | Prisma.DocumentationStepCountOutputTypeDefaultArgs<ExtArgs>;
|
|
@@ -1569,17 +2411,29 @@ export type DocumentationStepSelectScalar = {
|
|
|
1569
2411
|
lastSubmittedAt?: boolean;
|
|
1570
2412
|
metadata?: boolean;
|
|
1571
2413
|
assigneeId?: boolean;
|
|
2414
|
+
gateActor?: boolean;
|
|
2415
|
+
gateAction?: boolean;
|
|
2416
|
+
gateRoleId?: boolean;
|
|
2417
|
+
gateInstructions?: boolean;
|
|
2418
|
+
allowReject?: boolean;
|
|
2419
|
+
rejectBehavior?: boolean;
|
|
2420
|
+
requiresComment?: boolean;
|
|
2421
|
+
gateActedAt?: boolean;
|
|
2422
|
+
gateActedById?: boolean;
|
|
2423
|
+
gateDecision?: boolean;
|
|
2424
|
+
gateComment?: boolean;
|
|
1572
2425
|
dueDate?: boolean;
|
|
1573
2426
|
completedAt?: boolean;
|
|
1574
2427
|
createdAt?: boolean;
|
|
1575
2428
|
updatedAt?: boolean;
|
|
1576
2429
|
};
|
|
1577
|
-
export type DocumentationStepOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "tenantId" | "documentationPhaseId" | "name" | "description" | "stepType" | "order" | "status" | "actionReason" | "submissionCount" | "lastSubmittedAt" | "metadata" | "assigneeId" | "dueDate" | "completedAt" | "createdAt" | "updatedAt", ExtArgs["result"]["documentationStep"]>;
|
|
2430
|
+
export type DocumentationStepOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "tenantId" | "documentationPhaseId" | "name" | "description" | "stepType" | "order" | "status" | "actionReason" | "submissionCount" | "lastSubmittedAt" | "metadata" | "assigneeId" | "gateActor" | "gateAction" | "gateRoleId" | "gateInstructions" | "allowReject" | "rejectBehavior" | "requiresComment" | "gateActedAt" | "gateActedById" | "gateDecision" | "gateComment" | "dueDate" | "completedAt" | "createdAt" | "updatedAt", ExtArgs["result"]["documentationStep"]>;
|
|
1578
2431
|
export type DocumentationStepInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1579
2432
|
tenant?: boolean | Prisma.TenantDefaultArgs<ExtArgs>;
|
|
1580
2433
|
documentationPhase?: boolean | Prisma.DocumentationPhaseDefaultArgs<ExtArgs>;
|
|
1581
2434
|
assignee?: boolean | Prisma.DocumentationStep$assigneeArgs<ExtArgs>;
|
|
1582
2435
|
requiredDocuments?: boolean | Prisma.DocumentationStep$requiredDocumentsArgs<ExtArgs>;
|
|
2436
|
+
gateActedBy?: boolean | Prisma.DocumentationStep$gateActedByArgs<ExtArgs>;
|
|
1583
2437
|
approvals?: boolean | Prisma.DocumentationStep$approvalsArgs<ExtArgs>;
|
|
1584
2438
|
currentForPhase?: boolean | Prisma.DocumentationStep$currentForPhaseArgs<ExtArgs>;
|
|
1585
2439
|
_count?: boolean | Prisma.DocumentationStepCountOutputTypeDefaultArgs<ExtArgs>;
|
|
@@ -1591,6 +2445,7 @@ export type $DocumentationStepPayload<ExtArgs extends runtime.Types.Extensions.I
|
|
|
1591
2445
|
documentationPhase: Prisma.$DocumentationPhasePayload<ExtArgs>;
|
|
1592
2446
|
assignee: Prisma.$UserPayload<ExtArgs> | null;
|
|
1593
2447
|
requiredDocuments: Prisma.$DocumentationStepDocumentPayload<ExtArgs>[];
|
|
2448
|
+
gateActedBy: Prisma.$UserPayload<ExtArgs> | null;
|
|
1594
2449
|
approvals: Prisma.$DocumentationStepApprovalPayload<ExtArgs>[];
|
|
1595
2450
|
currentForPhase: Prisma.$DocumentationPhasePayload<ExtArgs>[];
|
|
1596
2451
|
};
|
|
@@ -1608,6 +2463,17 @@ export type $DocumentationStepPayload<ExtArgs extends runtime.Types.Extensions.I
|
|
|
1608
2463
|
lastSubmittedAt: Date | null;
|
|
1609
2464
|
metadata: runtime.JsonValue | null;
|
|
1610
2465
|
assigneeId: string | null;
|
|
2466
|
+
gateActor: $Enums.GateActor | null;
|
|
2467
|
+
gateAction: $Enums.GateAction | null;
|
|
2468
|
+
gateRoleId: string | null;
|
|
2469
|
+
gateInstructions: string | null;
|
|
2470
|
+
allowReject: boolean;
|
|
2471
|
+
rejectBehavior: $Enums.GateRejectBehavior | null;
|
|
2472
|
+
requiresComment: boolean;
|
|
2473
|
+
gateActedAt: Date | null;
|
|
2474
|
+
gateActedById: string | null;
|
|
2475
|
+
gateDecision: string | null;
|
|
2476
|
+
gateComment: string | null;
|
|
1611
2477
|
dueDate: Date | null;
|
|
1612
2478
|
completedAt: Date | null;
|
|
1613
2479
|
createdAt: Date;
|
|
@@ -1893,6 +2759,7 @@ export interface Prisma__DocumentationStepClient<T, Null = never, ExtArgs extend
|
|
|
1893
2759
|
documentationPhase<T extends Prisma.DocumentationPhaseDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationPhaseDefaultArgs<ExtArgs>>): Prisma.Prisma__DocumentationPhaseClient<runtime.Types.Result.GetResult<Prisma.$DocumentationPhasePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1894
2760
|
assignee<T extends Prisma.DocumentationStep$assigneeArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationStep$assigneeArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1895
2761
|
requiredDocuments<T extends Prisma.DocumentationStep$requiredDocumentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationStep$requiredDocumentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2762
|
+
gateActedBy<T extends Prisma.DocumentationStep$gateActedByArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationStep$gateActedByArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1896
2763
|
approvals<T extends Prisma.DocumentationStep$approvalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationStep$approvalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1897
2764
|
currentForPhase<T extends Prisma.DocumentationStep$currentForPhaseArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationStep$currentForPhaseArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationPhasePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1898
2765
|
/**
|
|
@@ -1933,6 +2800,17 @@ export interface DocumentationStepFieldRefs {
|
|
|
1933
2800
|
readonly lastSubmittedAt: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
1934
2801
|
readonly metadata: Prisma.FieldRef<"DocumentationStep", 'Json'>;
|
|
1935
2802
|
readonly assigneeId: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
2803
|
+
readonly gateActor: Prisma.FieldRef<"DocumentationStep", 'GateActor'>;
|
|
2804
|
+
readonly gateAction: Prisma.FieldRef<"DocumentationStep", 'GateAction'>;
|
|
2805
|
+
readonly gateRoleId: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
2806
|
+
readonly gateInstructions: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
2807
|
+
readonly allowReject: Prisma.FieldRef<"DocumentationStep", 'Boolean'>;
|
|
2808
|
+
readonly rejectBehavior: Prisma.FieldRef<"DocumentationStep", 'GateRejectBehavior'>;
|
|
2809
|
+
readonly requiresComment: Prisma.FieldRef<"DocumentationStep", 'Boolean'>;
|
|
2810
|
+
readonly gateActedAt: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
2811
|
+
readonly gateActedById: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
2812
|
+
readonly gateDecision: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
2813
|
+
readonly gateComment: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1936
2814
|
readonly dueDate: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
1937
2815
|
readonly completedAt: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
1938
2816
|
readonly createdAt: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
@@ -2305,6 +3183,24 @@ export type DocumentationStep$requiredDocumentsArgs<ExtArgs extends runtime.Type
|
|
|
2305
3183
|
skip?: number;
|
|
2306
3184
|
distinct?: Prisma.DocumentationStepDocumentScalarFieldEnum | Prisma.DocumentationStepDocumentScalarFieldEnum[];
|
|
2307
3185
|
};
|
|
3186
|
+
/**
|
|
3187
|
+
* DocumentationStep.gateActedBy
|
|
3188
|
+
*/
|
|
3189
|
+
export type DocumentationStep$gateActedByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3190
|
+
/**
|
|
3191
|
+
* Select specific fields to fetch from the User
|
|
3192
|
+
*/
|
|
3193
|
+
select?: Prisma.UserSelect<ExtArgs> | null;
|
|
3194
|
+
/**
|
|
3195
|
+
* Omit specific fields from the User
|
|
3196
|
+
*/
|
|
3197
|
+
omit?: Prisma.UserOmit<ExtArgs> | null;
|
|
3198
|
+
/**
|
|
3199
|
+
* Choose, which related nodes to fetch as well
|
|
3200
|
+
*/
|
|
3201
|
+
include?: Prisma.UserInclude<ExtArgs> | null;
|
|
3202
|
+
where?: Prisma.UserWhereInput;
|
|
3203
|
+
};
|
|
2308
3204
|
/**
|
|
2309
3205
|
* DocumentationStep.approvals
|
|
2310
3206
|
*/
|