@valentine-efagene/qshelter-common 2.0.55 → 2.0.57

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.
@@ -461,7 +461,6 @@ export type ContractWhereInput = {
461
461
  phases?: Prisma.ContractPhaseListRelationFilter;
462
462
  documents?: Prisma.ContractDocumentListRelationFilter;
463
463
  payments?: Prisma.ContractPaymentListRelationFilter;
464
- transitions?: Prisma.ContractTransitionListRelationFilter;
465
464
  events?: Prisma.ContractEventListRelationFilter;
466
465
  terminations?: Prisma.ContractTerminationListRelationFilter;
467
466
  offerLetters?: Prisma.OfferLetterListRelationFilter;
@@ -511,7 +510,6 @@ export type ContractOrderByWithRelationInput = {
511
510
  phases?: Prisma.ContractPhaseOrderByRelationAggregateInput;
512
511
  documents?: Prisma.ContractDocumentOrderByRelationAggregateInput;
513
512
  payments?: Prisma.ContractPaymentOrderByRelationAggregateInput;
514
- transitions?: Prisma.ContractTransitionOrderByRelationAggregateInput;
515
513
  events?: Prisma.ContractEventOrderByRelationAggregateInput;
516
514
  terminations?: Prisma.ContractTerminationOrderByRelationAggregateInput;
517
515
  offerLetters?: Prisma.OfferLetterOrderByRelationAggregateInput;
@@ -565,7 +563,6 @@ export type ContractWhereUniqueInput = Prisma.AtLeast<{
565
563
  phases?: Prisma.ContractPhaseListRelationFilter;
566
564
  documents?: Prisma.ContractDocumentListRelationFilter;
567
565
  payments?: Prisma.ContractPaymentListRelationFilter;
568
- transitions?: Prisma.ContractTransitionListRelationFilter;
569
566
  events?: Prisma.ContractEventListRelationFilter;
570
567
  terminations?: Prisma.ContractTerminationListRelationFilter;
571
568
  offerLetters?: Prisma.OfferLetterListRelationFilter;
@@ -692,7 +689,6 @@ export type ContractCreateInput = {
692
689
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
693
690
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
694
691
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
695
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
696
692
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
697
693
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
698
694
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -737,7 +733,6 @@ export type ContractUncheckedCreateInput = {
737
733
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
738
734
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
739
735
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
740
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
741
736
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
742
737
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
743
738
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -782,7 +777,6 @@ export type ContractUpdateInput = {
782
777
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
783
778
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
784
779
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
785
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
786
780
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
787
781
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
788
782
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -827,7 +821,6 @@ export type ContractUncheckedUpdateInput = {
827
821
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
828
822
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
829
823
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
830
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
831
824
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
832
825
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
833
826
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -1324,18 +1317,6 @@ export type ContractUpdateOneRequiredWithoutDocumentsNestedInput = {
1324
1317
  connect?: Prisma.ContractWhereUniqueInput;
1325
1318
  update?: Prisma.XOR<Prisma.XOR<Prisma.ContractUpdateToOneWithWhereWithoutDocumentsInput, Prisma.ContractUpdateWithoutDocumentsInput>, Prisma.ContractUncheckedUpdateWithoutDocumentsInput>;
1326
1319
  };
1327
- export type ContractCreateNestedOneWithoutTransitionsInput = {
1328
- create?: Prisma.XOR<Prisma.ContractCreateWithoutTransitionsInput, Prisma.ContractUncheckedCreateWithoutTransitionsInput>;
1329
- connectOrCreate?: Prisma.ContractCreateOrConnectWithoutTransitionsInput;
1330
- connect?: Prisma.ContractWhereUniqueInput;
1331
- };
1332
- export type ContractUpdateOneRequiredWithoutTransitionsNestedInput = {
1333
- create?: Prisma.XOR<Prisma.ContractCreateWithoutTransitionsInput, Prisma.ContractUncheckedCreateWithoutTransitionsInput>;
1334
- connectOrCreate?: Prisma.ContractCreateOrConnectWithoutTransitionsInput;
1335
- upsert?: Prisma.ContractUpsertWithoutTransitionsInput;
1336
- connect?: Prisma.ContractWhereUniqueInput;
1337
- update?: Prisma.XOR<Prisma.XOR<Prisma.ContractUpdateToOneWithWhereWithoutTransitionsInput, Prisma.ContractUpdateWithoutTransitionsInput>, Prisma.ContractUncheckedUpdateWithoutTransitionsInput>;
1338
- };
1339
1320
  export type ContractCreateNestedOneWithoutEventsInput = {
1340
1321
  create?: Prisma.XOR<Prisma.ContractCreateWithoutEventsInput, Prisma.ContractUncheckedCreateWithoutEventsInput>;
1341
1322
  connectOrCreate?: Prisma.ContractCreateOrConnectWithoutEventsInput;
@@ -1422,7 +1403,6 @@ export type ContractCreateWithoutBuyerInput = {
1422
1403
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
1423
1404
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
1424
1405
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
1425
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
1426
1406
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
1427
1407
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
1428
1408
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -1466,7 +1446,6 @@ export type ContractUncheckedCreateWithoutBuyerInput = {
1466
1446
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
1467
1447
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
1468
1448
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
1469
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
1470
1449
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
1471
1450
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
1472
1451
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -1518,7 +1497,6 @@ export type ContractCreateWithoutSellerInput = {
1518
1497
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
1519
1498
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
1520
1499
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
1521
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
1522
1500
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
1523
1501
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
1524
1502
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -1562,7 +1540,6 @@ export type ContractUncheckedCreateWithoutSellerInput = {
1562
1540
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
1563
1541
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
1564
1542
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
1565
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
1566
1543
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
1567
1544
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
1568
1545
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -1680,7 +1657,6 @@ export type ContractCreateWithoutTenantInput = {
1680
1657
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
1681
1658
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
1682
1659
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
1683
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
1684
1660
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
1685
1661
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
1686
1662
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -1724,7 +1700,6 @@ export type ContractUncheckedCreateWithoutTenantInput = {
1724
1700
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
1725
1701
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
1726
1702
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
1727
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
1728
1703
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
1729
1704
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
1730
1705
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -1789,7 +1764,6 @@ export type ContractCreateWithoutPropertyUnitInput = {
1789
1764
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
1790
1765
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
1791
1766
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
1792
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
1793
1767
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
1794
1768
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
1795
1769
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -1833,7 +1807,6 @@ export type ContractUncheckedCreateWithoutPropertyUnitInput = {
1833
1807
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
1834
1808
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
1835
1809
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
1836
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
1837
1810
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
1838
1811
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
1839
1812
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -1898,7 +1871,6 @@ export type ContractCreateWithoutPaymentMethodInput = {
1898
1871
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
1899
1872
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
1900
1873
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
1901
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
1902
1874
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
1903
1875
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
1904
1876
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -1942,7 +1914,6 @@ export type ContractUncheckedCreateWithoutPaymentMethodInput = {
1942
1914
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
1943
1915
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
1944
1916
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
1945
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
1946
1917
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
1947
1918
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
1948
1919
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -2007,7 +1978,6 @@ export type ContractCreateWithoutPhasesInput = {
2007
1978
  paymentMethod?: Prisma.PropertyPaymentMethodCreateNestedOneWithoutContractsInput;
2008
1979
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
2009
1980
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
2010
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
2011
1981
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
2012
1982
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
2013
1983
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -2051,7 +2021,6 @@ export type ContractUncheckedCreateWithoutPhasesInput = {
2051
2021
  updatedAt?: Date | string;
2052
2022
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
2053
2023
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
2054
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
2055
2024
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
2056
2025
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
2057
2026
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -2108,7 +2077,6 @@ export type ContractUpdateWithoutPhasesInput = {
2108
2077
  paymentMethod?: Prisma.PropertyPaymentMethodUpdateOneWithoutContractsNestedInput;
2109
2078
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
2110
2079
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
2111
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
2112
2080
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
2113
2081
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
2114
2082
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -2152,7 +2120,6 @@ export type ContractUncheckedUpdateWithoutPhasesInput = {
2152
2120
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2153
2121
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
2154
2122
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
2155
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
2156
2123
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
2157
2124
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
2158
2125
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -2196,7 +2163,6 @@ export type ContractCreateWithoutPaymentsInput = {
2196
2163
  paymentMethod?: Prisma.PropertyPaymentMethodCreateNestedOneWithoutContractsInput;
2197
2164
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
2198
2165
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
2199
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
2200
2166
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
2201
2167
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
2202
2168
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -2240,7 +2206,6 @@ export type ContractUncheckedCreateWithoutPaymentsInput = {
2240
2206
  updatedAt?: Date | string;
2241
2207
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
2242
2208
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
2243
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
2244
2209
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
2245
2210
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
2246
2211
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -2297,7 +2262,6 @@ export type ContractUpdateWithoutPaymentsInput = {
2297
2262
  paymentMethod?: Prisma.PropertyPaymentMethodUpdateOneWithoutContractsNestedInput;
2298
2263
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
2299
2264
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
2300
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
2301
2265
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
2302
2266
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
2303
2267
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -2341,7 +2305,6 @@ export type ContractUncheckedUpdateWithoutPaymentsInput = {
2341
2305
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2342
2306
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
2343
2307
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
2344
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
2345
2308
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
2346
2309
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
2347
2310
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -2385,7 +2348,6 @@ export type ContractCreateWithoutDocumentsInput = {
2385
2348
  paymentMethod?: Prisma.PropertyPaymentMethodCreateNestedOneWithoutContractsInput;
2386
2349
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
2387
2350
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
2388
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
2389
2351
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
2390
2352
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
2391
2353
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -2429,7 +2391,6 @@ export type ContractUncheckedCreateWithoutDocumentsInput = {
2429
2391
  updatedAt?: Date | string;
2430
2392
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
2431
2393
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
2432
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
2433
2394
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
2434
2395
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
2435
2396
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -2486,7 +2447,6 @@ export type ContractUpdateWithoutDocumentsInput = {
2486
2447
  paymentMethod?: Prisma.PropertyPaymentMethodUpdateOneWithoutContractsNestedInput;
2487
2448
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
2488
2449
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
2489
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
2490
2450
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
2491
2451
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
2492
2452
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -2530,196 +2490,6 @@ export type ContractUncheckedUpdateWithoutDocumentsInput = {
2530
2490
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2531
2491
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
2532
2492
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
2533
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
2534
- events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
2535
- terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
2536
- offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
2537
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
2538
- };
2539
- export type ContractCreateWithoutTransitionsInput = {
2540
- id?: string;
2541
- contractNumber: string;
2542
- title: string;
2543
- description?: string | null;
2544
- contractType: string;
2545
- totalAmount: number;
2546
- downPayment?: number;
2547
- downPaymentPaid?: number;
2548
- principal?: number | null;
2549
- interestRate?: number | null;
2550
- termMonths?: number | null;
2551
- periodicPayment?: number | null;
2552
- totalPaidToDate?: number;
2553
- totalInterestPaid?: number;
2554
- monthlyIncome?: number | null;
2555
- monthlyExpenses?: number | null;
2556
- preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
2557
- underwritingScore?: number | null;
2558
- debtToIncomeRatio?: number | null;
2559
- status?: $Enums.ContractStatus;
2560
- state?: $Enums.ContractStatus;
2561
- currentPhaseId?: string | null;
2562
- nextPaymentDueDate?: Date | string | null;
2563
- lastReminderSentAt?: Date | string | null;
2564
- startDate?: Date | string | null;
2565
- endDate?: Date | string | null;
2566
- signedAt?: Date | string | null;
2567
- terminatedAt?: Date | string | null;
2568
- createdAt?: Date | string;
2569
- updatedAt?: Date | string;
2570
- tenant: Prisma.TenantCreateNestedOneWithoutContractsInput;
2571
- propertyUnit: Prisma.PropertyUnitCreateNestedOneWithoutContractsInput;
2572
- buyer: Prisma.UserCreateNestedOneWithoutContractsInput;
2573
- seller?: Prisma.UserCreateNestedOneWithoutSoldContractsInput;
2574
- paymentMethod?: Prisma.PropertyPaymentMethodCreateNestedOneWithoutContractsInput;
2575
- phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
2576
- documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
2577
- payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
2578
- events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
2579
- terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
2580
- offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
2581
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
2582
- };
2583
- export type ContractUncheckedCreateWithoutTransitionsInput = {
2584
- id?: string;
2585
- tenantId: string;
2586
- propertyUnitId: string;
2587
- buyerId: string;
2588
- sellerId?: string | null;
2589
- paymentMethodId?: string | null;
2590
- contractNumber: string;
2591
- title: string;
2592
- description?: string | null;
2593
- contractType: string;
2594
- totalAmount: number;
2595
- downPayment?: number;
2596
- downPaymentPaid?: number;
2597
- principal?: number | null;
2598
- interestRate?: number | null;
2599
- termMonths?: number | null;
2600
- periodicPayment?: number | null;
2601
- totalPaidToDate?: number;
2602
- totalInterestPaid?: number;
2603
- monthlyIncome?: number | null;
2604
- monthlyExpenses?: number | null;
2605
- preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
2606
- underwritingScore?: number | null;
2607
- debtToIncomeRatio?: number | null;
2608
- status?: $Enums.ContractStatus;
2609
- state?: $Enums.ContractStatus;
2610
- currentPhaseId?: string | null;
2611
- nextPaymentDueDate?: Date | string | null;
2612
- lastReminderSentAt?: Date | string | null;
2613
- startDate?: Date | string | null;
2614
- endDate?: Date | string | null;
2615
- signedAt?: Date | string | null;
2616
- terminatedAt?: Date | string | null;
2617
- createdAt?: Date | string;
2618
- updatedAt?: Date | string;
2619
- phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
2620
- documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
2621
- payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
2622
- events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
2623
- terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
2624
- offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
2625
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
2626
- };
2627
- export type ContractCreateOrConnectWithoutTransitionsInput = {
2628
- where: Prisma.ContractWhereUniqueInput;
2629
- create: Prisma.XOR<Prisma.ContractCreateWithoutTransitionsInput, Prisma.ContractUncheckedCreateWithoutTransitionsInput>;
2630
- };
2631
- export type ContractUpsertWithoutTransitionsInput = {
2632
- update: Prisma.XOR<Prisma.ContractUpdateWithoutTransitionsInput, Prisma.ContractUncheckedUpdateWithoutTransitionsInput>;
2633
- create: Prisma.XOR<Prisma.ContractCreateWithoutTransitionsInput, Prisma.ContractUncheckedCreateWithoutTransitionsInput>;
2634
- where?: Prisma.ContractWhereInput;
2635
- };
2636
- export type ContractUpdateToOneWithWhereWithoutTransitionsInput = {
2637
- where?: Prisma.ContractWhereInput;
2638
- data: Prisma.XOR<Prisma.ContractUpdateWithoutTransitionsInput, Prisma.ContractUncheckedUpdateWithoutTransitionsInput>;
2639
- };
2640
- export type ContractUpdateWithoutTransitionsInput = {
2641
- id?: Prisma.StringFieldUpdateOperationsInput | string;
2642
- contractNumber?: Prisma.StringFieldUpdateOperationsInput | string;
2643
- title?: Prisma.StringFieldUpdateOperationsInput | string;
2644
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
2645
- contractType?: Prisma.StringFieldUpdateOperationsInput | string;
2646
- totalAmount?: Prisma.FloatFieldUpdateOperationsInput | number;
2647
- downPayment?: Prisma.FloatFieldUpdateOperationsInput | number;
2648
- downPaymentPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
2649
- principal?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2650
- interestRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2651
- termMonths?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
2652
- periodicPayment?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2653
- totalPaidToDate?: Prisma.FloatFieldUpdateOperationsInput | number;
2654
- totalInterestPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
2655
- monthlyIncome?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2656
- monthlyExpenses?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2657
- preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
2658
- underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2659
- debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2660
- status?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
2661
- state?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
2662
- currentPhaseId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
2663
- nextPaymentDueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2664
- lastReminderSentAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2665
- startDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2666
- endDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2667
- signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2668
- terminatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2669
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2670
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2671
- tenant?: Prisma.TenantUpdateOneRequiredWithoutContractsNestedInput;
2672
- propertyUnit?: Prisma.PropertyUnitUpdateOneRequiredWithoutContractsNestedInput;
2673
- buyer?: Prisma.UserUpdateOneRequiredWithoutContractsNestedInput;
2674
- seller?: Prisma.UserUpdateOneWithoutSoldContractsNestedInput;
2675
- paymentMethod?: Prisma.PropertyPaymentMethodUpdateOneWithoutContractsNestedInput;
2676
- phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
2677
- documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
2678
- payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
2679
- events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
2680
- terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
2681
- offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
2682
- paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
2683
- };
2684
- export type ContractUncheckedUpdateWithoutTransitionsInput = {
2685
- id?: Prisma.StringFieldUpdateOperationsInput | string;
2686
- tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
2687
- propertyUnitId?: Prisma.StringFieldUpdateOperationsInput | string;
2688
- buyerId?: Prisma.StringFieldUpdateOperationsInput | string;
2689
- sellerId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
2690
- paymentMethodId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
2691
- contractNumber?: Prisma.StringFieldUpdateOperationsInput | string;
2692
- title?: Prisma.StringFieldUpdateOperationsInput | string;
2693
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
2694
- contractType?: Prisma.StringFieldUpdateOperationsInput | string;
2695
- totalAmount?: Prisma.FloatFieldUpdateOperationsInput | number;
2696
- downPayment?: Prisma.FloatFieldUpdateOperationsInput | number;
2697
- downPaymentPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
2698
- principal?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2699
- interestRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2700
- termMonths?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
2701
- periodicPayment?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2702
- totalPaidToDate?: Prisma.FloatFieldUpdateOperationsInput | number;
2703
- totalInterestPaid?: Prisma.FloatFieldUpdateOperationsInput | number;
2704
- monthlyIncome?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2705
- monthlyExpenses?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2706
- preApprovalAnswers?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
2707
- underwritingScore?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2708
- debtToIncomeRatio?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
2709
- status?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
2710
- state?: Prisma.EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus;
2711
- currentPhaseId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
2712
- nextPaymentDueDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2713
- lastReminderSentAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2714
- startDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2715
- endDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2716
- signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2717
- terminatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
2718
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2719
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2720
- phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
2721
- documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
2722
- payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
2723
2493
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
2724
2494
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
2725
2495
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -2764,7 +2534,6 @@ export type ContractCreateWithoutEventsInput = {
2764
2534
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
2765
2535
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
2766
2536
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
2767
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
2768
2537
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
2769
2538
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
2770
2539
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
@@ -2808,7 +2577,6 @@ export type ContractUncheckedCreateWithoutEventsInput = {
2808
2577
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
2809
2578
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
2810
2579
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
2811
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
2812
2580
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
2813
2581
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
2814
2582
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
@@ -2865,7 +2633,6 @@ export type ContractUpdateWithoutEventsInput = {
2865
2633
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
2866
2634
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
2867
2635
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
2868
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
2869
2636
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
2870
2637
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
2871
2638
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
@@ -2909,7 +2676,6 @@ export type ContractUncheckedUpdateWithoutEventsInput = {
2909
2676
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
2910
2677
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
2911
2678
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
2912
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
2913
2679
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
2914
2680
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
2915
2681
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
@@ -2953,7 +2719,6 @@ export type ContractCreateWithoutOfferLettersInput = {
2953
2719
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
2954
2720
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
2955
2721
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
2956
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
2957
2722
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
2958
2723
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
2959
2724
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
@@ -2997,7 +2762,6 @@ export type ContractUncheckedCreateWithoutOfferLettersInput = {
2997
2762
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
2998
2763
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
2999
2764
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
3000
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
3001
2765
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
3002
2766
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
3003
2767
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
@@ -3054,7 +2818,6 @@ export type ContractUpdateWithoutOfferLettersInput = {
3054
2818
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
3055
2819
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
3056
2820
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
3057
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
3058
2821
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
3059
2822
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
3060
2823
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
@@ -3098,7 +2861,6 @@ export type ContractUncheckedUpdateWithoutOfferLettersInput = {
3098
2861
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
3099
2862
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
3100
2863
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
3101
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
3102
2864
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
3103
2865
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
3104
2866
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
@@ -3142,7 +2904,6 @@ export type ContractCreateWithoutTerminationsInput = {
3142
2904
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
3143
2905
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
3144
2906
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
3145
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
3146
2907
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
3147
2908
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
3148
2909
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutContractInput;
@@ -3186,7 +2947,6 @@ export type ContractUncheckedCreateWithoutTerminationsInput = {
3186
2947
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
3187
2948
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
3188
2949
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
3189
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
3190
2950
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
3191
2951
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
3192
2952
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutContractInput;
@@ -3243,7 +3003,6 @@ export type ContractUpdateWithoutTerminationsInput = {
3243
3003
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
3244
3004
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
3245
3005
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
3246
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
3247
3006
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
3248
3007
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
3249
3008
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutContractNestedInput;
@@ -3287,7 +3046,6 @@ export type ContractUncheckedUpdateWithoutTerminationsInput = {
3287
3046
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
3288
3047
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
3289
3048
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
3290
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
3291
3049
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
3292
3050
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
3293
3051
  paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutContractNestedInput;
@@ -3331,7 +3089,6 @@ export type ContractCreateWithoutPaymentMethodChangeRequestsInput = {
3331
3089
  phases?: Prisma.ContractPhaseCreateNestedManyWithoutContractInput;
3332
3090
  documents?: Prisma.ContractDocumentCreateNestedManyWithoutContractInput;
3333
3091
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutContractInput;
3334
- transitions?: Prisma.ContractTransitionCreateNestedManyWithoutContractInput;
3335
3092
  events?: Prisma.ContractEventCreateNestedManyWithoutContractInput;
3336
3093
  terminations?: Prisma.ContractTerminationCreateNestedManyWithoutContractInput;
3337
3094
  offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutContractInput;
@@ -3375,7 +3132,6 @@ export type ContractUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
3375
3132
  phases?: Prisma.ContractPhaseUncheckedCreateNestedManyWithoutContractInput;
3376
3133
  documents?: Prisma.ContractDocumentUncheckedCreateNestedManyWithoutContractInput;
3377
3134
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutContractInput;
3378
- transitions?: Prisma.ContractTransitionUncheckedCreateNestedManyWithoutContractInput;
3379
3135
  events?: Prisma.ContractEventUncheckedCreateNestedManyWithoutContractInput;
3380
3136
  terminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutContractInput;
3381
3137
  offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutContractInput;
@@ -3432,7 +3188,6 @@ export type ContractUpdateWithoutPaymentMethodChangeRequestsInput = {
3432
3188
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
3433
3189
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
3434
3190
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
3435
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
3436
3191
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
3437
3192
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
3438
3193
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -3476,7 +3231,6 @@ export type ContractUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
3476
3231
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
3477
3232
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
3478
3233
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
3479
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
3480
3234
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
3481
3235
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
3482
3236
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -3591,7 +3345,6 @@ export type ContractUpdateWithoutBuyerInput = {
3591
3345
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
3592
3346
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
3593
3347
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
3594
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
3595
3348
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
3596
3349
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
3597
3350
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -3635,7 +3388,6 @@ export type ContractUncheckedUpdateWithoutBuyerInput = {
3635
3388
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
3636
3389
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
3637
3390
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
3638
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
3639
3391
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
3640
3392
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
3641
3393
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -3715,7 +3467,6 @@ export type ContractUpdateWithoutSellerInput = {
3715
3467
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
3716
3468
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
3717
3469
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
3718
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
3719
3470
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
3720
3471
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
3721
3472
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -3759,7 +3510,6 @@ export type ContractUncheckedUpdateWithoutSellerInput = {
3759
3510
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
3760
3511
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
3761
3512
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
3762
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
3763
3513
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
3764
3514
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
3765
3515
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -3875,7 +3625,6 @@ export type ContractUpdateWithoutTenantInput = {
3875
3625
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
3876
3626
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
3877
3627
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
3878
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
3879
3628
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
3880
3629
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
3881
3630
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -3919,7 +3668,6 @@ export type ContractUncheckedUpdateWithoutTenantInput = {
3919
3668
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
3920
3669
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
3921
3670
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
3922
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
3923
3671
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
3924
3672
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
3925
3673
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -4035,7 +3783,6 @@ export type ContractUpdateWithoutPropertyUnitInput = {
4035
3783
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
4036
3784
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
4037
3785
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
4038
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
4039
3786
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
4040
3787
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
4041
3788
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -4079,7 +3826,6 @@ export type ContractUncheckedUpdateWithoutPropertyUnitInput = {
4079
3826
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
4080
3827
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
4081
3828
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
4082
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
4083
3829
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
4084
3830
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
4085
3831
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -4195,7 +3941,6 @@ export type ContractUpdateWithoutPaymentMethodInput = {
4195
3941
  phases?: Prisma.ContractPhaseUpdateManyWithoutContractNestedInput;
4196
3942
  documents?: Prisma.ContractDocumentUpdateManyWithoutContractNestedInput;
4197
3943
  payments?: Prisma.ContractPaymentUpdateManyWithoutContractNestedInput;
4198
- transitions?: Prisma.ContractTransitionUpdateManyWithoutContractNestedInput;
4199
3944
  events?: Prisma.ContractEventUpdateManyWithoutContractNestedInput;
4200
3945
  terminations?: Prisma.ContractTerminationUpdateManyWithoutContractNestedInput;
4201
3946
  offerLetters?: Prisma.OfferLetterUpdateManyWithoutContractNestedInput;
@@ -4239,7 +3984,6 @@ export type ContractUncheckedUpdateWithoutPaymentMethodInput = {
4239
3984
  phases?: Prisma.ContractPhaseUncheckedUpdateManyWithoutContractNestedInput;
4240
3985
  documents?: Prisma.ContractDocumentUncheckedUpdateManyWithoutContractNestedInput;
4241
3986
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutContractNestedInput;
4242
- transitions?: Prisma.ContractTransitionUncheckedUpdateManyWithoutContractNestedInput;
4243
3987
  events?: Prisma.ContractEventUncheckedUpdateManyWithoutContractNestedInput;
4244
3988
  terminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutContractNestedInput;
4245
3989
  offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutContractNestedInput;
@@ -4288,7 +4032,6 @@ export type ContractCountOutputType = {
4288
4032
  phases: number;
4289
4033
  documents: number;
4290
4034
  payments: number;
4291
- transitions: number;
4292
4035
  events: number;
4293
4036
  terminations: number;
4294
4037
  offerLetters: number;
@@ -4298,7 +4041,6 @@ export type ContractCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensio
4298
4041
  phases?: boolean | ContractCountOutputTypeCountPhasesArgs;
4299
4042
  documents?: boolean | ContractCountOutputTypeCountDocumentsArgs;
4300
4043
  payments?: boolean | ContractCountOutputTypeCountPaymentsArgs;
4301
- transitions?: boolean | ContractCountOutputTypeCountTransitionsArgs;
4302
4044
  events?: boolean | ContractCountOutputTypeCountEventsArgs;
4303
4045
  terminations?: boolean | ContractCountOutputTypeCountTerminationsArgs;
4304
4046
  offerLetters?: boolean | ContractCountOutputTypeCountOfferLettersArgs;
@@ -4331,12 +4073,6 @@ export type ContractCountOutputTypeCountDocumentsArgs<ExtArgs extends runtime.Ty
4331
4073
  export type ContractCountOutputTypeCountPaymentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4332
4074
  where?: Prisma.ContractPaymentWhereInput;
4333
4075
  };
4334
- /**
4335
- * ContractCountOutputType without action
4336
- */
4337
- export type ContractCountOutputTypeCountTransitionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4338
- where?: Prisma.ContractTransitionWhereInput;
4339
- };
4340
4076
  /**
4341
4077
  * ContractCountOutputType without action
4342
4078
  */
@@ -4405,7 +4141,6 @@ export type ContractSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs
4405
4141
  phases?: boolean | Prisma.Contract$phasesArgs<ExtArgs>;
4406
4142
  documents?: boolean | Prisma.Contract$documentsArgs<ExtArgs>;
4407
4143
  payments?: boolean | Prisma.Contract$paymentsArgs<ExtArgs>;
4408
- transitions?: boolean | Prisma.Contract$transitionsArgs<ExtArgs>;
4409
4144
  events?: boolean | Prisma.Contract$eventsArgs<ExtArgs>;
4410
4145
  terminations?: boolean | Prisma.Contract$terminationsArgs<ExtArgs>;
4411
4146
  offerLetters?: boolean | Prisma.Contract$offerLettersArgs<ExtArgs>;
@@ -4459,7 +4194,6 @@ export type ContractInclude<ExtArgs extends runtime.Types.Extensions.InternalArg
4459
4194
  phases?: boolean | Prisma.Contract$phasesArgs<ExtArgs>;
4460
4195
  documents?: boolean | Prisma.Contract$documentsArgs<ExtArgs>;
4461
4196
  payments?: boolean | Prisma.Contract$paymentsArgs<ExtArgs>;
4462
- transitions?: boolean | Prisma.Contract$transitionsArgs<ExtArgs>;
4463
4197
  events?: boolean | Prisma.Contract$eventsArgs<ExtArgs>;
4464
4198
  terminations?: boolean | Prisma.Contract$terminationsArgs<ExtArgs>;
4465
4199
  offerLetters?: boolean | Prisma.Contract$offerLettersArgs<ExtArgs>;
@@ -4477,7 +4211,6 @@ export type $ContractPayload<ExtArgs extends runtime.Types.Extensions.InternalAr
4477
4211
  phases: Prisma.$ContractPhasePayload<ExtArgs>[];
4478
4212
  documents: Prisma.$ContractDocumentPayload<ExtArgs>[];
4479
4213
  payments: Prisma.$ContractPaymentPayload<ExtArgs>[];
4480
- transitions: Prisma.$ContractTransitionPayload<ExtArgs>[];
4481
4214
  events: Prisma.$ContractEventPayload<ExtArgs>[];
4482
4215
  terminations: Prisma.$ContractTerminationPayload<ExtArgs>[];
4483
4216
  offerLetters: Prisma.$OfferLetterPayload<ExtArgs>[];
@@ -4804,7 +4537,6 @@ export interface Prisma__ContractClient<T, Null = never, ExtArgs extends runtime
4804
4537
  phases<T extends Prisma.Contract$phasesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$phasesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractPhasePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
4805
4538
  documents<T extends Prisma.Contract$documentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$documentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
4806
4539
  payments<T extends Prisma.Contract$paymentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$paymentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractPaymentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
4807
- transitions<T extends Prisma.Contract$transitionsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Contract$transitionsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractTransitionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
4808
4540
  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>;
4809
4541
  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>;
4810
4542
  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>;
@@ -5301,29 +5033,6 @@ export type Contract$paymentsArgs<ExtArgs extends runtime.Types.Extensions.Inter
5301
5033
  skip?: number;
5302
5034
  distinct?: Prisma.ContractPaymentScalarFieldEnum | Prisma.ContractPaymentScalarFieldEnum[];
5303
5035
  };
5304
- /**
5305
- * Contract.transitions
5306
- */
5307
- export type Contract$transitionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
5308
- /**
5309
- * Select specific fields to fetch from the ContractTransition
5310
- */
5311
- select?: Prisma.ContractTransitionSelect<ExtArgs> | null;
5312
- /**
5313
- * Omit specific fields from the ContractTransition
5314
- */
5315
- omit?: Prisma.ContractTransitionOmit<ExtArgs> | null;
5316
- /**
5317
- * Choose, which related nodes to fetch as well
5318
- */
5319
- include?: Prisma.ContractTransitionInclude<ExtArgs> | null;
5320
- where?: Prisma.ContractTransitionWhereInput;
5321
- orderBy?: Prisma.ContractTransitionOrderByWithRelationInput | Prisma.ContractTransitionOrderByWithRelationInput[];
5322
- cursor?: Prisma.ContractTransitionWhereUniqueInput;
5323
- take?: number;
5324
- skip?: number;
5325
- distinct?: Prisma.ContractTransitionScalarFieldEnum | Prisma.ContractTransitionScalarFieldEnum[];
5326
- };
5327
5036
  /**
5328
5037
  * Contract.events
5329
5038
  */