@valentine-efagene/qshelter-common 2.0.86 → 2.0.87
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/browser.d.ts +25 -0
- package/dist/generated/client/client.d.ts +25 -0
- package/dist/generated/client/commonInputTypes.d.ts +30 -0
- package/dist/generated/client/enums.d.ts +18 -0
- package/dist/generated/client/enums.js +17 -0
- package/dist/generated/client/internal/class.d.ts +55 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +469 -42
- package/dist/generated/client/internal/prismaNamespace.js +118 -40
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +129 -41
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +118 -40
- package/dist/generated/client/models/Contract.d.ts +303 -1574
- package/dist/generated/client/models/ContractInstallment.d.ts +77 -77
- package/dist/generated/client/models/ContractPhase.d.ts +339 -1376
- package/dist/generated/client/models/DocumentationPhase.d.ts +1649 -0
- package/dist/generated/client/models/DocumentationPhase.js +1 -0
- package/dist/generated/client/models/DocumentationStep.d.ts +126 -387
- package/dist/generated/client/models/PaymentMethodPhaseField.d.ts +1378 -0
- package/dist/generated/client/models/PaymentMethodPhaseField.js +1 -0
- package/dist/generated/client/models/PaymentPhase.d.ts +1566 -0
- package/dist/generated/client/models/PaymentPhase.js +1 -0
- package/dist/generated/client/models/PaymentPlan.d.ts +53 -53
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +171 -0
- package/dist/generated/client/models/PropertyTransferRequest.d.ts +196 -70
- package/dist/generated/client/models/QuestionnaireField.d.ts +1495 -0
- package/dist/generated/client/models/QuestionnaireField.js +1 -0
- package/dist/generated/client/models/QuestionnairePhase.d.ts +1383 -0
- package/dist/generated/client/models/QuestionnairePhase.js +1 -0
- package/dist/generated/client/models.d.ts +5 -0
- package/package.json +1 -1
|
@@ -16,18 +16,14 @@ export type AggregateDocumentationStep = {
|
|
|
16
16
|
export type DocumentationStepAvgAggregateOutputType = {
|
|
17
17
|
order: number | null;
|
|
18
18
|
submissionCount: number | null;
|
|
19
|
-
underwritingScore: number | null;
|
|
20
|
-
debtToIncomeRatio: number | null;
|
|
21
19
|
};
|
|
22
20
|
export type DocumentationStepSumAggregateOutputType = {
|
|
23
21
|
order: number | null;
|
|
24
22
|
submissionCount: number | null;
|
|
25
|
-
underwritingScore: number | null;
|
|
26
|
-
debtToIncomeRatio: number | null;
|
|
27
23
|
};
|
|
28
24
|
export type DocumentationStepMinAggregateOutputType = {
|
|
29
25
|
id: string | null;
|
|
30
|
-
|
|
26
|
+
documentationPhaseId: string | null;
|
|
31
27
|
name: string | null;
|
|
32
28
|
description: string | null;
|
|
33
29
|
stepType: $Enums.StepType | null;
|
|
@@ -36,10 +32,6 @@ export type DocumentationStepMinAggregateOutputType = {
|
|
|
36
32
|
actionReason: string | null;
|
|
37
33
|
submissionCount: number | null;
|
|
38
34
|
lastSubmittedAt: Date | null;
|
|
39
|
-
underwritingScore: number | null;
|
|
40
|
-
debtToIncomeRatio: number | null;
|
|
41
|
-
underwritingDecision: string | null;
|
|
42
|
-
underwritingNotes: string | null;
|
|
43
35
|
assigneeId: string | null;
|
|
44
36
|
dueDate: Date | null;
|
|
45
37
|
completedAt: Date | null;
|
|
@@ -48,7 +40,7 @@ export type DocumentationStepMinAggregateOutputType = {
|
|
|
48
40
|
};
|
|
49
41
|
export type DocumentationStepMaxAggregateOutputType = {
|
|
50
42
|
id: string | null;
|
|
51
|
-
|
|
43
|
+
documentationPhaseId: string | null;
|
|
52
44
|
name: string | null;
|
|
53
45
|
description: string | null;
|
|
54
46
|
stepType: $Enums.StepType | null;
|
|
@@ -57,10 +49,6 @@ export type DocumentationStepMaxAggregateOutputType = {
|
|
|
57
49
|
actionReason: string | null;
|
|
58
50
|
submissionCount: number | null;
|
|
59
51
|
lastSubmittedAt: Date | null;
|
|
60
|
-
underwritingScore: number | null;
|
|
61
|
-
debtToIncomeRatio: number | null;
|
|
62
|
-
underwritingDecision: string | null;
|
|
63
|
-
underwritingNotes: string | null;
|
|
64
52
|
assigneeId: string | null;
|
|
65
53
|
dueDate: Date | null;
|
|
66
54
|
completedAt: Date | null;
|
|
@@ -69,7 +57,7 @@ export type DocumentationStepMaxAggregateOutputType = {
|
|
|
69
57
|
};
|
|
70
58
|
export type DocumentationStepCountAggregateOutputType = {
|
|
71
59
|
id: number;
|
|
72
|
-
|
|
60
|
+
documentationPhaseId: number;
|
|
73
61
|
name: number;
|
|
74
62
|
description: number;
|
|
75
63
|
stepType: number;
|
|
@@ -79,11 +67,6 @@ export type DocumentationStepCountAggregateOutputType = {
|
|
|
79
67
|
submissionCount: number;
|
|
80
68
|
lastSubmittedAt: number;
|
|
81
69
|
metadata: number;
|
|
82
|
-
preApprovalAnswers: number;
|
|
83
|
-
underwritingScore: number;
|
|
84
|
-
debtToIncomeRatio: number;
|
|
85
|
-
underwritingDecision: number;
|
|
86
|
-
underwritingNotes: number;
|
|
87
70
|
assigneeId: number;
|
|
88
71
|
dueDate: number;
|
|
89
72
|
completedAt: number;
|
|
@@ -94,18 +77,14 @@ export type DocumentationStepCountAggregateOutputType = {
|
|
|
94
77
|
export type DocumentationStepAvgAggregateInputType = {
|
|
95
78
|
order?: true;
|
|
96
79
|
submissionCount?: true;
|
|
97
|
-
underwritingScore?: true;
|
|
98
|
-
debtToIncomeRatio?: true;
|
|
99
80
|
};
|
|
100
81
|
export type DocumentationStepSumAggregateInputType = {
|
|
101
82
|
order?: true;
|
|
102
83
|
submissionCount?: true;
|
|
103
|
-
underwritingScore?: true;
|
|
104
|
-
debtToIncomeRatio?: true;
|
|
105
84
|
};
|
|
106
85
|
export type DocumentationStepMinAggregateInputType = {
|
|
107
86
|
id?: true;
|
|
108
|
-
|
|
87
|
+
documentationPhaseId?: true;
|
|
109
88
|
name?: true;
|
|
110
89
|
description?: true;
|
|
111
90
|
stepType?: true;
|
|
@@ -114,10 +93,6 @@ export type DocumentationStepMinAggregateInputType = {
|
|
|
114
93
|
actionReason?: true;
|
|
115
94
|
submissionCount?: true;
|
|
116
95
|
lastSubmittedAt?: true;
|
|
117
|
-
underwritingScore?: true;
|
|
118
|
-
debtToIncomeRatio?: true;
|
|
119
|
-
underwritingDecision?: true;
|
|
120
|
-
underwritingNotes?: true;
|
|
121
96
|
assigneeId?: true;
|
|
122
97
|
dueDate?: true;
|
|
123
98
|
completedAt?: true;
|
|
@@ -126,7 +101,7 @@ export type DocumentationStepMinAggregateInputType = {
|
|
|
126
101
|
};
|
|
127
102
|
export type DocumentationStepMaxAggregateInputType = {
|
|
128
103
|
id?: true;
|
|
129
|
-
|
|
104
|
+
documentationPhaseId?: true;
|
|
130
105
|
name?: true;
|
|
131
106
|
description?: true;
|
|
132
107
|
stepType?: true;
|
|
@@ -135,10 +110,6 @@ export type DocumentationStepMaxAggregateInputType = {
|
|
|
135
110
|
actionReason?: true;
|
|
136
111
|
submissionCount?: true;
|
|
137
112
|
lastSubmittedAt?: true;
|
|
138
|
-
underwritingScore?: true;
|
|
139
|
-
debtToIncomeRatio?: true;
|
|
140
|
-
underwritingDecision?: true;
|
|
141
|
-
underwritingNotes?: true;
|
|
142
113
|
assigneeId?: true;
|
|
143
114
|
dueDate?: true;
|
|
144
115
|
completedAt?: true;
|
|
@@ -147,7 +118,7 @@ export type DocumentationStepMaxAggregateInputType = {
|
|
|
147
118
|
};
|
|
148
119
|
export type DocumentationStepCountAggregateInputType = {
|
|
149
120
|
id?: true;
|
|
150
|
-
|
|
121
|
+
documentationPhaseId?: true;
|
|
151
122
|
name?: true;
|
|
152
123
|
description?: true;
|
|
153
124
|
stepType?: true;
|
|
@@ -157,11 +128,6 @@ export type DocumentationStepCountAggregateInputType = {
|
|
|
157
128
|
submissionCount?: true;
|
|
158
129
|
lastSubmittedAt?: true;
|
|
159
130
|
metadata?: true;
|
|
160
|
-
preApprovalAnswers?: true;
|
|
161
|
-
underwritingScore?: true;
|
|
162
|
-
debtToIncomeRatio?: true;
|
|
163
|
-
underwritingDecision?: true;
|
|
164
|
-
underwritingNotes?: true;
|
|
165
131
|
assigneeId?: true;
|
|
166
132
|
dueDate?: true;
|
|
167
133
|
completedAt?: true;
|
|
@@ -247,7 +213,7 @@ export type DocumentationStepGroupByArgs<ExtArgs extends runtime.Types.Extension
|
|
|
247
213
|
};
|
|
248
214
|
export type DocumentationStepGroupByOutputType = {
|
|
249
215
|
id: string;
|
|
250
|
-
|
|
216
|
+
documentationPhaseId: string;
|
|
251
217
|
name: string;
|
|
252
218
|
description: string | null;
|
|
253
219
|
stepType: $Enums.StepType;
|
|
@@ -257,11 +223,6 @@ export type DocumentationStepGroupByOutputType = {
|
|
|
257
223
|
submissionCount: number;
|
|
258
224
|
lastSubmittedAt: Date | null;
|
|
259
225
|
metadata: runtime.JsonValue | null;
|
|
260
|
-
preApprovalAnswers: runtime.JsonValue | null;
|
|
261
|
-
underwritingScore: number | null;
|
|
262
|
-
debtToIncomeRatio: number | null;
|
|
263
|
-
underwritingDecision: string | null;
|
|
264
|
-
underwritingNotes: string | null;
|
|
265
226
|
assigneeId: string | null;
|
|
266
227
|
dueDate: Date | null;
|
|
267
228
|
completedAt: Date | null;
|
|
@@ -281,7 +242,7 @@ export type DocumentationStepWhereInput = {
|
|
|
281
242
|
OR?: Prisma.DocumentationStepWhereInput[];
|
|
282
243
|
NOT?: Prisma.DocumentationStepWhereInput | Prisma.DocumentationStepWhereInput[];
|
|
283
244
|
id?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
284
|
-
|
|
245
|
+
documentationPhaseId?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
285
246
|
name?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
286
247
|
description?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
287
248
|
stepType?: Prisma.EnumStepTypeFilter<"DocumentationStep"> | $Enums.StepType;
|
|
@@ -291,25 +252,20 @@ export type DocumentationStepWhereInput = {
|
|
|
291
252
|
submissionCount?: Prisma.IntFilter<"DocumentationStep"> | number;
|
|
292
253
|
lastSubmittedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
293
254
|
metadata?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
294
|
-
preApprovalAnswers?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
295
|
-
underwritingScore?: Prisma.FloatNullableFilter<"DocumentationStep"> | number | null;
|
|
296
|
-
debtToIncomeRatio?: Prisma.FloatNullableFilter<"DocumentationStep"> | number | null;
|
|
297
|
-
underwritingDecision?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
298
|
-
underwritingNotes?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
299
255
|
assigneeId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
300
256
|
dueDate?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
301
257
|
completedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
302
258
|
createdAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
303
259
|
updatedAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
304
|
-
|
|
260
|
+
documentationPhase?: Prisma.XOR<Prisma.DocumentationPhaseScalarRelationFilter, Prisma.DocumentationPhaseWhereInput>;
|
|
305
261
|
assignee?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
306
262
|
requiredDocuments?: Prisma.DocumentationStepDocumentListRelationFilter;
|
|
307
263
|
approvals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
308
|
-
currentForPhase?: Prisma.
|
|
264
|
+
currentForPhase?: Prisma.DocumentationPhaseListRelationFilter;
|
|
309
265
|
};
|
|
310
266
|
export type DocumentationStepOrderByWithRelationInput = {
|
|
311
267
|
id?: Prisma.SortOrder;
|
|
312
|
-
|
|
268
|
+
documentationPhaseId?: Prisma.SortOrder;
|
|
313
269
|
name?: Prisma.SortOrder;
|
|
314
270
|
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
315
271
|
stepType?: Prisma.SortOrder;
|
|
@@ -319,21 +275,16 @@ export type DocumentationStepOrderByWithRelationInput = {
|
|
|
319
275
|
submissionCount?: Prisma.SortOrder;
|
|
320
276
|
lastSubmittedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
321
277
|
metadata?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
322
|
-
preApprovalAnswers?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
323
|
-
underwritingScore?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
324
|
-
debtToIncomeRatio?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
325
|
-
underwritingDecision?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
326
|
-
underwritingNotes?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
327
278
|
assigneeId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
328
279
|
dueDate?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
329
280
|
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
330
281
|
createdAt?: Prisma.SortOrder;
|
|
331
282
|
updatedAt?: Prisma.SortOrder;
|
|
332
|
-
|
|
283
|
+
documentationPhase?: Prisma.DocumentationPhaseOrderByWithRelationInput;
|
|
333
284
|
assignee?: Prisma.UserOrderByWithRelationInput;
|
|
334
285
|
requiredDocuments?: Prisma.DocumentationStepDocumentOrderByRelationAggregateInput;
|
|
335
286
|
approvals?: Prisma.DocumentationStepApprovalOrderByRelationAggregateInput;
|
|
336
|
-
currentForPhase?: Prisma.
|
|
287
|
+
currentForPhase?: Prisma.DocumentationPhaseOrderByRelationAggregateInput;
|
|
337
288
|
_relevance?: Prisma.DocumentationStepOrderByRelevanceInput;
|
|
338
289
|
};
|
|
339
290
|
export type DocumentationStepWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -341,7 +292,7 @@ export type DocumentationStepWhereUniqueInput = Prisma.AtLeast<{
|
|
|
341
292
|
AND?: Prisma.DocumentationStepWhereInput | Prisma.DocumentationStepWhereInput[];
|
|
342
293
|
OR?: Prisma.DocumentationStepWhereInput[];
|
|
343
294
|
NOT?: Prisma.DocumentationStepWhereInput | Prisma.DocumentationStepWhereInput[];
|
|
344
|
-
|
|
295
|
+
documentationPhaseId?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
345
296
|
name?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
346
297
|
description?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
347
298
|
stepType?: Prisma.EnumStepTypeFilter<"DocumentationStep"> | $Enums.StepType;
|
|
@@ -351,25 +302,20 @@ export type DocumentationStepWhereUniqueInput = Prisma.AtLeast<{
|
|
|
351
302
|
submissionCount?: Prisma.IntFilter<"DocumentationStep"> | number;
|
|
352
303
|
lastSubmittedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
353
304
|
metadata?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
354
|
-
preApprovalAnswers?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
355
|
-
underwritingScore?: Prisma.FloatNullableFilter<"DocumentationStep"> | number | null;
|
|
356
|
-
debtToIncomeRatio?: Prisma.FloatNullableFilter<"DocumentationStep"> | number | null;
|
|
357
|
-
underwritingDecision?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
358
|
-
underwritingNotes?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
359
305
|
assigneeId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
360
306
|
dueDate?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
361
307
|
completedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
362
308
|
createdAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
363
309
|
updatedAt?: Prisma.DateTimeFilter<"DocumentationStep"> | Date | string;
|
|
364
|
-
|
|
310
|
+
documentationPhase?: Prisma.XOR<Prisma.DocumentationPhaseScalarRelationFilter, Prisma.DocumentationPhaseWhereInput>;
|
|
365
311
|
assignee?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null;
|
|
366
312
|
requiredDocuments?: Prisma.DocumentationStepDocumentListRelationFilter;
|
|
367
313
|
approvals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
368
|
-
currentForPhase?: Prisma.
|
|
314
|
+
currentForPhase?: Prisma.DocumentationPhaseListRelationFilter;
|
|
369
315
|
}, "id">;
|
|
370
316
|
export type DocumentationStepOrderByWithAggregationInput = {
|
|
371
317
|
id?: Prisma.SortOrder;
|
|
372
|
-
|
|
318
|
+
documentationPhaseId?: Prisma.SortOrder;
|
|
373
319
|
name?: Prisma.SortOrder;
|
|
374
320
|
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
375
321
|
stepType?: Prisma.SortOrder;
|
|
@@ -379,11 +325,6 @@ export type DocumentationStepOrderByWithAggregationInput = {
|
|
|
379
325
|
submissionCount?: Prisma.SortOrder;
|
|
380
326
|
lastSubmittedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
381
327
|
metadata?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
382
|
-
preApprovalAnswers?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
383
|
-
underwritingScore?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
384
|
-
debtToIncomeRatio?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
385
|
-
underwritingDecision?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
386
|
-
underwritingNotes?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
387
328
|
assigneeId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
388
329
|
dueDate?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
389
330
|
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
@@ -400,7 +341,7 @@ export type DocumentationStepScalarWhereWithAggregatesInput = {
|
|
|
400
341
|
OR?: Prisma.DocumentationStepScalarWhereWithAggregatesInput[];
|
|
401
342
|
NOT?: Prisma.DocumentationStepScalarWhereWithAggregatesInput | Prisma.DocumentationStepScalarWhereWithAggregatesInput[];
|
|
402
343
|
id?: Prisma.StringWithAggregatesFilter<"DocumentationStep"> | string;
|
|
403
|
-
|
|
344
|
+
documentationPhaseId?: Prisma.StringWithAggregatesFilter<"DocumentationStep"> | string;
|
|
404
345
|
name?: Prisma.StringWithAggregatesFilter<"DocumentationStep"> | string;
|
|
405
346
|
description?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
406
347
|
stepType?: Prisma.EnumStepTypeWithAggregatesFilter<"DocumentationStep"> | $Enums.StepType;
|
|
@@ -410,11 +351,6 @@ export type DocumentationStepScalarWhereWithAggregatesInput = {
|
|
|
410
351
|
submissionCount?: Prisma.IntWithAggregatesFilter<"DocumentationStep"> | number;
|
|
411
352
|
lastSubmittedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
412
353
|
metadata?: Prisma.JsonNullableWithAggregatesFilter<"DocumentationStep">;
|
|
413
|
-
preApprovalAnswers?: Prisma.JsonNullableWithAggregatesFilter<"DocumentationStep">;
|
|
414
|
-
underwritingScore?: Prisma.FloatNullableWithAggregatesFilter<"DocumentationStep"> | number | null;
|
|
415
|
-
debtToIncomeRatio?: Prisma.FloatNullableWithAggregatesFilter<"DocumentationStep"> | number | null;
|
|
416
|
-
underwritingDecision?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
417
|
-
underwritingNotes?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
418
354
|
assigneeId?: Prisma.StringNullableWithAggregatesFilter<"DocumentationStep"> | string | null;
|
|
419
355
|
dueDate?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
420
356
|
completedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"DocumentationStep"> | Date | string | null;
|
|
@@ -432,24 +368,19 @@ export type DocumentationStepCreateInput = {
|
|
|
432
368
|
submissionCount?: number;
|
|
433
369
|
lastSubmittedAt?: Date | string | null;
|
|
434
370
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
435
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
436
|
-
underwritingScore?: number | null;
|
|
437
|
-
debtToIncomeRatio?: number | null;
|
|
438
|
-
underwritingDecision?: string | null;
|
|
439
|
-
underwritingNotes?: string | null;
|
|
440
371
|
dueDate?: Date | string | null;
|
|
441
372
|
completedAt?: Date | string | null;
|
|
442
373
|
createdAt?: Date | string;
|
|
443
374
|
updatedAt?: Date | string;
|
|
444
|
-
|
|
375
|
+
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
445
376
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
446
377
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
447
378
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
448
|
-
currentForPhase?: Prisma.
|
|
379
|
+
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
449
380
|
};
|
|
450
381
|
export type DocumentationStepUncheckedCreateInput = {
|
|
451
382
|
id?: string;
|
|
452
|
-
|
|
383
|
+
documentationPhaseId: string;
|
|
453
384
|
name: string;
|
|
454
385
|
description?: string | null;
|
|
455
386
|
stepType: $Enums.StepType;
|
|
@@ -459,11 +390,6 @@ export type DocumentationStepUncheckedCreateInput = {
|
|
|
459
390
|
submissionCount?: number;
|
|
460
391
|
lastSubmittedAt?: Date | string | null;
|
|
461
392
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
462
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
463
|
-
underwritingScore?: number | null;
|
|
464
|
-
debtToIncomeRatio?: number | null;
|
|
465
|
-
underwritingDecision?: string | null;
|
|
466
|
-
underwritingNotes?: string | null;
|
|
467
393
|
assigneeId?: string | null;
|
|
468
394
|
dueDate?: Date | string | null;
|
|
469
395
|
completedAt?: Date | string | null;
|
|
@@ -471,7 +397,7 @@ export type DocumentationStepUncheckedCreateInput = {
|
|
|
471
397
|
updatedAt?: Date | string;
|
|
472
398
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutStepInput;
|
|
473
399
|
approvals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutStepInput;
|
|
474
|
-
currentForPhase?: Prisma.
|
|
400
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutCurrentStepInput;
|
|
475
401
|
};
|
|
476
402
|
export type DocumentationStepUpdateInput = {
|
|
477
403
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -484,24 +410,19 @@ export type DocumentationStepUpdateInput = {
|
|
|
484
410
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
485
411
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
486
412
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
487
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
488
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
489
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
490
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
491
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
492
413
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
493
414
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
494
415
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
495
416
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
496
|
-
|
|
417
|
+
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
497
418
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
498
419
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
499
420
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
500
|
-
currentForPhase?: Prisma.
|
|
421
|
+
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
501
422
|
};
|
|
502
423
|
export type DocumentationStepUncheckedUpdateInput = {
|
|
503
424
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
504
|
-
|
|
425
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
505
426
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
506
427
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
507
428
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -511,11 +432,6 @@ export type DocumentationStepUncheckedUpdateInput = {
|
|
|
511
432
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
512
433
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
513
434
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
514
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
515
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
516
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
517
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
518
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
519
435
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
520
436
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
521
437
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -523,11 +439,11 @@ export type DocumentationStepUncheckedUpdateInput = {
|
|
|
523
439
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
524
440
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutStepNestedInput;
|
|
525
441
|
approvals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutStepNestedInput;
|
|
526
|
-
currentForPhase?: Prisma.
|
|
442
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutCurrentStepNestedInput;
|
|
527
443
|
};
|
|
528
444
|
export type DocumentationStepCreateManyInput = {
|
|
529
445
|
id?: string;
|
|
530
|
-
|
|
446
|
+
documentationPhaseId: string;
|
|
531
447
|
name: string;
|
|
532
448
|
description?: string | null;
|
|
533
449
|
stepType: $Enums.StepType;
|
|
@@ -537,11 +453,6 @@ export type DocumentationStepCreateManyInput = {
|
|
|
537
453
|
submissionCount?: number;
|
|
538
454
|
lastSubmittedAt?: Date | string | null;
|
|
539
455
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
540
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
541
|
-
underwritingScore?: number | null;
|
|
542
|
-
debtToIncomeRatio?: number | null;
|
|
543
|
-
underwritingDecision?: string | null;
|
|
544
|
-
underwritingNotes?: string | null;
|
|
545
456
|
assigneeId?: string | null;
|
|
546
457
|
dueDate?: Date | string | null;
|
|
547
458
|
completedAt?: Date | string | null;
|
|
@@ -559,11 +470,6 @@ export type DocumentationStepUpdateManyMutationInput = {
|
|
|
559
470
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
560
471
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
561
472
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
562
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
563
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
564
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
565
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
566
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
567
473
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
568
474
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
569
475
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -571,7 +477,7 @@ export type DocumentationStepUpdateManyMutationInput = {
|
|
|
571
477
|
};
|
|
572
478
|
export type DocumentationStepUncheckedUpdateManyInput = {
|
|
573
479
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
574
|
-
|
|
480
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
575
481
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
576
482
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
577
483
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -581,11 +487,6 @@ export type DocumentationStepUncheckedUpdateManyInput = {
|
|
|
581
487
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
582
488
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
583
489
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
584
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
585
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
586
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
587
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
588
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
589
490
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
590
491
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
591
492
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -611,7 +512,7 @@ export type DocumentationStepOrderByRelevanceInput = {
|
|
|
611
512
|
};
|
|
612
513
|
export type DocumentationStepCountOrderByAggregateInput = {
|
|
613
514
|
id?: Prisma.SortOrder;
|
|
614
|
-
|
|
515
|
+
documentationPhaseId?: Prisma.SortOrder;
|
|
615
516
|
name?: Prisma.SortOrder;
|
|
616
517
|
description?: Prisma.SortOrder;
|
|
617
518
|
stepType?: Prisma.SortOrder;
|
|
@@ -621,11 +522,6 @@ export type DocumentationStepCountOrderByAggregateInput = {
|
|
|
621
522
|
submissionCount?: Prisma.SortOrder;
|
|
622
523
|
lastSubmittedAt?: Prisma.SortOrder;
|
|
623
524
|
metadata?: Prisma.SortOrder;
|
|
624
|
-
preApprovalAnswers?: Prisma.SortOrder;
|
|
625
|
-
underwritingScore?: Prisma.SortOrder;
|
|
626
|
-
debtToIncomeRatio?: Prisma.SortOrder;
|
|
627
|
-
underwritingDecision?: Prisma.SortOrder;
|
|
628
|
-
underwritingNotes?: Prisma.SortOrder;
|
|
629
525
|
assigneeId?: Prisma.SortOrder;
|
|
630
526
|
dueDate?: Prisma.SortOrder;
|
|
631
527
|
completedAt?: Prisma.SortOrder;
|
|
@@ -635,12 +531,10 @@ export type DocumentationStepCountOrderByAggregateInput = {
|
|
|
635
531
|
export type DocumentationStepAvgOrderByAggregateInput = {
|
|
636
532
|
order?: Prisma.SortOrder;
|
|
637
533
|
submissionCount?: Prisma.SortOrder;
|
|
638
|
-
underwritingScore?: Prisma.SortOrder;
|
|
639
|
-
debtToIncomeRatio?: Prisma.SortOrder;
|
|
640
534
|
};
|
|
641
535
|
export type DocumentationStepMaxOrderByAggregateInput = {
|
|
642
536
|
id?: Prisma.SortOrder;
|
|
643
|
-
|
|
537
|
+
documentationPhaseId?: Prisma.SortOrder;
|
|
644
538
|
name?: Prisma.SortOrder;
|
|
645
539
|
description?: Prisma.SortOrder;
|
|
646
540
|
stepType?: Prisma.SortOrder;
|
|
@@ -649,10 +543,6 @@ export type DocumentationStepMaxOrderByAggregateInput = {
|
|
|
649
543
|
actionReason?: Prisma.SortOrder;
|
|
650
544
|
submissionCount?: Prisma.SortOrder;
|
|
651
545
|
lastSubmittedAt?: Prisma.SortOrder;
|
|
652
|
-
underwritingScore?: Prisma.SortOrder;
|
|
653
|
-
debtToIncomeRatio?: Prisma.SortOrder;
|
|
654
|
-
underwritingDecision?: Prisma.SortOrder;
|
|
655
|
-
underwritingNotes?: Prisma.SortOrder;
|
|
656
546
|
assigneeId?: Prisma.SortOrder;
|
|
657
547
|
dueDate?: Prisma.SortOrder;
|
|
658
548
|
completedAt?: Prisma.SortOrder;
|
|
@@ -661,7 +551,7 @@ export type DocumentationStepMaxOrderByAggregateInput = {
|
|
|
661
551
|
};
|
|
662
552
|
export type DocumentationStepMinOrderByAggregateInput = {
|
|
663
553
|
id?: Prisma.SortOrder;
|
|
664
|
-
|
|
554
|
+
documentationPhaseId?: Prisma.SortOrder;
|
|
665
555
|
name?: Prisma.SortOrder;
|
|
666
556
|
description?: Prisma.SortOrder;
|
|
667
557
|
stepType?: Prisma.SortOrder;
|
|
@@ -670,10 +560,6 @@ export type DocumentationStepMinOrderByAggregateInput = {
|
|
|
670
560
|
actionReason?: Prisma.SortOrder;
|
|
671
561
|
submissionCount?: Prisma.SortOrder;
|
|
672
562
|
lastSubmittedAt?: Prisma.SortOrder;
|
|
673
|
-
underwritingScore?: Prisma.SortOrder;
|
|
674
|
-
debtToIncomeRatio?: Prisma.SortOrder;
|
|
675
|
-
underwritingDecision?: Prisma.SortOrder;
|
|
676
|
-
underwritingNotes?: Prisma.SortOrder;
|
|
677
563
|
assigneeId?: Prisma.SortOrder;
|
|
678
564
|
dueDate?: Prisma.SortOrder;
|
|
679
565
|
completedAt?: Prisma.SortOrder;
|
|
@@ -683,8 +569,6 @@ export type DocumentationStepMinOrderByAggregateInput = {
|
|
|
683
569
|
export type DocumentationStepSumOrderByAggregateInput = {
|
|
684
570
|
order?: Prisma.SortOrder;
|
|
685
571
|
submissionCount?: Prisma.SortOrder;
|
|
686
|
-
underwritingScore?: Prisma.SortOrder;
|
|
687
|
-
debtToIncomeRatio?: Prisma.SortOrder;
|
|
688
572
|
};
|
|
689
573
|
export type DocumentationStepScalarRelationFilter = {
|
|
690
574
|
is?: Prisma.DocumentationStepWhereInput;
|
|
@@ -733,16 +617,16 @@ export type DocumentationStepCreateNestedOneWithoutCurrentForPhaseInput = {
|
|
|
733
617
|
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutCurrentForPhaseInput;
|
|
734
618
|
connect?: Prisma.DocumentationStepWhereUniqueInput;
|
|
735
619
|
};
|
|
736
|
-
export type
|
|
737
|
-
create?: Prisma.XOR<Prisma.
|
|
738
|
-
connectOrCreate?: Prisma.
|
|
739
|
-
createMany?: Prisma.
|
|
620
|
+
export type DocumentationStepCreateNestedManyWithoutDocumentationPhaseInput = {
|
|
621
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput> | Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput[] | Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput[];
|
|
622
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput | Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput[];
|
|
623
|
+
createMany?: Prisma.DocumentationStepCreateManyDocumentationPhaseInputEnvelope;
|
|
740
624
|
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
741
625
|
};
|
|
742
|
-
export type
|
|
743
|
-
create?: Prisma.XOR<Prisma.
|
|
744
|
-
connectOrCreate?: Prisma.
|
|
745
|
-
createMany?: Prisma.
|
|
626
|
+
export type DocumentationStepUncheckedCreateNestedManyWithoutDocumentationPhaseInput = {
|
|
627
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput> | Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput[] | Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput[];
|
|
628
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput | Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput[];
|
|
629
|
+
createMany?: Prisma.DocumentationStepCreateManyDocumentationPhaseInputEnvelope;
|
|
746
630
|
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
747
631
|
};
|
|
748
632
|
export type DocumentationStepUpdateOneWithoutCurrentForPhaseNestedInput = {
|
|
@@ -754,30 +638,30 @@ export type DocumentationStepUpdateOneWithoutCurrentForPhaseNestedInput = {
|
|
|
754
638
|
connect?: Prisma.DocumentationStepWhereUniqueInput;
|
|
755
639
|
update?: Prisma.XOR<Prisma.XOR<Prisma.DocumentationStepUpdateToOneWithWhereWithoutCurrentForPhaseInput, Prisma.DocumentationStepUpdateWithoutCurrentForPhaseInput>, Prisma.DocumentationStepUncheckedUpdateWithoutCurrentForPhaseInput>;
|
|
756
640
|
};
|
|
757
|
-
export type
|
|
758
|
-
create?: Prisma.XOR<Prisma.
|
|
759
|
-
connectOrCreate?: Prisma.
|
|
760
|
-
upsert?: Prisma.
|
|
761
|
-
createMany?: Prisma.
|
|
641
|
+
export type DocumentationStepUpdateManyWithoutDocumentationPhaseNestedInput = {
|
|
642
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput> | Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput[] | Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput[];
|
|
643
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput | Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput[];
|
|
644
|
+
upsert?: Prisma.DocumentationStepUpsertWithWhereUniqueWithoutDocumentationPhaseInput | Prisma.DocumentationStepUpsertWithWhereUniqueWithoutDocumentationPhaseInput[];
|
|
645
|
+
createMany?: Prisma.DocumentationStepCreateManyDocumentationPhaseInputEnvelope;
|
|
762
646
|
set?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
763
647
|
disconnect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
764
648
|
delete?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
765
649
|
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
766
|
-
update?: Prisma.
|
|
767
|
-
updateMany?: Prisma.
|
|
650
|
+
update?: Prisma.DocumentationStepUpdateWithWhereUniqueWithoutDocumentationPhaseInput | Prisma.DocumentationStepUpdateWithWhereUniqueWithoutDocumentationPhaseInput[];
|
|
651
|
+
updateMany?: Prisma.DocumentationStepUpdateManyWithWhereWithoutDocumentationPhaseInput | Prisma.DocumentationStepUpdateManyWithWhereWithoutDocumentationPhaseInput[];
|
|
768
652
|
deleteMany?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
769
653
|
};
|
|
770
|
-
export type
|
|
771
|
-
create?: Prisma.XOR<Prisma.
|
|
772
|
-
connectOrCreate?: Prisma.
|
|
773
|
-
upsert?: Prisma.
|
|
774
|
-
createMany?: Prisma.
|
|
654
|
+
export type DocumentationStepUncheckedUpdateManyWithoutDocumentationPhaseNestedInput = {
|
|
655
|
+
create?: Prisma.XOR<Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput> | Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput[] | Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput[];
|
|
656
|
+
connectOrCreate?: Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput | Prisma.DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput[];
|
|
657
|
+
upsert?: Prisma.DocumentationStepUpsertWithWhereUniqueWithoutDocumentationPhaseInput | Prisma.DocumentationStepUpsertWithWhereUniqueWithoutDocumentationPhaseInput[];
|
|
658
|
+
createMany?: Prisma.DocumentationStepCreateManyDocumentationPhaseInputEnvelope;
|
|
775
659
|
set?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
776
660
|
disconnect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
777
661
|
delete?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
778
662
|
connect?: Prisma.DocumentationStepWhereUniqueInput | Prisma.DocumentationStepWhereUniqueInput[];
|
|
779
|
-
update?: Prisma.
|
|
780
|
-
updateMany?: Prisma.
|
|
663
|
+
update?: Prisma.DocumentationStepUpdateWithWhereUniqueWithoutDocumentationPhaseInput | Prisma.DocumentationStepUpdateWithWhereUniqueWithoutDocumentationPhaseInput[];
|
|
664
|
+
updateMany?: Prisma.DocumentationStepUpdateManyWithWhereWithoutDocumentationPhaseInput | Prisma.DocumentationStepUpdateManyWithWhereWithoutDocumentationPhaseInput[];
|
|
781
665
|
deleteMany?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
782
666
|
};
|
|
783
667
|
export type EnumStepStatusFieldUpdateOperationsInput = {
|
|
@@ -818,23 +702,18 @@ export type DocumentationStepCreateWithoutAssigneeInput = {
|
|
|
818
702
|
submissionCount?: number;
|
|
819
703
|
lastSubmittedAt?: Date | string | null;
|
|
820
704
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
821
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
822
|
-
underwritingScore?: number | null;
|
|
823
|
-
debtToIncomeRatio?: number | null;
|
|
824
|
-
underwritingDecision?: string | null;
|
|
825
|
-
underwritingNotes?: string | null;
|
|
826
705
|
dueDate?: Date | string | null;
|
|
827
706
|
completedAt?: Date | string | null;
|
|
828
707
|
createdAt?: Date | string;
|
|
829
708
|
updatedAt?: Date | string;
|
|
830
|
-
|
|
709
|
+
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
831
710
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
832
711
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
833
|
-
currentForPhase?: Prisma.
|
|
712
|
+
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
834
713
|
};
|
|
835
714
|
export type DocumentationStepUncheckedCreateWithoutAssigneeInput = {
|
|
836
715
|
id?: string;
|
|
837
|
-
|
|
716
|
+
documentationPhaseId: string;
|
|
838
717
|
name: string;
|
|
839
718
|
description?: string | null;
|
|
840
719
|
stepType: $Enums.StepType;
|
|
@@ -844,18 +723,13 @@ export type DocumentationStepUncheckedCreateWithoutAssigneeInput = {
|
|
|
844
723
|
submissionCount?: number;
|
|
845
724
|
lastSubmittedAt?: Date | string | null;
|
|
846
725
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
847
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
848
|
-
underwritingScore?: number | null;
|
|
849
|
-
debtToIncomeRatio?: number | null;
|
|
850
|
-
underwritingDecision?: string | null;
|
|
851
|
-
underwritingNotes?: string | null;
|
|
852
726
|
dueDate?: Date | string | null;
|
|
853
727
|
completedAt?: Date | string | null;
|
|
854
728
|
createdAt?: Date | string;
|
|
855
729
|
updatedAt?: Date | string;
|
|
856
730
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutStepInput;
|
|
857
731
|
approvals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutStepInput;
|
|
858
|
-
currentForPhase?: Prisma.
|
|
732
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutCurrentStepInput;
|
|
859
733
|
};
|
|
860
734
|
export type DocumentationStepCreateOrConnectWithoutAssigneeInput = {
|
|
861
735
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
@@ -883,7 +757,7 @@ export type DocumentationStepScalarWhereInput = {
|
|
|
883
757
|
OR?: Prisma.DocumentationStepScalarWhereInput[];
|
|
884
758
|
NOT?: Prisma.DocumentationStepScalarWhereInput | Prisma.DocumentationStepScalarWhereInput[];
|
|
885
759
|
id?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
886
|
-
|
|
760
|
+
documentationPhaseId?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
887
761
|
name?: Prisma.StringFilter<"DocumentationStep"> | string;
|
|
888
762
|
description?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
889
763
|
stepType?: Prisma.EnumStepTypeFilter<"DocumentationStep"> | $Enums.StepType;
|
|
@@ -893,11 +767,6 @@ export type DocumentationStepScalarWhereInput = {
|
|
|
893
767
|
submissionCount?: Prisma.IntFilter<"DocumentationStep"> | number;
|
|
894
768
|
lastSubmittedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
895
769
|
metadata?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
896
|
-
preApprovalAnswers?: Prisma.JsonNullableFilter<"DocumentationStep">;
|
|
897
|
-
underwritingScore?: Prisma.FloatNullableFilter<"DocumentationStep"> | number | null;
|
|
898
|
-
debtToIncomeRatio?: Prisma.FloatNullableFilter<"DocumentationStep"> | number | null;
|
|
899
|
-
underwritingDecision?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
900
|
-
underwritingNotes?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
901
770
|
assigneeId?: Prisma.StringNullableFilter<"DocumentationStep"> | string | null;
|
|
902
771
|
dueDate?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
903
772
|
completedAt?: Prisma.DateTimeNullableFilter<"DocumentationStep"> | Date | string | null;
|
|
@@ -915,23 +784,18 @@ export type DocumentationStepCreateWithoutCurrentForPhaseInput = {
|
|
|
915
784
|
submissionCount?: number;
|
|
916
785
|
lastSubmittedAt?: Date | string | null;
|
|
917
786
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
918
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
919
|
-
underwritingScore?: number | null;
|
|
920
|
-
debtToIncomeRatio?: number | null;
|
|
921
|
-
underwritingDecision?: string | null;
|
|
922
|
-
underwritingNotes?: string | null;
|
|
923
787
|
dueDate?: Date | string | null;
|
|
924
788
|
completedAt?: Date | string | null;
|
|
925
789
|
createdAt?: Date | string;
|
|
926
790
|
updatedAt?: Date | string;
|
|
927
|
-
|
|
791
|
+
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
928
792
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
929
793
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
930
794
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
931
795
|
};
|
|
932
796
|
export type DocumentationStepUncheckedCreateWithoutCurrentForPhaseInput = {
|
|
933
797
|
id?: string;
|
|
934
|
-
|
|
798
|
+
documentationPhaseId: string;
|
|
935
799
|
name: string;
|
|
936
800
|
description?: string | null;
|
|
937
801
|
stepType: $Enums.StepType;
|
|
@@ -941,11 +805,6 @@ export type DocumentationStepUncheckedCreateWithoutCurrentForPhaseInput = {
|
|
|
941
805
|
submissionCount?: number;
|
|
942
806
|
lastSubmittedAt?: Date | string | null;
|
|
943
807
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
944
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
945
|
-
underwritingScore?: number | null;
|
|
946
|
-
debtToIncomeRatio?: number | null;
|
|
947
|
-
underwritingDecision?: string | null;
|
|
948
|
-
underwritingNotes?: string | null;
|
|
949
808
|
assigneeId?: string | null;
|
|
950
809
|
dueDate?: Date | string | null;
|
|
951
810
|
completedAt?: Date | string | null;
|
|
@@ -958,7 +817,7 @@ export type DocumentationStepCreateOrConnectWithoutCurrentForPhaseInput = {
|
|
|
958
817
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
959
818
|
create: Prisma.XOR<Prisma.DocumentationStepCreateWithoutCurrentForPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutCurrentForPhaseInput>;
|
|
960
819
|
};
|
|
961
|
-
export type
|
|
820
|
+
export type DocumentationStepCreateWithoutDocumentationPhaseInput = {
|
|
962
821
|
id?: string;
|
|
963
822
|
name: string;
|
|
964
823
|
description?: string | null;
|
|
@@ -969,11 +828,6 @@ export type DocumentationStepCreateWithoutPhaseInput = {
|
|
|
969
828
|
submissionCount?: number;
|
|
970
829
|
lastSubmittedAt?: Date | string | null;
|
|
971
830
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
972
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
973
|
-
underwritingScore?: number | null;
|
|
974
|
-
debtToIncomeRatio?: number | null;
|
|
975
|
-
underwritingDecision?: string | null;
|
|
976
|
-
underwritingNotes?: string | null;
|
|
977
831
|
dueDate?: Date | string | null;
|
|
978
832
|
completedAt?: Date | string | null;
|
|
979
833
|
createdAt?: Date | string;
|
|
@@ -981,9 +835,9 @@ export type DocumentationStepCreateWithoutPhaseInput = {
|
|
|
981
835
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
982
836
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
983
837
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
984
|
-
currentForPhase?: Prisma.
|
|
838
|
+
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
985
839
|
};
|
|
986
|
-
export type
|
|
840
|
+
export type DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput = {
|
|
987
841
|
id?: string;
|
|
988
842
|
name: string;
|
|
989
843
|
description?: string | null;
|
|
@@ -994,11 +848,6 @@ export type DocumentationStepUncheckedCreateWithoutPhaseInput = {
|
|
|
994
848
|
submissionCount?: number;
|
|
995
849
|
lastSubmittedAt?: Date | string | null;
|
|
996
850
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
997
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
998
|
-
underwritingScore?: number | null;
|
|
999
|
-
debtToIncomeRatio?: number | null;
|
|
1000
|
-
underwritingDecision?: string | null;
|
|
1001
|
-
underwritingNotes?: string | null;
|
|
1002
851
|
assigneeId?: string | null;
|
|
1003
852
|
dueDate?: Date | string | null;
|
|
1004
853
|
completedAt?: Date | string | null;
|
|
@@ -1006,14 +855,14 @@ export type DocumentationStepUncheckedCreateWithoutPhaseInput = {
|
|
|
1006
855
|
updatedAt?: Date | string;
|
|
1007
856
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutStepInput;
|
|
1008
857
|
approvals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutStepInput;
|
|
1009
|
-
currentForPhase?: Prisma.
|
|
858
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutCurrentStepInput;
|
|
1010
859
|
};
|
|
1011
|
-
export type
|
|
860
|
+
export type DocumentationStepCreateOrConnectWithoutDocumentationPhaseInput = {
|
|
1012
861
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
1013
|
-
create: Prisma.XOR<Prisma.
|
|
862
|
+
create: Prisma.XOR<Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput>;
|
|
1014
863
|
};
|
|
1015
|
-
export type
|
|
1016
|
-
data: Prisma.
|
|
864
|
+
export type DocumentationStepCreateManyDocumentationPhaseInputEnvelope = {
|
|
865
|
+
data: Prisma.DocumentationStepCreateManyDocumentationPhaseInput | Prisma.DocumentationStepCreateManyDocumentationPhaseInput[];
|
|
1017
866
|
skipDuplicates?: boolean;
|
|
1018
867
|
};
|
|
1019
868
|
export type DocumentationStepUpsertWithoutCurrentForPhaseInput = {
|
|
@@ -1036,23 +885,18 @@ export type DocumentationStepUpdateWithoutCurrentForPhaseInput = {
|
|
|
1036
885
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1037
886
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1038
887
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1039
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1040
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1041
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1042
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1043
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1044
888
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1045
889
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1046
890
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1047
891
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1048
|
-
|
|
892
|
+
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1049
893
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1050
894
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1051
895
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1052
896
|
};
|
|
1053
897
|
export type DocumentationStepUncheckedUpdateWithoutCurrentForPhaseInput = {
|
|
1054
898
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1055
|
-
|
|
899
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1056
900
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1057
901
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1058
902
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -1062,11 +906,6 @@ export type DocumentationStepUncheckedUpdateWithoutCurrentForPhaseInput = {
|
|
|
1062
906
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1063
907
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1064
908
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1065
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1066
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1067
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1068
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1069
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1070
909
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1071
910
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1072
911
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1075,18 +914,18 @@ export type DocumentationStepUncheckedUpdateWithoutCurrentForPhaseInput = {
|
|
|
1075
914
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutStepNestedInput;
|
|
1076
915
|
approvals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutStepNestedInput;
|
|
1077
916
|
};
|
|
1078
|
-
export type
|
|
917
|
+
export type DocumentationStepUpsertWithWhereUniqueWithoutDocumentationPhaseInput = {
|
|
1079
918
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
1080
|
-
update: Prisma.XOR<Prisma.
|
|
1081
|
-
create: Prisma.XOR<Prisma.
|
|
919
|
+
update: Prisma.XOR<Prisma.DocumentationStepUpdateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedUpdateWithoutDocumentationPhaseInput>;
|
|
920
|
+
create: Prisma.XOR<Prisma.DocumentationStepCreateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedCreateWithoutDocumentationPhaseInput>;
|
|
1082
921
|
};
|
|
1083
|
-
export type
|
|
922
|
+
export type DocumentationStepUpdateWithWhereUniqueWithoutDocumentationPhaseInput = {
|
|
1084
923
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
1085
|
-
data: Prisma.XOR<Prisma.
|
|
924
|
+
data: Prisma.XOR<Prisma.DocumentationStepUpdateWithoutDocumentationPhaseInput, Prisma.DocumentationStepUncheckedUpdateWithoutDocumentationPhaseInput>;
|
|
1086
925
|
};
|
|
1087
|
-
export type
|
|
926
|
+
export type DocumentationStepUpdateManyWithWhereWithoutDocumentationPhaseInput = {
|
|
1088
927
|
where: Prisma.DocumentationStepScalarWhereInput;
|
|
1089
|
-
data: Prisma.XOR<Prisma.DocumentationStepUpdateManyMutationInput, Prisma.
|
|
928
|
+
data: Prisma.XOR<Prisma.DocumentationStepUpdateManyMutationInput, Prisma.DocumentationStepUncheckedUpdateManyWithoutDocumentationPhaseInput>;
|
|
1090
929
|
};
|
|
1091
930
|
export type DocumentationStepCreateWithoutRequiredDocumentsInput = {
|
|
1092
931
|
id?: string;
|
|
@@ -1099,23 +938,18 @@ export type DocumentationStepCreateWithoutRequiredDocumentsInput = {
|
|
|
1099
938
|
submissionCount?: number;
|
|
1100
939
|
lastSubmittedAt?: Date | string | null;
|
|
1101
940
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1102
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1103
|
-
underwritingScore?: number | null;
|
|
1104
|
-
debtToIncomeRatio?: number | null;
|
|
1105
|
-
underwritingDecision?: string | null;
|
|
1106
|
-
underwritingNotes?: string | null;
|
|
1107
941
|
dueDate?: Date | string | null;
|
|
1108
942
|
completedAt?: Date | string | null;
|
|
1109
943
|
createdAt?: Date | string;
|
|
1110
944
|
updatedAt?: Date | string;
|
|
1111
|
-
|
|
945
|
+
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
1112
946
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
1113
947
|
approvals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutStepInput;
|
|
1114
|
-
currentForPhase?: Prisma.
|
|
948
|
+
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
1115
949
|
};
|
|
1116
950
|
export type DocumentationStepUncheckedCreateWithoutRequiredDocumentsInput = {
|
|
1117
951
|
id?: string;
|
|
1118
|
-
|
|
952
|
+
documentationPhaseId: string;
|
|
1119
953
|
name: string;
|
|
1120
954
|
description?: string | null;
|
|
1121
955
|
stepType: $Enums.StepType;
|
|
@@ -1125,18 +959,13 @@ export type DocumentationStepUncheckedCreateWithoutRequiredDocumentsInput = {
|
|
|
1125
959
|
submissionCount?: number;
|
|
1126
960
|
lastSubmittedAt?: Date | string | null;
|
|
1127
961
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1128
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1129
|
-
underwritingScore?: number | null;
|
|
1130
|
-
debtToIncomeRatio?: number | null;
|
|
1131
|
-
underwritingDecision?: string | null;
|
|
1132
|
-
underwritingNotes?: string | null;
|
|
1133
962
|
assigneeId?: string | null;
|
|
1134
963
|
dueDate?: Date | string | null;
|
|
1135
964
|
completedAt?: Date | string | null;
|
|
1136
965
|
createdAt?: Date | string;
|
|
1137
966
|
updatedAt?: Date | string;
|
|
1138
967
|
approvals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutStepInput;
|
|
1139
|
-
currentForPhase?: Prisma.
|
|
968
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutCurrentStepInput;
|
|
1140
969
|
};
|
|
1141
970
|
export type DocumentationStepCreateOrConnectWithoutRequiredDocumentsInput = {
|
|
1142
971
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
@@ -1162,23 +991,18 @@ export type DocumentationStepUpdateWithoutRequiredDocumentsInput = {
|
|
|
1162
991
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1163
992
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1164
993
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1165
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1166
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1167
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1168
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1169
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1170
994
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1171
995
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1172
996
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1173
997
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1174
|
-
|
|
998
|
+
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1175
999
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1176
1000
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1177
|
-
currentForPhase?: Prisma.
|
|
1001
|
+
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1178
1002
|
};
|
|
1179
1003
|
export type DocumentationStepUncheckedUpdateWithoutRequiredDocumentsInput = {
|
|
1180
1004
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1181
|
-
|
|
1005
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1182
1006
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1183
1007
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1184
1008
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -1188,18 +1012,13 @@ export type DocumentationStepUncheckedUpdateWithoutRequiredDocumentsInput = {
|
|
|
1188
1012
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1189
1013
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1190
1014
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1191
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1192
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1193
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1194
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1195
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1196
1015
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1197
1016
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1198
1017
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1199
1018
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1200
1019
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1201
1020
|
approvals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutStepNestedInput;
|
|
1202
|
-
currentForPhase?: Prisma.
|
|
1021
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutCurrentStepNestedInput;
|
|
1203
1022
|
};
|
|
1204
1023
|
export type DocumentationStepCreateWithoutApprovalsInput = {
|
|
1205
1024
|
id?: string;
|
|
@@ -1212,23 +1031,18 @@ export type DocumentationStepCreateWithoutApprovalsInput = {
|
|
|
1212
1031
|
submissionCount?: number;
|
|
1213
1032
|
lastSubmittedAt?: Date | string | null;
|
|
1214
1033
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1215
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1216
|
-
underwritingScore?: number | null;
|
|
1217
|
-
debtToIncomeRatio?: number | null;
|
|
1218
|
-
underwritingDecision?: string | null;
|
|
1219
|
-
underwritingNotes?: string | null;
|
|
1220
1034
|
dueDate?: Date | string | null;
|
|
1221
1035
|
completedAt?: Date | string | null;
|
|
1222
1036
|
createdAt?: Date | string;
|
|
1223
1037
|
updatedAt?: Date | string;
|
|
1224
|
-
|
|
1038
|
+
documentationPhase: Prisma.DocumentationPhaseCreateNestedOneWithoutStepsInput;
|
|
1225
1039
|
assignee?: Prisma.UserCreateNestedOneWithoutAssignedStepsInput;
|
|
1226
1040
|
requiredDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutStepInput;
|
|
1227
|
-
currentForPhase?: Prisma.
|
|
1041
|
+
currentForPhase?: Prisma.DocumentationPhaseCreateNestedManyWithoutCurrentStepInput;
|
|
1228
1042
|
};
|
|
1229
1043
|
export type DocumentationStepUncheckedCreateWithoutApprovalsInput = {
|
|
1230
1044
|
id?: string;
|
|
1231
|
-
|
|
1045
|
+
documentationPhaseId: string;
|
|
1232
1046
|
name: string;
|
|
1233
1047
|
description?: string | null;
|
|
1234
1048
|
stepType: $Enums.StepType;
|
|
@@ -1238,18 +1052,13 @@ export type DocumentationStepUncheckedCreateWithoutApprovalsInput = {
|
|
|
1238
1052
|
submissionCount?: number;
|
|
1239
1053
|
lastSubmittedAt?: Date | string | null;
|
|
1240
1054
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1241
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1242
|
-
underwritingScore?: number | null;
|
|
1243
|
-
debtToIncomeRatio?: number | null;
|
|
1244
|
-
underwritingDecision?: string | null;
|
|
1245
|
-
underwritingNotes?: string | null;
|
|
1246
1055
|
assigneeId?: string | null;
|
|
1247
1056
|
dueDate?: Date | string | null;
|
|
1248
1057
|
completedAt?: Date | string | null;
|
|
1249
1058
|
createdAt?: Date | string;
|
|
1250
1059
|
updatedAt?: Date | string;
|
|
1251
1060
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutStepInput;
|
|
1252
|
-
currentForPhase?: Prisma.
|
|
1061
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutCurrentStepInput;
|
|
1253
1062
|
};
|
|
1254
1063
|
export type DocumentationStepCreateOrConnectWithoutApprovalsInput = {
|
|
1255
1064
|
where: Prisma.DocumentationStepWhereUniqueInput;
|
|
@@ -1275,23 +1084,18 @@ export type DocumentationStepUpdateWithoutApprovalsInput = {
|
|
|
1275
1084
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1276
1085
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1277
1086
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1278
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1279
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1280
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1281
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1282
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1283
1087
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1284
1088
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1285
1089
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1286
1090
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1287
|
-
|
|
1091
|
+
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1288
1092
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1289
1093
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1290
|
-
currentForPhase?: Prisma.
|
|
1094
|
+
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1291
1095
|
};
|
|
1292
1096
|
export type DocumentationStepUncheckedUpdateWithoutApprovalsInput = {
|
|
1293
1097
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1294
|
-
|
|
1098
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1295
1099
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1296
1100
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1297
1101
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -1301,22 +1105,17 @@ export type DocumentationStepUncheckedUpdateWithoutApprovalsInput = {
|
|
|
1301
1105
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1302
1106
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1303
1107
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1304
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1305
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1306
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1307
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1308
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1309
1108
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1310
1109
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1311
1110
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1312
1111
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1313
1112
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1314
1113
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutStepNestedInput;
|
|
1315
|
-
currentForPhase?: Prisma.
|
|
1114
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutCurrentStepNestedInput;
|
|
1316
1115
|
};
|
|
1317
1116
|
export type DocumentationStepCreateManyAssigneeInput = {
|
|
1318
1117
|
id?: string;
|
|
1319
|
-
|
|
1118
|
+
documentationPhaseId: string;
|
|
1320
1119
|
name: string;
|
|
1321
1120
|
description?: string | null;
|
|
1322
1121
|
stepType: $Enums.StepType;
|
|
@@ -1326,11 +1125,6 @@ export type DocumentationStepCreateManyAssigneeInput = {
|
|
|
1326
1125
|
submissionCount?: number;
|
|
1327
1126
|
lastSubmittedAt?: Date | string | null;
|
|
1328
1127
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1329
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1330
|
-
underwritingScore?: number | null;
|
|
1331
|
-
debtToIncomeRatio?: number | null;
|
|
1332
|
-
underwritingDecision?: string | null;
|
|
1333
|
-
underwritingNotes?: string | null;
|
|
1334
1128
|
dueDate?: Date | string | null;
|
|
1335
1129
|
completedAt?: Date | string | null;
|
|
1336
1130
|
createdAt?: Date | string;
|
|
@@ -1347,23 +1141,18 @@ export type DocumentationStepUpdateWithoutAssigneeInput = {
|
|
|
1347
1141
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1348
1142
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1349
1143
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1350
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1351
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1352
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1353
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1354
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1355
1144
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1356
1145
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1357
1146
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1358
1147
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1359
|
-
|
|
1148
|
+
documentationPhase?: Prisma.DocumentationPhaseUpdateOneRequiredWithoutStepsNestedInput;
|
|
1360
1149
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1361
1150
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1362
|
-
currentForPhase?: Prisma.
|
|
1151
|
+
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1363
1152
|
};
|
|
1364
1153
|
export type DocumentationStepUncheckedUpdateWithoutAssigneeInput = {
|
|
1365
1154
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1366
|
-
|
|
1155
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1367
1156
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1368
1157
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1369
1158
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -1373,22 +1162,17 @@ export type DocumentationStepUncheckedUpdateWithoutAssigneeInput = {
|
|
|
1373
1162
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1374
1163
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1375
1164
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1376
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1377
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1378
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1379
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1380
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1381
1165
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1382
1166
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1383
1167
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1384
1168
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1385
1169
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutStepNestedInput;
|
|
1386
1170
|
approvals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutStepNestedInput;
|
|
1387
|
-
currentForPhase?: Prisma.
|
|
1171
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutCurrentStepNestedInput;
|
|
1388
1172
|
};
|
|
1389
1173
|
export type DocumentationStepUncheckedUpdateManyWithoutAssigneeInput = {
|
|
1390
1174
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1391
|
-
|
|
1175
|
+
documentationPhaseId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1392
1176
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1393
1177
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1394
1178
|
stepType?: Prisma.EnumStepTypeFieldUpdateOperationsInput | $Enums.StepType;
|
|
@@ -1398,17 +1182,12 @@ export type DocumentationStepUncheckedUpdateManyWithoutAssigneeInput = {
|
|
|
1398
1182
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1399
1183
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1400
1184
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1401
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1402
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1403
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1404
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1405
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1406
1185
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1407
1186
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1408
1187
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1409
1188
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1410
1189
|
};
|
|
1411
|
-
export type
|
|
1190
|
+
export type DocumentationStepCreateManyDocumentationPhaseInput = {
|
|
1412
1191
|
id?: string;
|
|
1413
1192
|
name: string;
|
|
1414
1193
|
description?: string | null;
|
|
@@ -1419,18 +1198,13 @@ export type DocumentationStepCreateManyPhaseInput = {
|
|
|
1419
1198
|
submissionCount?: number;
|
|
1420
1199
|
lastSubmittedAt?: Date | string | null;
|
|
1421
1200
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1422
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1423
|
-
underwritingScore?: number | null;
|
|
1424
|
-
debtToIncomeRatio?: number | null;
|
|
1425
|
-
underwritingDecision?: string | null;
|
|
1426
|
-
underwritingNotes?: string | null;
|
|
1427
1201
|
assigneeId?: string | null;
|
|
1428
1202
|
dueDate?: Date | string | null;
|
|
1429
1203
|
completedAt?: Date | string | null;
|
|
1430
1204
|
createdAt?: Date | string;
|
|
1431
1205
|
updatedAt?: Date | string;
|
|
1432
1206
|
};
|
|
1433
|
-
export type
|
|
1207
|
+
export type DocumentationStepUpdateWithoutDocumentationPhaseInput = {
|
|
1434
1208
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1435
1209
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1436
1210
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1441,11 +1215,6 @@ export type DocumentationStepUpdateWithoutPhaseInput = {
|
|
|
1441
1215
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1442
1216
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1443
1217
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1444
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1445
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1446
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1447
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1448
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1449
1218
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1450
1219
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1451
1220
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
@@ -1453,9 +1222,9 @@ export type DocumentationStepUpdateWithoutPhaseInput = {
|
|
|
1453
1222
|
assignee?: Prisma.UserUpdateOneWithoutAssignedStepsNestedInput;
|
|
1454
1223
|
requiredDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutStepNestedInput;
|
|
1455
1224
|
approvals?: Prisma.DocumentationStepApprovalUpdateManyWithoutStepNestedInput;
|
|
1456
|
-
currentForPhase?: Prisma.
|
|
1225
|
+
currentForPhase?: Prisma.DocumentationPhaseUpdateManyWithoutCurrentStepNestedInput;
|
|
1457
1226
|
};
|
|
1458
|
-
export type
|
|
1227
|
+
export type DocumentationStepUncheckedUpdateWithoutDocumentationPhaseInput = {
|
|
1459
1228
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1460
1229
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1461
1230
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1466,11 +1235,6 @@ export type DocumentationStepUncheckedUpdateWithoutPhaseInput = {
|
|
|
1466
1235
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1467
1236
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1468
1237
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1469
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1470
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1471
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1472
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1473
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1474
1238
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1475
1239
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1476
1240
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1478,9 +1242,9 @@ export type DocumentationStepUncheckedUpdateWithoutPhaseInput = {
|
|
|
1478
1242
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1479
1243
|
requiredDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutStepNestedInput;
|
|
1480
1244
|
approvals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutStepNestedInput;
|
|
1481
|
-
currentForPhase?: Prisma.
|
|
1245
|
+
currentForPhase?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutCurrentStepNestedInput;
|
|
1482
1246
|
};
|
|
1483
|
-
export type
|
|
1247
|
+
export type DocumentationStepUncheckedUpdateManyWithoutDocumentationPhaseInput = {
|
|
1484
1248
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1485
1249
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1486
1250
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -1491,11 +1255,6 @@ export type DocumentationStepUncheckedUpdateManyWithoutPhaseInput = {
|
|
|
1491
1255
|
submissionCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1492
1256
|
lastSubmittedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1493
1257
|
metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1494
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1495
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1496
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1497
|
-
underwritingDecision?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1498
|
-
underwritingNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1499
1258
|
assigneeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1500
1259
|
dueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1501
1260
|
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -1540,11 +1299,11 @@ export type DocumentationStepCountOutputTypeCountApprovalsArgs<ExtArgs extends r
|
|
|
1540
1299
|
* DocumentationStepCountOutputType without action
|
|
1541
1300
|
*/
|
|
1542
1301
|
export type DocumentationStepCountOutputTypeCountCurrentForPhaseArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1543
|
-
where?: Prisma.
|
|
1302
|
+
where?: Prisma.DocumentationPhaseWhereInput;
|
|
1544
1303
|
};
|
|
1545
1304
|
export type DocumentationStepSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1546
1305
|
id?: boolean;
|
|
1547
|
-
|
|
1306
|
+
documentationPhaseId?: boolean;
|
|
1548
1307
|
name?: boolean;
|
|
1549
1308
|
description?: boolean;
|
|
1550
1309
|
stepType?: boolean;
|
|
@@ -1554,17 +1313,12 @@ export type DocumentationStepSelect<ExtArgs extends runtime.Types.Extensions.Int
|
|
|
1554
1313
|
submissionCount?: boolean;
|
|
1555
1314
|
lastSubmittedAt?: boolean;
|
|
1556
1315
|
metadata?: boolean;
|
|
1557
|
-
preApprovalAnswers?: boolean;
|
|
1558
|
-
underwritingScore?: boolean;
|
|
1559
|
-
debtToIncomeRatio?: boolean;
|
|
1560
|
-
underwritingDecision?: boolean;
|
|
1561
|
-
underwritingNotes?: boolean;
|
|
1562
1316
|
assigneeId?: boolean;
|
|
1563
1317
|
dueDate?: boolean;
|
|
1564
1318
|
completedAt?: boolean;
|
|
1565
1319
|
createdAt?: boolean;
|
|
1566
1320
|
updatedAt?: boolean;
|
|
1567
|
-
|
|
1321
|
+
documentationPhase?: boolean | Prisma.DocumentationPhaseDefaultArgs<ExtArgs>;
|
|
1568
1322
|
assignee?: boolean | Prisma.DocumentationStep$assigneeArgs<ExtArgs>;
|
|
1569
1323
|
requiredDocuments?: boolean | Prisma.DocumentationStep$requiredDocumentsArgs<ExtArgs>;
|
|
1570
1324
|
approvals?: boolean | Prisma.DocumentationStep$approvalsArgs<ExtArgs>;
|
|
@@ -1573,7 +1327,7 @@ export type DocumentationStepSelect<ExtArgs extends runtime.Types.Extensions.Int
|
|
|
1573
1327
|
}, ExtArgs["result"]["documentationStep"]>;
|
|
1574
1328
|
export type DocumentationStepSelectScalar = {
|
|
1575
1329
|
id?: boolean;
|
|
1576
|
-
|
|
1330
|
+
documentationPhaseId?: boolean;
|
|
1577
1331
|
name?: boolean;
|
|
1578
1332
|
description?: boolean;
|
|
1579
1333
|
stepType?: boolean;
|
|
@@ -1583,20 +1337,15 @@ export type DocumentationStepSelectScalar = {
|
|
|
1583
1337
|
submissionCount?: boolean;
|
|
1584
1338
|
lastSubmittedAt?: boolean;
|
|
1585
1339
|
metadata?: boolean;
|
|
1586
|
-
preApprovalAnswers?: boolean;
|
|
1587
|
-
underwritingScore?: boolean;
|
|
1588
|
-
debtToIncomeRatio?: boolean;
|
|
1589
|
-
underwritingDecision?: boolean;
|
|
1590
|
-
underwritingNotes?: boolean;
|
|
1591
1340
|
assigneeId?: boolean;
|
|
1592
1341
|
dueDate?: boolean;
|
|
1593
1342
|
completedAt?: boolean;
|
|
1594
1343
|
createdAt?: boolean;
|
|
1595
1344
|
updatedAt?: boolean;
|
|
1596
1345
|
};
|
|
1597
|
-
export type DocumentationStepOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "
|
|
1346
|
+
export type DocumentationStepOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "documentationPhaseId" | "name" | "description" | "stepType" | "order" | "status" | "actionReason" | "submissionCount" | "lastSubmittedAt" | "metadata" | "assigneeId" | "dueDate" | "completedAt" | "createdAt" | "updatedAt", ExtArgs["result"]["documentationStep"]>;
|
|
1598
1347
|
export type DocumentationStepInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1599
|
-
|
|
1348
|
+
documentationPhase?: boolean | Prisma.DocumentationPhaseDefaultArgs<ExtArgs>;
|
|
1600
1349
|
assignee?: boolean | Prisma.DocumentationStep$assigneeArgs<ExtArgs>;
|
|
1601
1350
|
requiredDocuments?: boolean | Prisma.DocumentationStep$requiredDocumentsArgs<ExtArgs>;
|
|
1602
1351
|
approvals?: boolean | Prisma.DocumentationStep$approvalsArgs<ExtArgs>;
|
|
@@ -1606,15 +1355,15 @@ export type DocumentationStepInclude<ExtArgs extends runtime.Types.Extensions.In
|
|
|
1606
1355
|
export type $DocumentationStepPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1607
1356
|
name: "DocumentationStep";
|
|
1608
1357
|
objects: {
|
|
1609
|
-
|
|
1358
|
+
documentationPhase: Prisma.$DocumentationPhasePayload<ExtArgs>;
|
|
1610
1359
|
assignee: Prisma.$UserPayload<ExtArgs> | null;
|
|
1611
1360
|
requiredDocuments: Prisma.$DocumentationStepDocumentPayload<ExtArgs>[];
|
|
1612
1361
|
approvals: Prisma.$DocumentationStepApprovalPayload<ExtArgs>[];
|
|
1613
|
-
currentForPhase: Prisma.$
|
|
1362
|
+
currentForPhase: Prisma.$DocumentationPhasePayload<ExtArgs>[];
|
|
1614
1363
|
};
|
|
1615
1364
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1616
1365
|
id: string;
|
|
1617
|
-
|
|
1366
|
+
documentationPhaseId: string;
|
|
1618
1367
|
name: string;
|
|
1619
1368
|
description: string | null;
|
|
1620
1369
|
stepType: $Enums.StepType;
|
|
@@ -1624,11 +1373,6 @@ export type $DocumentationStepPayload<ExtArgs extends runtime.Types.Extensions.I
|
|
|
1624
1373
|
submissionCount: number;
|
|
1625
1374
|
lastSubmittedAt: Date | null;
|
|
1626
1375
|
metadata: runtime.JsonValue | null;
|
|
1627
|
-
preApprovalAnswers: runtime.JsonValue | null;
|
|
1628
|
-
underwritingScore: number | null;
|
|
1629
|
-
debtToIncomeRatio: number | null;
|
|
1630
|
-
underwritingDecision: string | null;
|
|
1631
|
-
underwritingNotes: string | null;
|
|
1632
1376
|
assigneeId: string | null;
|
|
1633
1377
|
dueDate: Date | null;
|
|
1634
1378
|
completedAt: Date | null;
|
|
@@ -1911,11 +1655,11 @@ export interface DocumentationStepDelegate<ExtArgs extends runtime.Types.Extensi
|
|
|
1911
1655
|
*/
|
|
1912
1656
|
export interface Prisma__DocumentationStepClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1913
1657
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1914
|
-
|
|
1658
|
+
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>;
|
|
1915
1659
|
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>;
|
|
1916
1660
|
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>;
|
|
1917
1661
|
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>;
|
|
1918
|
-
currentForPhase<T extends Prisma.DocumentationStep$currentForPhaseArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.DocumentationStep$currentForPhaseArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$
|
|
1662
|
+
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>;
|
|
1919
1663
|
/**
|
|
1920
1664
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1921
1665
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -1942,7 +1686,7 @@ export interface Prisma__DocumentationStepClient<T, Null = never, ExtArgs extend
|
|
|
1942
1686
|
*/
|
|
1943
1687
|
export interface DocumentationStepFieldRefs {
|
|
1944
1688
|
readonly id: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1945
|
-
readonly
|
|
1689
|
+
readonly documentationPhaseId: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1946
1690
|
readonly name: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1947
1691
|
readonly description: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1948
1692
|
readonly stepType: Prisma.FieldRef<"DocumentationStep", 'StepType'>;
|
|
@@ -1952,11 +1696,6 @@ export interface DocumentationStepFieldRefs {
|
|
|
1952
1696
|
readonly submissionCount: Prisma.FieldRef<"DocumentationStep", 'Int'>;
|
|
1953
1697
|
readonly lastSubmittedAt: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
1954
1698
|
readonly metadata: Prisma.FieldRef<"DocumentationStep", 'Json'>;
|
|
1955
|
-
readonly preApprovalAnswers: Prisma.FieldRef<"DocumentationStep", 'Json'>;
|
|
1956
|
-
readonly underwritingScore: Prisma.FieldRef<"DocumentationStep", 'Float'>;
|
|
1957
|
-
readonly debtToIncomeRatio: Prisma.FieldRef<"DocumentationStep", 'Float'>;
|
|
1958
|
-
readonly underwritingDecision: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1959
|
-
readonly underwritingNotes: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1960
1699
|
readonly assigneeId: Prisma.FieldRef<"DocumentationStep", 'String'>;
|
|
1961
1700
|
readonly dueDate: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
1962
1701
|
readonly completedAt: Prisma.FieldRef<"DocumentationStep", 'DateTime'>;
|
|
@@ -2358,23 +2097,23 @@ export type DocumentationStep$approvalsArgs<ExtArgs extends runtime.Types.Extens
|
|
|
2358
2097
|
*/
|
|
2359
2098
|
export type DocumentationStep$currentForPhaseArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2360
2099
|
/**
|
|
2361
|
-
* Select specific fields to fetch from the
|
|
2100
|
+
* Select specific fields to fetch from the DocumentationPhase
|
|
2362
2101
|
*/
|
|
2363
|
-
select?: Prisma.
|
|
2102
|
+
select?: Prisma.DocumentationPhaseSelect<ExtArgs> | null;
|
|
2364
2103
|
/**
|
|
2365
|
-
* Omit specific fields from the
|
|
2104
|
+
* Omit specific fields from the DocumentationPhase
|
|
2366
2105
|
*/
|
|
2367
|
-
omit?: Prisma.
|
|
2106
|
+
omit?: Prisma.DocumentationPhaseOmit<ExtArgs> | null;
|
|
2368
2107
|
/**
|
|
2369
2108
|
* Choose, which related nodes to fetch as well
|
|
2370
2109
|
*/
|
|
2371
|
-
include?: Prisma.
|
|
2372
|
-
where?: Prisma.
|
|
2373
|
-
orderBy?: Prisma.
|
|
2374
|
-
cursor?: Prisma.
|
|
2110
|
+
include?: Prisma.DocumentationPhaseInclude<ExtArgs> | null;
|
|
2111
|
+
where?: Prisma.DocumentationPhaseWhereInput;
|
|
2112
|
+
orderBy?: Prisma.DocumentationPhaseOrderByWithRelationInput | Prisma.DocumentationPhaseOrderByWithRelationInput[];
|
|
2113
|
+
cursor?: Prisma.DocumentationPhaseWhereUniqueInput;
|
|
2375
2114
|
take?: number;
|
|
2376
2115
|
skip?: number;
|
|
2377
|
-
distinct?: Prisma.
|
|
2116
|
+
distinct?: Prisma.DocumentationPhaseScalarFieldEnum | Prisma.DocumentationPhaseScalarFieldEnum[];
|
|
2378
2117
|
};
|
|
2379
2118
|
/**
|
|
2380
2119
|
* DocumentationStep without action
|