@valentine-efagene/qshelter-common 2.0.157 → 2.0.158
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 +1 -1
- package/dist/generated/client/client.d.ts +1 -1
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +2 -4
- package/dist/generated/client/internal/prismaNamespace.js +2 -4
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +2 -4
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +2 -4
- package/dist/generated/client/models/BankDocumentRequirement.d.ts +90 -154
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +3 -192
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +227 -4
- package/package.json +1 -1
- package/prisma/migrations/0_init/migration.sql +2327 -0
- package/prisma/schema.prisma +17 -18
- package/prisma/migrations/20251228081517_create_initial_tables/migration.sql +0 -707
- package/prisma/migrations/20251228083337_refresh_token_hash/migration.sql +0 -16
- package/prisma/migrations/20251228084551/migration.sql +0 -16
- package/prisma/migrations/20251230104059_add_property_variants/migration.sql +0 -622
- package/prisma/migrations/20251230113413_add_multitenancy/migration.sql +0 -54
- package/prisma/migrations/20251230231217_add_prequalification_and_payment_method_change/migration.sql +0 -137
- package/prisma/migrations/20260101081428_normalize_schema/migration.sql +0 -119
- package/prisma/migrations/20260101102022_add_contract_termination/migration.sql +0 -69
- package/prisma/migrations/20260101110958_add_collect_funds/migration.sql +0 -8
- package/prisma/migrations/20260104084843_add_document_templates_and_offer_letters/migration.sql +0 -77
- package/prisma/migrations/20260104095131_add_underwriting_decision/migration.sql +0 -31
- package/prisma/migrations/20260104170149_add_generate_document_step_type/migration.sql +0 -5
- package/prisma/migrations/20260104172349_add_metadata_to_contract_phase_step/migration.sql +0 -2
- package/prisma/migrations/20260104174626_make_offer_letter_template_optional/migration.sql +0 -11
- package/prisma/migrations/20260105004059_add_superseded_phase_status/migration.sql +0 -2
- package/prisma/migrations/20260105074701_add_underwriting_step_types/migration.sql +0 -17
- package/prisma/migrations/20260105080236_remove_prequalification_model/migration.sql +0 -37
- package/prisma/migrations/20260105081842_unify_contract_events/migration.sql +0 -37
- package/prisma/migrations/20260105085337_simplify_los_remove_prequalification/migration.sql +0 -1
- package/prisma/migrations/20260105094604_workflow_tracking_current_step/migration.sql +0 -14
- package/prisma/migrations/20260105130633_add_api_keys/migration.sql +0 -26
- package/prisma/migrations/20260105151535_add_event_workflow_system/migration.sql +0 -132
- package/prisma/migrations/20260105160757_add_sns_handler_type/migration.sql +0 -2
- package/prisma/migrations/20260106003757_business_friendly_handler_types/migration.sql +0 -28
- package/prisma/migrations/20260106062140_add_step_event_attachments/migration.sql +0 -22
- package/prisma/migrations/20260107121844_add_property_transfer_requests/migration.sql +0 -64
- package/prisma/migrations/20260107172301_add_approval_request_model/migration.sql +0 -46
- package/prisma/migrations/20260107214834_add_contract_refund_model/migration.sql +0 -64
- package/prisma/migrations/20260108051928_add_approval_request_type_status_index/migration.sql +0 -2
- package/prisma/migrations/20260109132751_update_transfer_flow/migration.sql +0 -343
- package/prisma/migrations/20260111091027_rbac_redesign_federated_users/migration.sql +0 -79
- package/prisma/migrations/20260112000006_add_phase_event_attachments/migration.sql +0 -22
- package/prisma/migrations/20260112041159_add_flexible_term_configuration/migration.sql +0 -11
- package/prisma/migrations/20260112080730_rename_contract_to_application/migration.sql +0 -293
- package/prisma/migrations/20260112081422_cleanup_rename_contract_to_application/migration.sql +0 -14
- package/prisma/migrations/20260113000000_remove_workflow_analytics_summary/migration.sql +0 -5
- package/prisma/migrations/20260113110450_add_tenant_id_to_child_models/migration.sql +0 -334
- package/prisma/migrations/20260113122855_add_tenant_to_remaining_models/migration.sql +0 -64
- package/prisma/migrations/20260114034523_add_documentation_plan/migration.sql +0 -52
- package/prisma/migrations/20260114053042_add_questionnaire_plan/migration.sql +0 -73
- package/prisma/migrations/20260114164044_add_condition_to_documentation_plan_step/migration.sql +0 -10
- package/prisma/migrations/20260115055636_add_unit_locking/migration.sql +0 -16
- package/prisma/migrations/20260115060132_add_phase_template_reference/migration.sql +0 -8
- package/prisma/migrations/20260115084033_add_gate_step_type/migration.sql +0 -29
- package/prisma/migrations/20260115123703_add_organizations/migration.sql +0 -69
- package/prisma/migrations/20260115125519_add_requires_manual_review_to_step/migration.sql +0 -2
- package/prisma/migrations/20260115134106_add_conditional_step_support/migration.sql +0 -11
- package/prisma/migrations/20260116090633_add_question_category_enum/migration.sql +0 -8
- package/prisma/migrations/20260116152051_add_multi_party_document_review/migration.sql +0 -59
- package/prisma/migrations/20260116153745_add_platform_organization_type/migration.sql +0 -3
- package/prisma/migrations/20260119180401_add_document_name_remove_required_doc_types/migration.sql +0 -14
- package/prisma/migrations/20260119190336_add_document_approval_workflow/migration.sql +0 -134
- package/prisma/migrations/20260120024650_add_questionnaire_phase_review/migration.sql +0 -102
- package/prisma/migrations/20260121155057_add_event_execution_and_bank_docs/migration.sql +0 -198
- package/prisma/migrations/20260121161937_add_phase_step_order_unique_constraints/migration.sql +0 -12
- package/prisma/migrations/20260121163910_add_optimistic_locking/migration.sql +0 -14
- package/prisma/migrations/20260125090213_remove_is_published_use_status_enum/migration.sql +0 -10
- package/prisma/migrations/20260125102448_org_types_many_to_many/migration.sql +0 -153
- package/prisma/migrations/20260125103700_20260125102448_org_types_many_to_many_fix/migration.sql +0 -5
- package/prisma/migrations/20260126031132_add_organization_id_to_property/migration.sql +0 -8
- package/prisma/migrations/migration_lock.toml +0 -3
|
@@ -319,6 +319,7 @@ export type PropertyPaymentMethodPhaseWhereInput = {
|
|
|
319
319
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldListRelationFilter;
|
|
320
320
|
eventAttachments?: Prisma.PhaseEventAttachmentListRelationFilter;
|
|
321
321
|
applicationPhases?: Prisma.ApplicationPhaseListRelationFilter;
|
|
322
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementListRelationFilter;
|
|
322
323
|
};
|
|
323
324
|
export type PropertyPaymentMethodPhaseOrderByWithRelationInput = {
|
|
324
325
|
id?: Prisma.SortOrder;
|
|
@@ -353,6 +354,7 @@ export type PropertyPaymentMethodPhaseOrderByWithRelationInput = {
|
|
|
353
354
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldOrderByRelationAggregateInput;
|
|
354
355
|
eventAttachments?: Prisma.PhaseEventAttachmentOrderByRelationAggregateInput;
|
|
355
356
|
applicationPhases?: Prisma.ApplicationPhaseOrderByRelationAggregateInput;
|
|
357
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementOrderByRelationAggregateInput;
|
|
356
358
|
_relevance?: Prisma.PropertyPaymentMethodPhaseOrderByRelevanceInput;
|
|
357
359
|
};
|
|
358
360
|
export type PropertyPaymentMethodPhaseWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -392,6 +394,7 @@ export type PropertyPaymentMethodPhaseWhereUniqueInput = Prisma.AtLeast<{
|
|
|
392
394
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldListRelationFilter;
|
|
393
395
|
eventAttachments?: Prisma.PhaseEventAttachmentListRelationFilter;
|
|
394
396
|
applicationPhases?: Prisma.ApplicationPhaseListRelationFilter;
|
|
397
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementListRelationFilter;
|
|
395
398
|
}, "id" | "paymentMethodId_order">;
|
|
396
399
|
export type PropertyPaymentMethodPhaseOrderByWithAggregationInput = {
|
|
397
400
|
id?: Prisma.SortOrder;
|
|
@@ -477,6 +480,7 @@ export type PropertyPaymentMethodPhaseCreateInput = {
|
|
|
477
480
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
478
481
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
479
482
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
483
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
480
484
|
};
|
|
481
485
|
export type PropertyPaymentMethodPhaseUncheckedCreateInput = {
|
|
482
486
|
id?: string;
|
|
@@ -506,6 +510,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateInput = {
|
|
|
506
510
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
507
511
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
508
512
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
513
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
509
514
|
};
|
|
510
515
|
export type PropertyPaymentMethodPhaseUpdateInput = {
|
|
511
516
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -535,6 +540,7 @@ export type PropertyPaymentMethodPhaseUpdateInput = {
|
|
|
535
540
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
536
541
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
537
542
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
543
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
538
544
|
};
|
|
539
545
|
export type PropertyPaymentMethodPhaseUncheckedUpdateInput = {
|
|
540
546
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -564,6 +570,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateInput = {
|
|
|
564
570
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
565
571
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
566
572
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
573
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
567
574
|
};
|
|
568
575
|
export type PropertyPaymentMethodPhaseCreateManyInput = {
|
|
569
576
|
id?: string;
|
|
@@ -632,6 +639,10 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateManyInput = {
|
|
|
632
639
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
633
640
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
634
641
|
};
|
|
642
|
+
export type PropertyPaymentMethodPhaseScalarRelationFilter = {
|
|
643
|
+
is?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
644
|
+
isNot?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
645
|
+
};
|
|
635
646
|
export type PropertyPaymentMethodPhaseListRelationFilter = {
|
|
636
647
|
every?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
637
648
|
some?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
@@ -729,14 +740,22 @@ export type PropertyPaymentMethodPhaseSumOrderByAggregateInput = {
|
|
|
729
740
|
percentOfPrice?: Prisma.SortOrder;
|
|
730
741
|
minimumCompletionPercentage?: Prisma.SortOrder;
|
|
731
742
|
};
|
|
732
|
-
export type PropertyPaymentMethodPhaseScalarRelationFilter = {
|
|
733
|
-
is?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
734
|
-
isNot?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
735
|
-
};
|
|
736
743
|
export type PropertyPaymentMethodPhaseNullableScalarRelationFilter = {
|
|
737
744
|
is?: Prisma.PropertyPaymentMethodPhaseWhereInput | null;
|
|
738
745
|
isNot?: Prisma.PropertyPaymentMethodPhaseWhereInput | null;
|
|
739
746
|
};
|
|
747
|
+
export type PropertyPaymentMethodPhaseCreateNestedOneWithoutBankDocumentRequirementsInput = {
|
|
748
|
+
create?: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
749
|
+
connectOrCreate?: Prisma.PropertyPaymentMethodPhaseCreateOrConnectWithoutBankDocumentRequirementsInput;
|
|
750
|
+
connect?: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
751
|
+
};
|
|
752
|
+
export type PropertyPaymentMethodPhaseUpdateOneRequiredWithoutBankDocumentRequirementsNestedInput = {
|
|
753
|
+
create?: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
754
|
+
connectOrCreate?: Prisma.PropertyPaymentMethodPhaseCreateOrConnectWithoutBankDocumentRequirementsInput;
|
|
755
|
+
upsert?: Prisma.PropertyPaymentMethodPhaseUpsertWithoutBankDocumentRequirementsInput;
|
|
756
|
+
connect?: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
757
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyPaymentMethodPhaseUpdateToOneWithWhereWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUpdateWithoutBankDocumentRequirementsInput>, Prisma.PropertyPaymentMethodPhaseUncheckedUpdateWithoutBankDocumentRequirementsInput>;
|
|
758
|
+
};
|
|
740
759
|
export type PropertyPaymentMethodPhaseCreateNestedManyWithoutTenantInput = {
|
|
741
760
|
create?: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseCreateWithoutTenantInput, Prisma.PropertyPaymentMethodPhaseUncheckedCreateWithoutTenantInput> | Prisma.PropertyPaymentMethodPhaseCreateWithoutTenantInput[] | Prisma.PropertyPaymentMethodPhaseUncheckedCreateWithoutTenantInput[];
|
|
742
761
|
connectOrCreate?: Prisma.PropertyPaymentMethodPhaseCreateOrConnectWithoutTenantInput | Prisma.PropertyPaymentMethodPhaseCreateOrConnectWithoutTenantInput[];
|
|
@@ -1001,6 +1020,135 @@ export type PropertyPaymentMethodPhaseUpdateOneWithoutApplicationPhasesNestedInp
|
|
|
1001
1020
|
connect?: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
1002
1021
|
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyPaymentMethodPhaseUpdateToOneWithWhereWithoutApplicationPhasesInput, Prisma.PropertyPaymentMethodPhaseUpdateWithoutApplicationPhasesInput>, Prisma.PropertyPaymentMethodPhaseUncheckedUpdateWithoutApplicationPhasesInput>;
|
|
1003
1022
|
};
|
|
1023
|
+
export type PropertyPaymentMethodPhaseCreateWithoutBankDocumentRequirementsInput = {
|
|
1024
|
+
id?: string;
|
|
1025
|
+
name: string;
|
|
1026
|
+
description?: string | null;
|
|
1027
|
+
phaseCategory: $Enums.PhaseCategory;
|
|
1028
|
+
phaseType: $Enums.PhaseType;
|
|
1029
|
+
order: number;
|
|
1030
|
+
interestRate?: number | null;
|
|
1031
|
+
percentOfPrice?: number | null;
|
|
1032
|
+
collectFunds?: boolean | null;
|
|
1033
|
+
requiresPreviousPhaseCompletion?: boolean;
|
|
1034
|
+
minimumCompletionPercentage?: number | null;
|
|
1035
|
+
completionCriterion?: $Enums.CompletionCriterion | null;
|
|
1036
|
+
lockUnitOnComplete?: boolean;
|
|
1037
|
+
stepDefinitionsSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1038
|
+
requiredDocumentSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1039
|
+
createdAt?: Date | string;
|
|
1040
|
+
updatedAt?: Date | string;
|
|
1041
|
+
tenant: Prisma.TenantCreateNestedOneWithoutPropertyPaymentMethodPhasesInput;
|
|
1042
|
+
paymentMethod: Prisma.PropertyPaymentMethodCreateNestedOneWithoutPhasesInput;
|
|
1043
|
+
paymentPlan?: Prisma.PaymentPlanCreateNestedOneWithoutMethodPhasesInput;
|
|
1044
|
+
documentationPlan?: Prisma.DocumentationPlanCreateNestedOneWithoutMethodPhasesInput;
|
|
1045
|
+
questionnairePlan?: Prisma.QuestionnairePlanCreateNestedOneWithoutMethodPhasesInput;
|
|
1046
|
+
steps?: Prisma.PaymentMethodPhaseStepCreateNestedManyWithoutPhaseInput;
|
|
1047
|
+
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentCreateNestedManyWithoutPhaseInput;
|
|
1048
|
+
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1049
|
+
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1050
|
+
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1051
|
+
};
|
|
1052
|
+
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutBankDocumentRequirementsInput = {
|
|
1053
|
+
id?: string;
|
|
1054
|
+
tenantId: string;
|
|
1055
|
+
paymentMethodId: string;
|
|
1056
|
+
paymentPlanId?: string | null;
|
|
1057
|
+
documentationPlanId?: string | null;
|
|
1058
|
+
questionnairePlanId?: string | null;
|
|
1059
|
+
name: string;
|
|
1060
|
+
description?: string | null;
|
|
1061
|
+
phaseCategory: $Enums.PhaseCategory;
|
|
1062
|
+
phaseType: $Enums.PhaseType;
|
|
1063
|
+
order: number;
|
|
1064
|
+
interestRate?: number | null;
|
|
1065
|
+
percentOfPrice?: number | null;
|
|
1066
|
+
collectFunds?: boolean | null;
|
|
1067
|
+
requiresPreviousPhaseCompletion?: boolean;
|
|
1068
|
+
minimumCompletionPercentage?: number | null;
|
|
1069
|
+
completionCriterion?: $Enums.CompletionCriterion | null;
|
|
1070
|
+
lockUnitOnComplete?: boolean;
|
|
1071
|
+
stepDefinitionsSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1072
|
+
requiredDocumentSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1073
|
+
createdAt?: Date | string;
|
|
1074
|
+
updatedAt?: Date | string;
|
|
1075
|
+
steps?: Prisma.PaymentMethodPhaseStepUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1076
|
+
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1077
|
+
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1078
|
+
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1079
|
+
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1080
|
+
};
|
|
1081
|
+
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutBankDocumentRequirementsInput = {
|
|
1082
|
+
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
1083
|
+
create: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
1084
|
+
};
|
|
1085
|
+
export type PropertyPaymentMethodPhaseUpsertWithoutBankDocumentRequirementsInput = {
|
|
1086
|
+
update: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseUpdateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUncheckedUpdateWithoutBankDocumentRequirementsInput>;
|
|
1087
|
+
create: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
1088
|
+
where?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
1089
|
+
};
|
|
1090
|
+
export type PropertyPaymentMethodPhaseUpdateToOneWithWhereWithoutBankDocumentRequirementsInput = {
|
|
1091
|
+
where?: Prisma.PropertyPaymentMethodPhaseWhereInput;
|
|
1092
|
+
data: Prisma.XOR<Prisma.PropertyPaymentMethodPhaseUpdateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodPhaseUncheckedUpdateWithoutBankDocumentRequirementsInput>;
|
|
1093
|
+
};
|
|
1094
|
+
export type PropertyPaymentMethodPhaseUpdateWithoutBankDocumentRequirementsInput = {
|
|
1095
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1096
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1097
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1098
|
+
phaseCategory?: Prisma.EnumPhaseCategoryFieldUpdateOperationsInput | $Enums.PhaseCategory;
|
|
1099
|
+
phaseType?: Prisma.EnumPhaseTypeFieldUpdateOperationsInput | $Enums.PhaseType;
|
|
1100
|
+
order?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1101
|
+
interestRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1102
|
+
percentOfPrice?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1103
|
+
collectFunds?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1104
|
+
requiresPreviousPhaseCompletion?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1105
|
+
minimumCompletionPercentage?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1106
|
+
completionCriterion?: Prisma.NullableEnumCompletionCriterionFieldUpdateOperationsInput | $Enums.CompletionCriterion | null;
|
|
1107
|
+
lockUnitOnComplete?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1108
|
+
stepDefinitionsSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1109
|
+
requiredDocumentSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1110
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1111
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1112
|
+
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertyPaymentMethodPhasesNestedInput;
|
|
1113
|
+
paymentMethod?: Prisma.PropertyPaymentMethodUpdateOneRequiredWithoutPhasesNestedInput;
|
|
1114
|
+
paymentPlan?: Prisma.PaymentPlanUpdateOneWithoutMethodPhasesNestedInput;
|
|
1115
|
+
documentationPlan?: Prisma.DocumentationPlanUpdateOneWithoutMethodPhasesNestedInput;
|
|
1116
|
+
questionnairePlan?: Prisma.QuestionnairePlanUpdateOneWithoutMethodPhasesNestedInput;
|
|
1117
|
+
steps?: Prisma.PaymentMethodPhaseStepUpdateManyWithoutPhaseNestedInput;
|
|
1118
|
+
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUpdateManyWithoutPhaseNestedInput;
|
|
1119
|
+
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
1120
|
+
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
1121
|
+
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1122
|
+
};
|
|
1123
|
+
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutBankDocumentRequirementsInput = {
|
|
1124
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1125
|
+
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1126
|
+
paymentMethodId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1127
|
+
paymentPlanId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1128
|
+
documentationPlanId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1129
|
+
questionnairePlanId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1130
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1131
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1132
|
+
phaseCategory?: Prisma.EnumPhaseCategoryFieldUpdateOperationsInput | $Enums.PhaseCategory;
|
|
1133
|
+
phaseType?: Prisma.EnumPhaseTypeFieldUpdateOperationsInput | $Enums.PhaseType;
|
|
1134
|
+
order?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1135
|
+
interestRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1136
|
+
percentOfPrice?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1137
|
+
collectFunds?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1138
|
+
requiresPreviousPhaseCompletion?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1139
|
+
minimumCompletionPercentage?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1140
|
+
completionCriterion?: Prisma.NullableEnumCompletionCriterionFieldUpdateOperationsInput | $Enums.CompletionCriterion | null;
|
|
1141
|
+
lockUnitOnComplete?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1142
|
+
stepDefinitionsSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1143
|
+
requiredDocumentSnapshot?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
1144
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1145
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1146
|
+
steps?: Prisma.PaymentMethodPhaseStepUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1147
|
+
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1148
|
+
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1149
|
+
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1150
|
+
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1151
|
+
};
|
|
1004
1152
|
export type PropertyPaymentMethodPhaseCreateWithoutTenantInput = {
|
|
1005
1153
|
id?: string;
|
|
1006
1154
|
name: string;
|
|
@@ -1028,6 +1176,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutTenantInput = {
|
|
|
1028
1176
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1029
1177
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1030
1178
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1179
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1031
1180
|
};
|
|
1032
1181
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutTenantInput = {
|
|
1033
1182
|
id?: string;
|
|
@@ -1056,6 +1205,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutTenantInput = {
|
|
|
1056
1205
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1057
1206
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1058
1207
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1208
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1059
1209
|
};
|
|
1060
1210
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutTenantInput = {
|
|
1061
1211
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1132,6 +1282,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutDocumentationPlanInput = {
|
|
|
1132
1282
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1133
1283
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1134
1284
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1285
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1135
1286
|
};
|
|
1136
1287
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutDocumentationPlanInput = {
|
|
1137
1288
|
id?: string;
|
|
@@ -1160,6 +1311,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutDocumentationPlanInp
|
|
|
1160
1311
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1161
1312
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1162
1313
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1314
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1163
1315
|
};
|
|
1164
1316
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutDocumentationPlanInput = {
|
|
1165
1317
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1209,6 +1361,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutQuestionnairePlanInput = {
|
|
|
1209
1361
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1210
1362
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1211
1363
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1364
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1212
1365
|
};
|
|
1213
1366
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutQuestionnairePlanInput = {
|
|
1214
1367
|
id?: string;
|
|
@@ -1237,6 +1390,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutQuestionnairePlanInp
|
|
|
1237
1390
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1238
1391
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1239
1392
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1393
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1240
1394
|
};
|
|
1241
1395
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutQuestionnairePlanInput = {
|
|
1242
1396
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1286,6 +1440,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutPaymentPlanInput = {
|
|
|
1286
1440
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1287
1441
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1288
1442
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1443
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1289
1444
|
};
|
|
1290
1445
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutPaymentPlanInput = {
|
|
1291
1446
|
id?: string;
|
|
@@ -1314,6 +1469,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutPaymentPlanInput = {
|
|
|
1314
1469
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1315
1470
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1316
1471
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1472
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1317
1473
|
};
|
|
1318
1474
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutPaymentPlanInput = {
|
|
1319
1475
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1363,6 +1519,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutPaymentMethodInput = {
|
|
|
1363
1519
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1364
1520
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1365
1521
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1522
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1366
1523
|
};
|
|
1367
1524
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutPaymentMethodInput = {
|
|
1368
1525
|
id?: string;
|
|
@@ -1391,6 +1548,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutPaymentMethodInput =
|
|
|
1391
1548
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1392
1549
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1393
1550
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1551
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1394
1552
|
};
|
|
1395
1553
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutPaymentMethodInput = {
|
|
1396
1554
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1440,6 +1598,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutEventAttachmentsInput = {
|
|
|
1440
1598
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentCreateNestedManyWithoutPhaseInput;
|
|
1441
1599
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1442
1600
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1601
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1443
1602
|
};
|
|
1444
1603
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutEventAttachmentsInput = {
|
|
1445
1604
|
id?: string;
|
|
@@ -1468,6 +1627,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutEventAttachmentsInpu
|
|
|
1468
1627
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1469
1628
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1470
1629
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1630
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1471
1631
|
};
|
|
1472
1632
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutEventAttachmentsInput = {
|
|
1473
1633
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1509,6 +1669,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutEventAttachmentsInput = {
|
|
|
1509
1669
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUpdateManyWithoutPhaseNestedInput;
|
|
1510
1670
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
1511
1671
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1672
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
1512
1673
|
};
|
|
1513
1674
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutEventAttachmentsInput = {
|
|
1514
1675
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1537,6 +1698,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutEventAttachmentsInpu
|
|
|
1537
1698
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1538
1699
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1539
1700
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1701
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1540
1702
|
};
|
|
1541
1703
|
export type PropertyPaymentMethodPhaseCreateWithoutStepsInput = {
|
|
1542
1704
|
id?: string;
|
|
@@ -1565,6 +1727,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutStepsInput = {
|
|
|
1565
1727
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1566
1728
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1567
1729
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1730
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1568
1731
|
};
|
|
1569
1732
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutStepsInput = {
|
|
1570
1733
|
id?: string;
|
|
@@ -1593,6 +1756,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutStepsInput = {
|
|
|
1593
1756
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1594
1757
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1595
1758
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1759
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1596
1760
|
};
|
|
1597
1761
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutStepsInput = {
|
|
1598
1762
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1634,6 +1798,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutStepsInput = {
|
|
|
1634
1798
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
1635
1799
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
1636
1800
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1801
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
1637
1802
|
};
|
|
1638
1803
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutStepsInput = {
|
|
1639
1804
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1662,6 +1827,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutStepsInput = {
|
|
|
1662
1827
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1663
1828
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1664
1829
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1830
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1665
1831
|
};
|
|
1666
1832
|
export type PropertyPaymentMethodPhaseCreateWithoutRequiredDocumentsInput = {
|
|
1667
1833
|
id?: string;
|
|
@@ -1690,6 +1856,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutRequiredDocumentsInput = {
|
|
|
1690
1856
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1691
1857
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1692
1858
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1859
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1693
1860
|
};
|
|
1694
1861
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutRequiredDocumentsInput = {
|
|
1695
1862
|
id?: string;
|
|
@@ -1718,6 +1885,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutRequiredDocumentsInp
|
|
|
1718
1885
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1719
1886
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1720
1887
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
1888
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1721
1889
|
};
|
|
1722
1890
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutRequiredDocumentsInput = {
|
|
1723
1891
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1759,6 +1927,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutRequiredDocumentsInput = {
|
|
|
1759
1927
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
1760
1928
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
1761
1929
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1930
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
1762
1931
|
};
|
|
1763
1932
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutRequiredDocumentsInput = {
|
|
1764
1933
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1787,6 +1956,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutRequiredDocumentsInp
|
|
|
1787
1956
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1788
1957
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1789
1958
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
1959
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1790
1960
|
};
|
|
1791
1961
|
export type PropertyPaymentMethodPhaseCreateWithoutQuestionnaireFieldsInput = {
|
|
1792
1962
|
id?: string;
|
|
@@ -1815,6 +1985,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutQuestionnaireFieldsInput = {
|
|
|
1815
1985
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentCreateNestedManyWithoutPhaseInput;
|
|
1816
1986
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
1817
1987
|
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutPhaseTemplateInput;
|
|
1988
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1818
1989
|
};
|
|
1819
1990
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutQuestionnaireFieldsInput = {
|
|
1820
1991
|
id?: string;
|
|
@@ -1843,6 +2014,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutQuestionnaireFieldsI
|
|
|
1843
2014
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1844
2015
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1845
2016
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutPhaseTemplateInput;
|
|
2017
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1846
2018
|
};
|
|
1847
2019
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutQuestionnaireFieldsInput = {
|
|
1848
2020
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -1884,6 +2056,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutQuestionnaireFieldsInput = {
|
|
|
1884
2056
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUpdateManyWithoutPhaseNestedInput;
|
|
1885
2057
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
1886
2058
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2059
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
1887
2060
|
};
|
|
1888
2061
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutQuestionnaireFieldsInput = {
|
|
1889
2062
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1912,6 +2085,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutQuestionnaireFieldsI
|
|
|
1912
2085
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1913
2086
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1914
2087
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2088
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
1915
2089
|
};
|
|
1916
2090
|
export type PropertyPaymentMethodPhaseCreateWithoutApplicationPhasesInput = {
|
|
1917
2091
|
id?: string;
|
|
@@ -1940,6 +2114,7 @@ export type PropertyPaymentMethodPhaseCreateWithoutApplicationPhasesInput = {
|
|
|
1940
2114
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentCreateNestedManyWithoutPhaseInput;
|
|
1941
2115
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutPhaseInput;
|
|
1942
2116
|
eventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutPhaseInput;
|
|
2117
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPhaseInput;
|
|
1943
2118
|
};
|
|
1944
2119
|
export type PropertyPaymentMethodPhaseUncheckedCreateWithoutApplicationPhasesInput = {
|
|
1945
2120
|
id?: string;
|
|
@@ -1968,6 +2143,7 @@ export type PropertyPaymentMethodPhaseUncheckedCreateWithoutApplicationPhasesInp
|
|
|
1968
2143
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1969
2144
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1970
2145
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutPhaseInput;
|
|
2146
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPhaseInput;
|
|
1971
2147
|
};
|
|
1972
2148
|
export type PropertyPaymentMethodPhaseCreateOrConnectWithoutApplicationPhasesInput = {
|
|
1973
2149
|
where: Prisma.PropertyPaymentMethodPhaseWhereUniqueInput;
|
|
@@ -2009,6 +2185,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutApplicationPhasesInput = {
|
|
|
2009
2185
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUpdateManyWithoutPhaseNestedInput;
|
|
2010
2186
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
2011
2187
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
2188
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
2012
2189
|
};
|
|
2013
2190
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutApplicationPhasesInput = {
|
|
2014
2191
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2037,6 +2214,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutApplicationPhasesInp
|
|
|
2037
2214
|
requiredDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2038
2215
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2039
2216
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2217
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2040
2218
|
};
|
|
2041
2219
|
export type PropertyPaymentMethodPhaseCreateManyTenantInput = {
|
|
2042
2220
|
id?: string;
|
|
@@ -2088,6 +2266,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutTenantInput = {
|
|
|
2088
2266
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
2089
2267
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
2090
2268
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2269
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
2091
2270
|
};
|
|
2092
2271
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutTenantInput = {
|
|
2093
2272
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2116,6 +2295,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutTenantInput = {
|
|
|
2116
2295
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2117
2296
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2118
2297
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2298
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2119
2299
|
};
|
|
2120
2300
|
export type PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutTenantInput = {
|
|
2121
2301
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2190,6 +2370,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutDocumentationPlanInput = {
|
|
|
2190
2370
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
2191
2371
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
2192
2372
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2373
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
2193
2374
|
};
|
|
2194
2375
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutDocumentationPlanInput = {
|
|
2195
2376
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2218,6 +2399,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutDocumentationPlanInp
|
|
|
2218
2399
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2219
2400
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2220
2401
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2402
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2221
2403
|
};
|
|
2222
2404
|
export type PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutDocumentationPlanInput = {
|
|
2223
2405
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2292,6 +2474,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutQuestionnairePlanInput = {
|
|
|
2292
2474
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
2293
2475
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
2294
2476
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2477
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
2295
2478
|
};
|
|
2296
2479
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutQuestionnairePlanInput = {
|
|
2297
2480
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2320,6 +2503,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutQuestionnairePlanInp
|
|
|
2320
2503
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2321
2504
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2322
2505
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2506
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2323
2507
|
};
|
|
2324
2508
|
export type PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutQuestionnairePlanInput = {
|
|
2325
2509
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2394,6 +2578,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutPaymentPlanInput = {
|
|
|
2394
2578
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
2395
2579
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
2396
2580
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2581
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
2397
2582
|
};
|
|
2398
2583
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutPaymentPlanInput = {
|
|
2399
2584
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2422,6 +2607,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutPaymentPlanInput = {
|
|
|
2422
2607
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2423
2608
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2424
2609
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2610
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2425
2611
|
};
|
|
2426
2612
|
export type PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentPlanInput = {
|
|
2427
2613
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2496,6 +2682,7 @@ export type PropertyPaymentMethodPhaseUpdateWithoutPaymentMethodInput = {
|
|
|
2496
2682
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutPhaseNestedInput;
|
|
2497
2683
|
eventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutPhaseNestedInput;
|
|
2498
2684
|
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2685
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPhaseNestedInput;
|
|
2499
2686
|
};
|
|
2500
2687
|
export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutPaymentMethodInput = {
|
|
2501
2688
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2524,6 +2711,7 @@ export type PropertyPaymentMethodPhaseUncheckedUpdateWithoutPaymentMethodInput =
|
|
|
2524
2711
|
questionnaireFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2525
2712
|
eventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2526
2713
|
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutPhaseTemplateNestedInput;
|
|
2714
|
+
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPhaseNestedInput;
|
|
2527
2715
|
};
|
|
2528
2716
|
export type PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodInput = {
|
|
2529
2717
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2557,6 +2745,7 @@ export type PropertyPaymentMethodPhaseCountOutputType = {
|
|
|
2557
2745
|
questionnaireFields: number;
|
|
2558
2746
|
eventAttachments: number;
|
|
2559
2747
|
applicationPhases: number;
|
|
2748
|
+
bankDocumentRequirements: number;
|
|
2560
2749
|
};
|
|
2561
2750
|
export type PropertyPaymentMethodPhaseCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2562
2751
|
steps?: boolean | PropertyPaymentMethodPhaseCountOutputTypeCountStepsArgs;
|
|
@@ -2564,6 +2753,7 @@ export type PropertyPaymentMethodPhaseCountOutputTypeSelect<ExtArgs extends runt
|
|
|
2564
2753
|
questionnaireFields?: boolean | PropertyPaymentMethodPhaseCountOutputTypeCountQuestionnaireFieldsArgs;
|
|
2565
2754
|
eventAttachments?: boolean | PropertyPaymentMethodPhaseCountOutputTypeCountEventAttachmentsArgs;
|
|
2566
2755
|
applicationPhases?: boolean | PropertyPaymentMethodPhaseCountOutputTypeCountApplicationPhasesArgs;
|
|
2756
|
+
bankDocumentRequirements?: boolean | PropertyPaymentMethodPhaseCountOutputTypeCountBankDocumentRequirementsArgs;
|
|
2567
2757
|
};
|
|
2568
2758
|
/**
|
|
2569
2759
|
* PropertyPaymentMethodPhaseCountOutputType without action
|
|
@@ -2604,6 +2794,12 @@ export type PropertyPaymentMethodPhaseCountOutputTypeCountEventAttachmentsArgs<E
|
|
|
2604
2794
|
export type PropertyPaymentMethodPhaseCountOutputTypeCountApplicationPhasesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2605
2795
|
where?: Prisma.ApplicationPhaseWhereInput;
|
|
2606
2796
|
};
|
|
2797
|
+
/**
|
|
2798
|
+
* PropertyPaymentMethodPhaseCountOutputType without action
|
|
2799
|
+
*/
|
|
2800
|
+
export type PropertyPaymentMethodPhaseCountOutputTypeCountBankDocumentRequirementsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2801
|
+
where?: Prisma.BankDocumentRequirementWhereInput;
|
|
2802
|
+
};
|
|
2607
2803
|
export type PropertyPaymentMethodPhaseSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2608
2804
|
id?: boolean;
|
|
2609
2805
|
tenantId?: boolean;
|
|
@@ -2637,6 +2833,7 @@ export type PropertyPaymentMethodPhaseSelect<ExtArgs extends runtime.Types.Exten
|
|
|
2637
2833
|
questionnaireFields?: boolean | Prisma.PropertyPaymentMethodPhase$questionnaireFieldsArgs<ExtArgs>;
|
|
2638
2834
|
eventAttachments?: boolean | Prisma.PropertyPaymentMethodPhase$eventAttachmentsArgs<ExtArgs>;
|
|
2639
2835
|
applicationPhases?: boolean | Prisma.PropertyPaymentMethodPhase$applicationPhasesArgs<ExtArgs>;
|
|
2836
|
+
bankDocumentRequirements?: boolean | Prisma.PropertyPaymentMethodPhase$bankDocumentRequirementsArgs<ExtArgs>;
|
|
2640
2837
|
_count?: boolean | Prisma.PropertyPaymentMethodPhaseCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2641
2838
|
}, ExtArgs["result"]["propertyPaymentMethodPhase"]>;
|
|
2642
2839
|
export type PropertyPaymentMethodPhaseSelectScalar = {
|
|
@@ -2675,6 +2872,7 @@ export type PropertyPaymentMethodPhaseInclude<ExtArgs extends runtime.Types.Exte
|
|
|
2675
2872
|
questionnaireFields?: boolean | Prisma.PropertyPaymentMethodPhase$questionnaireFieldsArgs<ExtArgs>;
|
|
2676
2873
|
eventAttachments?: boolean | Prisma.PropertyPaymentMethodPhase$eventAttachmentsArgs<ExtArgs>;
|
|
2677
2874
|
applicationPhases?: boolean | Prisma.PropertyPaymentMethodPhase$applicationPhasesArgs<ExtArgs>;
|
|
2875
|
+
bankDocumentRequirements?: boolean | Prisma.PropertyPaymentMethodPhase$bankDocumentRequirementsArgs<ExtArgs>;
|
|
2678
2876
|
_count?: boolean | Prisma.PropertyPaymentMethodPhaseCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2679
2877
|
};
|
|
2680
2878
|
export type $PropertyPaymentMethodPhasePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -2690,6 +2888,7 @@ export type $PropertyPaymentMethodPhasePayload<ExtArgs extends runtime.Types.Ext
|
|
|
2690
2888
|
questionnaireFields: Prisma.$PaymentMethodPhaseFieldPayload<ExtArgs>[];
|
|
2691
2889
|
eventAttachments: Prisma.$PhaseEventAttachmentPayload<ExtArgs>[];
|
|
2692
2890
|
applicationPhases: Prisma.$ApplicationPhasePayload<ExtArgs>[];
|
|
2891
|
+
bankDocumentRequirements: Prisma.$BankDocumentRequirementPayload<ExtArgs>[];
|
|
2693
2892
|
};
|
|
2694
2893
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2695
2894
|
id: string;
|
|
@@ -3001,6 +3200,7 @@ export interface Prisma__PropertyPaymentMethodPhaseClient<T, Null = never, ExtAr
|
|
|
3001
3200
|
questionnaireFields<T extends Prisma.PropertyPaymentMethodPhase$questionnaireFieldsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethodPhase$questionnaireFieldsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodPhaseFieldPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
3002
3201
|
eventAttachments<T extends Prisma.PropertyPaymentMethodPhase$eventAttachmentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethodPhase$eventAttachmentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PhaseEventAttachmentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
3003
3202
|
applicationPhases<T extends Prisma.PropertyPaymentMethodPhase$applicationPhasesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethodPhase$applicationPhasesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationPhasePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
3203
|
+
bankDocumentRequirements<T extends Prisma.PropertyPaymentMethodPhase$bankDocumentRequirementsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethodPhase$bankDocumentRequirementsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BankDocumentRequirementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
3004
3204
|
/**
|
|
3005
3205
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
3006
3206
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -3544,6 +3744,29 @@ export type PropertyPaymentMethodPhase$applicationPhasesArgs<ExtArgs extends run
|
|
|
3544
3744
|
skip?: number;
|
|
3545
3745
|
distinct?: Prisma.ApplicationPhaseScalarFieldEnum | Prisma.ApplicationPhaseScalarFieldEnum[];
|
|
3546
3746
|
};
|
|
3747
|
+
/**
|
|
3748
|
+
* PropertyPaymentMethodPhase.bankDocumentRequirements
|
|
3749
|
+
*/
|
|
3750
|
+
export type PropertyPaymentMethodPhase$bankDocumentRequirementsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3751
|
+
/**
|
|
3752
|
+
* Select specific fields to fetch from the BankDocumentRequirement
|
|
3753
|
+
*/
|
|
3754
|
+
select?: Prisma.BankDocumentRequirementSelect<ExtArgs> | null;
|
|
3755
|
+
/**
|
|
3756
|
+
* Omit specific fields from the BankDocumentRequirement
|
|
3757
|
+
*/
|
|
3758
|
+
omit?: Prisma.BankDocumentRequirementOmit<ExtArgs> | null;
|
|
3759
|
+
/**
|
|
3760
|
+
* Choose, which related nodes to fetch as well
|
|
3761
|
+
*/
|
|
3762
|
+
include?: Prisma.BankDocumentRequirementInclude<ExtArgs> | null;
|
|
3763
|
+
where?: Prisma.BankDocumentRequirementWhereInput;
|
|
3764
|
+
orderBy?: Prisma.BankDocumentRequirementOrderByWithRelationInput | Prisma.BankDocumentRequirementOrderByWithRelationInput[];
|
|
3765
|
+
cursor?: Prisma.BankDocumentRequirementWhereUniqueInput;
|
|
3766
|
+
take?: number;
|
|
3767
|
+
skip?: number;
|
|
3768
|
+
distinct?: Prisma.BankDocumentRequirementScalarFieldEnum | Prisma.BankDocumentRequirementScalarFieldEnum[];
|
|
3769
|
+
};
|
|
3547
3770
|
/**
|
|
3548
3771
|
* PropertyPaymentMethodPhase without action
|
|
3549
3772
|
*/
|
package/package.json
CHANGED