@valentine-efagene/qshelter-common 2.0.137 → 2.0.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/commonInputTypes.d.ts +43 -43
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +4 -1
- package/dist/generated/client/internal/prismaNamespace.js +4 -1
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +4 -1
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +4 -1
- package/dist/generated/client/models/DocumentationPlan.d.ts +1 -40
- package/dist/generated/client/models/DocumentationPlanStep.d.ts +34 -1
- package/dist/generated/client/models/DocumentationStep.d.ts +64 -1
- package/package.json +1 -1
- package/prisma/migrations/20260119180401_add_document_name_remove_required_doc_types/migration.sql +14 -0
- package/prisma/schema.prisma +9 -7
|
@@ -5406,7 +5406,6 @@ export declare const DocumentationPlanScalarFieldEnum: {
|
|
|
5406
5406
|
readonly name: "name";
|
|
5407
5407
|
readonly description: "description";
|
|
5408
5408
|
readonly isActive: "isActive";
|
|
5409
|
-
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
5410
5409
|
readonly createdAt: "createdAt";
|
|
5411
5410
|
readonly updatedAt: "updatedAt";
|
|
5412
5411
|
};
|
|
@@ -5418,6 +5417,7 @@ export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
|
5418
5417
|
readonly stepType: "stepType";
|
|
5419
5418
|
readonly order: "order";
|
|
5420
5419
|
readonly documentType: "documentType";
|
|
5420
|
+
readonly documentName: "documentName";
|
|
5421
5421
|
readonly metadata: "metadata";
|
|
5422
5422
|
readonly isRequired: "isRequired";
|
|
5423
5423
|
readonly description: "description";
|
|
@@ -5784,6 +5784,7 @@ export declare const DocumentationStepScalarFieldEnum: {
|
|
|
5784
5784
|
readonly tenantId: "tenantId";
|
|
5785
5785
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
5786
5786
|
readonly name: "name";
|
|
5787
|
+
readonly documentName: "documentName";
|
|
5787
5788
|
readonly description: "description";
|
|
5788
5789
|
readonly stepType: "stepType";
|
|
5789
5790
|
readonly order: "order";
|
|
@@ -6510,6 +6511,7 @@ export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
|
6510
6511
|
readonly planId: "planId";
|
|
6511
6512
|
readonly name: "name";
|
|
6512
6513
|
readonly documentType: "documentType";
|
|
6514
|
+
readonly documentName: "documentName";
|
|
6513
6515
|
readonly description: "description";
|
|
6514
6516
|
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
6515
6517
|
readonly reviewOrder: "reviewOrder";
|
|
@@ -6696,6 +6698,7 @@ export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
|
6696
6698
|
readonly tenantId: "tenantId";
|
|
6697
6699
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
6698
6700
|
readonly name: "name";
|
|
6701
|
+
readonly documentName: "documentName";
|
|
6699
6702
|
readonly description: "description";
|
|
6700
6703
|
readonly actionReason: "actionReason";
|
|
6701
6704
|
readonly reviewOrder: "reviewOrder";
|
|
@@ -487,7 +487,6 @@ export const DocumentationPlanScalarFieldEnum = {
|
|
|
487
487
|
name: 'name',
|
|
488
488
|
description: 'description',
|
|
489
489
|
isActive: 'isActive',
|
|
490
|
-
requiredDocumentTypes: 'requiredDocumentTypes',
|
|
491
490
|
createdAt: 'createdAt',
|
|
492
491
|
updatedAt: 'updatedAt'
|
|
493
492
|
};
|
|
@@ -498,6 +497,7 @@ export const DocumentationPlanStepScalarFieldEnum = {
|
|
|
498
497
|
stepType: 'stepType',
|
|
499
498
|
order: 'order',
|
|
500
499
|
documentType: 'documentType',
|
|
500
|
+
documentName: 'documentName',
|
|
501
501
|
metadata: 'metadata',
|
|
502
502
|
isRequired: 'isRequired',
|
|
503
503
|
description: 'description',
|
|
@@ -844,6 +844,7 @@ export const DocumentationStepScalarFieldEnum = {
|
|
|
844
844
|
tenantId: 'tenantId',
|
|
845
845
|
documentationPhaseId: 'documentationPhaseId',
|
|
846
846
|
name: 'name',
|
|
847
|
+
documentName: 'documentName',
|
|
847
848
|
description: 'description',
|
|
848
849
|
stepType: 'stepType',
|
|
849
850
|
order: 'order',
|
|
@@ -1513,6 +1514,7 @@ export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
|
1513
1514
|
planId: 'planId',
|
|
1514
1515
|
name: 'name',
|
|
1515
1516
|
documentType: 'documentType',
|
|
1517
|
+
documentName: 'documentName',
|
|
1516
1518
|
description: 'description',
|
|
1517
1519
|
allowedMimeTypes: 'allowedMimeTypes',
|
|
1518
1520
|
reviewOrder: 'reviewOrder',
|
|
@@ -1679,6 +1681,7 @@ export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
|
1679
1681
|
tenantId: 'tenantId',
|
|
1680
1682
|
documentationPhaseId: 'documentationPhaseId',
|
|
1681
1683
|
name: 'name',
|
|
1684
|
+
documentName: 'documentName',
|
|
1682
1685
|
description: 'description',
|
|
1683
1686
|
actionReason: 'actionReason',
|
|
1684
1687
|
reviewOrder: 'reviewOrder',
|
|
@@ -474,7 +474,6 @@ export declare const DocumentationPlanScalarFieldEnum: {
|
|
|
474
474
|
readonly name: "name";
|
|
475
475
|
readonly description: "description";
|
|
476
476
|
readonly isActive: "isActive";
|
|
477
|
-
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
478
477
|
readonly createdAt: "createdAt";
|
|
479
478
|
readonly updatedAt: "updatedAt";
|
|
480
479
|
};
|
|
@@ -486,6 +485,7 @@ export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
|
486
485
|
readonly stepType: "stepType";
|
|
487
486
|
readonly order: "order";
|
|
488
487
|
readonly documentType: "documentType";
|
|
488
|
+
readonly documentName: "documentName";
|
|
489
489
|
readonly metadata: "metadata";
|
|
490
490
|
readonly isRequired: "isRequired";
|
|
491
491
|
readonly description: "description";
|
|
@@ -852,6 +852,7 @@ export declare const DocumentationStepScalarFieldEnum: {
|
|
|
852
852
|
readonly tenantId: "tenantId";
|
|
853
853
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
854
854
|
readonly name: "name";
|
|
855
|
+
readonly documentName: "documentName";
|
|
855
856
|
readonly description: "description";
|
|
856
857
|
readonly stepType: "stepType";
|
|
857
858
|
readonly order: "order";
|
|
@@ -1578,6 +1579,7 @@ export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
|
1578
1579
|
readonly planId: "planId";
|
|
1579
1580
|
readonly name: "name";
|
|
1580
1581
|
readonly documentType: "documentType";
|
|
1582
|
+
readonly documentName: "documentName";
|
|
1581
1583
|
readonly description: "description";
|
|
1582
1584
|
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
1583
1585
|
readonly reviewOrder: "reviewOrder";
|
|
@@ -1764,6 +1766,7 @@ export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
|
1764
1766
|
readonly tenantId: "tenantId";
|
|
1765
1767
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
1766
1768
|
readonly name: "name";
|
|
1769
|
+
readonly documentName: "documentName";
|
|
1767
1770
|
readonly description: "description";
|
|
1768
1771
|
readonly actionReason: "actionReason";
|
|
1769
1772
|
readonly reviewOrder: "reviewOrder";
|
|
@@ -459,7 +459,6 @@ export const DocumentationPlanScalarFieldEnum = {
|
|
|
459
459
|
name: 'name',
|
|
460
460
|
description: 'description',
|
|
461
461
|
isActive: 'isActive',
|
|
462
|
-
requiredDocumentTypes: 'requiredDocumentTypes',
|
|
463
462
|
createdAt: 'createdAt',
|
|
464
463
|
updatedAt: 'updatedAt'
|
|
465
464
|
};
|
|
@@ -470,6 +469,7 @@ export const DocumentationPlanStepScalarFieldEnum = {
|
|
|
470
469
|
stepType: 'stepType',
|
|
471
470
|
order: 'order',
|
|
472
471
|
documentType: 'documentType',
|
|
472
|
+
documentName: 'documentName',
|
|
473
473
|
metadata: 'metadata',
|
|
474
474
|
isRequired: 'isRequired',
|
|
475
475
|
description: 'description',
|
|
@@ -816,6 +816,7 @@ export const DocumentationStepScalarFieldEnum = {
|
|
|
816
816
|
tenantId: 'tenantId',
|
|
817
817
|
documentationPhaseId: 'documentationPhaseId',
|
|
818
818
|
name: 'name',
|
|
819
|
+
documentName: 'documentName',
|
|
819
820
|
description: 'description',
|
|
820
821
|
stepType: 'stepType',
|
|
821
822
|
order: 'order',
|
|
@@ -1485,6 +1486,7 @@ export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
|
1485
1486
|
planId: 'planId',
|
|
1486
1487
|
name: 'name',
|
|
1487
1488
|
documentType: 'documentType',
|
|
1489
|
+
documentName: 'documentName',
|
|
1488
1490
|
description: 'description',
|
|
1489
1491
|
allowedMimeTypes: 'allowedMimeTypes',
|
|
1490
1492
|
reviewOrder: 'reviewOrder',
|
|
@@ -1651,6 +1653,7 @@ export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
|
1651
1653
|
tenantId: 'tenantId',
|
|
1652
1654
|
documentationPhaseId: 'documentationPhaseId',
|
|
1653
1655
|
name: 'name',
|
|
1656
|
+
documentName: 'documentName',
|
|
1654
1657
|
description: 'description',
|
|
1655
1658
|
actionReason: 'actionReason',
|
|
1656
1659
|
reviewOrder: 'reviewOrder',
|
|
@@ -34,7 +34,6 @@ export type DocumentationPlanCountAggregateOutputType = {
|
|
|
34
34
|
name: number;
|
|
35
35
|
description: number;
|
|
36
36
|
isActive: number;
|
|
37
|
-
requiredDocumentTypes: number;
|
|
38
37
|
createdAt: number;
|
|
39
38
|
updatedAt: number;
|
|
40
39
|
_all: number;
|
|
@@ -63,7 +62,6 @@ export type DocumentationPlanCountAggregateInputType = {
|
|
|
63
62
|
name?: true;
|
|
64
63
|
description?: true;
|
|
65
64
|
isActive?: true;
|
|
66
|
-
requiredDocumentTypes?: true;
|
|
67
65
|
createdAt?: true;
|
|
68
66
|
updatedAt?: true;
|
|
69
67
|
_all?: true;
|
|
@@ -136,7 +134,6 @@ export type DocumentationPlanGroupByOutputType = {
|
|
|
136
134
|
name: string;
|
|
137
135
|
description: string | null;
|
|
138
136
|
isActive: boolean;
|
|
139
|
-
requiredDocumentTypes: runtime.JsonValue | null;
|
|
140
137
|
createdAt: Date;
|
|
141
138
|
updatedAt: Date;
|
|
142
139
|
_count: DocumentationPlanCountAggregateOutputType | null;
|
|
@@ -155,7 +152,6 @@ export type DocumentationPlanWhereInput = {
|
|
|
155
152
|
name?: Prisma.StringFilter<"DocumentationPlan"> | string;
|
|
156
153
|
description?: Prisma.StringNullableFilter<"DocumentationPlan"> | string | null;
|
|
157
154
|
isActive?: Prisma.BoolFilter<"DocumentationPlan"> | boolean;
|
|
158
|
-
requiredDocumentTypes?: Prisma.JsonNullableFilter<"DocumentationPlan">;
|
|
159
155
|
createdAt?: Prisma.DateTimeFilter<"DocumentationPlan"> | Date | string;
|
|
160
156
|
updatedAt?: Prisma.DateTimeFilter<"DocumentationPlan"> | Date | string;
|
|
161
157
|
tenant?: Prisma.XOR<Prisma.TenantNullableScalarRelationFilter, Prisma.TenantWhereInput> | null;
|
|
@@ -169,7 +165,6 @@ export type DocumentationPlanOrderByWithRelationInput = {
|
|
|
169
165
|
name?: Prisma.SortOrder;
|
|
170
166
|
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
171
167
|
isActive?: Prisma.SortOrder;
|
|
172
|
-
requiredDocumentTypes?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
173
168
|
createdAt?: Prisma.SortOrder;
|
|
174
169
|
updatedAt?: Prisma.SortOrder;
|
|
175
170
|
tenant?: Prisma.TenantOrderByWithRelationInput;
|
|
@@ -188,7 +183,6 @@ export type DocumentationPlanWhereUniqueInput = Prisma.AtLeast<{
|
|
|
188
183
|
name?: Prisma.StringFilter<"DocumentationPlan"> | string;
|
|
189
184
|
description?: Prisma.StringNullableFilter<"DocumentationPlan"> | string | null;
|
|
190
185
|
isActive?: Prisma.BoolFilter<"DocumentationPlan"> | boolean;
|
|
191
|
-
requiredDocumentTypes?: Prisma.JsonNullableFilter<"DocumentationPlan">;
|
|
192
186
|
createdAt?: Prisma.DateTimeFilter<"DocumentationPlan"> | Date | string;
|
|
193
187
|
updatedAt?: Prisma.DateTimeFilter<"DocumentationPlan"> | Date | string;
|
|
194
188
|
tenant?: Prisma.XOR<Prisma.TenantNullableScalarRelationFilter, Prisma.TenantWhereInput> | null;
|
|
@@ -202,7 +196,6 @@ export type DocumentationPlanOrderByWithAggregationInput = {
|
|
|
202
196
|
name?: Prisma.SortOrder;
|
|
203
197
|
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
204
198
|
isActive?: Prisma.SortOrder;
|
|
205
|
-
requiredDocumentTypes?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
206
199
|
createdAt?: Prisma.SortOrder;
|
|
207
200
|
updatedAt?: Prisma.SortOrder;
|
|
208
201
|
_count?: Prisma.DocumentationPlanCountOrderByAggregateInput;
|
|
@@ -218,7 +211,6 @@ export type DocumentationPlanScalarWhereWithAggregatesInput = {
|
|
|
218
211
|
name?: Prisma.StringWithAggregatesFilter<"DocumentationPlan"> | string;
|
|
219
212
|
description?: Prisma.StringNullableWithAggregatesFilter<"DocumentationPlan"> | string | null;
|
|
220
213
|
isActive?: Prisma.BoolWithAggregatesFilter<"DocumentationPlan"> | boolean;
|
|
221
|
-
requiredDocumentTypes?: Prisma.JsonNullableWithAggregatesFilter<"DocumentationPlan">;
|
|
222
214
|
createdAt?: Prisma.DateTimeWithAggregatesFilter<"DocumentationPlan"> | Date | string;
|
|
223
215
|
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"DocumentationPlan"> | Date | string;
|
|
224
216
|
};
|
|
@@ -227,7 +219,6 @@ export type DocumentationPlanCreateInput = {
|
|
|
227
219
|
name: string;
|
|
228
220
|
description?: string | null;
|
|
229
221
|
isActive?: boolean;
|
|
230
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
231
222
|
createdAt?: Date | string;
|
|
232
223
|
updatedAt?: Date | string;
|
|
233
224
|
tenant?: Prisma.TenantCreateNestedOneWithoutDocumentationPlansInput;
|
|
@@ -241,7 +232,6 @@ export type DocumentationPlanUncheckedCreateInput = {
|
|
|
241
232
|
name: string;
|
|
242
233
|
description?: string | null;
|
|
243
234
|
isActive?: boolean;
|
|
244
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
245
235
|
createdAt?: Date | string;
|
|
246
236
|
updatedAt?: Date | string;
|
|
247
237
|
steps?: Prisma.DocumentationPlanStepUncheckedCreateNestedManyWithoutPlanInput;
|
|
@@ -253,7 +243,6 @@ export type DocumentationPlanUpdateInput = {
|
|
|
253
243
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
254
244
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
255
245
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
256
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
257
246
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
258
247
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
259
248
|
tenant?: Prisma.TenantUpdateOneWithoutDocumentationPlansNestedInput;
|
|
@@ -267,7 +256,6 @@ export type DocumentationPlanUncheckedUpdateInput = {
|
|
|
267
256
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
268
257
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
269
258
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
270
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
271
259
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
272
260
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
273
261
|
steps?: Prisma.DocumentationPlanStepUncheckedUpdateManyWithoutPlanNestedInput;
|
|
@@ -280,7 +268,6 @@ export type DocumentationPlanCreateManyInput = {
|
|
|
280
268
|
name: string;
|
|
281
269
|
description?: string | null;
|
|
282
270
|
isActive?: boolean;
|
|
283
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
284
271
|
createdAt?: Date | string;
|
|
285
272
|
updatedAt?: Date | string;
|
|
286
273
|
};
|
|
@@ -289,7 +276,6 @@ export type DocumentationPlanUpdateManyMutationInput = {
|
|
|
289
276
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
290
277
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
291
278
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
292
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
293
279
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
294
280
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
295
281
|
};
|
|
@@ -299,7 +285,6 @@ export type DocumentationPlanUncheckedUpdateManyInput = {
|
|
|
299
285
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
300
286
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
301
287
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
302
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
303
288
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
304
289
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
305
290
|
};
|
|
@@ -326,7 +311,6 @@ export type DocumentationPlanCountOrderByAggregateInput = {
|
|
|
326
311
|
name?: Prisma.SortOrder;
|
|
327
312
|
description?: Prisma.SortOrder;
|
|
328
313
|
isActive?: Prisma.SortOrder;
|
|
329
|
-
requiredDocumentTypes?: Prisma.SortOrder;
|
|
330
314
|
createdAt?: Prisma.SortOrder;
|
|
331
315
|
updatedAt?: Prisma.SortOrder;
|
|
332
316
|
};
|
|
@@ -439,7 +423,6 @@ export type DocumentationPlanCreateWithoutTenantInput = {
|
|
|
439
423
|
name: string;
|
|
440
424
|
description?: string | null;
|
|
441
425
|
isActive?: boolean;
|
|
442
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
443
426
|
createdAt?: Date | string;
|
|
444
427
|
updatedAt?: Date | string;
|
|
445
428
|
steps?: Prisma.DocumentationPlanStepCreateNestedManyWithoutPlanInput;
|
|
@@ -451,7 +434,6 @@ export type DocumentationPlanUncheckedCreateWithoutTenantInput = {
|
|
|
451
434
|
name: string;
|
|
452
435
|
description?: string | null;
|
|
453
436
|
isActive?: boolean;
|
|
454
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
455
437
|
createdAt?: Date | string;
|
|
456
438
|
updatedAt?: Date | string;
|
|
457
439
|
steps?: Prisma.DocumentationPlanStepUncheckedCreateNestedManyWithoutPlanInput;
|
|
@@ -488,7 +470,6 @@ export type DocumentationPlanScalarWhereInput = {
|
|
|
488
470
|
name?: Prisma.StringFilter<"DocumentationPlan"> | string;
|
|
489
471
|
description?: Prisma.StringNullableFilter<"DocumentationPlan"> | string | null;
|
|
490
472
|
isActive?: Prisma.BoolFilter<"DocumentationPlan"> | boolean;
|
|
491
|
-
requiredDocumentTypes?: Prisma.JsonNullableFilter<"DocumentationPlan">;
|
|
492
473
|
createdAt?: Prisma.DateTimeFilter<"DocumentationPlan"> | Date | string;
|
|
493
474
|
updatedAt?: Prisma.DateTimeFilter<"DocumentationPlan"> | Date | string;
|
|
494
475
|
};
|
|
@@ -497,7 +478,6 @@ export type DocumentationPlanCreateWithoutStepsInput = {
|
|
|
497
478
|
name: string;
|
|
498
479
|
description?: string | null;
|
|
499
480
|
isActive?: boolean;
|
|
500
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
501
481
|
createdAt?: Date | string;
|
|
502
482
|
updatedAt?: Date | string;
|
|
503
483
|
tenant?: Prisma.TenantCreateNestedOneWithoutDocumentationPlansInput;
|
|
@@ -510,7 +490,6 @@ export type DocumentationPlanUncheckedCreateWithoutStepsInput = {
|
|
|
510
490
|
name: string;
|
|
511
491
|
description?: string | null;
|
|
512
492
|
isActive?: boolean;
|
|
513
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
514
493
|
createdAt?: Date | string;
|
|
515
494
|
updatedAt?: Date | string;
|
|
516
495
|
methodPhases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutDocumentationPlanInput;
|
|
@@ -534,7 +513,6 @@ export type DocumentationPlanUpdateWithoutStepsInput = {
|
|
|
534
513
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
535
514
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
536
515
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
537
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
538
516
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
539
517
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
540
518
|
tenant?: Prisma.TenantUpdateOneWithoutDocumentationPlansNestedInput;
|
|
@@ -547,7 +525,6 @@ export type DocumentationPlanUncheckedUpdateWithoutStepsInput = {
|
|
|
547
525
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
548
526
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
549
527
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
550
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
551
528
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
552
529
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
553
530
|
methodPhases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutDocumentationPlanNestedInput;
|
|
@@ -558,7 +535,6 @@ export type DocumentationPlanCreateWithoutMethodPhasesInput = {
|
|
|
558
535
|
name: string;
|
|
559
536
|
description?: string | null;
|
|
560
537
|
isActive?: boolean;
|
|
561
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
562
538
|
createdAt?: Date | string;
|
|
563
539
|
updatedAt?: Date | string;
|
|
564
540
|
tenant?: Prisma.TenantCreateNestedOneWithoutDocumentationPlansInput;
|
|
@@ -571,7 +547,6 @@ export type DocumentationPlanUncheckedCreateWithoutMethodPhasesInput = {
|
|
|
571
547
|
name: string;
|
|
572
548
|
description?: string | null;
|
|
573
549
|
isActive?: boolean;
|
|
574
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
575
550
|
createdAt?: Date | string;
|
|
576
551
|
updatedAt?: Date | string;
|
|
577
552
|
steps?: Prisma.DocumentationPlanStepUncheckedCreateNestedManyWithoutPlanInput;
|
|
@@ -595,7 +570,6 @@ export type DocumentationPlanUpdateWithoutMethodPhasesInput = {
|
|
|
595
570
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
596
571
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
597
572
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
598
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
599
573
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
600
574
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
601
575
|
tenant?: Prisma.TenantUpdateOneWithoutDocumentationPlansNestedInput;
|
|
@@ -608,7 +582,6 @@ export type DocumentationPlanUncheckedUpdateWithoutMethodPhasesInput = {
|
|
|
608
582
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
609
583
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
610
584
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
611
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
612
585
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
613
586
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
614
587
|
steps?: Prisma.DocumentationPlanStepUncheckedUpdateManyWithoutPlanNestedInput;
|
|
@@ -619,7 +592,6 @@ export type DocumentationPlanCreateWithoutDocumentationPhasesInput = {
|
|
|
619
592
|
name: string;
|
|
620
593
|
description?: string | null;
|
|
621
594
|
isActive?: boolean;
|
|
622
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
623
595
|
createdAt?: Date | string;
|
|
624
596
|
updatedAt?: Date | string;
|
|
625
597
|
tenant?: Prisma.TenantCreateNestedOneWithoutDocumentationPlansInput;
|
|
@@ -632,7 +604,6 @@ export type DocumentationPlanUncheckedCreateWithoutDocumentationPhasesInput = {
|
|
|
632
604
|
name: string;
|
|
633
605
|
description?: string | null;
|
|
634
606
|
isActive?: boolean;
|
|
635
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
636
607
|
createdAt?: Date | string;
|
|
637
608
|
updatedAt?: Date | string;
|
|
638
609
|
steps?: Prisma.DocumentationPlanStepUncheckedCreateNestedManyWithoutPlanInput;
|
|
@@ -656,7 +627,6 @@ export type DocumentationPlanUpdateWithoutDocumentationPhasesInput = {
|
|
|
656
627
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
657
628
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
658
629
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
659
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
660
630
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
661
631
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
662
632
|
tenant?: Prisma.TenantUpdateOneWithoutDocumentationPlansNestedInput;
|
|
@@ -669,7 +639,6 @@ export type DocumentationPlanUncheckedUpdateWithoutDocumentationPhasesInput = {
|
|
|
669
639
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
670
640
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
671
641
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
672
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
673
642
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
674
643
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
675
644
|
steps?: Prisma.DocumentationPlanStepUncheckedUpdateManyWithoutPlanNestedInput;
|
|
@@ -680,7 +649,6 @@ export type DocumentationPlanCreateManyTenantInput = {
|
|
|
680
649
|
name: string;
|
|
681
650
|
description?: string | null;
|
|
682
651
|
isActive?: boolean;
|
|
683
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
684
652
|
createdAt?: Date | string;
|
|
685
653
|
updatedAt?: Date | string;
|
|
686
654
|
};
|
|
@@ -689,7 +657,6 @@ export type DocumentationPlanUpdateWithoutTenantInput = {
|
|
|
689
657
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
690
658
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
691
659
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
692
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
693
660
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
694
661
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
695
662
|
steps?: Prisma.DocumentationPlanStepUpdateManyWithoutPlanNestedInput;
|
|
@@ -701,7 +668,6 @@ export type DocumentationPlanUncheckedUpdateWithoutTenantInput = {
|
|
|
701
668
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
702
669
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
703
670
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
704
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
705
671
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
706
672
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
707
673
|
steps?: Prisma.DocumentationPlanStepUncheckedUpdateManyWithoutPlanNestedInput;
|
|
@@ -713,7 +679,6 @@ export type DocumentationPlanUncheckedUpdateManyWithoutTenantInput = {
|
|
|
713
679
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
714
680
|
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
715
681
|
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
716
|
-
requiredDocumentTypes?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
717
682
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
718
683
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
719
684
|
};
|
|
@@ -763,7 +728,6 @@ export type DocumentationPlanSelect<ExtArgs extends runtime.Types.Extensions.Int
|
|
|
763
728
|
name?: boolean;
|
|
764
729
|
description?: boolean;
|
|
765
730
|
isActive?: boolean;
|
|
766
|
-
requiredDocumentTypes?: boolean;
|
|
767
731
|
createdAt?: boolean;
|
|
768
732
|
updatedAt?: boolean;
|
|
769
733
|
tenant?: boolean | Prisma.DocumentationPlan$tenantArgs<ExtArgs>;
|
|
@@ -778,11 +742,10 @@ export type DocumentationPlanSelectScalar = {
|
|
|
778
742
|
name?: boolean;
|
|
779
743
|
description?: boolean;
|
|
780
744
|
isActive?: boolean;
|
|
781
|
-
requiredDocumentTypes?: boolean;
|
|
782
745
|
createdAt?: boolean;
|
|
783
746
|
updatedAt?: boolean;
|
|
784
747
|
};
|
|
785
|
-
export type DocumentationPlanOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "tenantId" | "name" | "description" | "isActive" | "
|
|
748
|
+
export type DocumentationPlanOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "tenantId" | "name" | "description" | "isActive" | "createdAt" | "updatedAt", ExtArgs["result"]["documentationPlan"]>;
|
|
786
749
|
export type DocumentationPlanInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
787
750
|
tenant?: boolean | Prisma.DocumentationPlan$tenantArgs<ExtArgs>;
|
|
788
751
|
steps?: boolean | Prisma.DocumentationPlan$stepsArgs<ExtArgs>;
|
|
@@ -804,7 +767,6 @@ export type $DocumentationPlanPayload<ExtArgs extends runtime.Types.Extensions.I
|
|
|
804
767
|
name: string;
|
|
805
768
|
description: string | null;
|
|
806
769
|
isActive: boolean;
|
|
807
|
-
requiredDocumentTypes: runtime.JsonValue | null;
|
|
808
770
|
createdAt: Date;
|
|
809
771
|
updatedAt: Date;
|
|
810
772
|
}, ExtArgs["result"]["documentationPlan"]>;
|
|
@@ -1118,7 +1080,6 @@ export interface DocumentationPlanFieldRefs {
|
|
|
1118
1080
|
readonly name: Prisma.FieldRef<"DocumentationPlan", 'String'>;
|
|
1119
1081
|
readonly description: Prisma.FieldRef<"DocumentationPlan", 'String'>;
|
|
1120
1082
|
readonly isActive: Prisma.FieldRef<"DocumentationPlan", 'Boolean'>;
|
|
1121
|
-
readonly requiredDocumentTypes: Prisma.FieldRef<"DocumentationPlan", 'Json'>;
|
|
1122
1083
|
readonly createdAt: Prisma.FieldRef<"DocumentationPlan", 'DateTime'>;
|
|
1123
1084
|
readonly updatedAt: Prisma.FieldRef<"DocumentationPlan", 'DateTime'>;
|
|
1124
1085
|
}
|