@valentine-efagene/qshelter-common 2.0.156 → 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
|
@@ -225,7 +225,6 @@ export type PropertyPaymentMethodWhereInput = {
|
|
|
225
225
|
documentRules?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
226
226
|
changeRulesFrom?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
227
227
|
changeRulesTo?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
228
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementListRelationFilter;
|
|
229
228
|
};
|
|
230
229
|
export type PropertyPaymentMethodOrderByWithRelationInput = {
|
|
231
230
|
id?: Prisma.SortOrder;
|
|
@@ -248,7 +247,6 @@ export type PropertyPaymentMethodOrderByWithRelationInput = {
|
|
|
248
247
|
documentRules?: Prisma.DocumentRequirementRuleOrderByRelationAggregateInput;
|
|
249
248
|
changeRulesFrom?: Prisma.DocumentRequirementRuleOrderByRelationAggregateInput;
|
|
250
249
|
changeRulesTo?: Prisma.DocumentRequirementRuleOrderByRelationAggregateInput;
|
|
251
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementOrderByRelationAggregateInput;
|
|
252
250
|
_relevance?: Prisma.PropertyPaymentMethodOrderByRelevanceInput;
|
|
253
251
|
};
|
|
254
252
|
export type PropertyPaymentMethodWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -276,7 +274,6 @@ export type PropertyPaymentMethodWhereUniqueInput = Prisma.AtLeast<{
|
|
|
276
274
|
documentRules?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
277
275
|
changeRulesFrom?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
278
276
|
changeRulesTo?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
279
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementListRelationFilter;
|
|
280
277
|
}, "id" | "tenantId_name">;
|
|
281
278
|
export type PropertyPaymentMethodOrderByWithAggregationInput = {
|
|
282
279
|
id?: Prisma.SortOrder;
|
|
@@ -332,7 +329,6 @@ export type PropertyPaymentMethodCreateInput = {
|
|
|
332
329
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
333
330
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
334
331
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
335
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
336
332
|
};
|
|
337
333
|
export type PropertyPaymentMethodUncheckedCreateInput = {
|
|
338
334
|
id?: string;
|
|
@@ -354,7 +350,6 @@ export type PropertyPaymentMethodUncheckedCreateInput = {
|
|
|
354
350
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
355
351
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
356
352
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
357
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
358
353
|
};
|
|
359
354
|
export type PropertyPaymentMethodUpdateInput = {
|
|
360
355
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -376,7 +371,6 @@ export type PropertyPaymentMethodUpdateInput = {
|
|
|
376
371
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
377
372
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
378
373
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
379
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
380
374
|
};
|
|
381
375
|
export type PropertyPaymentMethodUncheckedUpdateInput = {
|
|
382
376
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -398,7 +392,6 @@ export type PropertyPaymentMethodUncheckedUpdateInput = {
|
|
|
398
392
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
399
393
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
400
394
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
401
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
402
395
|
};
|
|
403
396
|
export type PropertyPaymentMethodCreateManyInput = {
|
|
404
397
|
id?: string;
|
|
@@ -438,10 +431,6 @@ export type PropertyPaymentMethodUncheckedUpdateManyInput = {
|
|
|
438
431
|
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
439
432
|
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
440
433
|
};
|
|
441
|
-
export type PropertyPaymentMethodNullableScalarRelationFilter = {
|
|
442
|
-
is?: Prisma.PropertyPaymentMethodWhereInput | null;
|
|
443
|
-
isNot?: Prisma.PropertyPaymentMethodWhereInput | null;
|
|
444
|
-
};
|
|
445
434
|
export type PropertyPaymentMethodListRelationFilter = {
|
|
446
435
|
every?: Prisma.PropertyPaymentMethodWhereInput;
|
|
447
436
|
some?: Prisma.PropertyPaymentMethodWhereInput;
|
|
@@ -508,19 +497,9 @@ export type PropertyPaymentMethodScalarRelationFilter = {
|
|
|
508
497
|
is?: Prisma.PropertyPaymentMethodWhereInput;
|
|
509
498
|
isNot?: Prisma.PropertyPaymentMethodWhereInput;
|
|
510
499
|
};
|
|
511
|
-
export type
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
connect?: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
515
|
-
};
|
|
516
|
-
export type PropertyPaymentMethodUpdateOneWithoutBankDocumentRequirementsNestedInput = {
|
|
517
|
-
create?: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
518
|
-
connectOrCreate?: Prisma.PropertyPaymentMethodCreateOrConnectWithoutBankDocumentRequirementsInput;
|
|
519
|
-
upsert?: Prisma.PropertyPaymentMethodUpsertWithoutBankDocumentRequirementsInput;
|
|
520
|
-
disconnect?: Prisma.PropertyPaymentMethodWhereInput | boolean;
|
|
521
|
-
delete?: Prisma.PropertyPaymentMethodWhereInput | boolean;
|
|
522
|
-
connect?: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
523
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyPaymentMethodUpdateToOneWithWhereWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodUpdateWithoutBankDocumentRequirementsInput>, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutBankDocumentRequirementsInput>;
|
|
500
|
+
export type PropertyPaymentMethodNullableScalarRelationFilter = {
|
|
501
|
+
is?: Prisma.PropertyPaymentMethodWhereInput | null;
|
|
502
|
+
isNot?: Prisma.PropertyPaymentMethodWhereInput | null;
|
|
524
503
|
};
|
|
525
504
|
export type PropertyPaymentMethodCreateNestedManyWithoutTenantInput = {
|
|
526
505
|
create?: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutTenantInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutTenantInput> | Prisma.PropertyPaymentMethodCreateWithoutTenantInput[] | Prisma.PropertyPaymentMethodUncheckedCreateWithoutTenantInput[];
|
|
@@ -664,103 +643,6 @@ export type PropertyPaymentMethodUpdateOneWithoutChangeRulesToNestedInput = {
|
|
|
664
643
|
connect?: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
665
644
|
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyPaymentMethodUpdateToOneWithWhereWithoutChangeRulesToInput, Prisma.PropertyPaymentMethodUpdateWithoutChangeRulesToInput>, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesToInput>;
|
|
666
645
|
};
|
|
667
|
-
export type PropertyPaymentMethodCreateWithoutBankDocumentRequirementsInput = {
|
|
668
|
-
id?: string;
|
|
669
|
-
name: string;
|
|
670
|
-
description?: string | null;
|
|
671
|
-
isActive?: boolean;
|
|
672
|
-
allowEarlyPayoff?: boolean;
|
|
673
|
-
earlyPayoffPenaltyRate?: number | null;
|
|
674
|
-
autoActivatePhases?: boolean;
|
|
675
|
-
requiresManualApproval?: boolean;
|
|
676
|
-
createdAt?: Date | string;
|
|
677
|
-
updatedAt?: Date | string;
|
|
678
|
-
tenant: Prisma.TenantCreateNestedOneWithoutPaymentMethodsInput;
|
|
679
|
-
properties?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPaymentMethodInput;
|
|
680
|
-
phases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutPaymentMethodInput;
|
|
681
|
-
applications?: Prisma.ApplicationCreateNestedManyWithoutPaymentMethodInput;
|
|
682
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutFromPaymentMethodInput;
|
|
683
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
684
|
-
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
685
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
686
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
687
|
-
};
|
|
688
|
-
export type PropertyPaymentMethodUncheckedCreateWithoutBankDocumentRequirementsInput = {
|
|
689
|
-
id?: string;
|
|
690
|
-
tenantId: string;
|
|
691
|
-
name: string;
|
|
692
|
-
description?: string | null;
|
|
693
|
-
isActive?: boolean;
|
|
694
|
-
allowEarlyPayoff?: boolean;
|
|
695
|
-
earlyPayoffPenaltyRate?: number | null;
|
|
696
|
-
autoActivatePhases?: boolean;
|
|
697
|
-
requiresManualApproval?: boolean;
|
|
698
|
-
createdAt?: Date | string;
|
|
699
|
-
updatedAt?: Date | string;
|
|
700
|
-
properties?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
701
|
-
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
702
|
-
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
703
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
704
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
705
|
-
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
706
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
707
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
708
|
-
};
|
|
709
|
-
export type PropertyPaymentMethodCreateOrConnectWithoutBankDocumentRequirementsInput = {
|
|
710
|
-
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
711
|
-
create: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
712
|
-
};
|
|
713
|
-
export type PropertyPaymentMethodUpsertWithoutBankDocumentRequirementsInput = {
|
|
714
|
-
update: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutBankDocumentRequirementsInput>;
|
|
715
|
-
create: Prisma.XOR<Prisma.PropertyPaymentMethodCreateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodUncheckedCreateWithoutBankDocumentRequirementsInput>;
|
|
716
|
-
where?: Prisma.PropertyPaymentMethodWhereInput;
|
|
717
|
-
};
|
|
718
|
-
export type PropertyPaymentMethodUpdateToOneWithWhereWithoutBankDocumentRequirementsInput = {
|
|
719
|
-
where?: Prisma.PropertyPaymentMethodWhereInput;
|
|
720
|
-
data: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutBankDocumentRequirementsInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutBankDocumentRequirementsInput>;
|
|
721
|
-
};
|
|
722
|
-
export type PropertyPaymentMethodUpdateWithoutBankDocumentRequirementsInput = {
|
|
723
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
724
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
725
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
726
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
727
|
-
allowEarlyPayoff?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
728
|
-
earlyPayoffPenaltyRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
729
|
-
autoActivatePhases?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
730
|
-
requiresManualApproval?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
731
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
732
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
733
|
-
tenant?: Prisma.TenantUpdateOneRequiredWithoutPaymentMethodsNestedInput;
|
|
734
|
-
properties?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPaymentMethodNestedInput;
|
|
735
|
-
phases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutPaymentMethodNestedInput;
|
|
736
|
-
applications?: Prisma.ApplicationUpdateManyWithoutPaymentMethodNestedInput;
|
|
737
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
738
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
739
|
-
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
740
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
741
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
742
|
-
};
|
|
743
|
-
export type PropertyPaymentMethodUncheckedUpdateWithoutBankDocumentRequirementsInput = {
|
|
744
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
745
|
-
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
746
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
747
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
748
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
749
|
-
allowEarlyPayoff?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
750
|
-
earlyPayoffPenaltyRate?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
751
|
-
autoActivatePhases?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
752
|
-
requiresManualApproval?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
753
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
754
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
755
|
-
properties?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
756
|
-
phases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
757
|
-
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
758
|
-
changeRequestsFrom?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
759
|
-
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
760
|
-
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
761
|
-
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
762
|
-
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
763
|
-
};
|
|
764
646
|
export type PropertyPaymentMethodCreateWithoutTenantInput = {
|
|
765
647
|
id?: string;
|
|
766
648
|
name: string;
|
|
@@ -780,7 +662,6 @@ export type PropertyPaymentMethodCreateWithoutTenantInput = {
|
|
|
780
662
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
781
663
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
782
664
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
783
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
784
665
|
};
|
|
785
666
|
export type PropertyPaymentMethodUncheckedCreateWithoutTenantInput = {
|
|
786
667
|
id?: string;
|
|
@@ -801,7 +682,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutTenantInput = {
|
|
|
801
682
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
802
683
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
803
684
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
804
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
805
685
|
};
|
|
806
686
|
export type PropertyPaymentMethodCreateOrConnectWithoutTenantInput = {
|
|
807
687
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -859,7 +739,6 @@ export type PropertyPaymentMethodCreateWithoutPropertiesInput = {
|
|
|
859
739
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
860
740
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
861
741
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
862
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
863
742
|
};
|
|
864
743
|
export type PropertyPaymentMethodUncheckedCreateWithoutPropertiesInput = {
|
|
865
744
|
id?: string;
|
|
@@ -880,7 +759,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutPropertiesInput = {
|
|
|
880
759
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
881
760
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
882
761
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
883
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
884
762
|
};
|
|
885
763
|
export type PropertyPaymentMethodCreateOrConnectWithoutPropertiesInput = {
|
|
886
764
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -914,7 +792,6 @@ export type PropertyPaymentMethodUpdateWithoutPropertiesInput = {
|
|
|
914
792
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
915
793
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
916
794
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
917
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
918
795
|
};
|
|
919
796
|
export type PropertyPaymentMethodUncheckedUpdateWithoutPropertiesInput = {
|
|
920
797
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -935,7 +812,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutPropertiesInput = {
|
|
|
935
812
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
936
813
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
937
814
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
938
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
939
815
|
};
|
|
940
816
|
export type PropertyPaymentMethodCreateWithoutPhasesInput = {
|
|
941
817
|
id?: string;
|
|
@@ -956,7 +832,6 @@ export type PropertyPaymentMethodCreateWithoutPhasesInput = {
|
|
|
956
832
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
957
833
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
958
834
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
959
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
960
835
|
};
|
|
961
836
|
export type PropertyPaymentMethodUncheckedCreateWithoutPhasesInput = {
|
|
962
837
|
id?: string;
|
|
@@ -977,7 +852,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutPhasesInput = {
|
|
|
977
852
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
978
853
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
979
854
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
980
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
981
855
|
};
|
|
982
856
|
export type PropertyPaymentMethodCreateOrConnectWithoutPhasesInput = {
|
|
983
857
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1011,7 +885,6 @@ export type PropertyPaymentMethodUpdateWithoutPhasesInput = {
|
|
|
1011
885
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1012
886
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1013
887
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1014
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1015
888
|
};
|
|
1016
889
|
export type PropertyPaymentMethodUncheckedUpdateWithoutPhasesInput = {
|
|
1017
890
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1032,7 +905,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutPhasesInput = {
|
|
|
1032
905
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1033
906
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1034
907
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1035
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1036
908
|
};
|
|
1037
909
|
export type PropertyPaymentMethodCreateWithoutApplicationsInput = {
|
|
1038
910
|
id?: string;
|
|
@@ -1053,7 +925,6 @@ export type PropertyPaymentMethodCreateWithoutApplicationsInput = {
|
|
|
1053
925
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1054
926
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1055
927
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
1056
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
1057
928
|
};
|
|
1058
929
|
export type PropertyPaymentMethodUncheckedCreateWithoutApplicationsInput = {
|
|
1059
930
|
id?: string;
|
|
@@ -1074,7 +945,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutApplicationsInput = {
|
|
|
1074
945
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1075
946
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1076
947
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1077
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1078
948
|
};
|
|
1079
949
|
export type PropertyPaymentMethodCreateOrConnectWithoutApplicationsInput = {
|
|
1080
950
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1108,7 +978,6 @@ export type PropertyPaymentMethodUpdateWithoutApplicationsInput = {
|
|
|
1108
978
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1109
979
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1110
980
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1111
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1112
981
|
};
|
|
1113
982
|
export type PropertyPaymentMethodUncheckedUpdateWithoutApplicationsInput = {
|
|
1114
983
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1129,7 +998,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutApplicationsInput = {
|
|
|
1129
998
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1130
999
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1131
1000
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1132
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1133
1001
|
};
|
|
1134
1002
|
export type PropertyPaymentMethodCreateWithoutChangeRequestsFromInput = {
|
|
1135
1003
|
id?: string;
|
|
@@ -1150,7 +1018,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRequestsFromInput = {
|
|
|
1150
1018
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1151
1019
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1152
1020
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
1153
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
1154
1021
|
};
|
|
1155
1022
|
export type PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsFromInput = {
|
|
1156
1023
|
id?: string;
|
|
@@ -1171,7 +1038,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsFromInput =
|
|
|
1171
1038
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1172
1039
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1173
1040
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1174
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1175
1041
|
};
|
|
1176
1042
|
export type PropertyPaymentMethodCreateOrConnectWithoutChangeRequestsFromInput = {
|
|
1177
1043
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1196,7 +1062,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRequestsToInput = {
|
|
|
1196
1062
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1197
1063
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1198
1064
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
1199
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
1200
1065
|
};
|
|
1201
1066
|
export type PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsToInput = {
|
|
1202
1067
|
id?: string;
|
|
@@ -1217,7 +1082,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRequestsToInput = {
|
|
|
1217
1082
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1218
1083
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1219
1084
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1220
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1221
1085
|
};
|
|
1222
1086
|
export type PropertyPaymentMethodCreateOrConnectWithoutChangeRequestsToInput = {
|
|
1223
1087
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1251,7 +1115,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRequestsFromInput = {
|
|
|
1251
1115
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1252
1116
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1253
1117
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1254
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1255
1118
|
};
|
|
1256
1119
|
export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsFromInput = {
|
|
1257
1120
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1272,7 +1135,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsFromInput =
|
|
|
1272
1135
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1273
1136
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1274
1137
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1275
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1276
1138
|
};
|
|
1277
1139
|
export type PropertyPaymentMethodUpsertWithoutChangeRequestsToInput = {
|
|
1278
1140
|
update: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutChangeRequestsToInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsToInput>;
|
|
@@ -1302,7 +1164,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRequestsToInput = {
|
|
|
1302
1164
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1303
1165
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1304
1166
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1305
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1306
1167
|
};
|
|
1307
1168
|
export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsToInput = {
|
|
1308
1169
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1323,7 +1184,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRequestsToInput = {
|
|
|
1323
1184
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1324
1185
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1325
1186
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1326
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1327
1187
|
};
|
|
1328
1188
|
export type PropertyPaymentMethodCreateWithoutDocumentRulesInput = {
|
|
1329
1189
|
id?: string;
|
|
@@ -1344,7 +1204,6 @@ export type PropertyPaymentMethodCreateWithoutDocumentRulesInput = {
|
|
|
1344
1204
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1345
1205
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1346
1206
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
1347
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
1348
1207
|
};
|
|
1349
1208
|
export type PropertyPaymentMethodUncheckedCreateWithoutDocumentRulesInput = {
|
|
1350
1209
|
id?: string;
|
|
@@ -1365,7 +1224,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutDocumentRulesInput = {
|
|
|
1365
1224
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1366
1225
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1367
1226
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1368
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1369
1227
|
};
|
|
1370
1228
|
export type PropertyPaymentMethodCreateOrConnectWithoutDocumentRulesInput = {
|
|
1371
1229
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1390,7 +1248,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRulesFromInput = {
|
|
|
1390
1248
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1391
1249
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1392
1250
|
changeRulesTo?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutToPaymentMethodInput;
|
|
1393
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
1394
1251
|
};
|
|
1395
1252
|
export type PropertyPaymentMethodUncheckedCreateWithoutChangeRulesFromInput = {
|
|
1396
1253
|
id?: string;
|
|
@@ -1411,7 +1268,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRulesFromInput = {
|
|
|
1411
1268
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1412
1269
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1413
1270
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1414
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1415
1271
|
};
|
|
1416
1272
|
export type PropertyPaymentMethodCreateOrConnectWithoutChangeRulesFromInput = {
|
|
1417
1273
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1436,7 +1292,6 @@ export type PropertyPaymentMethodCreateWithoutChangeRulesToInput = {
|
|
|
1436
1292
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutToPaymentMethodInput;
|
|
1437
1293
|
documentRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutPaymentMethodInput;
|
|
1438
1294
|
changeRulesFrom?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1439
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementCreateNestedManyWithoutPaymentMethodInput;
|
|
1440
1295
|
};
|
|
1441
1296
|
export type PropertyPaymentMethodUncheckedCreateWithoutChangeRulesToInput = {
|
|
1442
1297
|
id?: string;
|
|
@@ -1457,7 +1312,6 @@ export type PropertyPaymentMethodUncheckedCreateWithoutChangeRulesToInput = {
|
|
|
1457
1312
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutToPaymentMethodInput;
|
|
1458
1313
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1459
1314
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutFromPaymentMethodInput;
|
|
1460
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedCreateNestedManyWithoutPaymentMethodInput;
|
|
1461
1315
|
};
|
|
1462
1316
|
export type PropertyPaymentMethodCreateOrConnectWithoutChangeRulesToInput = {
|
|
1463
1317
|
where: Prisma.PropertyPaymentMethodWhereUniqueInput;
|
|
@@ -1491,7 +1345,6 @@ export type PropertyPaymentMethodUpdateWithoutDocumentRulesInput = {
|
|
|
1491
1345
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1492
1346
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1493
1347
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1494
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1495
1348
|
};
|
|
1496
1349
|
export type PropertyPaymentMethodUncheckedUpdateWithoutDocumentRulesInput = {
|
|
1497
1350
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1512,7 +1365,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutDocumentRulesInput = {
|
|
|
1512
1365
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1513
1366
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1514
1367
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1515
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1516
1368
|
};
|
|
1517
1369
|
export type PropertyPaymentMethodUpsertWithoutChangeRulesFromInput = {
|
|
1518
1370
|
update: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutChangeRulesFromInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesFromInput>;
|
|
@@ -1542,7 +1394,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRulesFromInput = {
|
|
|
1542
1394
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1543
1395
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1544
1396
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1545
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1546
1397
|
};
|
|
1547
1398
|
export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesFromInput = {
|
|
1548
1399
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1563,7 +1414,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesFromInput = {
|
|
|
1563
1414
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1564
1415
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1565
1416
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1566
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1567
1417
|
};
|
|
1568
1418
|
export type PropertyPaymentMethodUpsertWithoutChangeRulesToInput = {
|
|
1569
1419
|
update: Prisma.XOR<Prisma.PropertyPaymentMethodUpdateWithoutChangeRulesToInput, Prisma.PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesToInput>;
|
|
@@ -1593,7 +1443,6 @@ export type PropertyPaymentMethodUpdateWithoutChangeRulesToInput = {
|
|
|
1593
1443
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1594
1444
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1595
1445
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1596
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1597
1446
|
};
|
|
1598
1447
|
export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesToInput = {
|
|
1599
1448
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1614,7 +1463,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutChangeRulesToInput = {
|
|
|
1614
1463
|
changeRequestsTo?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1615
1464
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1616
1465
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1617
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1618
1466
|
};
|
|
1619
1467
|
export type PropertyPaymentMethodCreateManyTenantInput = {
|
|
1620
1468
|
id?: string;
|
|
@@ -1647,7 +1495,6 @@ export type PropertyPaymentMethodUpdateWithoutTenantInput = {
|
|
|
1647
1495
|
documentRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutPaymentMethodNestedInput;
|
|
1648
1496
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1649
1497
|
changeRulesTo?: Prisma.DocumentRequirementRuleUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1650
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUpdateManyWithoutPaymentMethodNestedInput;
|
|
1651
1498
|
};
|
|
1652
1499
|
export type PropertyPaymentMethodUncheckedUpdateWithoutTenantInput = {
|
|
1653
1500
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1668,7 +1515,6 @@ export type PropertyPaymentMethodUncheckedUpdateWithoutTenantInput = {
|
|
|
1668
1515
|
documentRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1669
1516
|
changeRulesFrom?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutFromPaymentMethodNestedInput;
|
|
1670
1517
|
changeRulesTo?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutToPaymentMethodNestedInput;
|
|
1671
|
-
bankDocumentRequirements?: Prisma.BankDocumentRequirementUncheckedUpdateManyWithoutPaymentMethodNestedInput;
|
|
1672
1518
|
};
|
|
1673
1519
|
export type PropertyPaymentMethodUncheckedUpdateManyWithoutTenantInput = {
|
|
1674
1520
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1694,7 +1540,6 @@ export type PropertyPaymentMethodCountOutputType = {
|
|
|
1694
1540
|
documentRules: number;
|
|
1695
1541
|
changeRulesFrom: number;
|
|
1696
1542
|
changeRulesTo: number;
|
|
1697
|
-
bankDocumentRequirements: number;
|
|
1698
1543
|
};
|
|
1699
1544
|
export type PropertyPaymentMethodCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1700
1545
|
properties?: boolean | PropertyPaymentMethodCountOutputTypeCountPropertiesArgs;
|
|
@@ -1705,7 +1550,6 @@ export type PropertyPaymentMethodCountOutputTypeSelect<ExtArgs extends runtime.T
|
|
|
1705
1550
|
documentRules?: boolean | PropertyPaymentMethodCountOutputTypeCountDocumentRulesArgs;
|
|
1706
1551
|
changeRulesFrom?: boolean | PropertyPaymentMethodCountOutputTypeCountChangeRulesFromArgs;
|
|
1707
1552
|
changeRulesTo?: boolean | PropertyPaymentMethodCountOutputTypeCountChangeRulesToArgs;
|
|
1708
|
-
bankDocumentRequirements?: boolean | PropertyPaymentMethodCountOutputTypeCountBankDocumentRequirementsArgs;
|
|
1709
1553
|
};
|
|
1710
1554
|
/**
|
|
1711
1555
|
* PropertyPaymentMethodCountOutputType without action
|
|
@@ -1764,12 +1608,6 @@ export type PropertyPaymentMethodCountOutputTypeCountChangeRulesFromArgs<ExtArgs
|
|
|
1764
1608
|
export type PropertyPaymentMethodCountOutputTypeCountChangeRulesToArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1765
1609
|
where?: Prisma.DocumentRequirementRuleWhereInput;
|
|
1766
1610
|
};
|
|
1767
|
-
/**
|
|
1768
|
-
* PropertyPaymentMethodCountOutputType without action
|
|
1769
|
-
*/
|
|
1770
|
-
export type PropertyPaymentMethodCountOutputTypeCountBankDocumentRequirementsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1771
|
-
where?: Prisma.BankDocumentRequirementWhereInput;
|
|
1772
|
-
};
|
|
1773
1611
|
export type PropertyPaymentMethodSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1774
1612
|
id?: boolean;
|
|
1775
1613
|
tenantId?: boolean;
|
|
@@ -1791,7 +1629,6 @@ export type PropertyPaymentMethodSelect<ExtArgs extends runtime.Types.Extensions
|
|
|
1791
1629
|
documentRules?: boolean | Prisma.PropertyPaymentMethod$documentRulesArgs<ExtArgs>;
|
|
1792
1630
|
changeRulesFrom?: boolean | Prisma.PropertyPaymentMethod$changeRulesFromArgs<ExtArgs>;
|
|
1793
1631
|
changeRulesTo?: boolean | Prisma.PropertyPaymentMethod$changeRulesToArgs<ExtArgs>;
|
|
1794
|
-
bankDocumentRequirements?: boolean | Prisma.PropertyPaymentMethod$bankDocumentRequirementsArgs<ExtArgs>;
|
|
1795
1632
|
_count?: boolean | Prisma.PropertyPaymentMethodCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1796
1633
|
}, ExtArgs["result"]["propertyPaymentMethod"]>;
|
|
1797
1634
|
export type PropertyPaymentMethodSelectScalar = {
|
|
@@ -1818,7 +1655,6 @@ export type PropertyPaymentMethodInclude<ExtArgs extends runtime.Types.Extension
|
|
|
1818
1655
|
documentRules?: boolean | Prisma.PropertyPaymentMethod$documentRulesArgs<ExtArgs>;
|
|
1819
1656
|
changeRulesFrom?: boolean | Prisma.PropertyPaymentMethod$changeRulesFromArgs<ExtArgs>;
|
|
1820
1657
|
changeRulesTo?: boolean | Prisma.PropertyPaymentMethod$changeRulesToArgs<ExtArgs>;
|
|
1821
|
-
bankDocumentRequirements?: boolean | Prisma.PropertyPaymentMethod$bankDocumentRequirementsArgs<ExtArgs>;
|
|
1822
1658
|
_count?: boolean | Prisma.PropertyPaymentMethodCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1823
1659
|
};
|
|
1824
1660
|
export type $PropertyPaymentMethodPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -1833,7 +1669,6 @@ export type $PropertyPaymentMethodPayload<ExtArgs extends runtime.Types.Extensio
|
|
|
1833
1669
|
documentRules: Prisma.$DocumentRequirementRulePayload<ExtArgs>[];
|
|
1834
1670
|
changeRulesFrom: Prisma.$DocumentRequirementRulePayload<ExtArgs>[];
|
|
1835
1671
|
changeRulesTo: Prisma.$DocumentRequirementRulePayload<ExtArgs>[];
|
|
1836
|
-
bankDocumentRequirements: Prisma.$BankDocumentRequirementPayload<ExtArgs>[];
|
|
1837
1672
|
};
|
|
1838
1673
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1839
1674
|
id: string;
|
|
@@ -2133,7 +1968,6 @@ export interface Prisma__PropertyPaymentMethodClient<T, Null = never, ExtArgs ex
|
|
|
2133
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>;
|
|
2134
1969
|
changeRulesFrom<T extends Prisma.PropertyPaymentMethod$changeRulesFromArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$changeRulesFromArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentRequirementRulePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2135
1970
|
changeRulesTo<T extends Prisma.PropertyPaymentMethod$changeRulesToArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$changeRulesToArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentRequirementRulePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2136
|
-
bankDocumentRequirements<T extends Prisma.PropertyPaymentMethod$bankDocumentRequirementsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PropertyPaymentMethod$bankDocumentRequirementsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BankDocumentRequirementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2137
1971
|
/**
|
|
2138
1972
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2139
1973
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -2681,29 +2515,6 @@ export type PropertyPaymentMethod$changeRulesToArgs<ExtArgs extends runtime.Type
|
|
|
2681
2515
|
skip?: number;
|
|
2682
2516
|
distinct?: Prisma.DocumentRequirementRuleScalarFieldEnum | Prisma.DocumentRequirementRuleScalarFieldEnum[];
|
|
2683
2517
|
};
|
|
2684
|
-
/**
|
|
2685
|
-
* PropertyPaymentMethod.bankDocumentRequirements
|
|
2686
|
-
*/
|
|
2687
|
-
export type PropertyPaymentMethod$bankDocumentRequirementsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2688
|
-
/**
|
|
2689
|
-
* Select specific fields to fetch from the BankDocumentRequirement
|
|
2690
|
-
*/
|
|
2691
|
-
select?: Prisma.BankDocumentRequirementSelect<ExtArgs> | null;
|
|
2692
|
-
/**
|
|
2693
|
-
* Omit specific fields from the BankDocumentRequirement
|
|
2694
|
-
*/
|
|
2695
|
-
omit?: Prisma.BankDocumentRequirementOmit<ExtArgs> | null;
|
|
2696
|
-
/**
|
|
2697
|
-
* Choose, which related nodes to fetch as well
|
|
2698
|
-
*/
|
|
2699
|
-
include?: Prisma.BankDocumentRequirementInclude<ExtArgs> | null;
|
|
2700
|
-
where?: Prisma.BankDocumentRequirementWhereInput;
|
|
2701
|
-
orderBy?: Prisma.BankDocumentRequirementOrderByWithRelationInput | Prisma.BankDocumentRequirementOrderByWithRelationInput[];
|
|
2702
|
-
cursor?: Prisma.BankDocumentRequirementWhereUniqueInput;
|
|
2703
|
-
take?: number;
|
|
2704
|
-
skip?: number;
|
|
2705
|
-
distinct?: Prisma.BankDocumentRequirementScalarFieldEnum | Prisma.BankDocumentRequirementScalarFieldEnum[];
|
|
2706
|
-
};
|
|
2707
2518
|
/**
|
|
2708
2519
|
* PropertyPaymentMethod without action
|
|
2709
2520
|
*/
|