@valentine-efagene/qshelter-common 2.0.84 → 2.0.87
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 +25 -0
- package/dist/generated/client/client.d.ts +25 -0
- package/dist/generated/client/commonInputTypes.d.ts +30 -0
- package/dist/generated/client/enums.d.ts +18 -0
- package/dist/generated/client/enums.js +17 -0
- package/dist/generated/client/internal/class.d.ts +55 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +469 -42
- package/dist/generated/client/internal/prismaNamespace.js +118 -40
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +129 -41
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +118 -40
- package/dist/generated/client/models/Contract.d.ts +303 -1574
- package/dist/generated/client/models/ContractInstallment.d.ts +77 -77
- package/dist/generated/client/models/ContractPhase.d.ts +339 -1376
- package/dist/generated/client/models/DocumentationPhase.d.ts +1649 -0
- package/dist/generated/client/models/DocumentationPhase.js +1 -0
- package/dist/generated/client/models/DocumentationStep.d.ts +126 -387
- package/dist/generated/client/models/PaymentMethodPhaseField.d.ts +1378 -0
- package/dist/generated/client/models/PaymentMethodPhaseField.js +1 -0
- package/dist/generated/client/models/PaymentPhase.d.ts +1566 -0
- package/dist/generated/client/models/PaymentPhase.js +1 -0
- package/dist/generated/client/models/PaymentPlan.d.ts +53 -53
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +171 -0
- package/dist/generated/client/models/PropertyTransferRequest.d.ts +196 -70
- package/dist/generated/client/models/QuestionnaireField.d.ts +1495 -0
- package/dist/generated/client/models/QuestionnaireField.js +1 -0
- package/dist/generated/client/models/QuestionnairePhase.d.ts +1383 -0
- package/dist/generated/client/models/QuestionnairePhase.js +1 -0
- package/dist/generated/client/models.d.ts +5 -0
- package/package.json +1 -1
- package/prisma/migrations/20260109132751_update_transfer_flow/migration.sql +343 -0
- package/prisma/schema.prisma +304 -98
|
@@ -264,9 +264,14 @@ export declare const ModelName: {
|
|
|
264
264
|
readonly PaymentMethodPhaseStep: "PaymentMethodPhaseStep";
|
|
265
265
|
readonly StepEventAttachment: "StepEventAttachment";
|
|
266
266
|
readonly PaymentMethodPhaseDocument: "PaymentMethodPhaseDocument";
|
|
267
|
+
readonly PaymentMethodPhaseField: "PaymentMethodPhaseField";
|
|
267
268
|
readonly Contract: "Contract";
|
|
268
269
|
readonly ContractRefund: "ContractRefund";
|
|
269
270
|
readonly ContractPhase: "ContractPhase";
|
|
271
|
+
readonly QuestionnairePhase: "QuestionnairePhase";
|
|
272
|
+
readonly DocumentationPhase: "DocumentationPhase";
|
|
273
|
+
readonly PaymentPhase: "PaymentPhase";
|
|
274
|
+
readonly QuestionnaireField: "QuestionnaireField";
|
|
270
275
|
readonly ContractEvent: "ContractEvent";
|
|
271
276
|
readonly DocumentationStep: "DocumentationStep";
|
|
272
277
|
readonly DocumentationStepDocument: "DocumentationStepDocument";
|
|
@@ -299,7 +304,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
299
304
|
omit: GlobalOmitOptions;
|
|
300
305
|
};
|
|
301
306
|
meta: {
|
|
302
|
-
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "contract" | "contractRefund" | "contractPhase" | "contractEvent" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "contractInstallment" | "contractPayment" | "contractDocument" | "documentTemplate" | "offerLetter" | "contractTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest";
|
|
307
|
+
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "contract" | "contractRefund" | "contractPhase" | "questionnairePhase" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "contractEvent" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "contractInstallment" | "contractPayment" | "contractDocument" | "documentTemplate" | "offerLetter" | "contractTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest";
|
|
303
308
|
txIsolationLevel: TransactionIsolationLevel;
|
|
304
309
|
};
|
|
305
310
|
model: {
|
|
@@ -2481,6 +2486,72 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2481
2486
|
};
|
|
2482
2487
|
};
|
|
2483
2488
|
};
|
|
2489
|
+
PaymentMethodPhaseField: {
|
|
2490
|
+
payload: Prisma.$PaymentMethodPhaseFieldPayload<ExtArgs>;
|
|
2491
|
+
fields: Prisma.PaymentMethodPhaseFieldFieldRefs;
|
|
2492
|
+
operations: {
|
|
2493
|
+
findUnique: {
|
|
2494
|
+
args: Prisma.PaymentMethodPhaseFieldFindUniqueArgs<ExtArgs>;
|
|
2495
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload> | null;
|
|
2496
|
+
};
|
|
2497
|
+
findUniqueOrThrow: {
|
|
2498
|
+
args: Prisma.PaymentMethodPhaseFieldFindUniqueOrThrowArgs<ExtArgs>;
|
|
2499
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>;
|
|
2500
|
+
};
|
|
2501
|
+
findFirst: {
|
|
2502
|
+
args: Prisma.PaymentMethodPhaseFieldFindFirstArgs<ExtArgs>;
|
|
2503
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload> | null;
|
|
2504
|
+
};
|
|
2505
|
+
findFirstOrThrow: {
|
|
2506
|
+
args: Prisma.PaymentMethodPhaseFieldFindFirstOrThrowArgs<ExtArgs>;
|
|
2507
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>;
|
|
2508
|
+
};
|
|
2509
|
+
findMany: {
|
|
2510
|
+
args: Prisma.PaymentMethodPhaseFieldFindManyArgs<ExtArgs>;
|
|
2511
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>[];
|
|
2512
|
+
};
|
|
2513
|
+
create: {
|
|
2514
|
+
args: Prisma.PaymentMethodPhaseFieldCreateArgs<ExtArgs>;
|
|
2515
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>;
|
|
2516
|
+
};
|
|
2517
|
+
createMany: {
|
|
2518
|
+
args: Prisma.PaymentMethodPhaseFieldCreateManyArgs<ExtArgs>;
|
|
2519
|
+
result: BatchPayload;
|
|
2520
|
+
};
|
|
2521
|
+
delete: {
|
|
2522
|
+
args: Prisma.PaymentMethodPhaseFieldDeleteArgs<ExtArgs>;
|
|
2523
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>;
|
|
2524
|
+
};
|
|
2525
|
+
update: {
|
|
2526
|
+
args: Prisma.PaymentMethodPhaseFieldUpdateArgs<ExtArgs>;
|
|
2527
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>;
|
|
2528
|
+
};
|
|
2529
|
+
deleteMany: {
|
|
2530
|
+
args: Prisma.PaymentMethodPhaseFieldDeleteManyArgs<ExtArgs>;
|
|
2531
|
+
result: BatchPayload;
|
|
2532
|
+
};
|
|
2533
|
+
updateMany: {
|
|
2534
|
+
args: Prisma.PaymentMethodPhaseFieldUpdateManyArgs<ExtArgs>;
|
|
2535
|
+
result: BatchPayload;
|
|
2536
|
+
};
|
|
2537
|
+
upsert: {
|
|
2538
|
+
args: Prisma.PaymentMethodPhaseFieldUpsertArgs<ExtArgs>;
|
|
2539
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentMethodPhaseFieldPayload>;
|
|
2540
|
+
};
|
|
2541
|
+
aggregate: {
|
|
2542
|
+
args: Prisma.PaymentMethodPhaseFieldAggregateArgs<ExtArgs>;
|
|
2543
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregatePaymentMethodPhaseField>;
|
|
2544
|
+
};
|
|
2545
|
+
groupBy: {
|
|
2546
|
+
args: Prisma.PaymentMethodPhaseFieldGroupByArgs<ExtArgs>;
|
|
2547
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentMethodPhaseFieldGroupByOutputType>[];
|
|
2548
|
+
};
|
|
2549
|
+
count: {
|
|
2550
|
+
args: Prisma.PaymentMethodPhaseFieldCountArgs<ExtArgs>;
|
|
2551
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentMethodPhaseFieldCountAggregateOutputType> | number;
|
|
2552
|
+
};
|
|
2553
|
+
};
|
|
2554
|
+
};
|
|
2484
2555
|
Contract: {
|
|
2485
2556
|
payload: Prisma.$ContractPayload<ExtArgs>;
|
|
2486
2557
|
fields: Prisma.ContractFieldRefs;
|
|
@@ -2679,6 +2750,270 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2679
2750
|
};
|
|
2680
2751
|
};
|
|
2681
2752
|
};
|
|
2753
|
+
QuestionnairePhase: {
|
|
2754
|
+
payload: Prisma.$QuestionnairePhasePayload<ExtArgs>;
|
|
2755
|
+
fields: Prisma.QuestionnairePhaseFieldRefs;
|
|
2756
|
+
operations: {
|
|
2757
|
+
findUnique: {
|
|
2758
|
+
args: Prisma.QuestionnairePhaseFindUniqueArgs<ExtArgs>;
|
|
2759
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload> | null;
|
|
2760
|
+
};
|
|
2761
|
+
findUniqueOrThrow: {
|
|
2762
|
+
args: Prisma.QuestionnairePhaseFindUniqueOrThrowArgs<ExtArgs>;
|
|
2763
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>;
|
|
2764
|
+
};
|
|
2765
|
+
findFirst: {
|
|
2766
|
+
args: Prisma.QuestionnairePhaseFindFirstArgs<ExtArgs>;
|
|
2767
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload> | null;
|
|
2768
|
+
};
|
|
2769
|
+
findFirstOrThrow: {
|
|
2770
|
+
args: Prisma.QuestionnairePhaseFindFirstOrThrowArgs<ExtArgs>;
|
|
2771
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>;
|
|
2772
|
+
};
|
|
2773
|
+
findMany: {
|
|
2774
|
+
args: Prisma.QuestionnairePhaseFindManyArgs<ExtArgs>;
|
|
2775
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>[];
|
|
2776
|
+
};
|
|
2777
|
+
create: {
|
|
2778
|
+
args: Prisma.QuestionnairePhaseCreateArgs<ExtArgs>;
|
|
2779
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>;
|
|
2780
|
+
};
|
|
2781
|
+
createMany: {
|
|
2782
|
+
args: Prisma.QuestionnairePhaseCreateManyArgs<ExtArgs>;
|
|
2783
|
+
result: BatchPayload;
|
|
2784
|
+
};
|
|
2785
|
+
delete: {
|
|
2786
|
+
args: Prisma.QuestionnairePhaseDeleteArgs<ExtArgs>;
|
|
2787
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>;
|
|
2788
|
+
};
|
|
2789
|
+
update: {
|
|
2790
|
+
args: Prisma.QuestionnairePhaseUpdateArgs<ExtArgs>;
|
|
2791
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>;
|
|
2792
|
+
};
|
|
2793
|
+
deleteMany: {
|
|
2794
|
+
args: Prisma.QuestionnairePhaseDeleteManyArgs<ExtArgs>;
|
|
2795
|
+
result: BatchPayload;
|
|
2796
|
+
};
|
|
2797
|
+
updateMany: {
|
|
2798
|
+
args: Prisma.QuestionnairePhaseUpdateManyArgs<ExtArgs>;
|
|
2799
|
+
result: BatchPayload;
|
|
2800
|
+
};
|
|
2801
|
+
upsert: {
|
|
2802
|
+
args: Prisma.QuestionnairePhaseUpsertArgs<ExtArgs>;
|
|
2803
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePhasePayload>;
|
|
2804
|
+
};
|
|
2805
|
+
aggregate: {
|
|
2806
|
+
args: Prisma.QuestionnairePhaseAggregateArgs<ExtArgs>;
|
|
2807
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateQuestionnairePhase>;
|
|
2808
|
+
};
|
|
2809
|
+
groupBy: {
|
|
2810
|
+
args: Prisma.QuestionnairePhaseGroupByArgs<ExtArgs>;
|
|
2811
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnairePhaseGroupByOutputType>[];
|
|
2812
|
+
};
|
|
2813
|
+
count: {
|
|
2814
|
+
args: Prisma.QuestionnairePhaseCountArgs<ExtArgs>;
|
|
2815
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnairePhaseCountAggregateOutputType> | number;
|
|
2816
|
+
};
|
|
2817
|
+
};
|
|
2818
|
+
};
|
|
2819
|
+
DocumentationPhase: {
|
|
2820
|
+
payload: Prisma.$DocumentationPhasePayload<ExtArgs>;
|
|
2821
|
+
fields: Prisma.DocumentationPhaseFieldRefs;
|
|
2822
|
+
operations: {
|
|
2823
|
+
findUnique: {
|
|
2824
|
+
args: Prisma.DocumentationPhaseFindUniqueArgs<ExtArgs>;
|
|
2825
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload> | null;
|
|
2826
|
+
};
|
|
2827
|
+
findUniqueOrThrow: {
|
|
2828
|
+
args: Prisma.DocumentationPhaseFindUniqueOrThrowArgs<ExtArgs>;
|
|
2829
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>;
|
|
2830
|
+
};
|
|
2831
|
+
findFirst: {
|
|
2832
|
+
args: Prisma.DocumentationPhaseFindFirstArgs<ExtArgs>;
|
|
2833
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload> | null;
|
|
2834
|
+
};
|
|
2835
|
+
findFirstOrThrow: {
|
|
2836
|
+
args: Prisma.DocumentationPhaseFindFirstOrThrowArgs<ExtArgs>;
|
|
2837
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>;
|
|
2838
|
+
};
|
|
2839
|
+
findMany: {
|
|
2840
|
+
args: Prisma.DocumentationPhaseFindManyArgs<ExtArgs>;
|
|
2841
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>[];
|
|
2842
|
+
};
|
|
2843
|
+
create: {
|
|
2844
|
+
args: Prisma.DocumentationPhaseCreateArgs<ExtArgs>;
|
|
2845
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>;
|
|
2846
|
+
};
|
|
2847
|
+
createMany: {
|
|
2848
|
+
args: Prisma.DocumentationPhaseCreateManyArgs<ExtArgs>;
|
|
2849
|
+
result: BatchPayload;
|
|
2850
|
+
};
|
|
2851
|
+
delete: {
|
|
2852
|
+
args: Prisma.DocumentationPhaseDeleteArgs<ExtArgs>;
|
|
2853
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>;
|
|
2854
|
+
};
|
|
2855
|
+
update: {
|
|
2856
|
+
args: Prisma.DocumentationPhaseUpdateArgs<ExtArgs>;
|
|
2857
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>;
|
|
2858
|
+
};
|
|
2859
|
+
deleteMany: {
|
|
2860
|
+
args: Prisma.DocumentationPhaseDeleteManyArgs<ExtArgs>;
|
|
2861
|
+
result: BatchPayload;
|
|
2862
|
+
};
|
|
2863
|
+
updateMany: {
|
|
2864
|
+
args: Prisma.DocumentationPhaseUpdateManyArgs<ExtArgs>;
|
|
2865
|
+
result: BatchPayload;
|
|
2866
|
+
};
|
|
2867
|
+
upsert: {
|
|
2868
|
+
args: Prisma.DocumentationPhaseUpsertArgs<ExtArgs>;
|
|
2869
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPhasePayload>;
|
|
2870
|
+
};
|
|
2871
|
+
aggregate: {
|
|
2872
|
+
args: Prisma.DocumentationPhaseAggregateArgs<ExtArgs>;
|
|
2873
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPhase>;
|
|
2874
|
+
};
|
|
2875
|
+
groupBy: {
|
|
2876
|
+
args: Prisma.DocumentationPhaseGroupByArgs<ExtArgs>;
|
|
2877
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPhaseGroupByOutputType>[];
|
|
2878
|
+
};
|
|
2879
|
+
count: {
|
|
2880
|
+
args: Prisma.DocumentationPhaseCountArgs<ExtArgs>;
|
|
2881
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPhaseCountAggregateOutputType> | number;
|
|
2882
|
+
};
|
|
2883
|
+
};
|
|
2884
|
+
};
|
|
2885
|
+
PaymentPhase: {
|
|
2886
|
+
payload: Prisma.$PaymentPhasePayload<ExtArgs>;
|
|
2887
|
+
fields: Prisma.PaymentPhaseFieldRefs;
|
|
2888
|
+
operations: {
|
|
2889
|
+
findUnique: {
|
|
2890
|
+
args: Prisma.PaymentPhaseFindUniqueArgs<ExtArgs>;
|
|
2891
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload> | null;
|
|
2892
|
+
};
|
|
2893
|
+
findUniqueOrThrow: {
|
|
2894
|
+
args: Prisma.PaymentPhaseFindUniqueOrThrowArgs<ExtArgs>;
|
|
2895
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>;
|
|
2896
|
+
};
|
|
2897
|
+
findFirst: {
|
|
2898
|
+
args: Prisma.PaymentPhaseFindFirstArgs<ExtArgs>;
|
|
2899
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload> | null;
|
|
2900
|
+
};
|
|
2901
|
+
findFirstOrThrow: {
|
|
2902
|
+
args: Prisma.PaymentPhaseFindFirstOrThrowArgs<ExtArgs>;
|
|
2903
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>;
|
|
2904
|
+
};
|
|
2905
|
+
findMany: {
|
|
2906
|
+
args: Prisma.PaymentPhaseFindManyArgs<ExtArgs>;
|
|
2907
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>[];
|
|
2908
|
+
};
|
|
2909
|
+
create: {
|
|
2910
|
+
args: Prisma.PaymentPhaseCreateArgs<ExtArgs>;
|
|
2911
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>;
|
|
2912
|
+
};
|
|
2913
|
+
createMany: {
|
|
2914
|
+
args: Prisma.PaymentPhaseCreateManyArgs<ExtArgs>;
|
|
2915
|
+
result: BatchPayload;
|
|
2916
|
+
};
|
|
2917
|
+
delete: {
|
|
2918
|
+
args: Prisma.PaymentPhaseDeleteArgs<ExtArgs>;
|
|
2919
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>;
|
|
2920
|
+
};
|
|
2921
|
+
update: {
|
|
2922
|
+
args: Prisma.PaymentPhaseUpdateArgs<ExtArgs>;
|
|
2923
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>;
|
|
2924
|
+
};
|
|
2925
|
+
deleteMany: {
|
|
2926
|
+
args: Prisma.PaymentPhaseDeleteManyArgs<ExtArgs>;
|
|
2927
|
+
result: BatchPayload;
|
|
2928
|
+
};
|
|
2929
|
+
updateMany: {
|
|
2930
|
+
args: Prisma.PaymentPhaseUpdateManyArgs<ExtArgs>;
|
|
2931
|
+
result: BatchPayload;
|
|
2932
|
+
};
|
|
2933
|
+
upsert: {
|
|
2934
|
+
args: Prisma.PaymentPhaseUpsertArgs<ExtArgs>;
|
|
2935
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentPhasePayload>;
|
|
2936
|
+
};
|
|
2937
|
+
aggregate: {
|
|
2938
|
+
args: Prisma.PaymentPhaseAggregateArgs<ExtArgs>;
|
|
2939
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregatePaymentPhase>;
|
|
2940
|
+
};
|
|
2941
|
+
groupBy: {
|
|
2942
|
+
args: Prisma.PaymentPhaseGroupByArgs<ExtArgs>;
|
|
2943
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentPhaseGroupByOutputType>[];
|
|
2944
|
+
};
|
|
2945
|
+
count: {
|
|
2946
|
+
args: Prisma.PaymentPhaseCountArgs<ExtArgs>;
|
|
2947
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentPhaseCountAggregateOutputType> | number;
|
|
2948
|
+
};
|
|
2949
|
+
};
|
|
2950
|
+
};
|
|
2951
|
+
QuestionnaireField: {
|
|
2952
|
+
payload: Prisma.$QuestionnaireFieldPayload<ExtArgs>;
|
|
2953
|
+
fields: Prisma.QuestionnaireFieldFieldRefs;
|
|
2954
|
+
operations: {
|
|
2955
|
+
findUnique: {
|
|
2956
|
+
args: Prisma.QuestionnaireFieldFindUniqueArgs<ExtArgs>;
|
|
2957
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload> | null;
|
|
2958
|
+
};
|
|
2959
|
+
findUniqueOrThrow: {
|
|
2960
|
+
args: Prisma.QuestionnaireFieldFindUniqueOrThrowArgs<ExtArgs>;
|
|
2961
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>;
|
|
2962
|
+
};
|
|
2963
|
+
findFirst: {
|
|
2964
|
+
args: Prisma.QuestionnaireFieldFindFirstArgs<ExtArgs>;
|
|
2965
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload> | null;
|
|
2966
|
+
};
|
|
2967
|
+
findFirstOrThrow: {
|
|
2968
|
+
args: Prisma.QuestionnaireFieldFindFirstOrThrowArgs<ExtArgs>;
|
|
2969
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>;
|
|
2970
|
+
};
|
|
2971
|
+
findMany: {
|
|
2972
|
+
args: Prisma.QuestionnaireFieldFindManyArgs<ExtArgs>;
|
|
2973
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>[];
|
|
2974
|
+
};
|
|
2975
|
+
create: {
|
|
2976
|
+
args: Prisma.QuestionnaireFieldCreateArgs<ExtArgs>;
|
|
2977
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>;
|
|
2978
|
+
};
|
|
2979
|
+
createMany: {
|
|
2980
|
+
args: Prisma.QuestionnaireFieldCreateManyArgs<ExtArgs>;
|
|
2981
|
+
result: BatchPayload;
|
|
2982
|
+
};
|
|
2983
|
+
delete: {
|
|
2984
|
+
args: Prisma.QuestionnaireFieldDeleteArgs<ExtArgs>;
|
|
2985
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>;
|
|
2986
|
+
};
|
|
2987
|
+
update: {
|
|
2988
|
+
args: Prisma.QuestionnaireFieldUpdateArgs<ExtArgs>;
|
|
2989
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>;
|
|
2990
|
+
};
|
|
2991
|
+
deleteMany: {
|
|
2992
|
+
args: Prisma.QuestionnaireFieldDeleteManyArgs<ExtArgs>;
|
|
2993
|
+
result: BatchPayload;
|
|
2994
|
+
};
|
|
2995
|
+
updateMany: {
|
|
2996
|
+
args: Prisma.QuestionnaireFieldUpdateManyArgs<ExtArgs>;
|
|
2997
|
+
result: BatchPayload;
|
|
2998
|
+
};
|
|
2999
|
+
upsert: {
|
|
3000
|
+
args: Prisma.QuestionnaireFieldUpsertArgs<ExtArgs>;
|
|
3001
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnaireFieldPayload>;
|
|
3002
|
+
};
|
|
3003
|
+
aggregate: {
|
|
3004
|
+
args: Prisma.QuestionnaireFieldAggregateArgs<ExtArgs>;
|
|
3005
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateQuestionnaireField>;
|
|
3006
|
+
};
|
|
3007
|
+
groupBy: {
|
|
3008
|
+
args: Prisma.QuestionnaireFieldGroupByArgs<ExtArgs>;
|
|
3009
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnaireFieldGroupByOutputType>[];
|
|
3010
|
+
};
|
|
3011
|
+
count: {
|
|
3012
|
+
args: Prisma.QuestionnaireFieldCountArgs<ExtArgs>;
|
|
3013
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnaireFieldCountAggregateOutputType> | number;
|
|
3014
|
+
};
|
|
3015
|
+
};
|
|
3016
|
+
};
|
|
2682
3017
|
ContractEvent: {
|
|
2683
3018
|
payload: Prisma.$ContractEventPayload<ExtArgs>;
|
|
2684
3019
|
fields: Prisma.ContractEventFieldRefs;
|
|
@@ -4412,6 +4747,23 @@ export declare const PaymentMethodPhaseDocumentScalarFieldEnum: {
|
|
|
4412
4747
|
readonly createdAt: "createdAt";
|
|
4413
4748
|
};
|
|
4414
4749
|
export type PaymentMethodPhaseDocumentScalarFieldEnum = (typeof PaymentMethodPhaseDocumentScalarFieldEnum)[keyof typeof PaymentMethodPhaseDocumentScalarFieldEnum];
|
|
4750
|
+
export declare const PaymentMethodPhaseFieldScalarFieldEnum: {
|
|
4751
|
+
readonly id: "id";
|
|
4752
|
+
readonly phaseId: "phaseId";
|
|
4753
|
+
readonly name: "name";
|
|
4754
|
+
readonly label: "label";
|
|
4755
|
+
readonly description: "description";
|
|
4756
|
+
readonly placeholder: "placeholder";
|
|
4757
|
+
readonly fieldType: "fieldType";
|
|
4758
|
+
readonly isRequired: "isRequired";
|
|
4759
|
+
readonly order: "order";
|
|
4760
|
+
readonly validation: "validation";
|
|
4761
|
+
readonly displayCondition: "displayCondition";
|
|
4762
|
+
readonly defaultValue: "defaultValue";
|
|
4763
|
+
readonly createdAt: "createdAt";
|
|
4764
|
+
readonly updatedAt: "updatedAt";
|
|
4765
|
+
};
|
|
4766
|
+
export type PaymentMethodPhaseFieldScalarFieldEnum = (typeof PaymentMethodPhaseFieldScalarFieldEnum)[keyof typeof PaymentMethodPhaseFieldScalarFieldEnum];
|
|
4415
4767
|
export declare const ContractScalarFieldEnum: {
|
|
4416
4768
|
readonly id: "id";
|
|
4417
4769
|
readonly tenantId: "tenantId";
|
|
@@ -4424,21 +4776,7 @@ export declare const ContractScalarFieldEnum: {
|
|
|
4424
4776
|
readonly description: "description";
|
|
4425
4777
|
readonly contractType: "contractType";
|
|
4426
4778
|
readonly totalAmount: "totalAmount";
|
|
4427
|
-
readonly downPayment: "downPayment";
|
|
4428
|
-
readonly downPaymentPaid: "downPaymentPaid";
|
|
4429
|
-
readonly principal: "principal";
|
|
4430
|
-
readonly interestRate: "interestRate";
|
|
4431
|
-
readonly termMonths: "termMonths";
|
|
4432
|
-
readonly periodicPayment: "periodicPayment";
|
|
4433
|
-
readonly totalPaidToDate: "totalPaidToDate";
|
|
4434
|
-
readonly totalInterestPaid: "totalInterestPaid";
|
|
4435
|
-
readonly monthlyIncome: "monthlyIncome";
|
|
4436
|
-
readonly monthlyExpenses: "monthlyExpenses";
|
|
4437
|
-
readonly preApprovalAnswers: "preApprovalAnswers";
|
|
4438
|
-
readonly underwritingScore: "underwritingScore";
|
|
4439
|
-
readonly debtToIncomeRatio: "debtToIncomeRatio";
|
|
4440
4779
|
readonly status: "status";
|
|
4441
|
-
readonly state: "state";
|
|
4442
4780
|
readonly currentPhaseId: "currentPhaseId";
|
|
4443
4781
|
readonly nextPaymentDueDate: "nextPaymentDueDate";
|
|
4444
4782
|
readonly lastReminderSentAt: "lastReminderSentAt";
|
|
@@ -4480,38 +4818,87 @@ export type ContractRefundScalarFieldEnum = (typeof ContractRefundScalarFieldEnu
|
|
|
4480
4818
|
export declare const ContractPhaseScalarFieldEnum: {
|
|
4481
4819
|
readonly id: "id";
|
|
4482
4820
|
readonly contractId: "contractId";
|
|
4483
|
-
readonly paymentPlanId: "paymentPlanId";
|
|
4484
4821
|
readonly name: "name";
|
|
4485
4822
|
readonly description: "description";
|
|
4486
4823
|
readonly phaseCategory: "phaseCategory";
|
|
4487
4824
|
readonly phaseType: "phaseType";
|
|
4488
4825
|
readonly order: "order";
|
|
4489
4826
|
readonly status: "status";
|
|
4490
|
-
readonly currentStepId: "currentStepId";
|
|
4491
|
-
readonly totalAmount: "totalAmount";
|
|
4492
|
-
readonly paidAmount: "paidAmount";
|
|
4493
|
-
readonly remainingAmount: "remainingAmount";
|
|
4494
|
-
readonly interestRate: "interestRate";
|
|
4495
|
-
readonly collectFunds: "collectFunds";
|
|
4496
|
-
readonly approvedDocumentsCount: "approvedDocumentsCount";
|
|
4497
|
-
readonly requiredDocumentsCount: "requiredDocumentsCount";
|
|
4498
|
-
readonly completedStepsCount: "completedStepsCount";
|
|
4499
|
-
readonly totalStepsCount: "totalStepsCount";
|
|
4500
4827
|
readonly dueDate: "dueDate";
|
|
4501
4828
|
readonly startDate: "startDate";
|
|
4502
4829
|
readonly endDate: "endDate";
|
|
4503
4830
|
readonly activatedAt: "activatedAt";
|
|
4504
4831
|
readonly completedAt: "completedAt";
|
|
4505
4832
|
readonly requiresPreviousPhaseCompletion: "requiresPreviousPhaseCompletion";
|
|
4833
|
+
readonly createdAt: "createdAt";
|
|
4834
|
+
readonly updatedAt: "updatedAt";
|
|
4835
|
+
};
|
|
4836
|
+
export type ContractPhaseScalarFieldEnum = (typeof ContractPhaseScalarFieldEnum)[keyof typeof ContractPhaseScalarFieldEnum];
|
|
4837
|
+
export declare const QuestionnairePhaseScalarFieldEnum: {
|
|
4838
|
+
readonly id: "id";
|
|
4839
|
+
readonly phaseId: "phaseId";
|
|
4840
|
+
readonly completedFieldsCount: "completedFieldsCount";
|
|
4841
|
+
readonly totalFieldsCount: "totalFieldsCount";
|
|
4842
|
+
readonly underwritingScore: "underwritingScore";
|
|
4843
|
+
readonly debtToIncomeRatio: "debtToIncomeRatio";
|
|
4844
|
+
readonly underwritingDecision: "underwritingDecision";
|
|
4845
|
+
readonly underwritingNotes: "underwritingNotes";
|
|
4846
|
+
readonly fieldsSnapshot: "fieldsSnapshot";
|
|
4847
|
+
readonly createdAt: "createdAt";
|
|
4848
|
+
readonly updatedAt: "updatedAt";
|
|
4849
|
+
};
|
|
4850
|
+
export type QuestionnairePhaseScalarFieldEnum = (typeof QuestionnairePhaseScalarFieldEnum)[keyof typeof QuestionnairePhaseScalarFieldEnum];
|
|
4851
|
+
export declare const DocumentationPhaseScalarFieldEnum: {
|
|
4852
|
+
readonly id: "id";
|
|
4853
|
+
readonly phaseId: "phaseId";
|
|
4854
|
+
readonly currentStepId: "currentStepId";
|
|
4855
|
+
readonly approvedDocumentsCount: "approvedDocumentsCount";
|
|
4856
|
+
readonly requiredDocumentsCount: "requiredDocumentsCount";
|
|
4857
|
+
readonly completedStepsCount: "completedStepsCount";
|
|
4858
|
+
readonly totalStepsCount: "totalStepsCount";
|
|
4506
4859
|
readonly minimumCompletionPercentage: "minimumCompletionPercentage";
|
|
4507
4860
|
readonly completionCriterion: "completionCriterion";
|
|
4508
|
-
readonly paymentPlanSnapshot: "paymentPlanSnapshot";
|
|
4509
4861
|
readonly stepDefinitionsSnapshot: "stepDefinitionsSnapshot";
|
|
4510
4862
|
readonly requiredDocumentSnapshot: "requiredDocumentSnapshot";
|
|
4511
4863
|
readonly createdAt: "createdAt";
|
|
4512
4864
|
readonly updatedAt: "updatedAt";
|
|
4513
4865
|
};
|
|
4514
|
-
export type
|
|
4866
|
+
export type DocumentationPhaseScalarFieldEnum = (typeof DocumentationPhaseScalarFieldEnum)[keyof typeof DocumentationPhaseScalarFieldEnum];
|
|
4867
|
+
export declare const PaymentPhaseScalarFieldEnum: {
|
|
4868
|
+
readonly id: "id";
|
|
4869
|
+
readonly phaseId: "phaseId";
|
|
4870
|
+
readonly paymentPlanId: "paymentPlanId";
|
|
4871
|
+
readonly totalAmount: "totalAmount";
|
|
4872
|
+
readonly paidAmount: "paidAmount";
|
|
4873
|
+
readonly interestRate: "interestRate";
|
|
4874
|
+
readonly collectFunds: "collectFunds";
|
|
4875
|
+
readonly minimumCompletionPercentage: "minimumCompletionPercentage";
|
|
4876
|
+
readonly paymentPlanSnapshot: "paymentPlanSnapshot";
|
|
4877
|
+
readonly createdAt: "createdAt";
|
|
4878
|
+
readonly updatedAt: "updatedAt";
|
|
4879
|
+
};
|
|
4880
|
+
export type PaymentPhaseScalarFieldEnum = (typeof PaymentPhaseScalarFieldEnum)[keyof typeof PaymentPhaseScalarFieldEnum];
|
|
4881
|
+
export declare const QuestionnaireFieldScalarFieldEnum: {
|
|
4882
|
+
readonly id: "id";
|
|
4883
|
+
readonly questionnairePhaseId: "questionnairePhaseId";
|
|
4884
|
+
readonly name: "name";
|
|
4885
|
+
readonly label: "label";
|
|
4886
|
+
readonly description: "description";
|
|
4887
|
+
readonly placeholder: "placeholder";
|
|
4888
|
+
readonly fieldType: "fieldType";
|
|
4889
|
+
readonly isRequired: "isRequired";
|
|
4890
|
+
readonly order: "order";
|
|
4891
|
+
readonly validation: "validation";
|
|
4892
|
+
readonly displayCondition: "displayCondition";
|
|
4893
|
+
readonly defaultValue: "defaultValue";
|
|
4894
|
+
readonly answer: "answer";
|
|
4895
|
+
readonly isValid: "isValid";
|
|
4896
|
+
readonly validationErrors: "validationErrors";
|
|
4897
|
+
readonly submittedAt: "submittedAt";
|
|
4898
|
+
readonly createdAt: "createdAt";
|
|
4899
|
+
readonly updatedAt: "updatedAt";
|
|
4900
|
+
};
|
|
4901
|
+
export type QuestionnaireFieldScalarFieldEnum = (typeof QuestionnaireFieldScalarFieldEnum)[keyof typeof QuestionnaireFieldScalarFieldEnum];
|
|
4515
4902
|
export declare const ContractEventScalarFieldEnum: {
|
|
4516
4903
|
readonly id: "id";
|
|
4517
4904
|
readonly contractId: "contractId";
|
|
@@ -4528,7 +4915,7 @@ export declare const ContractEventScalarFieldEnum: {
|
|
|
4528
4915
|
export type ContractEventScalarFieldEnum = (typeof ContractEventScalarFieldEnum)[keyof typeof ContractEventScalarFieldEnum];
|
|
4529
4916
|
export declare const DocumentationStepScalarFieldEnum: {
|
|
4530
4917
|
readonly id: "id";
|
|
4531
|
-
readonly
|
|
4918
|
+
readonly documentationPhaseId: "documentationPhaseId";
|
|
4532
4919
|
readonly name: "name";
|
|
4533
4920
|
readonly description: "description";
|
|
4534
4921
|
readonly stepType: "stepType";
|
|
@@ -4538,11 +4925,6 @@ export declare const DocumentationStepScalarFieldEnum: {
|
|
|
4538
4925
|
readonly submissionCount: "submissionCount";
|
|
4539
4926
|
readonly lastSubmittedAt: "lastSubmittedAt";
|
|
4540
4927
|
readonly metadata: "metadata";
|
|
4541
|
-
readonly preApprovalAnswers: "preApprovalAnswers";
|
|
4542
|
-
readonly underwritingScore: "underwritingScore";
|
|
4543
|
-
readonly debtToIncomeRatio: "debtToIncomeRatio";
|
|
4544
|
-
readonly underwritingDecision: "underwritingDecision";
|
|
4545
|
-
readonly underwritingNotes: "underwritingNotes";
|
|
4546
4928
|
readonly assigneeId: "assigneeId";
|
|
4547
4929
|
readonly dueDate: "dueDate";
|
|
4548
4930
|
readonly completedAt: "completedAt";
|
|
@@ -4570,7 +4952,7 @@ export declare const DocumentationStepApprovalScalarFieldEnum: {
|
|
|
4570
4952
|
export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
|
|
4571
4953
|
export declare const ContractInstallmentScalarFieldEnum: {
|
|
4572
4954
|
readonly id: "id";
|
|
4573
|
-
readonly
|
|
4955
|
+
readonly paymentPhaseId: "paymentPhaseId";
|
|
4574
4956
|
readonly installmentNumber: "installmentNumber";
|
|
4575
4957
|
readonly amount: "amount";
|
|
4576
4958
|
readonly principalAmount: "principalAmount";
|
|
@@ -4864,7 +5246,9 @@ export declare const PropertyTransferRequestScalarFieldEnum: {
|
|
|
4864
5246
|
readonly sourceTotalAmount: "sourceTotalAmount";
|
|
4865
5247
|
readonly targetTotalAmount: "targetTotalAmount";
|
|
4866
5248
|
readonly priceAdjustment: "priceAdjustment";
|
|
4867
|
-
readonly
|
|
5249
|
+
readonly refundedAmount: "refundedAmount";
|
|
5250
|
+
readonly refundTransactionId: "refundTransactionId";
|
|
5251
|
+
readonly refundedAt: "refundedAt";
|
|
4868
5252
|
readonly targetContractId: "targetContractId";
|
|
4869
5253
|
readonly createdAt: "createdAt";
|
|
4870
5254
|
readonly reviewedAt: "reviewedAt";
|
|
@@ -5170,6 +5554,15 @@ export declare const PaymentMethodPhaseDocumentOrderByRelevanceFieldEnum: {
|
|
|
5170
5554
|
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
5171
5555
|
};
|
|
5172
5556
|
export type PaymentMethodPhaseDocumentOrderByRelevanceFieldEnum = (typeof PaymentMethodPhaseDocumentOrderByRelevanceFieldEnum)[keyof typeof PaymentMethodPhaseDocumentOrderByRelevanceFieldEnum];
|
|
5557
|
+
export declare const PaymentMethodPhaseFieldOrderByRelevanceFieldEnum: {
|
|
5558
|
+
readonly id: "id";
|
|
5559
|
+
readonly phaseId: "phaseId";
|
|
5560
|
+
readonly name: "name";
|
|
5561
|
+
readonly label: "label";
|
|
5562
|
+
readonly description: "description";
|
|
5563
|
+
readonly placeholder: "placeholder";
|
|
5564
|
+
};
|
|
5565
|
+
export type PaymentMethodPhaseFieldOrderByRelevanceFieldEnum = (typeof PaymentMethodPhaseFieldOrderByRelevanceFieldEnum)[keyof typeof PaymentMethodPhaseFieldOrderByRelevanceFieldEnum];
|
|
5173
5566
|
export declare const ContractOrderByRelevanceFieldEnum: {
|
|
5174
5567
|
readonly id: "id";
|
|
5175
5568
|
readonly tenantId: "tenantId";
|
|
@@ -5206,12 +5599,38 @@ export type ContractRefundOrderByRelevanceFieldEnum = (typeof ContractRefundOrde
|
|
|
5206
5599
|
export declare const ContractPhaseOrderByRelevanceFieldEnum: {
|
|
5207
5600
|
readonly id: "id";
|
|
5208
5601
|
readonly contractId: "contractId";
|
|
5209
|
-
readonly paymentPlanId: "paymentPlanId";
|
|
5210
5602
|
readonly name: "name";
|
|
5211
5603
|
readonly description: "description";
|
|
5212
|
-
readonly currentStepId: "currentStepId";
|
|
5213
5604
|
};
|
|
5214
5605
|
export type ContractPhaseOrderByRelevanceFieldEnum = (typeof ContractPhaseOrderByRelevanceFieldEnum)[keyof typeof ContractPhaseOrderByRelevanceFieldEnum];
|
|
5606
|
+
export declare const QuestionnairePhaseOrderByRelevanceFieldEnum: {
|
|
5607
|
+
readonly id: "id";
|
|
5608
|
+
readonly phaseId: "phaseId";
|
|
5609
|
+
readonly underwritingDecision: "underwritingDecision";
|
|
5610
|
+
readonly underwritingNotes: "underwritingNotes";
|
|
5611
|
+
};
|
|
5612
|
+
export type QuestionnairePhaseOrderByRelevanceFieldEnum = (typeof QuestionnairePhaseOrderByRelevanceFieldEnum)[keyof typeof QuestionnairePhaseOrderByRelevanceFieldEnum];
|
|
5613
|
+
export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
|
|
5614
|
+
readonly id: "id";
|
|
5615
|
+
readonly phaseId: "phaseId";
|
|
5616
|
+
readonly currentStepId: "currentStepId";
|
|
5617
|
+
};
|
|
5618
|
+
export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
|
|
5619
|
+
export declare const PaymentPhaseOrderByRelevanceFieldEnum: {
|
|
5620
|
+
readonly id: "id";
|
|
5621
|
+
readonly phaseId: "phaseId";
|
|
5622
|
+
readonly paymentPlanId: "paymentPlanId";
|
|
5623
|
+
};
|
|
5624
|
+
export type PaymentPhaseOrderByRelevanceFieldEnum = (typeof PaymentPhaseOrderByRelevanceFieldEnum)[keyof typeof PaymentPhaseOrderByRelevanceFieldEnum];
|
|
5625
|
+
export declare const QuestionnaireFieldOrderByRelevanceFieldEnum: {
|
|
5626
|
+
readonly id: "id";
|
|
5627
|
+
readonly questionnairePhaseId: "questionnairePhaseId";
|
|
5628
|
+
readonly name: "name";
|
|
5629
|
+
readonly label: "label";
|
|
5630
|
+
readonly description: "description";
|
|
5631
|
+
readonly placeholder: "placeholder";
|
|
5632
|
+
};
|
|
5633
|
+
export type QuestionnaireFieldOrderByRelevanceFieldEnum = (typeof QuestionnaireFieldOrderByRelevanceFieldEnum)[keyof typeof QuestionnaireFieldOrderByRelevanceFieldEnum];
|
|
5215
5634
|
export declare const ContractEventOrderByRelevanceFieldEnum: {
|
|
5216
5635
|
readonly id: "id";
|
|
5217
5636
|
readonly contractId: "contractId";
|
|
@@ -5223,12 +5642,10 @@ export declare const ContractEventOrderByRelevanceFieldEnum: {
|
|
|
5223
5642
|
export type ContractEventOrderByRelevanceFieldEnum = (typeof ContractEventOrderByRelevanceFieldEnum)[keyof typeof ContractEventOrderByRelevanceFieldEnum];
|
|
5224
5643
|
export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
5225
5644
|
readonly id: "id";
|
|
5226
|
-
readonly
|
|
5645
|
+
readonly documentationPhaseId: "documentationPhaseId";
|
|
5227
5646
|
readonly name: "name";
|
|
5228
5647
|
readonly description: "description";
|
|
5229
5648
|
readonly actionReason: "actionReason";
|
|
5230
|
-
readonly underwritingDecision: "underwritingDecision";
|
|
5231
|
-
readonly underwritingNotes: "underwritingNotes";
|
|
5232
5649
|
readonly assigneeId: "assigneeId";
|
|
5233
5650
|
};
|
|
5234
5651
|
export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
|
|
@@ -5247,7 +5664,7 @@ export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
|
|
|
5247
5664
|
export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
|
|
5248
5665
|
export declare const ContractInstallmentOrderByRelevanceFieldEnum: {
|
|
5249
5666
|
readonly id: "id";
|
|
5250
|
-
readonly
|
|
5667
|
+
readonly paymentPhaseId: "paymentPhaseId";
|
|
5251
5668
|
};
|
|
5252
5669
|
export type ContractInstallmentOrderByRelevanceFieldEnum = (typeof ContractInstallmentOrderByRelevanceFieldEnum)[keyof typeof ContractInstallmentOrderByRelevanceFieldEnum];
|
|
5253
5670
|
export declare const ContractPaymentOrderByRelevanceFieldEnum: {
|
|
@@ -5409,6 +5826,7 @@ export declare const PropertyTransferRequestOrderByRelevanceFieldEnum: {
|
|
|
5409
5826
|
readonly reason: "reason";
|
|
5410
5827
|
readonly reviewNotes: "reviewNotes";
|
|
5411
5828
|
readonly priceAdjustmentHandling: "priceAdjustmentHandling";
|
|
5829
|
+
readonly refundTransactionId: "refundTransactionId";
|
|
5412
5830
|
readonly targetContractId: "targetContractId";
|
|
5413
5831
|
};
|
|
5414
5832
|
export type PropertyTransferRequestOrderByRelevanceFieldEnum = (typeof PropertyTransferRequestOrderByRelevanceFieldEnum)[keyof typeof PropertyTransferRequestOrderByRelevanceFieldEnum];
|
|
@@ -5480,6 +5898,10 @@ export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaM
|
|
|
5480
5898
|
* Reference to a field of type 'StepTrigger'
|
|
5481
5899
|
*/
|
|
5482
5900
|
export type EnumStepTriggerFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepTrigger'>;
|
|
5901
|
+
/**
|
|
5902
|
+
* Reference to a field of type 'FieldType'
|
|
5903
|
+
*/
|
|
5904
|
+
export type EnumFieldTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FieldType'>;
|
|
5483
5905
|
/**
|
|
5484
5906
|
* Reference to a field of type 'ContractStatus'
|
|
5485
5907
|
*/
|
|
@@ -5711,9 +6133,14 @@ export type GlobalOmitConfig = {
|
|
|
5711
6133
|
paymentMethodPhaseStep?: Prisma.PaymentMethodPhaseStepOmit;
|
|
5712
6134
|
stepEventAttachment?: Prisma.StepEventAttachmentOmit;
|
|
5713
6135
|
paymentMethodPhaseDocument?: Prisma.PaymentMethodPhaseDocumentOmit;
|
|
6136
|
+
paymentMethodPhaseField?: Prisma.PaymentMethodPhaseFieldOmit;
|
|
5714
6137
|
contract?: Prisma.ContractOmit;
|
|
5715
6138
|
contractRefund?: Prisma.ContractRefundOmit;
|
|
5716
6139
|
contractPhase?: Prisma.ContractPhaseOmit;
|
|
6140
|
+
questionnairePhase?: Prisma.QuestionnairePhaseOmit;
|
|
6141
|
+
documentationPhase?: Prisma.DocumentationPhaseOmit;
|
|
6142
|
+
paymentPhase?: Prisma.PaymentPhaseOmit;
|
|
6143
|
+
questionnaireField?: Prisma.QuestionnaireFieldOmit;
|
|
5717
6144
|
contractEvent?: Prisma.ContractEventOmit;
|
|
5718
6145
|
documentationStep?: Prisma.DocumentationStepOmit;
|
|
5719
6146
|
documentationStepDocument?: Prisma.DocumentationStepDocumentOmit;
|