@valentine-efagene/qshelter-common 2.0.54 → 2.0.56

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.
@@ -250,7 +250,6 @@ export type UserWhereInput = {
250
250
  assignedSteps?: Prisma.DocumentationStepListRelationFilter;
251
251
  stepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
252
252
  uploadedDocs?: Prisma.ContractDocumentListRelationFilter;
253
- prequalifications?: Prisma.PrequalificationListRelationFilter;
254
253
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
255
254
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
256
255
  initiatedTerminations?: Prisma.ContractTerminationListRelationFilter;
@@ -292,7 +291,6 @@ export type UserOrderByWithRelationInput = {
292
291
  assignedSteps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
293
292
  stepApprovals?: Prisma.DocumentationStepApprovalOrderByRelationAggregateInput;
294
293
  uploadedDocs?: Prisma.ContractDocumentOrderByRelationAggregateInput;
295
- prequalifications?: Prisma.PrequalificationOrderByRelationAggregateInput;
296
294
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
297
295
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
298
296
  initiatedTerminations?: Prisma.ContractTerminationOrderByRelationAggregateInput;
@@ -338,7 +336,6 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
338
336
  assignedSteps?: Prisma.DocumentationStepListRelationFilter;
339
337
  stepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
340
338
  uploadedDocs?: Prisma.ContractDocumentListRelationFilter;
341
- prequalifications?: Prisma.PrequalificationListRelationFilter;
342
339
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
343
340
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
344
341
  initiatedTerminations?: Prisma.ContractTerminationListRelationFilter;
@@ -422,7 +419,6 @@ export type UserCreateInput = {
422
419
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
423
420
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
424
421
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
425
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
426
422
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
427
423
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
428
424
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -462,7 +458,6 @@ export type UserUncheckedCreateInput = {
462
458
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
463
459
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
464
460
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
465
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
466
461
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
467
462
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
468
463
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -502,7 +497,6 @@ export type UserUpdateInput = {
502
497
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
503
498
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
504
499
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
505
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
506
500
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
507
501
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
508
502
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -542,7 +536,6 @@ export type UserUncheckedUpdateInput = {
542
536
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
543
537
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
544
538
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
545
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
546
539
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
547
540
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
548
541
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -998,18 +991,6 @@ export type UserUpdateOneWithoutReviewedTerminationsNestedInput = {
998
991
  connect?: Prisma.UserWhereUniqueInput;
999
992
  update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutReviewedTerminationsInput, Prisma.UserUpdateWithoutReviewedTerminationsInput>, Prisma.UserUncheckedUpdateWithoutReviewedTerminationsInput>;
1000
993
  };
1001
- export type UserCreateNestedOneWithoutPrequalificationsInput = {
1002
- create?: Prisma.XOR<Prisma.UserCreateWithoutPrequalificationsInput, Prisma.UserUncheckedCreateWithoutPrequalificationsInput>;
1003
- connectOrCreate?: Prisma.UserCreateOrConnectWithoutPrequalificationsInput;
1004
- connect?: Prisma.UserWhereUniqueInput;
1005
- };
1006
- export type UserUpdateOneRequiredWithoutPrequalificationsNestedInput = {
1007
- create?: Prisma.XOR<Prisma.UserCreateWithoutPrequalificationsInput, Prisma.UserUncheckedCreateWithoutPrequalificationsInput>;
1008
- connectOrCreate?: Prisma.UserCreateOrConnectWithoutPrequalificationsInput;
1009
- upsert?: Prisma.UserUpsertWithoutPrequalificationsInput;
1010
- connect?: Prisma.UserWhereUniqueInput;
1011
- update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutPrequalificationsInput, Prisma.UserUpdateWithoutPrequalificationsInput>, Prisma.UserUncheckedUpdateWithoutPrequalificationsInput>;
1012
- };
1013
994
  export type UserCreateNestedOneWithoutPaymentMethodChangeRequestsInput = {
1014
995
  create?: Prisma.XOR<Prisma.UserCreateWithoutPaymentMethodChangeRequestsInput, Prisma.UserUncheckedCreateWithoutPaymentMethodChangeRequestsInput>;
1015
996
  connectOrCreate?: Prisma.UserCreateOrConnectWithoutPaymentMethodChangeRequestsInput;
@@ -1067,7 +1048,6 @@ export type UserCreateWithoutUserRolesInput = {
1067
1048
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
1068
1049
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
1069
1050
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
1070
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
1071
1051
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
1072
1052
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
1073
1053
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -1106,7 +1086,6 @@ export type UserUncheckedCreateWithoutUserRolesInput = {
1106
1086
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
1107
1087
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
1108
1088
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
1109
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
1110
1089
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
1111
1090
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
1112
1091
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -1158,7 +1137,6 @@ export type UserUpdateWithoutUserRolesInput = {
1158
1137
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
1159
1138
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
1160
1139
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
1161
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
1162
1140
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
1163
1141
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
1164
1142
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -1197,7 +1175,6 @@ export type UserUncheckedUpdateWithoutUserRolesInput = {
1197
1175
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
1198
1176
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
1199
1177
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
1200
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
1201
1178
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
1202
1179
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
1203
1180
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -1236,7 +1213,6 @@ export type UserCreateWithoutTenantInput = {
1236
1213
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
1237
1214
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
1238
1215
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
1239
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
1240
1216
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
1241
1217
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
1242
1218
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -1275,7 +1251,6 @@ export type UserUncheckedCreateWithoutTenantInput = {
1275
1251
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
1276
1252
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
1277
1253
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
1278
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
1279
1254
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
1280
1255
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
1281
1256
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -1357,7 +1332,6 @@ export type UserCreateWithoutRefreshTokensInput = {
1357
1332
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
1358
1333
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
1359
1334
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
1360
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
1361
1335
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
1362
1336
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
1363
1337
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -1396,7 +1370,6 @@ export type UserUncheckedCreateWithoutRefreshTokensInput = {
1396
1370
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
1397
1371
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
1398
1372
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
1399
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
1400
1373
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
1401
1374
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
1402
1375
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -1448,7 +1421,6 @@ export type UserUpdateWithoutRefreshTokensInput = {
1448
1421
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
1449
1422
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
1450
1423
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
1451
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
1452
1424
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
1453
1425
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
1454
1426
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -1487,7 +1459,6 @@ export type UserUncheckedUpdateWithoutRefreshTokensInput = {
1487
1459
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
1488
1460
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
1489
1461
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
1490
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
1491
1462
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
1492
1463
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
1493
1464
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -1526,7 +1497,6 @@ export type UserCreateWithoutPasswordResetsInput = {
1526
1497
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
1527
1498
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
1528
1499
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
1529
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
1530
1500
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
1531
1501
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
1532
1502
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -1565,7 +1535,6 @@ export type UserUncheckedCreateWithoutPasswordResetsInput = {
1565
1535
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
1566
1536
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
1567
1537
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
1568
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
1569
1538
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
1570
1539
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
1571
1540
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -1617,7 +1586,6 @@ export type UserUpdateWithoutPasswordResetsInput = {
1617
1586
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
1618
1587
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
1619
1588
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
1620
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
1621
1589
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
1622
1590
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
1623
1591
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -1656,7 +1624,6 @@ export type UserUncheckedUpdateWithoutPasswordResetsInput = {
1656
1624
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
1657
1625
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
1658
1626
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
1659
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
1660
1627
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
1661
1628
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
1662
1629
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -1695,7 +1662,6 @@ export type UserCreateWithoutSuspensionsInput = {
1695
1662
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
1696
1663
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
1697
1664
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
1698
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
1699
1665
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
1700
1666
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
1701
1667
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -1734,7 +1700,6 @@ export type UserUncheckedCreateWithoutSuspensionsInput = {
1734
1700
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
1735
1701
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
1736
1702
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
1737
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
1738
1703
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
1739
1704
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
1740
1705
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -1786,7 +1751,6 @@ export type UserUpdateWithoutSuspensionsInput = {
1786
1751
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
1787
1752
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
1788
1753
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
1789
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
1790
1754
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
1791
1755
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
1792
1756
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -1825,7 +1789,6 @@ export type UserUncheckedUpdateWithoutSuspensionsInput = {
1825
1789
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
1826
1790
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
1827
1791
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
1828
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
1829
1792
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
1830
1793
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
1831
1794
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -1864,7 +1827,6 @@ export type UserCreateWithoutEmailPreferencesInput = {
1864
1827
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
1865
1828
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
1866
1829
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
1867
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
1868
1830
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
1869
1831
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
1870
1832
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -1903,7 +1865,6 @@ export type UserUncheckedCreateWithoutEmailPreferencesInput = {
1903
1865
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
1904
1866
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
1905
1867
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
1906
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
1907
1868
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
1908
1869
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
1909
1870
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -1955,7 +1916,6 @@ export type UserUpdateWithoutEmailPreferencesInput = {
1955
1916
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
1956
1917
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
1957
1918
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
1958
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
1959
1919
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
1960
1920
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
1961
1921
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -1994,7 +1954,6 @@ export type UserUncheckedUpdateWithoutEmailPreferencesInput = {
1994
1954
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
1995
1955
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
1996
1956
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
1997
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
1998
1957
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
1999
1958
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
2000
1959
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -2033,7 +1992,6 @@ export type UserCreateWithoutDeviceEndpointsInput = {
2033
1992
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
2034
1993
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
2035
1994
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
2036
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
2037
1995
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
2038
1996
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
2039
1997
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -2072,7 +2030,6 @@ export type UserUncheckedCreateWithoutDeviceEndpointsInput = {
2072
2030
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
2073
2031
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
2074
2032
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
2075
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
2076
2033
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
2077
2034
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
2078
2035
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -2124,7 +2081,6 @@ export type UserUpdateWithoutDeviceEndpointsInput = {
2124
2081
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
2125
2082
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
2126
2083
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
2127
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
2128
2084
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
2129
2085
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
2130
2086
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -2163,7 +2119,6 @@ export type UserUncheckedUpdateWithoutDeviceEndpointsInput = {
2163
2119
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
2164
2120
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
2165
2121
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
2166
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
2167
2122
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
2168
2123
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
2169
2124
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -2202,7 +2157,6 @@ export type UserCreateWithoutSocialsInput = {
2202
2157
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
2203
2158
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
2204
2159
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
2205
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
2206
2160
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
2207
2161
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
2208
2162
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -2241,7 +2195,6 @@ export type UserUncheckedCreateWithoutSocialsInput = {
2241
2195
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
2242
2196
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
2243
2197
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
2244
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
2245
2198
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
2246
2199
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
2247
2200
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -2293,7 +2246,6 @@ export type UserUpdateWithoutSocialsInput = {
2293
2246
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
2294
2247
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
2295
2248
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
2296
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
2297
2249
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
2298
2250
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
2299
2251
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -2332,7 +2284,6 @@ export type UserUncheckedUpdateWithoutSocialsInput = {
2332
2284
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
2333
2285
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
2334
2286
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
2335
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
2336
2287
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
2337
2288
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
2338
2289
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -2371,7 +2322,6 @@ export type UserCreateWithoutWalletInput = {
2371
2322
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
2372
2323
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
2373
2324
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
2374
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
2375
2325
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
2376
2326
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
2377
2327
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -2410,7 +2360,6 @@ export type UserUncheckedCreateWithoutWalletInput = {
2410
2360
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
2411
2361
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
2412
2362
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
2413
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
2414
2363
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
2415
2364
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
2416
2365
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -2462,7 +2411,6 @@ export type UserUpdateWithoutWalletInput = {
2462
2411
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
2463
2412
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
2464
2413
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
2465
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
2466
2414
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
2467
2415
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
2468
2416
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -2501,7 +2449,6 @@ export type UserUncheckedUpdateWithoutWalletInput = {
2501
2449
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
2502
2450
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
2503
2451
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
2504
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
2505
2452
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
2506
2453
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
2507
2454
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -2540,7 +2487,6 @@ export type UserCreateWithoutPropertiesInput = {
2540
2487
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
2541
2488
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
2542
2489
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
2543
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
2544
2490
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
2545
2491
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
2546
2492
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -2579,7 +2525,6 @@ export type UserUncheckedCreateWithoutPropertiesInput = {
2579
2525
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
2580
2526
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
2581
2527
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
2582
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
2583
2528
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
2584
2529
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
2585
2530
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -2631,7 +2576,6 @@ export type UserUpdateWithoutPropertiesInput = {
2631
2576
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
2632
2577
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
2633
2578
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
2634
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
2635
2579
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
2636
2580
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
2637
2581
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -2670,7 +2614,6 @@ export type UserUncheckedUpdateWithoutPropertiesInput = {
2670
2614
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
2671
2615
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
2672
2616
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
2673
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
2674
2617
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
2675
2618
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
2676
2619
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -2709,7 +2652,6 @@ export type UserCreateWithoutContractsInput = {
2709
2652
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
2710
2653
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
2711
2654
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
2712
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
2713
2655
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
2714
2656
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
2715
2657
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -2748,7 +2690,6 @@ export type UserUncheckedCreateWithoutContractsInput = {
2748
2690
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
2749
2691
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
2750
2692
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
2751
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
2752
2693
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
2753
2694
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
2754
2695
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -2791,7 +2732,6 @@ export type UserCreateWithoutSoldContractsInput = {
2791
2732
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
2792
2733
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
2793
2734
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
2794
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
2795
2735
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
2796
2736
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
2797
2737
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -2830,7 +2770,6 @@ export type UserUncheckedCreateWithoutSoldContractsInput = {
2830
2770
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
2831
2771
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
2832
2772
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
2833
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
2834
2773
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
2835
2774
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
2836
2775
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -2882,7 +2821,6 @@ export type UserUpdateWithoutContractsInput = {
2882
2821
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
2883
2822
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
2884
2823
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
2885
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
2886
2824
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
2887
2825
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
2888
2826
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -2921,7 +2859,6 @@ export type UserUncheckedUpdateWithoutContractsInput = {
2921
2859
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
2922
2860
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
2923
2861
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
2924
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
2925
2862
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
2926
2863
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
2927
2864
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -2969,7 +2906,6 @@ export type UserUpdateWithoutSoldContractsInput = {
2969
2906
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
2970
2907
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
2971
2908
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
2972
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
2973
2909
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
2974
2910
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
2975
2911
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -3008,7 +2944,6 @@ export type UserUncheckedUpdateWithoutSoldContractsInput = {
3008
2944
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
3009
2945
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
3010
2946
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
3011
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
3012
2947
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
3013
2948
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
3014
2949
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -3047,7 +2982,6 @@ export type UserCreateWithoutAssignedStepsInput = {
3047
2982
  contractPayments?: Prisma.ContractPaymentCreateNestedManyWithoutPayerInput;
3048
2983
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
3049
2984
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
3050
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
3051
2985
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
3052
2986
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
3053
2987
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -3086,7 +3020,6 @@ export type UserUncheckedCreateWithoutAssignedStepsInput = {
3086
3020
  contractPayments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPayerInput;
3087
3021
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
3088
3022
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
3089
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
3090
3023
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
3091
3024
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
3092
3025
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -3138,7 +3071,6 @@ export type UserUpdateWithoutAssignedStepsInput = {
3138
3071
  contractPayments?: Prisma.ContractPaymentUpdateManyWithoutPayerNestedInput;
3139
3072
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
3140
3073
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
3141
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
3142
3074
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
3143
3075
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
3144
3076
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -3177,7 +3109,6 @@ export type UserUncheckedUpdateWithoutAssignedStepsInput = {
3177
3109
  contractPayments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPayerNestedInput;
3178
3110
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
3179
3111
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
3180
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
3181
3112
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
3182
3113
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
3183
3114
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -3216,7 +3147,6 @@ export type UserCreateWithoutStepApprovalsInput = {
3216
3147
  contractPayments?: Prisma.ContractPaymentCreateNestedManyWithoutPayerInput;
3217
3148
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
3218
3149
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
3219
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
3220
3150
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
3221
3151
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
3222
3152
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -3255,7 +3185,6 @@ export type UserUncheckedCreateWithoutStepApprovalsInput = {
3255
3185
  contractPayments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPayerInput;
3256
3186
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
3257
3187
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
3258
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
3259
3188
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
3260
3189
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
3261
3190
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -3307,7 +3236,6 @@ export type UserUpdateWithoutStepApprovalsInput = {
3307
3236
  contractPayments?: Prisma.ContractPaymentUpdateManyWithoutPayerNestedInput;
3308
3237
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
3309
3238
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
3310
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
3311
3239
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
3312
3240
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
3313
3241
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -3346,7 +3274,6 @@ export type UserUncheckedUpdateWithoutStepApprovalsInput = {
3346
3274
  contractPayments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPayerNestedInput;
3347
3275
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
3348
3276
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
3349
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
3350
3277
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
3351
3278
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
3352
3279
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -3385,7 +3312,6 @@ export type UserCreateWithoutContractPaymentsInput = {
3385
3312
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
3386
3313
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
3387
3314
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
3388
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
3389
3315
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
3390
3316
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
3391
3317
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -3424,7 +3350,6 @@ export type UserUncheckedCreateWithoutContractPaymentsInput = {
3424
3350
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
3425
3351
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
3426
3352
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
3427
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
3428
3353
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
3429
3354
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
3430
3355
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -3476,7 +3401,6 @@ export type UserUpdateWithoutContractPaymentsInput = {
3476
3401
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
3477
3402
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
3478
3403
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
3479
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
3480
3404
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
3481
3405
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
3482
3406
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -3515,7 +3439,6 @@ export type UserUncheckedUpdateWithoutContractPaymentsInput = {
3515
3439
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
3516
3440
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
3517
3441
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
3518
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
3519
3442
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
3520
3443
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
3521
3444
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -3554,7 +3477,6 @@ export type UserCreateWithoutUploadedDocsInput = {
3554
3477
  contractPayments?: Prisma.ContractPaymentCreateNestedManyWithoutPayerInput;
3555
3478
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
3556
3479
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
3557
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
3558
3480
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
3559
3481
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
3560
3482
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -3593,7 +3515,6 @@ export type UserUncheckedCreateWithoutUploadedDocsInput = {
3593
3515
  contractPayments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPayerInput;
3594
3516
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
3595
3517
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
3596
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
3597
3518
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
3598
3519
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
3599
3520
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -3645,7 +3566,6 @@ export type UserUpdateWithoutUploadedDocsInput = {
3645
3566
  contractPayments?: Prisma.ContractPaymentUpdateManyWithoutPayerNestedInput;
3646
3567
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
3647
3568
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
3648
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
3649
3569
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
3650
3570
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
3651
3571
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -3684,7 +3604,6 @@ export type UserUncheckedUpdateWithoutUploadedDocsInput = {
3684
3604
  contractPayments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPayerNestedInput;
3685
3605
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
3686
3606
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
3687
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
3688
3607
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
3689
3608
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
3690
3609
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -3724,7 +3643,6 @@ export type UserCreateWithoutOfferLettersGeneratedInput = {
3724
3643
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
3725
3644
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
3726
3645
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
3727
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
3728
3646
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
3729
3647
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
3730
3648
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -3763,7 +3681,6 @@ export type UserUncheckedCreateWithoutOfferLettersGeneratedInput = {
3763
3681
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
3764
3682
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
3765
3683
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
3766
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
3767
3684
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
3768
3685
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
3769
3686
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -3806,7 +3723,6 @@ export type UserCreateWithoutOfferLettersSentInput = {
3806
3723
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
3807
3724
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
3808
3725
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
3809
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
3810
3726
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
3811
3727
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
3812
3728
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -3845,7 +3761,6 @@ export type UserUncheckedCreateWithoutOfferLettersSentInput = {
3845
3761
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
3846
3762
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
3847
3763
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
3848
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
3849
3764
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
3850
3765
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
3851
3766
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -3897,7 +3812,6 @@ export type UserUpdateWithoutOfferLettersGeneratedInput = {
3897
3812
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
3898
3813
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
3899
3814
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
3900
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
3901
3815
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
3902
3816
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
3903
3817
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -3936,7 +3850,6 @@ export type UserUncheckedUpdateWithoutOfferLettersGeneratedInput = {
3936
3850
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
3937
3851
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
3938
3852
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
3939
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
3940
3853
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
3941
3854
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
3942
3855
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -3984,7 +3897,6 @@ export type UserUpdateWithoutOfferLettersSentInput = {
3984
3897
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
3985
3898
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
3986
3899
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
3987
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
3988
3900
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
3989
3901
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
3990
3902
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -4023,7 +3935,6 @@ export type UserUncheckedUpdateWithoutOfferLettersSentInput = {
4023
3935
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
4024
3936
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
4025
3937
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
4026
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
4027
3938
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
4028
3939
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
4029
3940
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -4062,7 +3973,6 @@ export type UserCreateWithoutInitiatedTerminationsInput = {
4062
3973
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
4063
3974
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
4064
3975
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
4065
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
4066
3976
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
4067
3977
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
4068
3978
  reviewedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutReviewerInput;
@@ -4101,7 +4011,6 @@ export type UserUncheckedCreateWithoutInitiatedTerminationsInput = {
4101
4011
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
4102
4012
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
4103
4013
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
4104
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
4105
4014
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
4106
4015
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
4107
4016
  reviewedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutReviewerInput;
@@ -4144,7 +4053,6 @@ export type UserCreateWithoutReviewedTerminationsInput = {
4144
4053
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
4145
4054
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
4146
4055
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
4147
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
4148
4056
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
4149
4057
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
4150
4058
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
@@ -4183,7 +4091,6 @@ export type UserUncheckedCreateWithoutReviewedTerminationsInput = {
4183
4091
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
4184
4092
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
4185
4093
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
4186
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
4187
4094
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
4188
4095
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
4189
4096
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
@@ -4235,7 +4142,6 @@ export type UserUpdateWithoutInitiatedTerminationsInput = {
4235
4142
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
4236
4143
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
4237
4144
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
4238
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
4239
4145
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
4240
4146
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
4241
4147
  reviewedTerminations?: Prisma.ContractTerminationUpdateManyWithoutReviewerNestedInput;
@@ -4274,7 +4180,6 @@ export type UserUncheckedUpdateWithoutInitiatedTerminationsInput = {
4274
4180
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
4275
4181
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
4276
4182
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
4277
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
4278
4183
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
4279
4184
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
4280
4185
  reviewedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
@@ -4322,7 +4227,6 @@ export type UserUpdateWithoutReviewedTerminationsInput = {
4322
4227
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
4323
4228
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
4324
4229
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
4325
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
4326
4230
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
4327
4231
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
4328
4232
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -4330,175 +4234,6 @@ export type UserUpdateWithoutReviewedTerminationsInput = {
4330
4234
  offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
4331
4235
  };
4332
4236
  export type UserUncheckedUpdateWithoutReviewedTerminationsInput = {
4333
- id?: Prisma.StringFieldUpdateOperationsInput | string;
4334
- email?: Prisma.StringFieldUpdateOperationsInput | string;
4335
- password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4336
- phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4337
- firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4338
- lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4339
- isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
4340
- isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
4341
- googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4342
- avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4343
- tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4344
- walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4345
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
4346
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
4347
- emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
4348
- emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4349
- lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
4350
- userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
4351
- refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
4352
- passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
4353
- suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
4354
- emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
4355
- deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
4356
- socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
4357
- properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
4358
- contracts?: Prisma.ContractUncheckedUpdateManyWithoutBuyerNestedInput;
4359
- soldContracts?: Prisma.ContractUncheckedUpdateManyWithoutSellerNestedInput;
4360
- contractPayments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPayerNestedInput;
4361
- assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
4362
- stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
4363
- uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
4364
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
4365
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
4366
- reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
4367
- initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
4368
- offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
4369
- offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
4370
- };
4371
- export type UserCreateWithoutPrequalificationsInput = {
4372
- id?: string;
4373
- email: string;
4374
- password?: string | null;
4375
- phone?: string | null;
4376
- firstName?: string | null;
4377
- lastName?: string | null;
4378
- isActive?: boolean;
4379
- isEmailVerified?: boolean;
4380
- googleId?: string | null;
4381
- avatar?: string | null;
4382
- createdAt?: Date | string;
4383
- updatedAt?: Date | string;
4384
- emailVerifiedAt?: Date | string | null;
4385
- emailVerificationToken?: string | null;
4386
- lastLoginAt?: Date | string | null;
4387
- tenant?: Prisma.TenantCreateNestedOneWithoutUsersInput;
4388
- userRoles?: Prisma.UserRoleCreateNestedManyWithoutUserInput;
4389
- wallet?: Prisma.WalletCreateNestedOneWithoutUserInput;
4390
- refreshTokens?: Prisma.RefreshTokenCreateNestedManyWithoutUserInput;
4391
- passwordResets?: Prisma.PasswordResetCreateNestedManyWithoutUserInput;
4392
- suspensions?: Prisma.UserSuspensionCreateNestedManyWithoutUserInput;
4393
- emailPreferences?: Prisma.EmailPreferenceCreateNestedManyWithoutUserInput;
4394
- deviceEndpoints?: Prisma.DeviceEndpointCreateNestedManyWithoutUserInput;
4395
- socials?: Prisma.SocialCreateNestedManyWithoutUserInput;
4396
- properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
4397
- contracts?: Prisma.ContractCreateNestedManyWithoutBuyerInput;
4398
- soldContracts?: Prisma.ContractCreateNestedManyWithoutSellerInput;
4399
- contractPayments?: Prisma.ContractPaymentCreateNestedManyWithoutPayerInput;
4400
- assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
4401
- stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
4402
- uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
4403
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
4404
- reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
4405
- initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
4406
- reviewedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutReviewerInput;
4407
- offerLettersGenerated?: Prisma.OfferLetterCreateNestedManyWithoutGeneratedByInput;
4408
- offerLettersSent?: Prisma.OfferLetterCreateNestedManyWithoutSentByInput;
4409
- };
4410
- export type UserUncheckedCreateWithoutPrequalificationsInput = {
4411
- id?: string;
4412
- email: string;
4413
- password?: string | null;
4414
- phone?: string | null;
4415
- firstName?: string | null;
4416
- lastName?: string | null;
4417
- isActive?: boolean;
4418
- isEmailVerified?: boolean;
4419
- googleId?: string | null;
4420
- avatar?: string | null;
4421
- tenantId?: string | null;
4422
- walletId?: string | null;
4423
- createdAt?: Date | string;
4424
- updatedAt?: Date | string;
4425
- emailVerifiedAt?: Date | string | null;
4426
- emailVerificationToken?: string | null;
4427
- lastLoginAt?: Date | string | null;
4428
- userRoles?: Prisma.UserRoleUncheckedCreateNestedManyWithoutUserInput;
4429
- refreshTokens?: Prisma.RefreshTokenUncheckedCreateNestedManyWithoutUserInput;
4430
- passwordResets?: Prisma.PasswordResetUncheckedCreateNestedManyWithoutUserInput;
4431
- suspensions?: Prisma.UserSuspensionUncheckedCreateNestedManyWithoutUserInput;
4432
- emailPreferences?: Prisma.EmailPreferenceUncheckedCreateNestedManyWithoutUserInput;
4433
- deviceEndpoints?: Prisma.DeviceEndpointUncheckedCreateNestedManyWithoutUserInput;
4434
- socials?: Prisma.SocialUncheckedCreateNestedManyWithoutUserInput;
4435
- properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
4436
- contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutBuyerInput;
4437
- soldContracts?: Prisma.ContractUncheckedCreateNestedManyWithoutSellerInput;
4438
- contractPayments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPayerInput;
4439
- assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
4440
- stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
4441
- uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
4442
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
4443
- reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
4444
- initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
4445
- reviewedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutReviewerInput;
4446
- offerLettersGenerated?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutGeneratedByInput;
4447
- offerLettersSent?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutSentByInput;
4448
- };
4449
- export type UserCreateOrConnectWithoutPrequalificationsInput = {
4450
- where: Prisma.UserWhereUniqueInput;
4451
- create: Prisma.XOR<Prisma.UserCreateWithoutPrequalificationsInput, Prisma.UserUncheckedCreateWithoutPrequalificationsInput>;
4452
- };
4453
- export type UserUpsertWithoutPrequalificationsInput = {
4454
- update: Prisma.XOR<Prisma.UserUpdateWithoutPrequalificationsInput, Prisma.UserUncheckedUpdateWithoutPrequalificationsInput>;
4455
- create: Prisma.XOR<Prisma.UserCreateWithoutPrequalificationsInput, Prisma.UserUncheckedCreateWithoutPrequalificationsInput>;
4456
- where?: Prisma.UserWhereInput;
4457
- };
4458
- export type UserUpdateToOneWithWhereWithoutPrequalificationsInput = {
4459
- where?: Prisma.UserWhereInput;
4460
- data: Prisma.XOR<Prisma.UserUpdateWithoutPrequalificationsInput, Prisma.UserUncheckedUpdateWithoutPrequalificationsInput>;
4461
- };
4462
- export type UserUpdateWithoutPrequalificationsInput = {
4463
- id?: Prisma.StringFieldUpdateOperationsInput | string;
4464
- email?: Prisma.StringFieldUpdateOperationsInput | string;
4465
- password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4466
- phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4467
- firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4468
- lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4469
- isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
4470
- isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
4471
- googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4472
- avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4473
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
4474
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
4475
- emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
4476
- emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
4477
- lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
4478
- tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
4479
- userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
4480
- wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
4481
- refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
4482
- passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
4483
- suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
4484
- emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
4485
- deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
4486
- socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
4487
- properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
4488
- contracts?: Prisma.ContractUpdateManyWithoutBuyerNestedInput;
4489
- soldContracts?: Prisma.ContractUpdateManyWithoutSellerNestedInput;
4490
- contractPayments?: Prisma.ContractPaymentUpdateManyWithoutPayerNestedInput;
4491
- assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
4492
- stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
4493
- uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
4494
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
4495
- reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
4496
- initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
4497
- reviewedTerminations?: Prisma.ContractTerminationUpdateManyWithoutReviewerNestedInput;
4498
- offerLettersGenerated?: Prisma.OfferLetterUpdateManyWithoutGeneratedByNestedInput;
4499
- offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
4500
- };
4501
- export type UserUncheckedUpdateWithoutPrequalificationsInput = {
4502
4237
  id?: Prisma.StringFieldUpdateOperationsInput | string;
4503
4238
  email?: Prisma.StringFieldUpdateOperationsInput | string;
4504
4239
  password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
@@ -4533,7 +4268,6 @@ export type UserUncheckedUpdateWithoutPrequalificationsInput = {
4533
4268
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
4534
4269
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
4535
4270
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
4536
- reviewedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
4537
4271
  offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
4538
4272
  offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
4539
4273
  };
@@ -4569,7 +4303,6 @@ export type UserCreateWithoutPaymentMethodChangeRequestsInput = {
4569
4303
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
4570
4304
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
4571
4305
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
4572
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
4573
4306
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
4574
4307
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
4575
4308
  reviewedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutReviewerInput;
@@ -4608,7 +4341,6 @@ export type UserUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
4608
4341
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
4609
4342
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
4610
4343
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
4611
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
4612
4344
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
4613
4345
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
4614
4346
  reviewedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutReviewerInput;
@@ -4651,7 +4383,6 @@ export type UserCreateWithoutReviewedChangeRequestsInput = {
4651
4383
  assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
4652
4384
  stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
4653
4385
  uploadedDocs?: Prisma.ContractDocumentCreateNestedManyWithoutUploadedByInput;
4654
- prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutUserInput;
4655
4386
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
4656
4387
  initiatedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutInitiatorInput;
4657
4388
  reviewedTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutReviewerInput;
@@ -4690,7 +4421,6 @@ export type UserUncheckedCreateWithoutReviewedChangeRequestsInput = {
4690
4421
  assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
4691
4422
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
4692
4423
  uploadedDocs?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
4693
- prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutUserInput;
4694
4424
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
4695
4425
  initiatedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
4696
4426
  reviewedTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutReviewerInput;
@@ -4742,7 +4472,6 @@ export type UserUpdateWithoutPaymentMethodChangeRequestsInput = {
4742
4472
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
4743
4473
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
4744
4474
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
4745
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
4746
4475
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
4747
4476
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
4748
4477
  reviewedTerminations?: Prisma.ContractTerminationUpdateManyWithoutReviewerNestedInput;
@@ -4781,7 +4510,6 @@ export type UserUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
4781
4510
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
4782
4511
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
4783
4512
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
4784
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
4785
4513
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
4786
4514
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
4787
4515
  reviewedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
@@ -4829,7 +4557,6 @@ export type UserUpdateWithoutReviewedChangeRequestsInput = {
4829
4557
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
4830
4558
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
4831
4559
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
4832
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
4833
4560
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
4834
4561
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
4835
4562
  reviewedTerminations?: Prisma.ContractTerminationUpdateManyWithoutReviewerNestedInput;
@@ -4868,7 +4595,6 @@ export type UserUncheckedUpdateWithoutReviewedChangeRequestsInput = {
4868
4595
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
4869
4596
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
4870
4597
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
4871
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
4872
4598
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
4873
4599
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
4874
4600
  reviewedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
@@ -4924,7 +4650,6 @@ export type UserUpdateWithoutTenantInput = {
4924
4650
  assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
4925
4651
  stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
4926
4652
  uploadedDocs?: Prisma.ContractDocumentUpdateManyWithoutUploadedByNestedInput;
4927
- prequalifications?: Prisma.PrequalificationUpdateManyWithoutUserNestedInput;
4928
4653
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
4929
4654
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
4930
4655
  initiatedTerminations?: Prisma.ContractTerminationUpdateManyWithoutInitiatorNestedInput;
@@ -4963,7 +4688,6 @@ export type UserUncheckedUpdateWithoutTenantInput = {
4963
4688
  assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
4964
4689
  stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
4965
4690
  uploadedDocs?: Prisma.ContractDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
4966
- prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutUserNestedInput;
4967
4691
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
4968
4692
  reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
4969
4693
  initiatedTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
@@ -5007,7 +4731,6 @@ export type UserCountOutputType = {
5007
4731
  assignedSteps: number;
5008
4732
  stepApprovals: number;
5009
4733
  uploadedDocs: number;
5010
- prequalifications: number;
5011
4734
  paymentMethodChangeRequests: number;
5012
4735
  reviewedChangeRequests: number;
5013
4736
  initiatedTerminations: number;
@@ -5030,7 +4753,6 @@ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.I
5030
4753
  assignedSteps?: boolean | UserCountOutputTypeCountAssignedStepsArgs;
5031
4754
  stepApprovals?: boolean | UserCountOutputTypeCountStepApprovalsArgs;
5032
4755
  uploadedDocs?: boolean | UserCountOutputTypeCountUploadedDocsArgs;
5033
- prequalifications?: boolean | UserCountOutputTypeCountPrequalificationsArgs;
5034
4756
  paymentMethodChangeRequests?: boolean | UserCountOutputTypeCountPaymentMethodChangeRequestsArgs;
5035
4757
  reviewedChangeRequests?: boolean | UserCountOutputTypeCountReviewedChangeRequestsArgs;
5036
4758
  initiatedTerminations?: boolean | UserCountOutputTypeCountInitiatedTerminationsArgs;
@@ -5131,12 +4853,6 @@ export type UserCountOutputTypeCountStepApprovalsArgs<ExtArgs extends runtime.Ty
5131
4853
  export type UserCountOutputTypeCountUploadedDocsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
5132
4854
  where?: Prisma.ContractDocumentWhereInput;
5133
4855
  };
5134
- /**
5135
- * UserCountOutputType without action
5136
- */
5137
- export type UserCountOutputTypeCountPrequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
5138
- where?: Prisma.PrequalificationWhereInput;
5139
- };
5140
4856
  /**
5141
4857
  * UserCountOutputType without action
5142
4858
  */
@@ -5207,7 +4923,6 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
5207
4923
  assignedSteps?: boolean | Prisma.User$assignedStepsArgs<ExtArgs>;
5208
4924
  stepApprovals?: boolean | Prisma.User$stepApprovalsArgs<ExtArgs>;
5209
4925
  uploadedDocs?: boolean | Prisma.User$uploadedDocsArgs<ExtArgs>;
5210
- prequalifications?: boolean | Prisma.User$prequalificationsArgs<ExtArgs>;
5211
4926
  paymentMethodChangeRequests?: boolean | Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>;
5212
4927
  reviewedChangeRequests?: boolean | Prisma.User$reviewedChangeRequestsArgs<ExtArgs>;
5213
4928
  initiatedTerminations?: boolean | Prisma.User$initiatedTerminationsArgs<ExtArgs>;
@@ -5253,7 +4968,6 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
5253
4968
  assignedSteps?: boolean | Prisma.User$assignedStepsArgs<ExtArgs>;
5254
4969
  stepApprovals?: boolean | Prisma.User$stepApprovalsArgs<ExtArgs>;
5255
4970
  uploadedDocs?: boolean | Prisma.User$uploadedDocsArgs<ExtArgs>;
5256
- prequalifications?: boolean | Prisma.User$prequalificationsArgs<ExtArgs>;
5257
4971
  paymentMethodChangeRequests?: boolean | Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>;
5258
4972
  reviewedChangeRequests?: boolean | Prisma.User$reviewedChangeRequestsArgs<ExtArgs>;
5259
4973
  initiatedTerminations?: boolean | Prisma.User$initiatedTerminationsArgs<ExtArgs>;
@@ -5281,7 +4995,6 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
5281
4995
  assignedSteps: Prisma.$DocumentationStepPayload<ExtArgs>[];
5282
4996
  stepApprovals: Prisma.$DocumentationStepApprovalPayload<ExtArgs>[];
5283
4997
  uploadedDocs: Prisma.$ContractDocumentPayload<ExtArgs>[];
5284
- prequalifications: Prisma.$PrequalificationPayload<ExtArgs>[];
5285
4998
  paymentMethodChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
5286
4999
  reviewedChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
5287
5000
  initiatedTerminations: Prisma.$ContractTerminationPayload<ExtArgs>[];
@@ -5600,7 +5313,6 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
5600
5313
  assignedSteps<T extends Prisma.User$assignedStepsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$assignedStepsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
5601
5314
  stepApprovals<T extends Prisma.User$stepApprovalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$stepApprovalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
5602
5315
  uploadedDocs<T extends Prisma.User$uploadedDocsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$uploadedDocsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
5603
- prequalifications<T extends Prisma.User$prequalificationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$prequalificationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PrequalificationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
5604
5316
  paymentMethodChangeRequests<T extends Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
5605
5317
  reviewedChangeRequests<T extends Prisma.User$reviewedChangeRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$reviewedChangeRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
5606
5318
  initiatedTerminations<T extends Prisma.User$initiatedTerminationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$initiatedTerminationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractTerminationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
@@ -6334,29 +6046,6 @@ export type User$uploadedDocsArgs<ExtArgs extends runtime.Types.Extensions.Inter
6334
6046
  skip?: number;
6335
6047
  distinct?: Prisma.ContractDocumentScalarFieldEnum | Prisma.ContractDocumentScalarFieldEnum[];
6336
6048
  };
6337
- /**
6338
- * User.prequalifications
6339
- */
6340
- export type User$prequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
6341
- /**
6342
- * Select specific fields to fetch from the Prequalification
6343
- */
6344
- select?: Prisma.PrequalificationSelect<ExtArgs> | null;
6345
- /**
6346
- * Omit specific fields from the Prequalification
6347
- */
6348
- omit?: Prisma.PrequalificationOmit<ExtArgs> | null;
6349
- /**
6350
- * Choose, which related nodes to fetch as well
6351
- */
6352
- include?: Prisma.PrequalificationInclude<ExtArgs> | null;
6353
- where?: Prisma.PrequalificationWhereInput;
6354
- orderBy?: Prisma.PrequalificationOrderByWithRelationInput | Prisma.PrequalificationOrderByWithRelationInput[];
6355
- cursor?: Prisma.PrequalificationWhereUniqueInput;
6356
- take?: number;
6357
- skip?: number;
6358
- distinct?: Prisma.PrequalificationScalarFieldEnum | Prisma.PrequalificationScalarFieldEnum[];
6359
- };
6360
6049
  /**
6361
6050
  * User.paymentMethodChangeRequests
6362
6051
  */