@valentine-efagene/qshelter-common 2.0.53 → 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 +2 -16
- package/dist/generated/client/enums.js +3 -15
- 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 +13 -207
- package/dist/generated/client/internal/prismaNamespace.js +12 -60
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +12 -64
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +12 -60
- package/dist/generated/client/models/Contract.d.ts +464 -273
- package/dist/generated/client/models/DocumentationStep.d.ts +242 -1
- 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/migrations/20260105004059_add_superseded_phase_status/migration.sql +2 -0
- package/prisma/migrations/20260105074701_add_underwriting_step_types/migration.sql +17 -0
- package/prisma/schema.prisma +25 -137
|
@@ -220,7 +220,6 @@ export type PropertyPaymentMethodWhereInput = {
|
|
|
220
220
|
properties?: Prisma.PropertyPaymentMethodLinkListRelationFilter;
|
|
221
221
|
phases?: Prisma.PropertyPaymentMethodPhaseListRelationFilter;
|
|
222
222
|
contracts?: Prisma.ContractListRelationFilter;
|
|
223
|
-
prequalifications?: Prisma.PrequalificationListRelationFilter;
|
|
224
223
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
225
224
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
226
225
|
documentRules?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
@@ -243,7 +242,6 @@ export type PropertyPaymentMethodOrderByWithRelationInput = {
|
|
|
243
242
|
properties?: Prisma.PropertyPaymentMethodLinkOrderByRelationAggregateInput;
|
|
244
243
|
phases?: Prisma.PropertyPaymentMethodPhaseOrderByRelationAggregateInput;
|
|
245
244
|
contracts?: Prisma.ContractOrderByRelationAggregateInput;
|
|
246
|
-
prequalifications?: Prisma.PrequalificationOrderByRelationAggregateInput;
|
|
247
245
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
248
246
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
249
247
|
documentRules?: Prisma.DocumentRequirementRuleOrderByRelationAggregateInput;
|
|
@@ -271,7 +269,6 @@ export type PropertyPaymentMethodWhereUniqueInput = Prisma.AtLeast<{
|
|
|
271
269
|
properties?: Prisma.PropertyPaymentMethodLinkListRelationFilter;
|
|
272
270
|
phases?: Prisma.PropertyPaymentMethodPhaseListRelationFilter;
|
|
273
271
|
contracts?: Prisma.ContractListRelationFilter;
|
|
274
|
-
prequalifications?: Prisma.PrequalificationListRelationFilter;
|
|
275
272
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
276
273
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
277
274
|
documentRules?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
@@ -327,7 +324,6 @@ export type PropertyPaymentMethodCreateInput = {
|
|
|
327
324
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
328
325
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
329
326
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
330
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
331
327
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
332
328
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
333
329
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -349,7 +345,6 @@ export type PropertyPaymentMethodUncheckedCreateInput = {
|
|
|
349
345
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
350
346
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
351
347
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
352
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
353
348
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
354
349
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
355
350
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -371,7 +366,6 @@ export type PropertyPaymentMethodUpdateInput = {
|
|
|
371
366
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
372
367
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
373
368
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
374
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
375
369
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
376
370
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
377
371
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -393,7 +387,6 @@ export type PropertyPaymentMethodUncheckedUpdateInput = {
|
|
|
393
387
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
394
388
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
395
389
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
396
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
397
390
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
398
391
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
399
392
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -584,18 +577,6 @@ export type PropertyPaymentMethodUpdateOneWithoutContractsNestedInput = {
|
|
|
584
577
|
connect?: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
585
578
|
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyPaymentMethodUpdateToOneWithWhereWithoutContractsInput, Prisma.PropertyPaymentMethodUpdateWithoutContractsInput>, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutContractsInput>;
|
|
586
579
|
};
|
|
587
|
-
export type PropertyPaymentMethodCreateNestedOneWithoutPrequalificationsInput = {
|
|
588
|
-
create?: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutPrequalificationsInput>;
|
|
589
|
-
connectOrCreate?: Prisma.PropertyPaymentMethodCreateOrConnectWithoutPrequalificationsInput;
|
|
590
|
-
connect?: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
591
|
-
};
|
|
592
|
-
export type PropertyPaymentMethodUpdateOneRequiredWithoutPrequalificationsNestedInput = {
|
|
593
|
-
create?: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutPrequalificationsInput>;
|
|
594
|
-
connectOrCreate?: Prisma.PropertyPaymentMethodCreateOrConnectWithoutPrequalificationsInput;
|
|
595
|
-
upsert?: Prisma.PropertyPaymentMethodUpsertWithoutPrequalificationsInput;
|
|
596
|
-
connect?: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
597
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyPaymentMethodUpdateToOneWithWhereWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUpdateWithoutPrequalificationsInput>, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutPrequalificationsInput>;
|
|
598
|
-
};
|
|
599
580
|
export type PropertyPaymentMethodCreateNestedOneWithoutChangeRequestsFromInput = {
|
|
600
581
|
create?: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutChangeRequestsFromInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsFromInput>;
|
|
601
582
|
connectOrCreate?: Prisma.PropertyPaymentMethodCreateOrConnectWithoutChangeRequestsFromInput;
|
|
@@ -676,7 +657,6 @@ export type PropertyPaymentMethodCreateWithoutTenantInput = {
|
|
|
676
657
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
677
658
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
678
659
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
679
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
680
660
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
681
661
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
682
662
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -697,7 +677,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutTenantInput = {
|
|
|
697
677
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
698
678
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
699
679
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
700
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
701
680
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
702
681
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
703
682
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -755,7 +734,6 @@ export type PropertyPaymentMethodCreateWithoutPropertiesInput = {
|
|
|
755
734
|
tenant: Prisma.TenantCreateNestedOneWithoutPaymentMethodsInput;
|
|
756
735
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
757
736
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
758
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
759
737
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
760
738
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
761
739
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -776,7 +754,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutPropertiesInput = {
|
|
|
776
754
|
updatedAt?: Date | string;
|
|
777
755
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
778
756
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
779
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
780
757
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
781
758
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
782
759
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -810,7 +787,6 @@ export type PropertyPaymentMethodUpdateWithoutPropertiesInput = {
|
|
|
810
787
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPaymentMethodsNestedInput;
|
|
811
788
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
812
789
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
813
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
814
790
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
815
791
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
816
792
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -831,7 +807,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutPropertiesInput = {
|
|
|
831
807
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
832
808
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
833
809
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
834
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
835
810
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
836
811
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
837
812
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -852,7 +827,6 @@ export type PropertyPaymentMethodCreateWithoutPhasesInput = {
|
|
|
852
827
|
tenant: Prisma.TenantCreateNestedOneWithoutPaymentMethodsInput;
|
|
853
828
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
854
829
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
855
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
856
830
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
857
831
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
858
832
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -873,7 +847,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutPhasesInput = {
|
|
|
873
847
|
updatedAt?: Date | string;
|
|
874
848
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
875
849
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
876
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
877
850
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
878
851
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
879
852
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -907,7 +880,6 @@ export type PropertyPaymentMethodUpdateWithoutPhasesInput = {
|
|
|
907
880
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPaymentMethodsNestedInput;
|
|
908
881
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
909
882
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
910
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
911
883
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
912
884
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
913
885
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -928,7 +900,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutPhasesInput = {
|
|
|
928
900
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
929
901
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
930
902
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
931
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
932
903
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
933
904
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
934
905
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -949,7 +920,6 @@ export type PropertyPaymentMethodCreateWithoutContractsInput = {
|
|
|
949
920
|
tenant: Prisma.TenantCreateNestedOneWithoutPaymentMethodsInput;
|
|
950
921
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
951
922
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
952
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
953
923
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
954
924
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
955
925
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -970,7 +940,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutContractsInput = {
|
|
|
970
940
|
updatedAt?: Date | string;
|
|
971
941
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
972
942
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
973
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
974
943
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
975
944
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
976
945
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -1004,7 +973,6 @@ export type PropertyPaymentMethodUpdateWithoutContractsInput = {
|
|
|
1004
973
|
tenant?: Prisma.TenantUpdateOneRequiredWithoutPaymentMethodsNestedInput;
|
|
1005
974
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1006
975
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1007
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1008
976
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1009
977
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1010
978
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1025,104 +993,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutContractsInput = {
|
|
|
1025
993
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1026
994
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1027
995
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1028
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1029
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1030
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1031
|
-
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1032
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1033
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1034
|
-
};
|
|
1035
|
-
export type PropertyPaymentMethodCreateWithoutPrequalificationsInput = {
|
|
1036
|
-
id?: string;
|
|
1037
|
-
name: string;
|
|
1038
|
-
description?: string | null;
|
|
1039
|
-
isActive?: boolean;
|
|
1040
|
-
allowEarlyPayoff?: boolean;
|
|
1041
|
-
earlyPayoffPenaltyRate?: number | null;
|
|
1042
|
-
autoActivatePhases?: boolean;
|
|
1043
|
-
requiresManualApproval?: boolean;
|
|
1044
|
-
createdAt?: Date | string;
|
|
1045
|
-
updatedAt?: Date | string;
|
|
1046
|
-
tenant: Prisma.TenantCreateNestedOneWithoutPaymentMethodsInput;
|
|
1047
|
-
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
1048
|
-
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
1049
|
-
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
1050
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1051
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1052
|
-
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1053
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1054
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
1055
|
-
};
|
|
1056
|
-
export type PropertyPaymentMethodUncheckedCreateWithoutPrequalificationsInput = {
|
|
1057
|
-
id?: string;
|
|
1058
|
-
tenantId: string;
|
|
1059
|
-
name: string;
|
|
1060
|
-
description?: string | null;
|
|
1061
|
-
isActive?: boolean;
|
|
1062
|
-
allowEarlyPayoff?: boolean;
|
|
1063
|
-
earlyPayoffPenaltyRate?: number | null;
|
|
1064
|
-
autoActivatePhases?: boolean;
|
|
1065
|
-
requiresManualApproval?: boolean;
|
|
1066
|
-
createdAt?: Date | string;
|
|
1067
|
-
updatedAt?: Date | string;
|
|
1068
|
-
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1069
|
-
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1070
|
-
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1071
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1072
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1073
|
-
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1074
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1075
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1076
|
-
};
|
|
1077
|
-
export type PropertyPaymentMethodCreateOrConnectWithoutPrequalificationsInput = {
|
|
1078
|
-
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
1079
|
-
create: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutPrequalificationsInput>;
|
|
1080
|
-
};
|
|
1081
|
-
export type PropertyPaymentMethodUpsertWithoutPrequalificationsInput = {
|
|
1082
|
-
update: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutPrequalificationsInput>;
|
|
1083
|
-
create: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutPrequalificationsInput>;
|
|
1084
|
-
where?: Prisma.PropertyPaymentMethodWhereInput;
|
|
1085
|
-
};
|
|
1086
|
-
export type PropertyPaymentMethodUpdateToOneWithWhereWithoutPrequalificationsInput = {
|
|
1087
|
-
where?: Prisma.PropertyPaymentMethodWhereInput;
|
|
1088
|
-
data: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutPrequalificationsInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutPrequalificationsInput>;
|
|
1089
|
-
};
|
|
1090
|
-
export type PropertyPaymentMethodUpdateWithoutPrequalificationsInput = {
|
|
1091
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1092
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1093
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1094
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1095
|
-
allowEarlyPayoff?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1096
|
-
earlyPayoffPenaltyRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1097
|
-
autoActivatePhases?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1098
|
-
requiresManualApproval?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1099
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1100
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1101
|
-
tenant?: Prisma.TenantUpdateOneRequiredWithoutPaymentMethodsNestedInput;
|
|
1102
|
-
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1103
|
-
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1104
|
-
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1105
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1106
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1107
|
-
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1108
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1109
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1110
|
-
};
|
|
1111
|
-
export type PropertyPaymentMethodUncheckedUpdateWithoutPrequalificationsInput = {
|
|
1112
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1113
|
-
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1114
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1115
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1116
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1117
|
-
allowEarlyPayoff?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1118
|
-
earlyPayoffPenaltyRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1119
|
-
autoActivatePhases?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1120
|
-
requiresManualApproval?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1121
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1122
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1123
|
-
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1124
|
-
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1125
|
-
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1126
996
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1127
997
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1128
998
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1144,7 +1014,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRequestsFromInput = {
|
|
|
1144
1014
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
1145
1015
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
1146
1016
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
1147
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
1148
1017
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1149
1018
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1150
1019
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
@@ -1165,7 +1034,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsFromInput =
|
|
|
1165
1034
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1166
1035
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1167
1036
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1168
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1169
1037
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1170
1038
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1171
1039
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
@@ -1190,7 +1058,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRequestsToInput = {
|
|
|
1190
1058
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
1191
1059
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
1192
1060
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
1193
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
1194
1061
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1195
1062
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1196
1063
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
@@ -1211,7 +1078,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsToInput = {
|
|
|
1211
1078
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1212
1079
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1213
1080
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1214
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1215
1081
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1216
1082
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1217
1083
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
@@ -1245,7 +1111,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRequestsFromInput = {
|
|
|
1245
1111
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1246
1112
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1247
1113
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1248
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1249
1114
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1250
1115
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1251
1116
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
@@ -1266,7 +1131,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsFromInput =
|
|
|
1266
1131
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1267
1132
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1268
1133
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1269
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1270
1134
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1271
1135
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1272
1136
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
@@ -1296,7 +1160,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRequestsToInput = {
|
|
|
1296
1160
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1297
1161
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1298
1162
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1299
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1300
1163
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1301
1164
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1302
1165
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
@@ -1317,7 +1180,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsToInput = {
|
|
|
1317
1180
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1318
1181
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1319
1182
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1320
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1321
1183
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1322
1184
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1323
1185
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
@@ -1338,7 +1200,6 @@ export type PropertyPaymentMethodCreateWithoutDocumentRulesInput = {
|
|
|
1338
1200
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
1339
1201
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
1340
1202
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
1341
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
1342
1203
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1343
1204
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1344
1205
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
@@ -1359,7 +1220,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutDocumentRulesInput = {
|
|
|
1359
1220
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1360
1221
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1361
1222
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1362
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1363
1223
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1364
1224
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1365
1225
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
@@ -1384,7 +1244,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRulesFromInput = {
|
|
|
1384
1244
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
1385
1245
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
1386
1246
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
1387
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
1388
1247
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1389
1248
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1390
1249
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -1405,7 +1264,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRulesFromInput = {
|
|
|
1405
1264
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1406
1265
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1407
1266
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1408
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1409
1267
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1410
1268
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1411
1269
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -1430,7 +1288,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRulesToInput = {
|
|
|
1430
1288
|
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
1431
1289
|
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
1432
1290
|
contracts?: Prisma.ContractCreateNestedManyWithoutPaymentMethodInput;
|
|
1433
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPaymentMethodInput;
|
|
1434
1291
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1435
1292
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1436
1293
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -1451,7 +1308,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRulesToInput = {
|
|
|
1451
1308
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1452
1309
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1453
1310
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1454
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1455
1311
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1456
1312
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1457
1313
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
@@ -1485,7 +1341,6 @@ export type PropertyPaymentMethodUpdateWithoutDocumentRulesInput = {
|
|
|
1485
1341
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1486
1342
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1487
1343
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1488
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1489
1344
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1490
1345
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1491
1346
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
@@ -1506,7 +1361,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutDocumentRulesInput = {
|
|
|
1506
1361
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1507
1362
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1508
1363
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1509
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1510
1364
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1511
1365
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1512
1366
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
@@ -1536,7 +1390,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRulesFromInput = {
|
|
|
1536
1390
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1537
1391
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1538
1392
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1539
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1540
1393
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1541
1394
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1542
1395
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1557,7 +1410,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesFromInput = {
|
|
|
1557
1410
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1558
1411
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1559
1412
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1560
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1561
1413
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1562
1414
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1563
1415
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1587,7 +1439,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRulesToInput = {
|
|
|
1587
1439
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1588
1440
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1589
1441
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1590
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1591
1442
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1592
1443
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1593
1444
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1608,7 +1459,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesToInput = {
|
|
|
1608
1459
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1609
1460
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1610
1461
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1611
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1612
1462
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1613
1463
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1614
1464
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1640,7 +1490,6 @@ export type PropertyPaymentMethodUpdateWithoutTenantInput = {
|
|
|
1640
1490
|
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
1641
1491
|
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
1642
1492
|
contracts?: Prisma.ContractUpdateManyWithoutPaymentMethodNestedInput;
|
|
1643
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPaymentMethodNestedInput;
|
|
1644
1493
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1645
1494
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1646
1495
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1661,7 +1510,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutTenantInput = {
|
|
|
1661
1510
|
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1662
1511
|
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1663
1512
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1664
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1665
1513
|
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1666
1514
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1667
1515
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
@@ -1687,7 +1535,6 @@ export type PropertyPaymentMethodCountOutputType = {
|
|
|
1687
1535
|
properties: number;
|
|
1688
1536
|
phases: number;
|
|
1689
1537
|
contracts: number;
|
|
1690
|
-
prequalifications: number;
|
|
1691
1538
|
changeRequestsFrom: number;
|
|
1692
1539
|
changeRequestsTo: number;
|
|
1693
1540
|
documentRules: number;
|
|
@@ -1698,7 +1545,6 @@ export type PropertyPaymentMethodCountOutputTypeSelect<ExtArgs extends runtime.T
|
|
|
1698
1545
|
properties?: boolean | PropertyPaymentMethodCountOutputTypeCountPropertiesArgs;
|
|
1699
1546
|
phases?: boolean | PropertyPaymentMethodCountOutputTypeCountPhasesArgs;
|
|
1700
1547
|
contracts?: boolean | PropertyPaymentMethodCountOutputTypeCountContractsArgs;
|
|
1701
|
-
prequalifications?: boolean | PropertyPaymentMethodCountOutputTypeCountPrequalificationsArgs;
|
|
1702
1548
|
changeRequestsFrom?: boolean | PropertyPaymentMethodCountOutputTypeCountChangeRequestsFromArgs;
|
|
1703
1549
|
changeRequestsTo?: boolean | PropertyPaymentMethodCountOutputTypeCountChangeRequestsToArgs;
|
|
1704
1550
|
documentRules?: boolean | PropertyPaymentMethodCountOutputTypeCountDocumentRulesArgs;
|
|
@@ -1732,12 +1578,6 @@ export type PropertyPaymentMethodCountOutputTypeCountPhasesArgs<ExtArgs extends
|
|
|
1732
1578
|
export type PropertyPaymentMethodCountOutputTypeCountContractsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1733
1579
|
where?: Prisma.ContractWhereInput;
|
|
1734
1580
|
};
|
|
1735
|
-
/**
|
|
1736
|
-
* PropertyPaymentMethodCountOutputType without action
|
|
1737
|
-
*/
|
|
1738
|
-
export type PropertyPaymentMethodCountOutputTypeCountPrequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1739
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
1740
|
-
};
|
|
1741
1581
|
/**
|
|
1742
1582
|
* PropertyPaymentMethodCountOutputType without action
|
|
1743
1583
|
*/
|
|
@@ -1784,7 +1624,6 @@ export type PropertyPaymentMethodSelect<ExtArgs extends runtime.Types.Extensions
|
|
|
1784
1624
|
properties?: boolean | Prisma.PropertyPaymentMethod$propertiesArgs<ExtArgs>;
|
|
1785
1625
|
phases?: boolean | Prisma.PropertyPaymentMethod$phasesArgs<ExtArgs>;
|
|
1786
1626
|
contracts?: boolean | Prisma.PropertyPaymentMethod$contractsArgs<ExtArgs>;
|
|
1787
|
-
prequalifications?: boolean | Prisma.PropertyPaymentMethod$prequalificationsArgs<ExtArgs>;
|
|
1788
1627
|
changeRequestsFrom?: boolean | Prisma.PropertyPaymentMethod$changeRequestsFromArgs<ExtArgs>;
|
|
1789
1628
|
changeRequestsTo?: boolean | Prisma.PropertyPaymentMethod$changeRequestsToArgs<ExtArgs>;
|
|
1790
1629
|
documentRules?: boolean | Prisma.PropertyPaymentMethod$documentRulesArgs<ExtArgs>;
|
|
@@ -1811,7 +1650,6 @@ export type PropertyPaymentMethodInclude<ExtArgs extends runtime.Types.Extension
|
|
|
1811
1650
|
properties?: boolean | Prisma.PropertyPaymentMethod$propertiesArgs<ExtArgs>;
|
|
1812
1651
|
phases?: boolean | Prisma.PropertyPaymentMethod$phasesArgs<ExtArgs>;
|
|
1813
1652
|
contracts?: boolean | Prisma.PropertyPaymentMethod$contractsArgs<ExtArgs>;
|
|
1814
|
-
prequalifications?: boolean | Prisma.PropertyPaymentMethod$prequalificationsArgs<ExtArgs>;
|
|
1815
1653
|
changeRequestsFrom?: boolean | Prisma.PropertyPaymentMethod$changeRequestsFromArgs<ExtArgs>;
|
|
1816
1654
|
changeRequestsTo?: boolean | Prisma.PropertyPaymentMethod$changeRequestsToArgs<ExtArgs>;
|
|
1817
1655
|
documentRules?: boolean | Prisma.PropertyPaymentMethod$documentRulesArgs<ExtArgs>;
|
|
@@ -1826,7 +1664,6 @@ export type $PropertyPaymentMethodPayload<ExtArgs extends runtime.Types.Extensio
|
|
|
1826
1664
|
properties: Prisma.$PropertyPaymentMethodLinkPayload<ExtArgs>[];
|
|
1827
1665
|
phases: Prisma.$PropertyPaymentMethodPhasePayload<ExtArgs>[];
|
|
1828
1666
|
contracts: Prisma.$ContractPayload<ExtArgs>[];
|
|
1829
|
-
prequalifications: Prisma.$PrequalificationPayload<ExtArgs>[];
|
|
1830
1667
|
changeRequestsFrom: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
1831
1668
|
changeRequestsTo: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
1832
1669
|
documentRules: Prisma.$DocumentRequirementRulePayload<ExtArgs>[];
|
|
@@ -2126,7 +1963,6 @@ export interface Prisma__PropertyPaymentMethodClient<T, Null = never, ExtArgs ex
|
|
|
2126
1963
|
properties<T extends Prisma.PropertyPaymentMethod$propertiesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$propertiesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyPaymentMethodLinkPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2127
1964
|
phases<T extends Prisma.PropertyPaymentMethod$phasesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$phasesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyPaymentMethodPhasePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2128
1965
|
contracts<T extends Prisma.PropertyPaymentMethod$contractsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$contractsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2129
|
-
prequalifications<T extends Prisma.PropertyPaymentMethod$prequalificationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$prequalificationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PrequalificationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2130
1966
|
changeRequestsFrom<T extends Prisma.PropertyPaymentMethod$changeRequestsFromArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$changeRequestsFromArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2131
1967
|
changeRequestsTo<T extends Prisma.PropertyPaymentMethod$changeRequestsToArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$changeRequestsToArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2132
1968
|
documentRules<T extends Prisma.PropertyPaymentMethod$documentRulesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$documentRulesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentRequirementRulePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
@@ -2564,29 +2400,6 @@ export type PropertyPaymentMethod$contractsArgs<ExtArgs extends runtime.Types.Ex
|
|
|
2564
2400
|
skip?: number;
|
|
2565
2401
|
distinct?: Prisma.ContractScalarFieldEnum | Prisma.ContractScalarFieldEnum[];
|
|
2566
2402
|
};
|
|
2567
|
-
/**
|
|
2568
|
-
* PropertyPaymentMethod.prequalifications
|
|
2569
|
-
*/
|
|
2570
|
-
export type PropertyPaymentMethod$prequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2571
|
-
/**
|
|
2572
|
-
* Select specific fields to fetch from the Prequalification
|
|
2573
|
-
*/
|
|
2574
|
-
select?: Prisma.PrequalificationSelect<ExtArgs> | null;
|
|
2575
|
-
/**
|
|
2576
|
-
* Omit specific fields from the Prequalification
|
|
2577
|
-
*/
|
|
2578
|
-
omit?: Prisma.PrequalificationOmit<ExtArgs> | null;
|
|
2579
|
-
/**
|
|
2580
|
-
* Choose, which related nodes to fetch as well
|
|
2581
|
-
*/
|
|
2582
|
-
include?: Prisma.PrequalificationInclude<ExtArgs> | null;
|
|
2583
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
2584
|
-
orderBy?: Prisma.PrequalificationOrderByWithRelationInput | Prisma.PrequalificationOrderByWithRelationInput[];
|
|
2585
|
-
cursor?: Prisma.PrequalificationWhereUniqueInput;
|
|
2586
|
-
take?: number;
|
|
2587
|
-
skip?: number;
|
|
2588
|
-
distinct?: Prisma.PrequalificationScalarFieldEnum | Prisma.PrequalificationScalarFieldEnum[];
|
|
2589
|
-
};
|
|
2590
2403
|
/**
|
|
2591
2404
|
* PropertyPaymentMethod.changeRequestsFrom
|
|
2592
2405
|
*/
|