@valentine-efagene/qshelter-common 2.0.48 → 2.0.50

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.
@@ -405,7 +405,7 @@ export type ContractPhaseWhereInput = {
405
405
  paymentPlan?: Prisma.XOR<Prisma.PaymentPlanNullableScalarRelationFilter, Prisma.PaymentPlanWhereInput> | null;
406
406
  installments?: Prisma.ContractInstallmentListRelationFilter;
407
407
  payments?: Prisma.ContractPaymentListRelationFilter;
408
- steps?: Prisma.ContractPhaseStepListRelationFilter;
408
+ steps?: Prisma.DocumentationStepListRelationFilter;
409
409
  };
410
410
  export type ContractPhaseOrderByWithRelationInput = {
411
411
  id?: Prisma.SortOrder;
@@ -443,7 +443,7 @@ export type ContractPhaseOrderByWithRelationInput = {
443
443
  paymentPlan?: Prisma.PaymentPlanOrderByWithRelationInput;
444
444
  installments?: Prisma.ContractInstallmentOrderByRelationAggregateInput;
445
445
  payments?: Prisma.ContractPaymentOrderByRelationAggregateInput;
446
- steps?: Prisma.ContractPhaseStepOrderByRelationAggregateInput;
446
+ steps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
447
447
  _relevance?: Prisma.ContractPhaseOrderByRelevanceInput;
448
448
  };
449
449
  export type ContractPhaseWhereUniqueInput = Prisma.AtLeast<{
@@ -485,7 +485,7 @@ export type ContractPhaseWhereUniqueInput = Prisma.AtLeast<{
485
485
  paymentPlan?: Prisma.XOR<Prisma.PaymentPlanNullableScalarRelationFilter, Prisma.PaymentPlanWhereInput> | null;
486
486
  installments?: Prisma.ContractInstallmentListRelationFilter;
487
487
  payments?: Prisma.ContractPaymentListRelationFilter;
488
- steps?: Prisma.ContractPhaseStepListRelationFilter;
488
+ steps?: Prisma.DocumentationStepListRelationFilter;
489
489
  }, "id">;
490
490
  export type ContractPhaseOrderByWithAggregationInput = {
491
491
  id?: Prisma.SortOrder;
@@ -595,7 +595,7 @@ export type ContractPhaseCreateInput = {
595
595
  paymentPlan?: Prisma.PaymentPlanCreateNestedOneWithoutContractPhasesInput;
596
596
  installments?: Prisma.ContractInstallmentCreateNestedManyWithoutPhaseInput;
597
597
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutPhaseInput;
598
- steps?: Prisma.ContractPhaseStepCreateNestedManyWithoutPhaseInput;
598
+ steps?: Prisma.DocumentationStepCreateNestedManyWithoutPhaseInput;
599
599
  };
600
600
  export type ContractPhaseUncheckedCreateInput = {
601
601
  id?: string;
@@ -631,7 +631,7 @@ export type ContractPhaseUncheckedCreateInput = {
631
631
  updatedAt?: Date | string;
632
632
  installments?: Prisma.ContractInstallmentUncheckedCreateNestedManyWithoutPhaseInput;
633
633
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPhaseInput;
634
- steps?: Prisma.ContractPhaseStepUncheckedCreateNestedManyWithoutPhaseInput;
634
+ steps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutPhaseInput;
635
635
  };
636
636
  export type ContractPhaseUpdateInput = {
637
637
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -667,7 +667,7 @@ export type ContractPhaseUpdateInput = {
667
667
  paymentPlan?: Prisma.PaymentPlanUpdateOneWithoutContractPhasesNestedInput;
668
668
  installments?: Prisma.ContractInstallmentUpdateManyWithoutPhaseNestedInput;
669
669
  payments?: Prisma.ContractPaymentUpdateManyWithoutPhaseNestedInput;
670
- steps?: Prisma.ContractPhaseStepUpdateManyWithoutPhaseNestedInput;
670
+ steps?: Prisma.DocumentationStepUpdateManyWithoutPhaseNestedInput;
671
671
  };
672
672
  export type ContractPhaseUncheckedUpdateInput = {
673
673
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -703,7 +703,7 @@ export type ContractPhaseUncheckedUpdateInput = {
703
703
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
704
704
  installments?: Prisma.ContractInstallmentUncheckedUpdateManyWithoutPhaseNestedInput;
705
705
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPhaseNestedInput;
706
- steps?: Prisma.ContractPhaseStepUncheckedUpdateManyWithoutPhaseNestedInput;
706
+ steps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutPhaseNestedInput;
707
707
  };
708
708
  export type ContractPhaseCreateManyInput = {
709
709
  id?: string;
@@ -1090,7 +1090,7 @@ export type ContractPhaseCreateWithoutPaymentPlanInput = {
1090
1090
  contract: Prisma.ContractCreateNestedOneWithoutPhasesInput;
1091
1091
  installments?: Prisma.ContractInstallmentCreateNestedManyWithoutPhaseInput;
1092
1092
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutPhaseInput;
1093
- steps?: Prisma.ContractPhaseStepCreateNestedManyWithoutPhaseInput;
1093
+ steps?: Prisma.DocumentationStepCreateNestedManyWithoutPhaseInput;
1094
1094
  };
1095
1095
  export type ContractPhaseUncheckedCreateWithoutPaymentPlanInput = {
1096
1096
  id?: string;
@@ -1125,7 +1125,7 @@ export type ContractPhaseUncheckedCreateWithoutPaymentPlanInput = {
1125
1125
  updatedAt?: Date | string;
1126
1126
  installments?: Prisma.ContractInstallmentUncheckedCreateNestedManyWithoutPhaseInput;
1127
1127
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPhaseInput;
1128
- steps?: Prisma.ContractPhaseStepUncheckedCreateNestedManyWithoutPhaseInput;
1128
+ steps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutPhaseInput;
1129
1129
  };
1130
1130
  export type ContractPhaseCreateOrConnectWithoutPaymentPlanInput = {
1131
1131
  where: Prisma.ContractPhaseWhereUniqueInput;
@@ -1217,7 +1217,7 @@ export type ContractPhaseCreateWithoutContractInput = {
1217
1217
  paymentPlan?: Prisma.PaymentPlanCreateNestedOneWithoutContractPhasesInput;
1218
1218
  installments?: Prisma.ContractInstallmentCreateNestedManyWithoutPhaseInput;
1219
1219
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutPhaseInput;
1220
- steps?: Prisma.ContractPhaseStepCreateNestedManyWithoutPhaseInput;
1220
+ steps?: Prisma.DocumentationStepCreateNestedManyWithoutPhaseInput;
1221
1221
  };
1222
1222
  export type ContractPhaseUncheckedCreateWithoutContractInput = {
1223
1223
  id?: string;
@@ -1252,7 +1252,7 @@ export type ContractPhaseUncheckedCreateWithoutContractInput = {
1252
1252
  updatedAt?: Date | string;
1253
1253
  installments?: Prisma.ContractInstallmentUncheckedCreateNestedManyWithoutPhaseInput;
1254
1254
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPhaseInput;
1255
- steps?: Prisma.ContractPhaseStepUncheckedCreateNestedManyWithoutPhaseInput;
1255
+ steps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutPhaseInput;
1256
1256
  };
1257
1257
  export type ContractPhaseCreateOrConnectWithoutContractInput = {
1258
1258
  where: Prisma.ContractPhaseWhereUniqueInput;
@@ -1461,7 +1461,7 @@ export type ContractPhaseCreateWithoutInstallmentsInput = {
1461
1461
  contract: Prisma.ContractCreateNestedOneWithoutPhasesInput;
1462
1462
  paymentPlan?: Prisma.PaymentPlanCreateNestedOneWithoutContractPhasesInput;
1463
1463
  payments?: Prisma.ContractPaymentCreateNestedManyWithoutPhaseInput;
1464
- steps?: Prisma.ContractPhaseStepCreateNestedManyWithoutPhaseInput;
1464
+ steps?: Prisma.DocumentationStepCreateNestedManyWithoutPhaseInput;
1465
1465
  };
1466
1466
  export type ContractPhaseUncheckedCreateWithoutInstallmentsInput = {
1467
1467
  id?: string;
@@ -1496,7 +1496,7 @@ export type ContractPhaseUncheckedCreateWithoutInstallmentsInput = {
1496
1496
  createdAt?: Date | string;
1497
1497
  updatedAt?: Date | string;
1498
1498
  payments?: Prisma.ContractPaymentUncheckedCreateNestedManyWithoutPhaseInput;
1499
- steps?: Prisma.ContractPhaseStepUncheckedCreateNestedManyWithoutPhaseInput;
1499
+ steps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutPhaseInput;
1500
1500
  };
1501
1501
  export type ContractPhaseCreateOrConnectWithoutInstallmentsInput = {
1502
1502
  where: Prisma.ContractPhaseWhereUniqueInput;
@@ -1544,7 +1544,7 @@ export type ContractPhaseUpdateWithoutInstallmentsInput = {
1544
1544
  contract?: Prisma.ContractUpdateOneRequiredWithoutPhasesNestedInput;
1545
1545
  paymentPlan?: Prisma.PaymentPlanUpdateOneWithoutContractPhasesNestedInput;
1546
1546
  payments?: Prisma.ContractPaymentUpdateManyWithoutPhaseNestedInput;
1547
- steps?: Prisma.ContractPhaseStepUpdateManyWithoutPhaseNestedInput;
1547
+ steps?: Prisma.DocumentationStepUpdateManyWithoutPhaseNestedInput;
1548
1548
  };
1549
1549
  export type ContractPhaseUncheckedUpdateWithoutInstallmentsInput = {
1550
1550
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -1579,7 +1579,7 @@ export type ContractPhaseUncheckedUpdateWithoutInstallmentsInput = {
1579
1579
  createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1580
1580
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1581
1581
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPhaseNestedInput;
1582
- steps?: Prisma.ContractPhaseStepUncheckedUpdateManyWithoutPhaseNestedInput;
1582
+ steps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutPhaseNestedInput;
1583
1583
  };
1584
1584
  export type ContractPhaseCreateWithoutPaymentsInput = {
1585
1585
  id?: string;
@@ -1614,7 +1614,7 @@ export type ContractPhaseCreateWithoutPaymentsInput = {
1614
1614
  contract: Prisma.ContractCreateNestedOneWithoutPhasesInput;
1615
1615
  paymentPlan?: Prisma.PaymentPlanCreateNestedOneWithoutContractPhasesInput;
1616
1616
  installments?: Prisma.ContractInstallmentCreateNestedManyWithoutPhaseInput;
1617
- steps?: Prisma.ContractPhaseStepCreateNestedManyWithoutPhaseInput;
1617
+ steps?: Prisma.DocumentationStepCreateNestedManyWithoutPhaseInput;
1618
1618
  };
1619
1619
  export type ContractPhaseUncheckedCreateWithoutPaymentsInput = {
1620
1620
  id?: string;
@@ -1649,7 +1649,7 @@ export type ContractPhaseUncheckedCreateWithoutPaymentsInput = {
1649
1649
  createdAt?: Date | string;
1650
1650
  updatedAt?: Date | string;
1651
1651
  installments?: Prisma.ContractInstallmentUncheckedCreateNestedManyWithoutPhaseInput;
1652
- steps?: Prisma.ContractPhaseStepUncheckedCreateNestedManyWithoutPhaseInput;
1652
+ steps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutPhaseInput;
1653
1653
  };
1654
1654
  export type ContractPhaseCreateOrConnectWithoutPaymentsInput = {
1655
1655
  where: Prisma.ContractPhaseWhereUniqueInput;
@@ -1697,7 +1697,7 @@ export type ContractPhaseUpdateWithoutPaymentsInput = {
1697
1697
  contract?: Prisma.ContractUpdateOneRequiredWithoutPhasesNestedInput;
1698
1698
  paymentPlan?: Prisma.PaymentPlanUpdateOneWithoutContractPhasesNestedInput;
1699
1699
  installments?: Prisma.ContractInstallmentUpdateManyWithoutPhaseNestedInput;
1700
- steps?: Prisma.ContractPhaseStepUpdateManyWithoutPhaseNestedInput;
1700
+ steps?: Prisma.DocumentationStepUpdateManyWithoutPhaseNestedInput;
1701
1701
  };
1702
1702
  export type ContractPhaseUncheckedUpdateWithoutPaymentsInput = {
1703
1703
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -1732,7 +1732,7 @@ export type ContractPhaseUncheckedUpdateWithoutPaymentsInput = {
1732
1732
  createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1733
1733
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1734
1734
  installments?: Prisma.ContractInstallmentUncheckedUpdateManyWithoutPhaseNestedInput;
1735
- steps?: Prisma.ContractPhaseStepUncheckedUpdateManyWithoutPhaseNestedInput;
1735
+ steps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutPhaseNestedInput;
1736
1736
  };
1737
1737
  export type ContractPhaseCreateManyPaymentPlanInput = {
1738
1738
  id?: string;
@@ -1799,7 +1799,7 @@ export type ContractPhaseUpdateWithoutPaymentPlanInput = {
1799
1799
  contract?: Prisma.ContractUpdateOneRequiredWithoutPhasesNestedInput;
1800
1800
  installments?: Prisma.ContractInstallmentUpdateManyWithoutPhaseNestedInput;
1801
1801
  payments?: Prisma.ContractPaymentUpdateManyWithoutPhaseNestedInput;
1802
- steps?: Prisma.ContractPhaseStepUpdateManyWithoutPhaseNestedInput;
1802
+ steps?: Prisma.DocumentationStepUpdateManyWithoutPhaseNestedInput;
1803
1803
  };
1804
1804
  export type ContractPhaseUncheckedUpdateWithoutPaymentPlanInput = {
1805
1805
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -1834,7 +1834,7 @@ export type ContractPhaseUncheckedUpdateWithoutPaymentPlanInput = {
1834
1834
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1835
1835
  installments?: Prisma.ContractInstallmentUncheckedUpdateManyWithoutPhaseNestedInput;
1836
1836
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPhaseNestedInput;
1837
- steps?: Prisma.ContractPhaseStepUncheckedUpdateManyWithoutPhaseNestedInput;
1837
+ steps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutPhaseNestedInput;
1838
1838
  };
1839
1839
  export type ContractPhaseUncheckedUpdateManyWithoutPaymentPlanInput = {
1840
1840
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -1933,7 +1933,7 @@ export type ContractPhaseUpdateWithoutContractInput = {
1933
1933
  paymentPlan?: Prisma.PaymentPlanUpdateOneWithoutContractPhasesNestedInput;
1934
1934
  installments?: Prisma.ContractInstallmentUpdateManyWithoutPhaseNestedInput;
1935
1935
  payments?: Prisma.ContractPaymentUpdateManyWithoutPhaseNestedInput;
1936
- steps?: Prisma.ContractPhaseStepUpdateManyWithoutPhaseNestedInput;
1936
+ steps?: Prisma.DocumentationStepUpdateManyWithoutPhaseNestedInput;
1937
1937
  };
1938
1938
  export type ContractPhaseUncheckedUpdateWithoutContractInput = {
1939
1939
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -1968,7 +1968,7 @@ export type ContractPhaseUncheckedUpdateWithoutContractInput = {
1968
1968
  updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1969
1969
  installments?: Prisma.ContractInstallmentUncheckedUpdateManyWithoutPhaseNestedInput;
1970
1970
  payments?: Prisma.ContractPaymentUncheckedUpdateManyWithoutPhaseNestedInput;
1971
- steps?: Prisma.ContractPhaseStepUncheckedUpdateManyWithoutPhaseNestedInput;
1971
+ steps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutPhaseNestedInput;
1972
1972
  };
1973
1973
  export type ContractPhaseUncheckedUpdateManyWithoutContractInput = {
1974
1974
  id?: Prisma.StringFieldUpdateOperationsInput | string;
@@ -2040,7 +2040,7 @@ export type ContractPhaseCountOutputTypeCountPaymentsArgs<ExtArgs extends runtim
2040
2040
  * ContractPhaseCountOutputType without action
2041
2041
  */
2042
2042
  export type ContractPhaseCountOutputTypeCountStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2043
- where?: Prisma.ContractPhaseStepWhereInput;
2043
+ where?: Prisma.DocumentationStepWhereInput;
2044
2044
  };
2045
2045
  export type ContractPhaseSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2046
2046
  id?: boolean;
@@ -2130,7 +2130,7 @@ export type $ContractPhasePayload<ExtArgs extends runtime.Types.Extensions.Inter
2130
2130
  paymentPlan: Prisma.$PaymentPlanPayload<ExtArgs> | null;
2131
2131
  installments: Prisma.$ContractInstallmentPayload<ExtArgs>[];
2132
2132
  payments: Prisma.$ContractPaymentPayload<ExtArgs>[];
2133
- steps: Prisma.$ContractPhaseStepPayload<ExtArgs>[];
2133
+ steps: Prisma.$DocumentationStepPayload<ExtArgs>[];
2134
2134
  };
2135
2135
  scalars: runtime.Types.Extensions.GetPayloadResult<{
2136
2136
  id: string;
@@ -2445,7 +2445,7 @@ export interface Prisma__ContractPhaseClient<T, Null = never, ExtArgs extends ru
2445
2445
  paymentPlan<T extends Prisma.ContractPhase$paymentPlanArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ContractPhase$paymentPlanArgs<ExtArgs>>): Prisma.Prisma__PaymentPlanClient<runtime.Types.Result.GetResult<Prisma.$PaymentPlanPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
2446
2446
  installments<T extends Prisma.ContractPhase$installmentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ContractPhase$installmentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractInstallmentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
2447
2447
  payments<T extends Prisma.ContractPhase$paymentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ContractPhase$paymentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractPaymentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
2448
- steps<T extends Prisma.ContractPhase$stepsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ContractPhase$stepsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractPhaseStepPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
2448
+ steps<T extends Prisma.ContractPhase$stepsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ContractPhase$stepsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
2449
2449
  /**
2450
2450
  * Attaches callbacks for the resolution and/or rejection of the Promise.
2451
2451
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -2898,23 +2898,23 @@ export type ContractPhase$paymentsArgs<ExtArgs extends runtime.Types.Extensions.
2898
2898
  */
2899
2899
  export type ContractPhase$stepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2900
2900
  /**
2901
- * Select specific fields to fetch from the ContractPhaseStep
2901
+ * Select specific fields to fetch from the DocumentationStep
2902
2902
  */
2903
- select?: Prisma.ContractPhaseStepSelect<ExtArgs> | null;
2903
+ select?: Prisma.DocumentationStepSelect<ExtArgs> | null;
2904
2904
  /**
2905
- * Omit specific fields from the ContractPhaseStep
2905
+ * Omit specific fields from the DocumentationStep
2906
2906
  */
2907
- omit?: Prisma.ContractPhaseStepOmit<ExtArgs> | null;
2907
+ omit?: Prisma.DocumentationStepOmit<ExtArgs> | null;
2908
2908
  /**
2909
2909
  * Choose, which related nodes to fetch as well
2910
2910
  */
2911
- include?: Prisma.ContractPhaseStepInclude<ExtArgs> | null;
2912
- where?: Prisma.ContractPhaseStepWhereInput;
2913
- orderBy?: Prisma.ContractPhaseStepOrderByWithRelationInput | Prisma.ContractPhaseStepOrderByWithRelationInput[];
2914
- cursor?: Prisma.ContractPhaseStepWhereUniqueInput;
2911
+ include?: Prisma.DocumentationStepInclude<ExtArgs> | null;
2912
+ where?: Prisma.DocumentationStepWhereInput;
2913
+ orderBy?: Prisma.DocumentationStepOrderByWithRelationInput | Prisma.DocumentationStepOrderByWithRelationInput[];
2914
+ cursor?: Prisma.DocumentationStepWhereUniqueInput;
2915
2915
  take?: number;
2916
2916
  skip?: number;
2917
- distinct?: Prisma.ContractPhaseStepScalarFieldEnum | Prisma.ContractPhaseStepScalarFieldEnum[];
2917
+ distinct?: Prisma.DocumentationStepScalarFieldEnum | Prisma.DocumentationStepScalarFieldEnum[];
2918
2918
  };
2919
2919
  /**
2920
2920
  * ContractPhase without action