@valentine-efagene/qshelter-common 2.0.54 → 2.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/browser.d.ts +0 -10
- package/dist/generated/client/client.d.ts +0 -10
- package/dist/generated/client/commonInputTypes.d.ts +0 -60
- package/dist/generated/client/enums.d.ts +0 -16
- package/dist/generated/client/enums.js +0 -14
- package/dist/generated/client/internal/class.d.ts +0 -22
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +1 -207
- package/dist/generated/client/internal/prismaNamespace.js +0 -60
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +0 -64
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +0 -60
- package/dist/generated/client/models/Contract.d.ts +0 -292
- package/dist/generated/client/models/Property.d.ts +0 -211
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +0 -187
- package/dist/generated/client/models/Tenant.d.ts +0 -366
- package/dist/generated/client/models/User.d.ts +0 -311
- package/dist/generated/client/models/index.d.ts +0 -2
- package/dist/generated/client/models/index.js +0 -2
- package/dist/generated/client/models.d.ts +0 -2
- package/package.json +1 -1
- package/prisma/schema.prisma +7 -137
|
@@ -465,7 +465,6 @@ export type ContractWhereInput = {
|
|
|
465
465
|
events?: Prisma.ContractEventListRelationFilter;
|
|
466
466
|
terminations?: Prisma.ContractTerminationListRelationFilter;
|
|
467
467
|
offerLetters?: Prisma.OfferLetterListRelationFilter;
|
|
468
|
-
prequalification?: Prisma.XOR<Prisma.PrequalificationNullableScalarRelationFilter, Prisma.PrequalificationWhereInput> | null;
|
|
469
468
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
470
469
|
};
|
|
471
470
|
export type ContractOrderByWithRelationInput = {
|
|
@@ -516,7 +515,6 @@ export type ContractOrderByWithRelationInput = {
|
|
|
516
515
|
events?: Prisma.ContractEventOrderByRelationAggregateInput;
|
|
517
516
|
terminations?: Prisma.ContractTerminationOrderByRelationAggregateInput;
|
|
518
517
|
offerLetters?: Prisma.OfferLetterOrderByRelationAggregateInput;
|
|
519
|
-
prequalification?: Prisma.PrequalificationOrderByWithRelationInput;
|
|
520
518
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
521
519
|
_relevance?: Prisma.ContractOrderByRelevanceInput;
|
|
522
520
|
};
|
|
@@ -571,7 +569,6 @@ export type ContractWhereUniqueInput = Prisma.AtLeast<{
|
|
|
571
569
|
events?: Prisma.ContractEventListRelationFilter;
|
|
572
570
|
terminations?: Prisma.ContractTerminationListRelationFilter;
|
|
573
571
|
offerLetters?: Prisma.OfferLetterListRelationFilter;
|
|
574
|
-
prequalification?: Prisma.XOR<Prisma.PrequalificationNullableScalarRelationFilter, Prisma.PrequalificationWhereInput> | null;
|
|
575
572
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
576
573
|
}, "id" | "contractNumber">;
|
|
577
574
|
export type ContractOrderByWithAggregationInput = {
|
|
@@ -699,7 +696,6 @@ export type ContractCreateInput = {
|
|
|
699
696
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
700
697
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
701
698
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
702
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
703
699
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
704
700
|
};
|
|
705
701
|
export type ContractUncheckedCreateInput = {
|
|
@@ -745,7 +741,6 @@ export type ContractUncheckedCreateInput = {
|
|
|
745
741
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
746
742
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
747
743
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
748
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
749
744
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
750
745
|
};
|
|
751
746
|
export type ContractUpdateInput = {
|
|
@@ -791,7 +786,6 @@ export type ContractUpdateInput = {
|
|
|
791
786
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
792
787
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
793
788
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
794
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
795
789
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
796
790
|
};
|
|
797
791
|
export type ContractUncheckedUpdateInput = {
|
|
@@ -837,7 +831,6 @@ export type ContractUncheckedUpdateInput = {
|
|
|
837
831
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
838
832
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
839
833
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
840
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
841
834
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
842
835
|
};
|
|
843
836
|
export type ContractCreateManyInput = {
|
|
@@ -1102,10 +1095,6 @@ export type ContractScalarRelationFilter = {
|
|
|
1102
1095
|
is?: Prisma.ContractWhereInput;
|
|
1103
1096
|
isNot?: Prisma.ContractWhereInput;
|
|
1104
1097
|
};
|
|
1105
|
-
export type ContractNullableScalarRelationFilter = {
|
|
1106
|
-
is?: Prisma.ContractWhereInput | null;
|
|
1107
|
-
isNot?: Prisma.ContractWhereInput | null;
|
|
1108
|
-
};
|
|
1109
1098
|
export type ContractCreateNestedManyWithoutBuyerInput = {
|
|
1110
1099
|
create?: Prisma.XOR<Prisma.ContractCreateWithoutBuyerInput, Prisma.ContractUncheckedCreateWithoutBuyerInput> | Prisma.ContractCreateWithoutBuyerInput[] | Prisma.ContractUncheckedCreateWithoutBuyerInput[];
|
|
1111
1100
|
connectOrCreate?: Prisma.ContractCreateOrConnectWithoutBuyerInput | Prisma.ContractCreateOrConnectWithoutBuyerInput[];
|
|
@@ -1383,20 +1372,6 @@ export type ContractUpdateOneRequiredWithoutTerminationsNestedInput = {
|
|
|
1383
1372
|
connect?: Prisma.ContractWhereUniqueInput;
|
|
1384
1373
|
update?: Prisma.XOR<Prisma.XOR<Prisma.ContractUpdateToOneWithWhereWithoutTerminationsInput, Prisma.ContractUpdateWithoutTerminationsInput>, Prisma.ContractUncheckedUpdateWithoutTerminationsInput>;
|
|
1385
1374
|
};
|
|
1386
|
-
export type ContractCreateNestedOneWithoutPrequalificationInput = {
|
|
1387
|
-
create?: Prisma.XOR<Prisma.ContractCreateWithoutPrequalificationInput, Prisma.ContractUncheckedCreateWithoutPrequalificationInput>;
|
|
1388
|
-
connectOrCreate?: Prisma.ContractCreateOrConnectWithoutPrequalificationInput;
|
|
1389
|
-
connect?: Prisma.ContractWhereUniqueInput;
|
|
1390
|
-
};
|
|
1391
|
-
export type ContractUpdateOneWithoutPrequalificationNestedInput = {
|
|
1392
|
-
create?: Prisma.XOR<Prisma.ContractCreateWithoutPrequalificationInput, Prisma.ContractUncheckedCreateWithoutPrequalificationInput>;
|
|
1393
|
-
connectOrCreate?: Prisma.ContractCreateOrConnectWithoutPrequalificationInput;
|
|
1394
|
-
upsert?: Prisma.ContractUpsertWithoutPrequalificationInput;
|
|
1395
|
-
disconnect?: Prisma.ContractWhereInput | boolean;
|
|
1396
|
-
delete?: Prisma.ContractWhereInput | boolean;
|
|
1397
|
-
connect?: Prisma.ContractWhereUniqueInput;
|
|
1398
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.ContractUpdateToOneWithWhereWithoutPrequalificationInput, Prisma.ContractUpdateWithoutPrequalificationInput>, Prisma.ContractUncheckedUpdateWithoutPrequalificationInput>;
|
|
1399
|
-
};
|
|
1400
1375
|
export type ContractCreateNestedOneWithoutPaymentMethodChangeRequestsInput = {
|
|
1401
1376
|
create?: Prisma.XOR<Prisma.ContractCreateWithoutPaymentMethodChangeRequestsInput, Prisma.ContractUncheckedCreateWithoutPaymentMethodChangeRequestsInput>;
|
|
1402
1377
|
connectOrCreate?: Prisma.ContractCreateOrConnectWithoutPaymentMethodChangeRequestsInput;
|
|
@@ -1451,7 +1426,6 @@ export type ContractCreateWithoutBuyerInput = {
|
|
|
1451
1426
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
1452
1427
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
1453
1428
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
1454
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
1455
1429
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
1456
1430
|
};
|
|
1457
1431
|
export type ContractUncheckedCreateWithoutBuyerInput = {
|
|
@@ -1496,7 +1470,6 @@ export type ContractUncheckedCreateWithoutBuyerInput = {
|
|
|
1496
1470
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
1497
1471
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
1498
1472
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
1499
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
1500
1473
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
1501
1474
|
};
|
|
1502
1475
|
export type ContractCreateOrConnectWithoutBuyerInput = {
|
|
@@ -1549,7 +1522,6 @@ export type ContractCreateWithoutSellerInput = {
|
|
|
1549
1522
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
1550
1523
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
1551
1524
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
1552
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
1553
1525
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
1554
1526
|
};
|
|
1555
1527
|
export type ContractUncheckedCreateWithoutSellerInput = {
|
|
@@ -1594,7 +1566,6 @@ export type ContractUncheckedCreateWithoutSellerInput = {
|
|
|
1594
1566
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
1595
1567
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
1596
1568
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
1597
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
1598
1569
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
1599
1570
|
};
|
|
1600
1571
|
export type ContractCreateOrConnectWithoutSellerInput = {
|
|
@@ -1713,7 +1684,6 @@ export type ContractCreateWithoutTenantInput = {
|
|
|
1713
1684
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
1714
1685
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
1715
1686
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
1716
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
1717
1687
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
1718
1688
|
};
|
|
1719
1689
|
export type ContractUncheckedCreateWithoutTenantInput = {
|
|
@@ -1758,7 +1728,6 @@ export type ContractUncheckedCreateWithoutTenantInput = {
|
|
|
1758
1728
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
1759
1729
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
1760
1730
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
1761
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
1762
1731
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
1763
1732
|
};
|
|
1764
1733
|
export type ContractCreateOrConnectWithoutTenantInput = {
|
|
@@ -1824,7 +1793,6 @@ export type ContractCreateWithoutPropertyUnitInput = {
|
|
|
1824
1793
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
1825
1794
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
1826
1795
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
1827
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
1828
1796
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
1829
1797
|
};
|
|
1830
1798
|
export type ContractUncheckedCreateWithoutPropertyUnitInput = {
|
|
@@ -1869,7 +1837,6 @@ export type ContractUncheckedCreateWithoutPropertyUnitInput = {
|
|
|
1869
1837
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
1870
1838
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
1871
1839
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
1872
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
1873
1840
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
1874
1841
|
};
|
|
1875
1842
|
export type ContractCreateOrConnectWithoutPropertyUnitInput = {
|
|
@@ -1935,7 +1902,6 @@ export type ContractCreateWithoutPaymentMethodInput = {
|
|
|
1935
1902
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
1936
1903
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
1937
1904
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
1938
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
1939
1905
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
1940
1906
|
};
|
|
1941
1907
|
export type ContractUncheckedCreateWithoutPaymentMethodInput = {
|
|
@@ -1980,7 +1946,6 @@ export type ContractUncheckedCreateWithoutPaymentMethodInput = {
|
|
|
1980
1946
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
1981
1947
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
1982
1948
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
1983
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
1984
1949
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
1985
1950
|
};
|
|
1986
1951
|
export type ContractCreateOrConnectWithoutPaymentMethodInput = {
|
|
@@ -2046,7 +2011,6 @@ export type ContractCreateWithoutPhasesInput = {
|
|
|
2046
2011
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
2047
2012
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
2048
2013
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
2049
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
2050
2014
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
2051
2015
|
};
|
|
2052
2016
|
export type ContractUncheckedCreateWithoutPhasesInput = {
|
|
@@ -2091,7 +2055,6 @@ export type ContractUncheckedCreateWithoutPhasesInput = {
|
|
|
2091
2055
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
2092
2056
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
2093
2057
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
2094
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
2095
2058
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
2096
2059
|
};
|
|
2097
2060
|
export type ContractCreateOrConnectWithoutPhasesInput = {
|
|
@@ -2149,7 +2112,6 @@ export type ContractUpdateWithoutPhasesInput = {
|
|
|
2149
2112
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
2150
2113
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
2151
2114
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
2152
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
2153
2115
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
2154
2116
|
};
|
|
2155
2117
|
export type ContractUncheckedUpdateWithoutPhasesInput = {
|
|
@@ -2194,7 +2156,6 @@ export type ContractUncheckedUpdateWithoutPhasesInput = {
|
|
|
2194
2156
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
2195
2157
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
2196
2158
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
2197
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
2198
2159
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
2199
2160
|
};
|
|
2200
2161
|
export type ContractCreateWithoutPaymentsInput = {
|
|
@@ -2239,7 +2200,6 @@ export type ContractCreateWithoutPaymentsInput = {
|
|
|
2239
2200
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
2240
2201
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
2241
2202
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
2242
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
2243
2203
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
2244
2204
|
};
|
|
2245
2205
|
export type ContractUncheckedCreateWithoutPaymentsInput = {
|
|
@@ -2284,7 +2244,6 @@ export type ContractUncheckedCreateWithoutPaymentsInput = {
|
|
|
2284
2244
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
2285
2245
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
2286
2246
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
2287
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
2288
2247
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
2289
2248
|
};
|
|
2290
2249
|
export type ContractCreateOrConnectWithoutPaymentsInput = {
|
|
@@ -2342,7 +2301,6 @@ export type ContractUpdateWithoutPaymentsInput = {
|
|
|
2342
2301
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
2343
2302
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
2344
2303
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
2345
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
2346
2304
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
2347
2305
|
};
|
|
2348
2306
|
export type ContractUncheckedUpdateWithoutPaymentsInput = {
|
|
@@ -2387,7 +2345,6 @@ export type ContractUncheckedUpdateWithoutPaymentsInput = {
|
|
|
2387
2345
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
2388
2346
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
2389
2347
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
2390
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
2391
2348
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
2392
2349
|
};
|
|
2393
2350
|
export type ContractCreateWithoutDocumentsInput = {
|
|
@@ -2432,7 +2389,6 @@ export type ContractCreateWithoutDocumentsInput = {
|
|
|
2432
2389
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
2433
2390
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
2434
2391
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
2435
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
2436
2392
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
2437
2393
|
};
|
|
2438
2394
|
export type ContractUncheckedCreateWithoutDocumentsInput = {
|
|
@@ -2477,7 +2433,6 @@ export type ContractUncheckedCreateWithoutDocumentsInput = {
|
|
|
2477
2433
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
2478
2434
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
2479
2435
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
2480
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
2481
2436
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
2482
2437
|
};
|
|
2483
2438
|
export type ContractCreateOrConnectWithoutDocumentsInput = {
|
|
@@ -2535,7 +2490,6 @@ export type ContractUpdateWithoutDocumentsInput = {
|
|
|
2535
2490
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
2536
2491
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
2537
2492
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
2538
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
2539
2493
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
2540
2494
|
};
|
|
2541
2495
|
export type ContractUncheckedUpdateWithoutDocumentsInput = {
|
|
@@ -2580,7 +2534,6 @@ export type ContractUncheckedUpdateWithoutDocumentsInput = {
|
|
|
2580
2534
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
2581
2535
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
2582
2536
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
2583
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
2584
2537
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
2585
2538
|
};
|
|
2586
2539
|
export type ContractCreateWithoutTransitionsInput = {
|
|
@@ -2625,7 +2578,6 @@ export type ContractCreateWithoutTransitionsInput = {
|
|
|
2625
2578
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
2626
2579
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
2627
2580
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
2628
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
2629
2581
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
2630
2582
|
};
|
|
2631
2583
|
export type ContractUncheckedCreateWithoutTransitionsInput = {
|
|
@@ -2670,7 +2622,6 @@ export type ContractUncheckedCreateWithoutTransitionsInput = {
|
|
|
2670
2622
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
2671
2623
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
2672
2624
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
2673
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
2674
2625
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
2675
2626
|
};
|
|
2676
2627
|
export type ContractCreateOrConnectWithoutTransitionsInput = {
|
|
@@ -2728,7 +2679,6 @@ export type ContractUpdateWithoutTransitionsInput = {
|
|
|
2728
2679
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
2729
2680
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
2730
2681
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
2731
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
2732
2682
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
2733
2683
|
};
|
|
2734
2684
|
export type ContractUncheckedUpdateWithoutTransitionsInput = {
|
|
@@ -2773,7 +2723,6 @@ export type ContractUncheckedUpdateWithoutTransitionsInput = {
|
|
|
2773
2723
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
2774
2724
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
2775
2725
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
2776
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
2777
2726
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
2778
2727
|
};
|
|
2779
2728
|
export type ContractCreateWithoutEventsInput = {
|
|
@@ -2818,7 +2767,6 @@ export type ContractCreateWithoutEventsInput = {
|
|
|
2818
2767
|
transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
|
|
2819
2768
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
2820
2769
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
2821
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
2822
2770
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
2823
2771
|
};
|
|
2824
2772
|
export type ContractUncheckedCreateWithoutEventsInput = {
|
|
@@ -2863,7 +2811,6 @@ export type ContractUncheckedCreateWithoutEventsInput = {
|
|
|
2863
2811
|
transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
|
|
2864
2812
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
2865
2813
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
2866
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
2867
2814
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
2868
2815
|
};
|
|
2869
2816
|
export type ContractCreateOrConnectWithoutEventsInput = {
|
|
@@ -2921,7 +2868,6 @@ export type ContractUpdateWithoutEventsInput = {
|
|
|
2921
2868
|
transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
|
|
2922
2869
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
2923
2870
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
2924
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
2925
2871
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
2926
2872
|
};
|
|
2927
2873
|
export type ContractUncheckedUpdateWithoutEventsInput = {
|
|
@@ -2966,7 +2912,6 @@ export type ContractUncheckedUpdateWithoutEventsInput = {
|
|
|
2966
2912
|
transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
|
|
2967
2913
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
2968
2914
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
2969
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
2970
2915
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
2971
2916
|
};
|
|
2972
2917
|
export type ContractCreateWithoutOfferLettersInput = {
|
|
@@ -3011,7 +2956,6 @@ export type ContractCreateWithoutOfferLettersInput = {
|
|
|
3011
2956
|
transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
|
|
3012
2957
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
3013
2958
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
3014
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
3015
2959
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
3016
2960
|
};
|
|
3017
2961
|
export type ContractUncheckedCreateWithoutOfferLettersInput = {
|
|
@@ -3056,7 +3000,6 @@ export type ContractUncheckedCreateWithoutOfferLettersInput = {
|
|
|
3056
3000
|
transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
|
|
3057
3001
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
3058
3002
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
3059
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
3060
3003
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
3061
3004
|
};
|
|
3062
3005
|
export type ContractCreateOrConnectWithoutOfferLettersInput = {
|
|
@@ -3114,7 +3057,6 @@ export type ContractUpdateWithoutOfferLettersInput = {
|
|
|
3114
3057
|
transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
|
|
3115
3058
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
3116
3059
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
3117
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
3118
3060
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
3119
3061
|
};
|
|
3120
3062
|
export type ContractUncheckedUpdateWithoutOfferLettersInput = {
|
|
@@ -3159,7 +3101,6 @@ export type ContractUncheckedUpdateWithoutOfferLettersInput = {
|
|
|
3159
3101
|
transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
|
|
3160
3102
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
3161
3103
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
3162
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
3163
3104
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
3164
3105
|
};
|
|
3165
3106
|
export type ContractCreateWithoutTerminationsInput = {
|
|
@@ -3204,7 +3145,6 @@ export type ContractCreateWithoutTerminationsInput = {
|
|
|
3204
3145
|
transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
|
|
3205
3146
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
3206
3147
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
3207
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
3208
3148
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
3209
3149
|
};
|
|
3210
3150
|
export type ContractUncheckedCreateWithoutTerminationsInput = {
|
|
@@ -3249,7 +3189,6 @@ export type ContractUncheckedCreateWithoutTerminationsInput = {
|
|
|
3249
3189
|
transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
|
|
3250
3190
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
3251
3191
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
3252
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
3253
3192
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
3254
3193
|
};
|
|
3255
3194
|
export type ContractCreateOrConnectWithoutTerminationsInput = {
|
|
@@ -3307,7 +3246,6 @@ export type ContractUpdateWithoutTerminationsInput = {
|
|
|
3307
3246
|
transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
|
|
3308
3247
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
3309
3248
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
3310
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
3311
3249
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
3312
3250
|
};
|
|
3313
3251
|
export type ContractUncheckedUpdateWithoutTerminationsInput = {
|
|
@@ -3352,200 +3290,6 @@ export type ContractUncheckedUpdateWithoutTerminationsInput = {
|
|
|
3352
3290
|
transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
|
|
3353
3291
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
3354
3292
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
3355
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
3356
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
3357
|
-
};
|
|
3358
|
-
export type ContractCreateWithoutPrequalificationInput = {
|
|
3359
|
-
id?: string;
|
|
3360
|
-
contractNumber: string;
|
|
3361
|
-
title: string;
|
|
3362
|
-
description?: string | null;
|
|
3363
|
-
contractType: string;
|
|
3364
|
-
totalAmount: number;
|
|
3365
|
-
downPayment?: number;
|
|
3366
|
-
downPaymentPaid?: number;
|
|
3367
|
-
principal?: number | null;
|
|
3368
|
-
interestRate?: number | null;
|
|
3369
|
-
termMonths?: number | null;
|
|
3370
|
-
periodicPayment?: number | null;
|
|
3371
|
-
totalPaidToDate?: number;
|
|
3372
|
-
totalInterestPaid?: number;
|
|
3373
|
-
monthlyIncome?: number | null;
|
|
3374
|
-
monthlyExpenses?: number | null;
|
|
3375
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
3376
|
-
underwritingScore?: number | null;
|
|
3377
|
-
debtToIncomeRatio?: number | null;
|
|
3378
|
-
status?: $Enums.ContractStatus;
|
|
3379
|
-
state?: $Enums.ContractStatus;
|
|
3380
|
-
currentPhaseId?: string | null;
|
|
3381
|
-
nextPaymentDueDate?: Date | string | null;
|
|
3382
|
-
lastReminderSentAt?: Date | string | null;
|
|
3383
|
-
startDate?: Date | string | null;
|
|
3384
|
-
endDate?: Date | string | null;
|
|
3385
|
-
signedAt?: Date | string | null;
|
|
3386
|
-
terminatedAt?: Date | string | null;
|
|
3387
|
-
createdAt?: Date | string;
|
|
3388
|
-
updatedAt?: Date | string;
|
|
3389
|
-
tenant: Prisma.TenantCreateNestedOneWithoutContractsInput;
|
|
3390
|
-
propertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutContractsInput;
|
|
3391
|
-
buyer: Prisma.UserCreateNestedOneWithoutContractsInput;
|
|
3392
|
-
seller?: Prisma.UserCreateNestedOneWithoutSoldContractsInput;
|
|
3393
|
-
paymentMethod?: Prisma.PropertyPaymentMethodCreateNestedOneWithoutContractsInput;
|
|
3394
|
-
phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
|
|
3395
|
-
documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
|
|
3396
|
-
payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
|
|
3397
|
-
transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
|
|
3398
|
-
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
3399
|
-
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
3400
|
-
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
3401
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
|
|
3402
|
-
};
|
|
3403
|
-
export type ContractUncheckedCreateWithoutPrequalificationInput = {
|
|
3404
|
-
id?: string;
|
|
3405
|
-
tenantId: string;
|
|
3406
|
-
propertyUnitId: string;
|
|
3407
|
-
buyerId: string;
|
|
3408
|
-
sellerId?: string | null;
|
|
3409
|
-
paymentMethodId?: string | null;
|
|
3410
|
-
contractNumber: string;
|
|
3411
|
-
title: string;
|
|
3412
|
-
description?: string | null;
|
|
3413
|
-
contractType: string;
|
|
3414
|
-
totalAmount: number;
|
|
3415
|
-
downPayment?: number;
|
|
3416
|
-
downPaymentPaid?: number;
|
|
3417
|
-
principal?: number | null;
|
|
3418
|
-
interestRate?: number | null;
|
|
3419
|
-
termMonths?: number | null;
|
|
3420
|
-
periodicPayment?: number | null;
|
|
3421
|
-
totalPaidToDate?: number;
|
|
3422
|
-
totalInterestPaid?: number;
|
|
3423
|
-
monthlyIncome?: number | null;
|
|
3424
|
-
monthlyExpenses?: number | null;
|
|
3425
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
3426
|
-
underwritingScore?: number | null;
|
|
3427
|
-
debtToIncomeRatio?: number | null;
|
|
3428
|
-
status?: $Enums.ContractStatus;
|
|
3429
|
-
state?: $Enums.ContractStatus;
|
|
3430
|
-
currentPhaseId?: string | null;
|
|
3431
|
-
nextPaymentDueDate?: Date | string | null;
|
|
3432
|
-
lastReminderSentAt?: Date | string | null;
|
|
3433
|
-
startDate?: Date | string | null;
|
|
3434
|
-
endDate?: Date | string | null;
|
|
3435
|
-
signedAt?: Date | string | null;
|
|
3436
|
-
terminatedAt?: Date | string | null;
|
|
3437
|
-
createdAt?: Date | string;
|
|
3438
|
-
updatedAt?: Date | string;
|
|
3439
|
-
phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
|
|
3440
|
-
documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
|
|
3441
|
-
payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
|
|
3442
|
-
transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
|
|
3443
|
-
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
3444
|
-
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
3445
|
-
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
3446
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
|
|
3447
|
-
};
|
|
3448
|
-
export type ContractCreateOrConnectWithoutPrequalificationInput = {
|
|
3449
|
-
where: Prisma.ContractWhereUniqueInput;
|
|
3450
|
-
create: Prisma.XOR<Prisma.ContractCreateWithoutPrequalificationInput, Prisma.ContractUncheckedCreateWithoutPrequalificationInput>;
|
|
3451
|
-
};
|
|
3452
|
-
export type ContractUpsertWithoutPrequalificationInput = {
|
|
3453
|
-
update: Prisma.XOR<Prisma.ContractUpdateWithoutPrequalificationInput, Prisma.ContractUncheckedUpdateWithoutPrequalificationInput>;
|
|
3454
|
-
create: Prisma.XOR<Prisma.ContractCreateWithoutPrequalificationInput, Prisma.ContractUncheckedCreateWithoutPrequalificationInput>;
|
|
3455
|
-
where?: Prisma.ContractWhereInput;
|
|
3456
|
-
};
|
|
3457
|
-
export type ContractUpdateToOneWithWhereWithoutPrequalificationInput = {
|
|
3458
|
-
where?: Prisma.ContractWhereInput;
|
|
3459
|
-
data: Prisma.XOR<Prisma.ContractUpdateWithoutPrequalificationInput, Prisma.ContractUncheckedUpdateWithoutPrequalificationInput>;
|
|
3460
|
-
};
|
|
3461
|
-
export type ContractUpdateWithoutPrequalificationInput = {
|
|
3462
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3463
|
-
contractNumber?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3464
|
-
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3465
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
3466
|
-
contractType?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3467
|
-
totalAmount?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3468
|
-
downPayment?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3469
|
-
downPaymentPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3470
|
-
principal?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3471
|
-
interestRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3472
|
-
termMonths?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
3473
|
-
periodicPayment?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3474
|
-
totalPaidToDate?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3475
|
-
totalInterestPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3476
|
-
monthlyIncome?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3477
|
-
monthlyExpenses?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3478
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
3479
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3480
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3481
|
-
status?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
|
|
3482
|
-
state?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
|
|
3483
|
-
currentPhaseId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
3484
|
-
nextPaymentDueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3485
|
-
lastReminderSentAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3486
|
-
startDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3487
|
-
endDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3488
|
-
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3489
|
-
terminatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3490
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
3491
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
3492
|
-
tenant?: Prisma.TenantUpdateOneRequiredWithoutContractsNestedInput;
|
|
3493
|
-
propertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutContractsNestedInput;
|
|
3494
|
-
buyer?: Prisma.UserUpdateOneRequiredWithoutContractsNestedInput;
|
|
3495
|
-
seller?: Prisma.UserUpdateOneWithoutSoldContractsNestedInput;
|
|
3496
|
-
paymentMethod?: Prisma.PropertyPaymentMethodUpdateOneWithoutContractsNestedInput;
|
|
3497
|
-
phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
|
|
3498
|
-
documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
|
|
3499
|
-
payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
|
|
3500
|
-
transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
|
|
3501
|
-
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
3502
|
-
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
3503
|
-
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
3504
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
3505
|
-
};
|
|
3506
|
-
export type ContractUncheckedUpdateWithoutPrequalificationInput = {
|
|
3507
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3508
|
-
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3509
|
-
propertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3510
|
-
buyerId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3511
|
-
sellerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
3512
|
-
paymentMethodId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
3513
|
-
contractNumber?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3514
|
-
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3515
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
3516
|
-
contractType?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
3517
|
-
totalAmount?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3518
|
-
downPayment?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3519
|
-
downPaymentPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3520
|
-
principal?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3521
|
-
interestRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3522
|
-
termMonths?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
3523
|
-
periodicPayment?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3524
|
-
totalPaidToDate?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3525
|
-
totalInterestPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
|
|
3526
|
-
monthlyIncome?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3527
|
-
monthlyExpenses?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3528
|
-
preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
3529
|
-
underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3530
|
-
debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
3531
|
-
status?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
|
|
3532
|
-
state?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
|
|
3533
|
-
currentPhaseId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
3534
|
-
nextPaymentDueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3535
|
-
lastReminderSentAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3536
|
-
startDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3537
|
-
endDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3538
|
-
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3539
|
-
terminatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
3540
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
3541
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
3542
|
-
phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
|
|
3543
|
-
documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
|
|
3544
|
-
payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
|
|
3545
|
-
transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
|
|
3546
|
-
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
3547
|
-
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
3548
|
-
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
3549
3293
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
3550
3294
|
};
|
|
3551
3295
|
export type ContractCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
@@ -3591,7 +3335,6 @@ export type ContractCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
3591
3335
|
events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
|
|
3592
3336
|
terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
|
|
3593
3337
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
|
|
3594
|
-
prequalification?: Prisma.PrequalificationCreateNestedOneWithoutContractInput;
|
|
3595
3338
|
};
|
|
3596
3339
|
export type ContractUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
3597
3340
|
id?: string;
|
|
@@ -3636,7 +3379,6 @@ export type ContractUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
3636
3379
|
events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
|
|
3637
3380
|
terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
|
|
3638
3381
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
|
|
3639
|
-
prequalification?: Prisma.PrequalificationUncheckedCreateNestedOneWithoutContractInput;
|
|
3640
3382
|
};
|
|
3641
3383
|
export type ContractCreateOrConnectWithoutPaymentMethodChangeRequestsInput = {
|
|
3642
3384
|
where: Prisma.ContractWhereUniqueInput;
|
|
@@ -3694,7 +3436,6 @@ export type ContractUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
3694
3436
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
3695
3437
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
3696
3438
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
3697
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
3698
3439
|
};
|
|
3699
3440
|
export type ContractUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
3700
3441
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -3739,7 +3480,6 @@ export type ContractUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
3739
3480
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
3740
3481
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
3741
3482
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
3742
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
3743
3483
|
};
|
|
3744
3484
|
export type ContractCreateManyBuyerInput = {
|
|
3745
3485
|
id?: string;
|
|
@@ -3855,7 +3595,6 @@ export type ContractUpdateWithoutBuyerInput = {
|
|
|
3855
3595
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
3856
3596
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
3857
3597
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
3858
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
3859
3598
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
3860
3599
|
};
|
|
3861
3600
|
export type ContractUncheckedUpdateWithoutBuyerInput = {
|
|
@@ -3900,7 +3639,6 @@ export type ContractUncheckedUpdateWithoutBuyerInput = {
|
|
|
3900
3639
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
3901
3640
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
3902
3641
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
3903
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
3904
3642
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
3905
3643
|
};
|
|
3906
3644
|
export type ContractUncheckedUpdateManyWithoutBuyerInput = {
|
|
@@ -3981,7 +3719,6 @@ export type ContractUpdateWithoutSellerInput = {
|
|
|
3981
3719
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
3982
3720
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
3983
3721
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
3984
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
3985
3722
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
3986
3723
|
};
|
|
3987
3724
|
export type ContractUncheckedUpdateWithoutSellerInput = {
|
|
@@ -4026,7 +3763,6 @@ export type ContractUncheckedUpdateWithoutSellerInput = {
|
|
|
4026
3763
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
4027
3764
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
4028
3765
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
4029
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
4030
3766
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
4031
3767
|
};
|
|
4032
3768
|
export type ContractUncheckedUpdateManyWithoutSellerInput = {
|
|
@@ -4143,7 +3879,6 @@ export type ContractUpdateWithoutTenantInput = {
|
|
|
4143
3879
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
4144
3880
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
4145
3881
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
4146
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
4147
3882
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
4148
3883
|
};
|
|
4149
3884
|
export type ContractUncheckedUpdateWithoutTenantInput = {
|
|
@@ -4188,7 +3923,6 @@ export type ContractUncheckedUpdateWithoutTenantInput = {
|
|
|
4188
3923
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
4189
3924
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
4190
3925
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
4191
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
4192
3926
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
4193
3927
|
};
|
|
4194
3928
|
export type ContractUncheckedUpdateManyWithoutTenantInput = {
|
|
@@ -4305,7 +4039,6 @@ export type ContractUpdateWithoutPropertyUnitInput = {
|
|
|
4305
4039
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
4306
4040
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
4307
4041
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
4308
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
4309
4042
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
4310
4043
|
};
|
|
4311
4044
|
export type ContractUncheckedUpdateWithoutPropertyUnitInput = {
|
|
@@ -4350,7 +4083,6 @@ export type ContractUncheckedUpdateWithoutPropertyUnitInput = {
|
|
|
4350
4083
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
4351
4084
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
4352
4085
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
4353
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
4354
4086
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
4355
4087
|
};
|
|
4356
4088
|
export type ContractUncheckedUpdateManyWithoutPropertyUnitInput = {
|
|
@@ -4467,7 +4199,6 @@ export type ContractUpdateWithoutPaymentMethodInput = {
|
|
|
4467
4199
|
events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
|
|
4468
4200
|
terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
|
|
4469
4201
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
|
|
4470
|
-
prequalification?: Prisma.PrequalificationUpdateOneWithoutContractNestedInput;
|
|
4471
4202
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
|
|
4472
4203
|
};
|
|
4473
4204
|
export type ContractUncheckedUpdateWithoutPaymentMethodInput = {
|
|
@@ -4512,7 +4243,6 @@ export type ContractUncheckedUpdateWithoutPaymentMethodInput = {
|
|
|
4512
4243
|
events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
|
|
4513
4244
|
terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
|
|
4514
4245
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
|
|
4515
|
-
prequalification?: Prisma.PrequalificationUncheckedUpdateOneWithoutContractNestedInput;
|
|
4516
4246
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
|
|
4517
4247
|
};
|
|
4518
4248
|
export type ContractUncheckedUpdateManyWithoutPaymentMethodInput = {
|
|
@@ -4679,7 +4409,6 @@ export type ContractSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
4679
4409
|
events?: boolean | Prisma.Contract$eventsArgs<ExtArgs>;
|
|
4680
4410
|
terminations?: boolean | Prisma.Contract$terminationsArgs<ExtArgs>;
|
|
4681
4411
|
offerLetters?: boolean | Prisma.Contract$offerLettersArgs<ExtArgs>;
|
|
4682
|
-
prequalification?: boolean | Prisma.Contract$prequalificationArgs<ExtArgs>;
|
|
4683
4412
|
paymentMethodChangeRequests?: boolean | Prisma.Contract$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
4684
4413
|
_count?: boolean | Prisma.ContractCountOutputTypeDefaultArgs<ExtArgs>;
|
|
4685
4414
|
}, ExtArgs["result"]["contract"]>;
|
|
@@ -4734,7 +4463,6 @@ export type ContractInclude<ExtArgs extends runtime.Types.Extensions.InternalArg
|
|
|
4734
4463
|
events?: boolean | Prisma.Contract$eventsArgs<ExtArgs>;
|
|
4735
4464
|
terminations?: boolean | Prisma.Contract$terminationsArgs<ExtArgs>;
|
|
4736
4465
|
offerLetters?: boolean | Prisma.Contract$offerLettersArgs<ExtArgs>;
|
|
4737
|
-
prequalification?: boolean | Prisma.Contract$prequalificationArgs<ExtArgs>;
|
|
4738
4466
|
paymentMethodChangeRequests?: boolean | Prisma.Contract$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
4739
4467
|
_count?: boolean | Prisma.ContractCountOutputTypeDefaultArgs<ExtArgs>;
|
|
4740
4468
|
};
|
|
@@ -4753,7 +4481,6 @@ export type $ContractPayload<ExtArgs extends runtime.Types.Extensions.InternalAr
|
|
|
4753
4481
|
events: Prisma.$ContractEventPayload<ExtArgs>[];
|
|
4754
4482
|
terminations: Prisma.$ContractTerminationPayload<ExtArgs>[];
|
|
4755
4483
|
offerLetters: Prisma.$OfferLetterPayload<ExtArgs>[];
|
|
4756
|
-
prequalification: Prisma.$PrequalificationPayload<ExtArgs> | null;
|
|
4757
4484
|
paymentMethodChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
4758
4485
|
};
|
|
4759
4486
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
@@ -5081,7 +4808,6 @@ export interface Prisma__ContractClient<T, Null = never, ExtArgs extends runtime
|
|
|
5081
4808
|
events<T extends Prisma.Contract$eventsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$eventsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractEventPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
5082
4809
|
terminations<T extends Prisma.Contract$terminationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$terminationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractTerminationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
5083
4810
|
offerLetters<T extends Prisma.Contract$offerLettersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$offerLettersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OfferLetterPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
5084
|
-
prequalification<T extends Prisma.Contract$prequalificationArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$prequalificationArgs<ExtArgs>>): Prisma.Prisma__PrequalificationClient<runtime.Types.Result.GetResult<Prisma.$PrequalificationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
5085
4811
|
paymentMethodChangeRequests<T extends Prisma.Contract$paymentMethodChangeRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$paymentMethodChangeRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
5086
4812
|
/**
|
|
5087
4813
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -5667,24 +5393,6 @@ export type Contract$offerLettersArgs<ExtArgs extends runtime.Types.Extensions.I
|
|
|
5667
5393
|
skip?: number;
|
|
5668
5394
|
distinct?: Prisma.OfferLetterScalarFieldEnum | Prisma.OfferLetterScalarFieldEnum[];
|
|
5669
5395
|
};
|
|
5670
|
-
/**
|
|
5671
|
-
* Contract.prequalification
|
|
5672
|
-
*/
|
|
5673
|
-
export type Contract$prequalificationArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
5674
|
-
/**
|
|
5675
|
-
* Select specific fields to fetch from the Prequalification
|
|
5676
|
-
*/
|
|
5677
|
-
select?: Prisma.PrequalificationSelect<ExtArgs> | null;
|
|
5678
|
-
/**
|
|
5679
|
-
* Omit specific fields from the Prequalification
|
|
5680
|
-
*/
|
|
5681
|
-
omit?: Prisma.PrequalificationOmit<ExtArgs> | null;
|
|
5682
|
-
/**
|
|
5683
|
-
* Choose, which related nodes to fetch as well
|
|
5684
|
-
*/
|
|
5685
|
-
include?: Prisma.PrequalificationInclude<ExtArgs> | null;
|
|
5686
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
5687
|
-
};
|
|
5688
5396
|
/**
|
|
5689
5397
|
* Contract.paymentMethodChangeRequests
|
|
5690
5398
|
*/
|