@valentine-efagene/qshelter-common 2.0.93 → 2.0.95
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 +16 -16
- package/dist/generated/client/client.d.ts +16 -16
- package/dist/generated/client/commonInputTypes.d.ts +72 -72
- package/dist/generated/client/enums.d.ts +13 -13
- package/dist/generated/client/enums.js +10 -10
- package/dist/generated/client/internal/class.d.ts +32 -32
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +328 -321
- package/dist/generated/client/internal/prismaNamespace.js +57 -50
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +73 -66
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +57 -50
- package/dist/generated/client/models/Application.d.ts +5439 -0
- package/dist/generated/client/models/Application.js +1 -0
- package/dist/generated/client/models/ApplicationDocument.d.ts +1409 -0
- package/dist/generated/client/models/ApplicationDocument.js +1 -0
- package/dist/generated/client/models/ApplicationEvent.d.ts +1254 -0
- package/dist/generated/client/models/ApplicationEvent.js +1 -0
- package/dist/generated/client/models/ApplicationPayment.d.ts +2030 -0
- package/dist/generated/client/models/ApplicationPayment.js +1 -0
- package/dist/generated/client/models/ApplicationPhase.d.ts +2243 -0
- package/dist/generated/client/models/ApplicationPhase.js +1 -0
- package/dist/generated/client/models/ApplicationRefund.d.ts +2560 -0
- package/dist/generated/client/models/ApplicationRefund.js +1 -0
- package/dist/generated/client/models/ApplicationTermination.d.ts +3446 -0
- package/dist/generated/client/models/ApplicationTermination.js +1 -0
- package/dist/generated/client/models/DocumentationPhase.d.ts +13 -13
- package/dist/generated/client/models/OfferLetter.d.ts +97 -97
- package/dist/generated/client/models/PaymentInstallment.d.ts +1660 -0
- package/dist/generated/client/models/PaymentInstallment.js +1 -0
- package/dist/generated/client/models/PaymentMethodChangeRequest.d.ts +103 -103
- package/dist/generated/client/models/PaymentPhase.d.ts +135 -41
- package/dist/generated/client/models/PaymentPlan.d.ts +259 -30
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +77 -77
- package/dist/generated/client/models/PropertyTransferRequest.d.ts +213 -213
- package/dist/generated/client/models/PropertyUnit.d.ts +53 -53
- package/dist/generated/client/models/QuestionnairePhase.d.ts +11 -11
- package/dist/generated/client/models/Tenant.d.ts +323 -323
- package/dist/generated/client/models/User.d.ts +1329 -1329
- package/dist/generated/client/models/index.d.ts +8 -8
- package/dist/generated/client/models/index.js +8 -8
- package/dist/generated/client/models.d.ts +8 -8
- package/package.json +1 -1
- package/prisma/migrations/20260112041159_add_flexible_term_configuration/migration.sql +11 -0
- package/prisma/migrations/20260112080730_rename_contract_to_application/migration.sql +529 -0
- package/prisma/schema.prisma +123 -108
- package/prisma/schema.prisma.backup +2601 -0
|
@@ -267,23 +267,23 @@ export declare const ModelName: {
|
|
|
267
267
|
readonly StepEventAttachment: "StepEventAttachment";
|
|
268
268
|
readonly PaymentMethodPhaseDocument: "PaymentMethodPhaseDocument";
|
|
269
269
|
readonly PaymentMethodPhaseField: "PaymentMethodPhaseField";
|
|
270
|
-
readonly
|
|
271
|
-
readonly
|
|
272
|
-
readonly
|
|
270
|
+
readonly Application: "Application";
|
|
271
|
+
readonly ApplicationRefund: "ApplicationRefund";
|
|
272
|
+
readonly ApplicationPhase: "ApplicationPhase";
|
|
273
273
|
readonly QuestionnairePhase: "QuestionnairePhase";
|
|
274
274
|
readonly DocumentationPhase: "DocumentationPhase";
|
|
275
275
|
readonly PaymentPhase: "PaymentPhase";
|
|
276
276
|
readonly QuestionnaireField: "QuestionnaireField";
|
|
277
|
-
readonly
|
|
277
|
+
readonly ApplicationEvent: "ApplicationEvent";
|
|
278
278
|
readonly DocumentationStep: "DocumentationStep";
|
|
279
279
|
readonly DocumentationStepDocument: "DocumentationStepDocument";
|
|
280
280
|
readonly DocumentationStepApproval: "DocumentationStepApproval";
|
|
281
|
-
readonly
|
|
282
|
-
readonly
|
|
283
|
-
readonly
|
|
281
|
+
readonly PaymentInstallment: "PaymentInstallment";
|
|
282
|
+
readonly ApplicationPayment: "ApplicationPayment";
|
|
283
|
+
readonly ApplicationDocument: "ApplicationDocument";
|
|
284
284
|
readonly DocumentTemplate: "DocumentTemplate";
|
|
285
285
|
readonly OfferLetter: "OfferLetter";
|
|
286
|
-
readonly
|
|
286
|
+
readonly ApplicationTermination: "ApplicationTermination";
|
|
287
287
|
readonly PaymentMethodChangeRequest: "PaymentMethodChangeRequest";
|
|
288
288
|
readonly DocumentRequirementRule: "DocumentRequirementRule";
|
|
289
289
|
readonly EventChannel: "EventChannel";
|
|
@@ -306,7 +306,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
306
306
|
omit: GlobalOmitOptions;
|
|
307
307
|
};
|
|
308
308
|
meta: {
|
|
309
|
-
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "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" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "
|
|
309
|
+
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "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" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest";
|
|
310
310
|
txIsolationLevel: TransactionIsolationLevel;
|
|
311
311
|
};
|
|
312
312
|
model: {
|
|
@@ -2686,201 +2686,201 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2686
2686
|
};
|
|
2687
2687
|
};
|
|
2688
2688
|
};
|
|
2689
|
-
|
|
2690
|
-
payload: Prisma.$
|
|
2691
|
-
fields: Prisma.
|
|
2689
|
+
Application: {
|
|
2690
|
+
payload: Prisma.$ApplicationPayload<ExtArgs>;
|
|
2691
|
+
fields: Prisma.ApplicationFieldRefs;
|
|
2692
2692
|
operations: {
|
|
2693
2693
|
findUnique: {
|
|
2694
|
-
args: Prisma.
|
|
2695
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2694
|
+
args: Prisma.ApplicationFindUniqueArgs<ExtArgs>;
|
|
2695
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload> | null;
|
|
2696
2696
|
};
|
|
2697
2697
|
findUniqueOrThrow: {
|
|
2698
|
-
args: Prisma.
|
|
2699
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2698
|
+
args: Prisma.ApplicationFindUniqueOrThrowArgs<ExtArgs>;
|
|
2699
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>;
|
|
2700
2700
|
};
|
|
2701
2701
|
findFirst: {
|
|
2702
|
-
args: Prisma.
|
|
2703
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2702
|
+
args: Prisma.ApplicationFindFirstArgs<ExtArgs>;
|
|
2703
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload> | null;
|
|
2704
2704
|
};
|
|
2705
2705
|
findFirstOrThrow: {
|
|
2706
|
-
args: Prisma.
|
|
2707
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2706
|
+
args: Prisma.ApplicationFindFirstOrThrowArgs<ExtArgs>;
|
|
2707
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>;
|
|
2708
2708
|
};
|
|
2709
2709
|
findMany: {
|
|
2710
|
-
args: Prisma.
|
|
2711
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2710
|
+
args: Prisma.ApplicationFindManyArgs<ExtArgs>;
|
|
2711
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>[];
|
|
2712
2712
|
};
|
|
2713
2713
|
create: {
|
|
2714
|
-
args: Prisma.
|
|
2715
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2714
|
+
args: Prisma.ApplicationCreateArgs<ExtArgs>;
|
|
2715
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>;
|
|
2716
2716
|
};
|
|
2717
2717
|
createMany: {
|
|
2718
|
-
args: Prisma.
|
|
2718
|
+
args: Prisma.ApplicationCreateManyArgs<ExtArgs>;
|
|
2719
2719
|
result: BatchPayload;
|
|
2720
2720
|
};
|
|
2721
2721
|
delete: {
|
|
2722
|
-
args: Prisma.
|
|
2723
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2722
|
+
args: Prisma.ApplicationDeleteArgs<ExtArgs>;
|
|
2723
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>;
|
|
2724
2724
|
};
|
|
2725
2725
|
update: {
|
|
2726
|
-
args: Prisma.
|
|
2727
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2726
|
+
args: Prisma.ApplicationUpdateArgs<ExtArgs>;
|
|
2727
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>;
|
|
2728
2728
|
};
|
|
2729
2729
|
deleteMany: {
|
|
2730
|
-
args: Prisma.
|
|
2730
|
+
args: Prisma.ApplicationDeleteManyArgs<ExtArgs>;
|
|
2731
2731
|
result: BatchPayload;
|
|
2732
2732
|
};
|
|
2733
2733
|
updateMany: {
|
|
2734
|
-
args: Prisma.
|
|
2734
|
+
args: Prisma.ApplicationUpdateManyArgs<ExtArgs>;
|
|
2735
2735
|
result: BatchPayload;
|
|
2736
2736
|
};
|
|
2737
2737
|
upsert: {
|
|
2738
|
-
args: Prisma.
|
|
2739
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2738
|
+
args: Prisma.ApplicationUpsertArgs<ExtArgs>;
|
|
2739
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPayload>;
|
|
2740
2740
|
};
|
|
2741
2741
|
aggregate: {
|
|
2742
|
-
args: Prisma.
|
|
2743
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2742
|
+
args: Prisma.ApplicationAggregateArgs<ExtArgs>;
|
|
2743
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplication>;
|
|
2744
2744
|
};
|
|
2745
2745
|
groupBy: {
|
|
2746
|
-
args: Prisma.
|
|
2747
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2746
|
+
args: Prisma.ApplicationGroupByArgs<ExtArgs>;
|
|
2747
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationGroupByOutputType>[];
|
|
2748
2748
|
};
|
|
2749
2749
|
count: {
|
|
2750
|
-
args: Prisma.
|
|
2751
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2750
|
+
args: Prisma.ApplicationCountArgs<ExtArgs>;
|
|
2751
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationCountAggregateOutputType> | number;
|
|
2752
2752
|
};
|
|
2753
2753
|
};
|
|
2754
2754
|
};
|
|
2755
|
-
|
|
2756
|
-
payload: Prisma.$
|
|
2757
|
-
fields: Prisma.
|
|
2755
|
+
ApplicationRefund: {
|
|
2756
|
+
payload: Prisma.$ApplicationRefundPayload<ExtArgs>;
|
|
2757
|
+
fields: Prisma.ApplicationRefundFieldRefs;
|
|
2758
2758
|
operations: {
|
|
2759
2759
|
findUnique: {
|
|
2760
|
-
args: Prisma.
|
|
2761
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2760
|
+
args: Prisma.ApplicationRefundFindUniqueArgs<ExtArgs>;
|
|
2761
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload> | null;
|
|
2762
2762
|
};
|
|
2763
2763
|
findUniqueOrThrow: {
|
|
2764
|
-
args: Prisma.
|
|
2765
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2764
|
+
args: Prisma.ApplicationRefundFindUniqueOrThrowArgs<ExtArgs>;
|
|
2765
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>;
|
|
2766
2766
|
};
|
|
2767
2767
|
findFirst: {
|
|
2768
|
-
args: Prisma.
|
|
2769
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2768
|
+
args: Prisma.ApplicationRefundFindFirstArgs<ExtArgs>;
|
|
2769
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload> | null;
|
|
2770
2770
|
};
|
|
2771
2771
|
findFirstOrThrow: {
|
|
2772
|
-
args: Prisma.
|
|
2773
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2772
|
+
args: Prisma.ApplicationRefundFindFirstOrThrowArgs<ExtArgs>;
|
|
2773
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>;
|
|
2774
2774
|
};
|
|
2775
2775
|
findMany: {
|
|
2776
|
-
args: Prisma.
|
|
2777
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2776
|
+
args: Prisma.ApplicationRefundFindManyArgs<ExtArgs>;
|
|
2777
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>[];
|
|
2778
2778
|
};
|
|
2779
2779
|
create: {
|
|
2780
|
-
args: Prisma.
|
|
2781
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2780
|
+
args: Prisma.ApplicationRefundCreateArgs<ExtArgs>;
|
|
2781
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>;
|
|
2782
2782
|
};
|
|
2783
2783
|
createMany: {
|
|
2784
|
-
args: Prisma.
|
|
2784
|
+
args: Prisma.ApplicationRefundCreateManyArgs<ExtArgs>;
|
|
2785
2785
|
result: BatchPayload;
|
|
2786
2786
|
};
|
|
2787
2787
|
delete: {
|
|
2788
|
-
args: Prisma.
|
|
2789
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2788
|
+
args: Prisma.ApplicationRefundDeleteArgs<ExtArgs>;
|
|
2789
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>;
|
|
2790
2790
|
};
|
|
2791
2791
|
update: {
|
|
2792
|
-
args: Prisma.
|
|
2793
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2792
|
+
args: Prisma.ApplicationRefundUpdateArgs<ExtArgs>;
|
|
2793
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>;
|
|
2794
2794
|
};
|
|
2795
2795
|
deleteMany: {
|
|
2796
|
-
args: Prisma.
|
|
2796
|
+
args: Prisma.ApplicationRefundDeleteManyArgs<ExtArgs>;
|
|
2797
2797
|
result: BatchPayload;
|
|
2798
2798
|
};
|
|
2799
2799
|
updateMany: {
|
|
2800
|
-
args: Prisma.
|
|
2800
|
+
args: Prisma.ApplicationRefundUpdateManyArgs<ExtArgs>;
|
|
2801
2801
|
result: BatchPayload;
|
|
2802
2802
|
};
|
|
2803
2803
|
upsert: {
|
|
2804
|
-
args: Prisma.
|
|
2805
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2804
|
+
args: Prisma.ApplicationRefundUpsertArgs<ExtArgs>;
|
|
2805
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationRefundPayload>;
|
|
2806
2806
|
};
|
|
2807
2807
|
aggregate: {
|
|
2808
|
-
args: Prisma.
|
|
2809
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2808
|
+
args: Prisma.ApplicationRefundAggregateArgs<ExtArgs>;
|
|
2809
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationRefund>;
|
|
2810
2810
|
};
|
|
2811
2811
|
groupBy: {
|
|
2812
|
-
args: Prisma.
|
|
2813
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2812
|
+
args: Prisma.ApplicationRefundGroupByArgs<ExtArgs>;
|
|
2813
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationRefundGroupByOutputType>[];
|
|
2814
2814
|
};
|
|
2815
2815
|
count: {
|
|
2816
|
-
args: Prisma.
|
|
2817
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2816
|
+
args: Prisma.ApplicationRefundCountArgs<ExtArgs>;
|
|
2817
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationRefundCountAggregateOutputType> | number;
|
|
2818
2818
|
};
|
|
2819
2819
|
};
|
|
2820
2820
|
};
|
|
2821
|
-
|
|
2822
|
-
payload: Prisma.$
|
|
2823
|
-
fields: Prisma.
|
|
2821
|
+
ApplicationPhase: {
|
|
2822
|
+
payload: Prisma.$ApplicationPhasePayload<ExtArgs>;
|
|
2823
|
+
fields: Prisma.ApplicationPhaseFieldRefs;
|
|
2824
2824
|
operations: {
|
|
2825
2825
|
findUnique: {
|
|
2826
|
-
args: Prisma.
|
|
2827
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2826
|
+
args: Prisma.ApplicationPhaseFindUniqueArgs<ExtArgs>;
|
|
2827
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload> | null;
|
|
2828
2828
|
};
|
|
2829
2829
|
findUniqueOrThrow: {
|
|
2830
|
-
args: Prisma.
|
|
2831
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2830
|
+
args: Prisma.ApplicationPhaseFindUniqueOrThrowArgs<ExtArgs>;
|
|
2831
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>;
|
|
2832
2832
|
};
|
|
2833
2833
|
findFirst: {
|
|
2834
|
-
args: Prisma.
|
|
2835
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2834
|
+
args: Prisma.ApplicationPhaseFindFirstArgs<ExtArgs>;
|
|
2835
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload> | null;
|
|
2836
2836
|
};
|
|
2837
2837
|
findFirstOrThrow: {
|
|
2838
|
-
args: Prisma.
|
|
2839
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2838
|
+
args: Prisma.ApplicationPhaseFindFirstOrThrowArgs<ExtArgs>;
|
|
2839
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>;
|
|
2840
2840
|
};
|
|
2841
2841
|
findMany: {
|
|
2842
|
-
args: Prisma.
|
|
2843
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2842
|
+
args: Prisma.ApplicationPhaseFindManyArgs<ExtArgs>;
|
|
2843
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>[];
|
|
2844
2844
|
};
|
|
2845
2845
|
create: {
|
|
2846
|
-
args: Prisma.
|
|
2847
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2846
|
+
args: Prisma.ApplicationPhaseCreateArgs<ExtArgs>;
|
|
2847
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>;
|
|
2848
2848
|
};
|
|
2849
2849
|
createMany: {
|
|
2850
|
-
args: Prisma.
|
|
2850
|
+
args: Prisma.ApplicationPhaseCreateManyArgs<ExtArgs>;
|
|
2851
2851
|
result: BatchPayload;
|
|
2852
2852
|
};
|
|
2853
2853
|
delete: {
|
|
2854
|
-
args: Prisma.
|
|
2855
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2854
|
+
args: Prisma.ApplicationPhaseDeleteArgs<ExtArgs>;
|
|
2855
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>;
|
|
2856
2856
|
};
|
|
2857
2857
|
update: {
|
|
2858
|
-
args: Prisma.
|
|
2859
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2858
|
+
args: Prisma.ApplicationPhaseUpdateArgs<ExtArgs>;
|
|
2859
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>;
|
|
2860
2860
|
};
|
|
2861
2861
|
deleteMany: {
|
|
2862
|
-
args: Prisma.
|
|
2862
|
+
args: Prisma.ApplicationPhaseDeleteManyArgs<ExtArgs>;
|
|
2863
2863
|
result: BatchPayload;
|
|
2864
2864
|
};
|
|
2865
2865
|
updateMany: {
|
|
2866
|
-
args: Prisma.
|
|
2866
|
+
args: Prisma.ApplicationPhaseUpdateManyArgs<ExtArgs>;
|
|
2867
2867
|
result: BatchPayload;
|
|
2868
2868
|
};
|
|
2869
2869
|
upsert: {
|
|
2870
|
-
args: Prisma.
|
|
2871
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
2870
|
+
args: Prisma.ApplicationPhaseUpsertArgs<ExtArgs>;
|
|
2871
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPhasePayload>;
|
|
2872
2872
|
};
|
|
2873
2873
|
aggregate: {
|
|
2874
|
-
args: Prisma.
|
|
2875
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2874
|
+
args: Prisma.ApplicationPhaseAggregateArgs<ExtArgs>;
|
|
2875
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationPhase>;
|
|
2876
2876
|
};
|
|
2877
2877
|
groupBy: {
|
|
2878
|
-
args: Prisma.
|
|
2879
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2878
|
+
args: Prisma.ApplicationPhaseGroupByArgs<ExtArgs>;
|
|
2879
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationPhaseGroupByOutputType>[];
|
|
2880
2880
|
};
|
|
2881
2881
|
count: {
|
|
2882
|
-
args: Prisma.
|
|
2883
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
2882
|
+
args: Prisma.ApplicationPhaseCountArgs<ExtArgs>;
|
|
2883
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationPhaseCountAggregateOutputType> | number;
|
|
2884
2884
|
};
|
|
2885
2885
|
};
|
|
2886
2886
|
};
|
|
@@ -3148,69 +3148,69 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
3148
3148
|
};
|
|
3149
3149
|
};
|
|
3150
3150
|
};
|
|
3151
|
-
|
|
3152
|
-
payload: Prisma.$
|
|
3153
|
-
fields: Prisma.
|
|
3151
|
+
ApplicationEvent: {
|
|
3152
|
+
payload: Prisma.$ApplicationEventPayload<ExtArgs>;
|
|
3153
|
+
fields: Prisma.ApplicationEventFieldRefs;
|
|
3154
3154
|
operations: {
|
|
3155
3155
|
findUnique: {
|
|
3156
|
-
args: Prisma.
|
|
3157
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3156
|
+
args: Prisma.ApplicationEventFindUniqueArgs<ExtArgs>;
|
|
3157
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload> | null;
|
|
3158
3158
|
};
|
|
3159
3159
|
findUniqueOrThrow: {
|
|
3160
|
-
args: Prisma.
|
|
3161
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3160
|
+
args: Prisma.ApplicationEventFindUniqueOrThrowArgs<ExtArgs>;
|
|
3161
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>;
|
|
3162
3162
|
};
|
|
3163
3163
|
findFirst: {
|
|
3164
|
-
args: Prisma.
|
|
3165
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3164
|
+
args: Prisma.ApplicationEventFindFirstArgs<ExtArgs>;
|
|
3165
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload> | null;
|
|
3166
3166
|
};
|
|
3167
3167
|
findFirstOrThrow: {
|
|
3168
|
-
args: Prisma.
|
|
3169
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3168
|
+
args: Prisma.ApplicationEventFindFirstOrThrowArgs<ExtArgs>;
|
|
3169
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>;
|
|
3170
3170
|
};
|
|
3171
3171
|
findMany: {
|
|
3172
|
-
args: Prisma.
|
|
3173
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3172
|
+
args: Prisma.ApplicationEventFindManyArgs<ExtArgs>;
|
|
3173
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>[];
|
|
3174
3174
|
};
|
|
3175
3175
|
create: {
|
|
3176
|
-
args: Prisma.
|
|
3177
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3176
|
+
args: Prisma.ApplicationEventCreateArgs<ExtArgs>;
|
|
3177
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>;
|
|
3178
3178
|
};
|
|
3179
3179
|
createMany: {
|
|
3180
|
-
args: Prisma.
|
|
3180
|
+
args: Prisma.ApplicationEventCreateManyArgs<ExtArgs>;
|
|
3181
3181
|
result: BatchPayload;
|
|
3182
3182
|
};
|
|
3183
3183
|
delete: {
|
|
3184
|
-
args: Prisma.
|
|
3185
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3184
|
+
args: Prisma.ApplicationEventDeleteArgs<ExtArgs>;
|
|
3185
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>;
|
|
3186
3186
|
};
|
|
3187
3187
|
update: {
|
|
3188
|
-
args: Prisma.
|
|
3189
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3188
|
+
args: Prisma.ApplicationEventUpdateArgs<ExtArgs>;
|
|
3189
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>;
|
|
3190
3190
|
};
|
|
3191
3191
|
deleteMany: {
|
|
3192
|
-
args: Prisma.
|
|
3192
|
+
args: Prisma.ApplicationEventDeleteManyArgs<ExtArgs>;
|
|
3193
3193
|
result: BatchPayload;
|
|
3194
3194
|
};
|
|
3195
3195
|
updateMany: {
|
|
3196
|
-
args: Prisma.
|
|
3196
|
+
args: Prisma.ApplicationEventUpdateManyArgs<ExtArgs>;
|
|
3197
3197
|
result: BatchPayload;
|
|
3198
3198
|
};
|
|
3199
3199
|
upsert: {
|
|
3200
|
-
args: Prisma.
|
|
3201
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3200
|
+
args: Prisma.ApplicationEventUpsertArgs<ExtArgs>;
|
|
3201
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationEventPayload>;
|
|
3202
3202
|
};
|
|
3203
3203
|
aggregate: {
|
|
3204
|
-
args: Prisma.
|
|
3205
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3204
|
+
args: Prisma.ApplicationEventAggregateArgs<ExtArgs>;
|
|
3205
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationEvent>;
|
|
3206
3206
|
};
|
|
3207
3207
|
groupBy: {
|
|
3208
|
-
args: Prisma.
|
|
3209
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3208
|
+
args: Prisma.ApplicationEventGroupByArgs<ExtArgs>;
|
|
3209
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationEventGroupByOutputType>[];
|
|
3210
3210
|
};
|
|
3211
3211
|
count: {
|
|
3212
|
-
args: Prisma.
|
|
3213
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3212
|
+
args: Prisma.ApplicationEventCountArgs<ExtArgs>;
|
|
3213
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationEventCountAggregateOutputType> | number;
|
|
3214
3214
|
};
|
|
3215
3215
|
};
|
|
3216
3216
|
};
|
|
@@ -3412,201 +3412,201 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
3412
3412
|
};
|
|
3413
3413
|
};
|
|
3414
3414
|
};
|
|
3415
|
-
|
|
3416
|
-
payload: Prisma.$
|
|
3417
|
-
fields: Prisma.
|
|
3415
|
+
PaymentInstallment: {
|
|
3416
|
+
payload: Prisma.$PaymentInstallmentPayload<ExtArgs>;
|
|
3417
|
+
fields: Prisma.PaymentInstallmentFieldRefs;
|
|
3418
3418
|
operations: {
|
|
3419
3419
|
findUnique: {
|
|
3420
|
-
args: Prisma.
|
|
3421
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3420
|
+
args: Prisma.PaymentInstallmentFindUniqueArgs<ExtArgs>;
|
|
3421
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload> | null;
|
|
3422
3422
|
};
|
|
3423
3423
|
findUniqueOrThrow: {
|
|
3424
|
-
args: Prisma.
|
|
3425
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3424
|
+
args: Prisma.PaymentInstallmentFindUniqueOrThrowArgs<ExtArgs>;
|
|
3425
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>;
|
|
3426
3426
|
};
|
|
3427
3427
|
findFirst: {
|
|
3428
|
-
args: Prisma.
|
|
3429
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3428
|
+
args: Prisma.PaymentInstallmentFindFirstArgs<ExtArgs>;
|
|
3429
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload> | null;
|
|
3430
3430
|
};
|
|
3431
3431
|
findFirstOrThrow: {
|
|
3432
|
-
args: Prisma.
|
|
3433
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3432
|
+
args: Prisma.PaymentInstallmentFindFirstOrThrowArgs<ExtArgs>;
|
|
3433
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>;
|
|
3434
3434
|
};
|
|
3435
3435
|
findMany: {
|
|
3436
|
-
args: Prisma.
|
|
3437
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3436
|
+
args: Prisma.PaymentInstallmentFindManyArgs<ExtArgs>;
|
|
3437
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>[];
|
|
3438
3438
|
};
|
|
3439
3439
|
create: {
|
|
3440
|
-
args: Prisma.
|
|
3441
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3440
|
+
args: Prisma.PaymentInstallmentCreateArgs<ExtArgs>;
|
|
3441
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>;
|
|
3442
3442
|
};
|
|
3443
3443
|
createMany: {
|
|
3444
|
-
args: Prisma.
|
|
3444
|
+
args: Prisma.PaymentInstallmentCreateManyArgs<ExtArgs>;
|
|
3445
3445
|
result: BatchPayload;
|
|
3446
3446
|
};
|
|
3447
3447
|
delete: {
|
|
3448
|
-
args: Prisma.
|
|
3449
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3448
|
+
args: Prisma.PaymentInstallmentDeleteArgs<ExtArgs>;
|
|
3449
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>;
|
|
3450
3450
|
};
|
|
3451
3451
|
update: {
|
|
3452
|
-
args: Prisma.
|
|
3453
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3452
|
+
args: Prisma.PaymentInstallmentUpdateArgs<ExtArgs>;
|
|
3453
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>;
|
|
3454
3454
|
};
|
|
3455
3455
|
deleteMany: {
|
|
3456
|
-
args: Prisma.
|
|
3456
|
+
args: Prisma.PaymentInstallmentDeleteManyArgs<ExtArgs>;
|
|
3457
3457
|
result: BatchPayload;
|
|
3458
3458
|
};
|
|
3459
3459
|
updateMany: {
|
|
3460
|
-
args: Prisma.
|
|
3460
|
+
args: Prisma.PaymentInstallmentUpdateManyArgs<ExtArgs>;
|
|
3461
3461
|
result: BatchPayload;
|
|
3462
3462
|
};
|
|
3463
3463
|
upsert: {
|
|
3464
|
-
args: Prisma.
|
|
3465
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3464
|
+
args: Prisma.PaymentInstallmentUpsertArgs<ExtArgs>;
|
|
3465
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$PaymentInstallmentPayload>;
|
|
3466
3466
|
};
|
|
3467
3467
|
aggregate: {
|
|
3468
|
-
args: Prisma.
|
|
3469
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3468
|
+
args: Prisma.PaymentInstallmentAggregateArgs<ExtArgs>;
|
|
3469
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregatePaymentInstallment>;
|
|
3470
3470
|
};
|
|
3471
3471
|
groupBy: {
|
|
3472
|
-
args: Prisma.
|
|
3473
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3472
|
+
args: Prisma.PaymentInstallmentGroupByArgs<ExtArgs>;
|
|
3473
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentInstallmentGroupByOutputType>[];
|
|
3474
3474
|
};
|
|
3475
3475
|
count: {
|
|
3476
|
-
args: Prisma.
|
|
3477
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3476
|
+
args: Prisma.PaymentInstallmentCountArgs<ExtArgs>;
|
|
3477
|
+
result: runtime.Types.Utils.Optional<Prisma.PaymentInstallmentCountAggregateOutputType> | number;
|
|
3478
3478
|
};
|
|
3479
3479
|
};
|
|
3480
3480
|
};
|
|
3481
|
-
|
|
3482
|
-
payload: Prisma.$
|
|
3483
|
-
fields: Prisma.
|
|
3481
|
+
ApplicationPayment: {
|
|
3482
|
+
payload: Prisma.$ApplicationPaymentPayload<ExtArgs>;
|
|
3483
|
+
fields: Prisma.ApplicationPaymentFieldRefs;
|
|
3484
3484
|
operations: {
|
|
3485
3485
|
findUnique: {
|
|
3486
|
-
args: Prisma.
|
|
3487
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3486
|
+
args: Prisma.ApplicationPaymentFindUniqueArgs<ExtArgs>;
|
|
3487
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload> | null;
|
|
3488
3488
|
};
|
|
3489
3489
|
findUniqueOrThrow: {
|
|
3490
|
-
args: Prisma.
|
|
3491
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3490
|
+
args: Prisma.ApplicationPaymentFindUniqueOrThrowArgs<ExtArgs>;
|
|
3491
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>;
|
|
3492
3492
|
};
|
|
3493
3493
|
findFirst: {
|
|
3494
|
-
args: Prisma.
|
|
3495
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3494
|
+
args: Prisma.ApplicationPaymentFindFirstArgs<ExtArgs>;
|
|
3495
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload> | null;
|
|
3496
3496
|
};
|
|
3497
3497
|
findFirstOrThrow: {
|
|
3498
|
-
args: Prisma.
|
|
3499
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3498
|
+
args: Prisma.ApplicationPaymentFindFirstOrThrowArgs<ExtArgs>;
|
|
3499
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>;
|
|
3500
3500
|
};
|
|
3501
3501
|
findMany: {
|
|
3502
|
-
args: Prisma.
|
|
3503
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3502
|
+
args: Prisma.ApplicationPaymentFindManyArgs<ExtArgs>;
|
|
3503
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>[];
|
|
3504
3504
|
};
|
|
3505
3505
|
create: {
|
|
3506
|
-
args: Prisma.
|
|
3507
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3506
|
+
args: Prisma.ApplicationPaymentCreateArgs<ExtArgs>;
|
|
3507
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>;
|
|
3508
3508
|
};
|
|
3509
3509
|
createMany: {
|
|
3510
|
-
args: Prisma.
|
|
3510
|
+
args: Prisma.ApplicationPaymentCreateManyArgs<ExtArgs>;
|
|
3511
3511
|
result: BatchPayload;
|
|
3512
3512
|
};
|
|
3513
3513
|
delete: {
|
|
3514
|
-
args: Prisma.
|
|
3515
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3514
|
+
args: Prisma.ApplicationPaymentDeleteArgs<ExtArgs>;
|
|
3515
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>;
|
|
3516
3516
|
};
|
|
3517
3517
|
update: {
|
|
3518
|
-
args: Prisma.
|
|
3519
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3518
|
+
args: Prisma.ApplicationPaymentUpdateArgs<ExtArgs>;
|
|
3519
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>;
|
|
3520
3520
|
};
|
|
3521
3521
|
deleteMany: {
|
|
3522
|
-
args: Prisma.
|
|
3522
|
+
args: Prisma.ApplicationPaymentDeleteManyArgs<ExtArgs>;
|
|
3523
3523
|
result: BatchPayload;
|
|
3524
3524
|
};
|
|
3525
3525
|
updateMany: {
|
|
3526
|
-
args: Prisma.
|
|
3526
|
+
args: Prisma.ApplicationPaymentUpdateManyArgs<ExtArgs>;
|
|
3527
3527
|
result: BatchPayload;
|
|
3528
3528
|
};
|
|
3529
3529
|
upsert: {
|
|
3530
|
-
args: Prisma.
|
|
3531
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3530
|
+
args: Prisma.ApplicationPaymentUpsertArgs<ExtArgs>;
|
|
3531
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationPaymentPayload>;
|
|
3532
3532
|
};
|
|
3533
3533
|
aggregate: {
|
|
3534
|
-
args: Prisma.
|
|
3535
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3534
|
+
args: Prisma.ApplicationPaymentAggregateArgs<ExtArgs>;
|
|
3535
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationPayment>;
|
|
3536
3536
|
};
|
|
3537
3537
|
groupBy: {
|
|
3538
|
-
args: Prisma.
|
|
3539
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3538
|
+
args: Prisma.ApplicationPaymentGroupByArgs<ExtArgs>;
|
|
3539
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationPaymentGroupByOutputType>[];
|
|
3540
3540
|
};
|
|
3541
3541
|
count: {
|
|
3542
|
-
args: Prisma.
|
|
3543
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3542
|
+
args: Prisma.ApplicationPaymentCountArgs<ExtArgs>;
|
|
3543
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationPaymentCountAggregateOutputType> | number;
|
|
3544
3544
|
};
|
|
3545
3545
|
};
|
|
3546
3546
|
};
|
|
3547
|
-
|
|
3548
|
-
payload: Prisma.$
|
|
3549
|
-
fields: Prisma.
|
|
3547
|
+
ApplicationDocument: {
|
|
3548
|
+
payload: Prisma.$ApplicationDocumentPayload<ExtArgs>;
|
|
3549
|
+
fields: Prisma.ApplicationDocumentFieldRefs;
|
|
3550
3550
|
operations: {
|
|
3551
3551
|
findUnique: {
|
|
3552
|
-
args: Prisma.
|
|
3553
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3552
|
+
args: Prisma.ApplicationDocumentFindUniqueArgs<ExtArgs>;
|
|
3553
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload> | null;
|
|
3554
3554
|
};
|
|
3555
3555
|
findUniqueOrThrow: {
|
|
3556
|
-
args: Prisma.
|
|
3557
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3556
|
+
args: Prisma.ApplicationDocumentFindUniqueOrThrowArgs<ExtArgs>;
|
|
3557
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>;
|
|
3558
3558
|
};
|
|
3559
3559
|
findFirst: {
|
|
3560
|
-
args: Prisma.
|
|
3561
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3560
|
+
args: Prisma.ApplicationDocumentFindFirstArgs<ExtArgs>;
|
|
3561
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload> | null;
|
|
3562
3562
|
};
|
|
3563
3563
|
findFirstOrThrow: {
|
|
3564
|
-
args: Prisma.
|
|
3565
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3564
|
+
args: Prisma.ApplicationDocumentFindFirstOrThrowArgs<ExtArgs>;
|
|
3565
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>;
|
|
3566
3566
|
};
|
|
3567
3567
|
findMany: {
|
|
3568
|
-
args: Prisma.
|
|
3569
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3568
|
+
args: Prisma.ApplicationDocumentFindManyArgs<ExtArgs>;
|
|
3569
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>[];
|
|
3570
3570
|
};
|
|
3571
3571
|
create: {
|
|
3572
|
-
args: Prisma.
|
|
3573
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3572
|
+
args: Prisma.ApplicationDocumentCreateArgs<ExtArgs>;
|
|
3573
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>;
|
|
3574
3574
|
};
|
|
3575
3575
|
createMany: {
|
|
3576
|
-
args: Prisma.
|
|
3576
|
+
args: Prisma.ApplicationDocumentCreateManyArgs<ExtArgs>;
|
|
3577
3577
|
result: BatchPayload;
|
|
3578
3578
|
};
|
|
3579
3579
|
delete: {
|
|
3580
|
-
args: Prisma.
|
|
3581
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3580
|
+
args: Prisma.ApplicationDocumentDeleteArgs<ExtArgs>;
|
|
3581
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>;
|
|
3582
3582
|
};
|
|
3583
3583
|
update: {
|
|
3584
|
-
args: Prisma.
|
|
3585
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3584
|
+
args: Prisma.ApplicationDocumentUpdateArgs<ExtArgs>;
|
|
3585
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>;
|
|
3586
3586
|
};
|
|
3587
3587
|
deleteMany: {
|
|
3588
|
-
args: Prisma.
|
|
3588
|
+
args: Prisma.ApplicationDocumentDeleteManyArgs<ExtArgs>;
|
|
3589
3589
|
result: BatchPayload;
|
|
3590
3590
|
};
|
|
3591
3591
|
updateMany: {
|
|
3592
|
-
args: Prisma.
|
|
3592
|
+
args: Prisma.ApplicationDocumentUpdateManyArgs<ExtArgs>;
|
|
3593
3593
|
result: BatchPayload;
|
|
3594
3594
|
};
|
|
3595
3595
|
upsert: {
|
|
3596
|
-
args: Prisma.
|
|
3597
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3596
|
+
args: Prisma.ApplicationDocumentUpsertArgs<ExtArgs>;
|
|
3597
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationDocumentPayload>;
|
|
3598
3598
|
};
|
|
3599
3599
|
aggregate: {
|
|
3600
|
-
args: Prisma.
|
|
3601
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3600
|
+
args: Prisma.ApplicationDocumentAggregateArgs<ExtArgs>;
|
|
3601
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationDocument>;
|
|
3602
3602
|
};
|
|
3603
3603
|
groupBy: {
|
|
3604
|
-
args: Prisma.
|
|
3605
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3604
|
+
args: Prisma.ApplicationDocumentGroupByArgs<ExtArgs>;
|
|
3605
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationDocumentGroupByOutputType>[];
|
|
3606
3606
|
};
|
|
3607
3607
|
count: {
|
|
3608
|
-
args: Prisma.
|
|
3609
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3608
|
+
args: Prisma.ApplicationDocumentCountArgs<ExtArgs>;
|
|
3609
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationDocumentCountAggregateOutputType> | number;
|
|
3610
3610
|
};
|
|
3611
3611
|
};
|
|
3612
3612
|
};
|
|
@@ -3742,69 +3742,69 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
3742
3742
|
};
|
|
3743
3743
|
};
|
|
3744
3744
|
};
|
|
3745
|
-
|
|
3746
|
-
payload: Prisma.$
|
|
3747
|
-
fields: Prisma.
|
|
3745
|
+
ApplicationTermination: {
|
|
3746
|
+
payload: Prisma.$ApplicationTerminationPayload<ExtArgs>;
|
|
3747
|
+
fields: Prisma.ApplicationTerminationFieldRefs;
|
|
3748
3748
|
operations: {
|
|
3749
3749
|
findUnique: {
|
|
3750
|
-
args: Prisma.
|
|
3751
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3750
|
+
args: Prisma.ApplicationTerminationFindUniqueArgs<ExtArgs>;
|
|
3751
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload> | null;
|
|
3752
3752
|
};
|
|
3753
3753
|
findUniqueOrThrow: {
|
|
3754
|
-
args: Prisma.
|
|
3755
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3754
|
+
args: Prisma.ApplicationTerminationFindUniqueOrThrowArgs<ExtArgs>;
|
|
3755
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>;
|
|
3756
3756
|
};
|
|
3757
3757
|
findFirst: {
|
|
3758
|
-
args: Prisma.
|
|
3759
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3758
|
+
args: Prisma.ApplicationTerminationFindFirstArgs<ExtArgs>;
|
|
3759
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload> | null;
|
|
3760
3760
|
};
|
|
3761
3761
|
findFirstOrThrow: {
|
|
3762
|
-
args: Prisma.
|
|
3763
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3762
|
+
args: Prisma.ApplicationTerminationFindFirstOrThrowArgs<ExtArgs>;
|
|
3763
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>;
|
|
3764
3764
|
};
|
|
3765
3765
|
findMany: {
|
|
3766
|
-
args: Prisma.
|
|
3767
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3766
|
+
args: Prisma.ApplicationTerminationFindManyArgs<ExtArgs>;
|
|
3767
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>[];
|
|
3768
3768
|
};
|
|
3769
3769
|
create: {
|
|
3770
|
-
args: Prisma.
|
|
3771
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3770
|
+
args: Prisma.ApplicationTerminationCreateArgs<ExtArgs>;
|
|
3771
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>;
|
|
3772
3772
|
};
|
|
3773
3773
|
createMany: {
|
|
3774
|
-
args: Prisma.
|
|
3774
|
+
args: Prisma.ApplicationTerminationCreateManyArgs<ExtArgs>;
|
|
3775
3775
|
result: BatchPayload;
|
|
3776
3776
|
};
|
|
3777
3777
|
delete: {
|
|
3778
|
-
args: Prisma.
|
|
3779
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3778
|
+
args: Prisma.ApplicationTerminationDeleteArgs<ExtArgs>;
|
|
3779
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>;
|
|
3780
3780
|
};
|
|
3781
3781
|
update: {
|
|
3782
|
-
args: Prisma.
|
|
3783
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3782
|
+
args: Prisma.ApplicationTerminationUpdateArgs<ExtArgs>;
|
|
3783
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>;
|
|
3784
3784
|
};
|
|
3785
3785
|
deleteMany: {
|
|
3786
|
-
args: Prisma.
|
|
3786
|
+
args: Prisma.ApplicationTerminationDeleteManyArgs<ExtArgs>;
|
|
3787
3787
|
result: BatchPayload;
|
|
3788
3788
|
};
|
|
3789
3789
|
updateMany: {
|
|
3790
|
-
args: Prisma.
|
|
3790
|
+
args: Prisma.ApplicationTerminationUpdateManyArgs<ExtArgs>;
|
|
3791
3791
|
result: BatchPayload;
|
|
3792
3792
|
};
|
|
3793
3793
|
upsert: {
|
|
3794
|
-
args: Prisma.
|
|
3795
|
-
result: runtime.Types.Utils.PayloadToResult<Prisma.$
|
|
3794
|
+
args: Prisma.ApplicationTerminationUpsertArgs<ExtArgs>;
|
|
3795
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$ApplicationTerminationPayload>;
|
|
3796
3796
|
};
|
|
3797
3797
|
aggregate: {
|
|
3798
|
-
args: Prisma.
|
|
3799
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3798
|
+
args: Prisma.ApplicationTerminationAggregateArgs<ExtArgs>;
|
|
3799
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateApplicationTermination>;
|
|
3800
3800
|
};
|
|
3801
3801
|
groupBy: {
|
|
3802
|
-
args: Prisma.
|
|
3803
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3802
|
+
args: Prisma.ApplicationTerminationGroupByArgs<ExtArgs>;
|
|
3803
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationTerminationGroupByOutputType>[];
|
|
3804
3804
|
};
|
|
3805
3805
|
count: {
|
|
3806
|
-
args: Prisma.
|
|
3807
|
-
result: runtime.Types.Utils.Optional<Prisma.
|
|
3806
|
+
args: Prisma.ApplicationTerminationCountArgs<ExtArgs>;
|
|
3807
|
+
result: runtime.Types.Utils.Optional<Prisma.ApplicationTerminationCountAggregateOutputType> | number;
|
|
3808
3808
|
};
|
|
3809
3809
|
};
|
|
3810
3810
|
};
|
|
@@ -4816,6 +4816,11 @@ export declare const PaymentPlanScalarFieldEnum: {
|
|
|
4816
4816
|
readonly numberOfInstallments: "numberOfInstallments";
|
|
4817
4817
|
readonly calculateInterestDaily: "calculateInterestDaily";
|
|
4818
4818
|
readonly gracePeriodDays: "gracePeriodDays";
|
|
4819
|
+
readonly allowFlexibleTerm: "allowFlexibleTerm";
|
|
4820
|
+
readonly minTermMonths: "minTermMonths";
|
|
4821
|
+
readonly maxTermMonths: "maxTermMonths";
|
|
4822
|
+
readonly termStepMonths: "termStepMonths";
|
|
4823
|
+
readonly maxAgeAtMaturity: "maxAgeAtMaturity";
|
|
4819
4824
|
readonly collectFunds: "collectFunds";
|
|
4820
4825
|
readonly createdAt: "createdAt";
|
|
4821
4826
|
readonly updatedAt: "updatedAt";
|
|
@@ -4926,17 +4931,17 @@ export declare const PaymentMethodPhaseFieldScalarFieldEnum: {
|
|
|
4926
4931
|
readonly updatedAt: "updatedAt";
|
|
4927
4932
|
};
|
|
4928
4933
|
export type PaymentMethodPhaseFieldScalarFieldEnum = (typeof PaymentMethodPhaseFieldScalarFieldEnum)[keyof typeof PaymentMethodPhaseFieldScalarFieldEnum];
|
|
4929
|
-
export declare const
|
|
4934
|
+
export declare const ApplicationScalarFieldEnum: {
|
|
4930
4935
|
readonly id: "id";
|
|
4931
4936
|
readonly tenantId: "tenantId";
|
|
4932
4937
|
readonly propertyUnitId: "propertyUnitId";
|
|
4933
4938
|
readonly buyerId: "buyerId";
|
|
4934
4939
|
readonly sellerId: "sellerId";
|
|
4935
4940
|
readonly paymentMethodId: "paymentMethodId";
|
|
4936
|
-
readonly
|
|
4941
|
+
readonly applicationNumber: "applicationNumber";
|
|
4937
4942
|
readonly title: "title";
|
|
4938
4943
|
readonly description: "description";
|
|
4939
|
-
readonly
|
|
4944
|
+
readonly applicationType: "applicationType";
|
|
4940
4945
|
readonly totalAmount: "totalAmount";
|
|
4941
4946
|
readonly status: "status";
|
|
4942
4947
|
readonly currentPhaseId: "currentPhaseId";
|
|
@@ -4950,11 +4955,11 @@ export declare const ContractScalarFieldEnum: {
|
|
|
4950
4955
|
readonly updatedAt: "updatedAt";
|
|
4951
4956
|
readonly transferredFromId: "transferredFromId";
|
|
4952
4957
|
};
|
|
4953
|
-
export type
|
|
4954
|
-
export declare const
|
|
4958
|
+
export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
|
|
4959
|
+
export declare const ApplicationRefundScalarFieldEnum: {
|
|
4955
4960
|
readonly id: "id";
|
|
4956
4961
|
readonly tenantId: "tenantId";
|
|
4957
|
-
readonly
|
|
4962
|
+
readonly applicationId: "applicationId";
|
|
4958
4963
|
readonly amount: "amount";
|
|
4959
4964
|
readonly reason: "reason";
|
|
4960
4965
|
readonly status: "status";
|
|
@@ -4976,10 +4981,10 @@ export declare const ContractRefundScalarFieldEnum: {
|
|
|
4976
4981
|
readonly createdAt: "createdAt";
|
|
4977
4982
|
readonly updatedAt: "updatedAt";
|
|
4978
4983
|
};
|
|
4979
|
-
export type
|
|
4980
|
-
export declare const
|
|
4984
|
+
export type ApplicationRefundScalarFieldEnum = (typeof ApplicationRefundScalarFieldEnum)[keyof typeof ApplicationRefundScalarFieldEnum];
|
|
4985
|
+
export declare const ApplicationPhaseScalarFieldEnum: {
|
|
4981
4986
|
readonly id: "id";
|
|
4982
|
-
readonly
|
|
4987
|
+
readonly applicationId: "applicationId";
|
|
4983
4988
|
readonly name: "name";
|
|
4984
4989
|
readonly description: "description";
|
|
4985
4990
|
readonly phaseCategory: "phaseCategory";
|
|
@@ -4995,7 +5000,7 @@ export declare const ContractPhaseScalarFieldEnum: {
|
|
|
4995
5000
|
readonly createdAt: "createdAt";
|
|
4996
5001
|
readonly updatedAt: "updatedAt";
|
|
4997
5002
|
};
|
|
4998
|
-
export type
|
|
5003
|
+
export type ApplicationPhaseScalarFieldEnum = (typeof ApplicationPhaseScalarFieldEnum)[keyof typeof ApplicationPhaseScalarFieldEnum];
|
|
4999
5004
|
export declare const QuestionnairePhaseScalarFieldEnum: {
|
|
5000
5005
|
readonly id: "id";
|
|
5001
5006
|
readonly phaseId: "phaseId";
|
|
@@ -5033,6 +5038,8 @@ export declare const PaymentPhaseScalarFieldEnum: {
|
|
|
5033
5038
|
readonly totalAmount: "totalAmount";
|
|
5034
5039
|
readonly paidAmount: "paidAmount";
|
|
5035
5040
|
readonly interestRate: "interestRate";
|
|
5041
|
+
readonly selectedTermMonths: "selectedTermMonths";
|
|
5042
|
+
readonly numberOfInstallments: "numberOfInstallments";
|
|
5036
5043
|
readonly collectFunds: "collectFunds";
|
|
5037
5044
|
readonly minimumCompletionPercentage: "minimumCompletionPercentage";
|
|
5038
5045
|
readonly paymentPlanSnapshot: "paymentPlanSnapshot";
|
|
@@ -5061,9 +5068,9 @@ export declare const QuestionnaireFieldScalarFieldEnum: {
|
|
|
5061
5068
|
readonly updatedAt: "updatedAt";
|
|
5062
5069
|
};
|
|
5063
5070
|
export type QuestionnaireFieldScalarFieldEnum = (typeof QuestionnaireFieldScalarFieldEnum)[keyof typeof QuestionnaireFieldScalarFieldEnum];
|
|
5064
|
-
export declare const
|
|
5071
|
+
export declare const ApplicationEventScalarFieldEnum: {
|
|
5065
5072
|
readonly id: "id";
|
|
5066
|
-
readonly
|
|
5073
|
+
readonly applicationId: "applicationId";
|
|
5067
5074
|
readonly eventType: "eventType";
|
|
5068
5075
|
readonly eventGroup: "eventGroup";
|
|
5069
5076
|
readonly fromState: "fromState";
|
|
@@ -5074,7 +5081,7 @@ export declare const ContractEventScalarFieldEnum: {
|
|
|
5074
5081
|
readonly actorType: "actorType";
|
|
5075
5082
|
readonly occurredAt: "occurredAt";
|
|
5076
5083
|
};
|
|
5077
|
-
export type
|
|
5084
|
+
export type ApplicationEventScalarFieldEnum = (typeof ApplicationEventScalarFieldEnum)[keyof typeof ApplicationEventScalarFieldEnum];
|
|
5078
5085
|
export declare const DocumentationStepScalarFieldEnum: {
|
|
5079
5086
|
readonly id: "id";
|
|
5080
5087
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
@@ -5112,7 +5119,7 @@ export declare const DocumentationStepApprovalScalarFieldEnum: {
|
|
|
5112
5119
|
readonly createdAt: "createdAt";
|
|
5113
5120
|
};
|
|
5114
5121
|
export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
|
|
5115
|
-
export declare const
|
|
5122
|
+
export declare const PaymentInstallmentScalarFieldEnum: {
|
|
5116
5123
|
readonly id: "id";
|
|
5117
5124
|
readonly paymentPhaseId: "paymentPhaseId";
|
|
5118
5125
|
readonly installmentNumber: "installmentNumber";
|
|
@@ -5130,10 +5137,10 @@ export declare const ContractInstallmentScalarFieldEnum: {
|
|
|
5130
5137
|
readonly createdAt: "createdAt";
|
|
5131
5138
|
readonly updatedAt: "updatedAt";
|
|
5132
5139
|
};
|
|
5133
|
-
export type
|
|
5134
|
-
export declare const
|
|
5140
|
+
export type PaymentInstallmentScalarFieldEnum = (typeof PaymentInstallmentScalarFieldEnum)[keyof typeof PaymentInstallmentScalarFieldEnum];
|
|
5141
|
+
export declare const ApplicationPaymentScalarFieldEnum: {
|
|
5135
5142
|
readonly id: "id";
|
|
5136
|
-
readonly
|
|
5143
|
+
readonly applicationId: "applicationId";
|
|
5137
5144
|
readonly phaseId: "phaseId";
|
|
5138
5145
|
readonly installmentId: "installmentId";
|
|
5139
5146
|
readonly payerId: "payerId";
|
|
@@ -5149,10 +5156,10 @@ export declare const ContractPaymentScalarFieldEnum: {
|
|
|
5149
5156
|
readonly createdAt: "createdAt";
|
|
5150
5157
|
readonly updatedAt: "updatedAt";
|
|
5151
5158
|
};
|
|
5152
|
-
export type
|
|
5153
|
-
export declare const
|
|
5159
|
+
export type ApplicationPaymentScalarFieldEnum = (typeof ApplicationPaymentScalarFieldEnum)[keyof typeof ApplicationPaymentScalarFieldEnum];
|
|
5160
|
+
export declare const ApplicationDocumentScalarFieldEnum: {
|
|
5154
5161
|
readonly id: "id";
|
|
5155
|
-
readonly
|
|
5162
|
+
readonly applicationId: "applicationId";
|
|
5156
5163
|
readonly phaseId: "phaseId";
|
|
5157
5164
|
readonly stepId: "stepId";
|
|
5158
5165
|
readonly name: "name";
|
|
@@ -5163,7 +5170,7 @@ export declare const ContractDocumentScalarFieldEnum: {
|
|
|
5163
5170
|
readonly createdAt: "createdAt";
|
|
5164
5171
|
readonly updatedAt: "updatedAt";
|
|
5165
5172
|
};
|
|
5166
|
-
export type
|
|
5173
|
+
export type ApplicationDocumentScalarFieldEnum = (typeof ApplicationDocumentScalarFieldEnum)[keyof typeof ApplicationDocumentScalarFieldEnum];
|
|
5167
5174
|
export declare const DocumentTemplateScalarFieldEnum: {
|
|
5168
5175
|
readonly id: "id";
|
|
5169
5176
|
readonly tenantId: "tenantId";
|
|
@@ -5183,7 +5190,7 @@ export type DocumentTemplateScalarFieldEnum = (typeof DocumentTemplateScalarFiel
|
|
|
5183
5190
|
export declare const OfferLetterScalarFieldEnum: {
|
|
5184
5191
|
readonly id: "id";
|
|
5185
5192
|
readonly tenantId: "tenantId";
|
|
5186
|
-
readonly
|
|
5193
|
+
readonly applicationId: "applicationId";
|
|
5187
5194
|
readonly templateId: "templateId";
|
|
5188
5195
|
readonly letterNumber: "letterNumber";
|
|
5189
5196
|
readonly type: "type";
|
|
@@ -5207,9 +5214,9 @@ export declare const OfferLetterScalarFieldEnum: {
|
|
|
5207
5214
|
readonly updatedAt: "updatedAt";
|
|
5208
5215
|
};
|
|
5209
5216
|
export type OfferLetterScalarFieldEnum = (typeof OfferLetterScalarFieldEnum)[keyof typeof OfferLetterScalarFieldEnum];
|
|
5210
|
-
export declare const
|
|
5217
|
+
export declare const ApplicationTerminationScalarFieldEnum: {
|
|
5211
5218
|
readonly id: "id";
|
|
5212
|
-
readonly
|
|
5219
|
+
readonly applicationId: "applicationId";
|
|
5213
5220
|
readonly tenantId: "tenantId";
|
|
5214
5221
|
readonly requestNumber: "requestNumber";
|
|
5215
5222
|
readonly initiatedBy: "initiatedBy";
|
|
@@ -5224,8 +5231,8 @@ export declare const ContractTerminationScalarFieldEnum: {
|
|
|
5224
5231
|
readonly reviewedAt: "reviewedAt";
|
|
5225
5232
|
readonly reviewNotes: "reviewNotes";
|
|
5226
5233
|
readonly rejectionReason: "rejectionReason";
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly
|
|
5234
|
+
readonly applicationSnapshot: "applicationSnapshot";
|
|
5235
|
+
readonly totalApplicationAmount: "totalApplicationAmount";
|
|
5229
5236
|
readonly totalPaidToDate: "totalPaidToDate";
|
|
5230
5237
|
readonly outstandingBalance: "outstandingBalance";
|
|
5231
5238
|
readonly refundableAmount: "refundableAmount";
|
|
@@ -5253,11 +5260,11 @@ export declare const ContractTerminationScalarFieldEnum: {
|
|
|
5253
5260
|
readonly createdAt: "createdAt";
|
|
5254
5261
|
readonly updatedAt: "updatedAt";
|
|
5255
5262
|
};
|
|
5256
|
-
export type
|
|
5263
|
+
export type ApplicationTerminationScalarFieldEnum = (typeof ApplicationTerminationScalarFieldEnum)[keyof typeof ApplicationTerminationScalarFieldEnum];
|
|
5257
5264
|
export declare const PaymentMethodChangeRequestScalarFieldEnum: {
|
|
5258
5265
|
readonly id: "id";
|
|
5259
5266
|
readonly tenantId: "tenantId";
|
|
5260
|
-
readonly
|
|
5267
|
+
readonly applicationId: "applicationId";
|
|
5261
5268
|
readonly fromPaymentMethodId: "fromPaymentMethodId";
|
|
5262
5269
|
readonly toPaymentMethodId: "toPaymentMethodId";
|
|
5263
5270
|
readonly requestorId: "requestorId";
|
|
@@ -5397,7 +5404,7 @@ export type DomainEventScalarFieldEnum = (typeof DomainEventScalarFieldEnum)[key
|
|
|
5397
5404
|
export declare const PropertyTransferRequestScalarFieldEnum: {
|
|
5398
5405
|
readonly id: "id";
|
|
5399
5406
|
readonly tenantId: "tenantId";
|
|
5400
|
-
readonly
|
|
5407
|
+
readonly sourceApplicationId: "sourceApplicationId";
|
|
5401
5408
|
readonly targetPropertyUnitId: "targetPropertyUnitId";
|
|
5402
5409
|
readonly requestedById: "requestedById";
|
|
5403
5410
|
readonly reviewedById: "reviewedById";
|
|
@@ -5411,7 +5418,7 @@ export declare const PropertyTransferRequestScalarFieldEnum: {
|
|
|
5411
5418
|
readonly refundedAmount: "refundedAmount";
|
|
5412
5419
|
readonly refundTransactionId: "refundTransactionId";
|
|
5413
5420
|
readonly refundedAt: "refundedAt";
|
|
5414
|
-
readonly
|
|
5421
|
+
readonly targetApplicationId: "targetApplicationId";
|
|
5415
5422
|
readonly createdAt: "createdAt";
|
|
5416
5423
|
readonly reviewedAt: "reviewedAt";
|
|
5417
5424
|
readonly completedAt: "completedAt";
|
|
@@ -5739,25 +5746,25 @@ export declare const PaymentMethodPhaseFieldOrderByRelevanceFieldEnum: {
|
|
|
5739
5746
|
readonly placeholder: "placeholder";
|
|
5740
5747
|
};
|
|
5741
5748
|
export type PaymentMethodPhaseFieldOrderByRelevanceFieldEnum = (typeof PaymentMethodPhaseFieldOrderByRelevanceFieldEnum)[keyof typeof PaymentMethodPhaseFieldOrderByRelevanceFieldEnum];
|
|
5742
|
-
export declare const
|
|
5749
|
+
export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
5743
5750
|
readonly id: "id";
|
|
5744
5751
|
readonly tenantId: "tenantId";
|
|
5745
5752
|
readonly propertyUnitId: "propertyUnitId";
|
|
5746
5753
|
readonly buyerId: "buyerId";
|
|
5747
5754
|
readonly sellerId: "sellerId";
|
|
5748
5755
|
readonly paymentMethodId: "paymentMethodId";
|
|
5749
|
-
readonly
|
|
5756
|
+
readonly applicationNumber: "applicationNumber";
|
|
5750
5757
|
readonly title: "title";
|
|
5751
5758
|
readonly description: "description";
|
|
5752
|
-
readonly
|
|
5759
|
+
readonly applicationType: "applicationType";
|
|
5753
5760
|
readonly currentPhaseId: "currentPhaseId";
|
|
5754
5761
|
readonly transferredFromId: "transferredFromId";
|
|
5755
5762
|
};
|
|
5756
|
-
export type
|
|
5757
|
-
export declare const
|
|
5763
|
+
export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
|
|
5764
|
+
export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
|
|
5758
5765
|
readonly id: "id";
|
|
5759
5766
|
readonly tenantId: "tenantId";
|
|
5760
|
-
readonly
|
|
5767
|
+
readonly applicationId: "applicationId";
|
|
5761
5768
|
readonly reason: "reason";
|
|
5762
5769
|
readonly requestedById: "requestedById";
|
|
5763
5770
|
readonly approvedById: "approvedById";
|
|
@@ -5771,14 +5778,14 @@ export declare const ContractRefundOrderByRelevanceFieldEnum: {
|
|
|
5771
5778
|
readonly rejectionNotes: "rejectionNotes";
|
|
5772
5779
|
readonly processingNotes: "processingNotes";
|
|
5773
5780
|
};
|
|
5774
|
-
export type
|
|
5775
|
-
export declare const
|
|
5781
|
+
export type ApplicationRefundOrderByRelevanceFieldEnum = (typeof ApplicationRefundOrderByRelevanceFieldEnum)[keyof typeof ApplicationRefundOrderByRelevanceFieldEnum];
|
|
5782
|
+
export declare const ApplicationPhaseOrderByRelevanceFieldEnum: {
|
|
5776
5783
|
readonly id: "id";
|
|
5777
|
-
readonly
|
|
5784
|
+
readonly applicationId: "applicationId";
|
|
5778
5785
|
readonly name: "name";
|
|
5779
5786
|
readonly description: "description";
|
|
5780
5787
|
};
|
|
5781
|
-
export type
|
|
5788
|
+
export type ApplicationPhaseOrderByRelevanceFieldEnum = (typeof ApplicationPhaseOrderByRelevanceFieldEnum)[keyof typeof ApplicationPhaseOrderByRelevanceFieldEnum];
|
|
5782
5789
|
export declare const QuestionnairePhaseOrderByRelevanceFieldEnum: {
|
|
5783
5790
|
readonly id: "id";
|
|
5784
5791
|
readonly phaseId: "phaseId";
|
|
@@ -5807,15 +5814,15 @@ export declare const QuestionnaireFieldOrderByRelevanceFieldEnum: {
|
|
|
5807
5814
|
readonly placeholder: "placeholder";
|
|
5808
5815
|
};
|
|
5809
5816
|
export type QuestionnaireFieldOrderByRelevanceFieldEnum = (typeof QuestionnaireFieldOrderByRelevanceFieldEnum)[keyof typeof QuestionnaireFieldOrderByRelevanceFieldEnum];
|
|
5810
|
-
export declare const
|
|
5817
|
+
export declare const ApplicationEventOrderByRelevanceFieldEnum: {
|
|
5811
5818
|
readonly id: "id";
|
|
5812
|
-
readonly
|
|
5819
|
+
readonly applicationId: "applicationId";
|
|
5813
5820
|
readonly fromState: "fromState";
|
|
5814
5821
|
readonly toState: "toState";
|
|
5815
5822
|
readonly trigger: "trigger";
|
|
5816
5823
|
readonly actorId: "actorId";
|
|
5817
5824
|
};
|
|
5818
|
-
export type
|
|
5825
|
+
export type ApplicationEventOrderByRelevanceFieldEnum = (typeof ApplicationEventOrderByRelevanceFieldEnum)[keyof typeof ApplicationEventOrderByRelevanceFieldEnum];
|
|
5819
5826
|
export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
5820
5827
|
readonly id: "id";
|
|
5821
5828
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
@@ -5838,14 +5845,14 @@ export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
|
|
|
5838
5845
|
readonly comment: "comment";
|
|
5839
5846
|
};
|
|
5840
5847
|
export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
|
|
5841
|
-
export declare const
|
|
5848
|
+
export declare const PaymentInstallmentOrderByRelevanceFieldEnum: {
|
|
5842
5849
|
readonly id: "id";
|
|
5843
5850
|
readonly paymentPhaseId: "paymentPhaseId";
|
|
5844
5851
|
};
|
|
5845
|
-
export type
|
|
5846
|
-
export declare const
|
|
5852
|
+
export type PaymentInstallmentOrderByRelevanceFieldEnum = (typeof PaymentInstallmentOrderByRelevanceFieldEnum)[keyof typeof PaymentInstallmentOrderByRelevanceFieldEnum];
|
|
5853
|
+
export declare const ApplicationPaymentOrderByRelevanceFieldEnum: {
|
|
5847
5854
|
readonly id: "id";
|
|
5848
|
-
readonly
|
|
5855
|
+
readonly applicationId: "applicationId";
|
|
5849
5856
|
readonly phaseId: "phaseId";
|
|
5850
5857
|
readonly installmentId: "installmentId";
|
|
5851
5858
|
readonly payerId: "payerId";
|
|
@@ -5853,10 +5860,10 @@ export declare const ContractPaymentOrderByRelevanceFieldEnum: {
|
|
|
5853
5860
|
readonly reference: "reference";
|
|
5854
5861
|
readonly gatewayResponse: "gatewayResponse";
|
|
5855
5862
|
};
|
|
5856
|
-
export type
|
|
5857
|
-
export declare const
|
|
5863
|
+
export type ApplicationPaymentOrderByRelevanceFieldEnum = (typeof ApplicationPaymentOrderByRelevanceFieldEnum)[keyof typeof ApplicationPaymentOrderByRelevanceFieldEnum];
|
|
5864
|
+
export declare const ApplicationDocumentOrderByRelevanceFieldEnum: {
|
|
5858
5865
|
readonly id: "id";
|
|
5859
|
-
readonly
|
|
5866
|
+
readonly applicationId: "applicationId";
|
|
5860
5867
|
readonly phaseId: "phaseId";
|
|
5861
5868
|
readonly stepId: "stepId";
|
|
5862
5869
|
readonly name: "name";
|
|
@@ -5864,7 +5871,7 @@ export declare const ContractDocumentOrderByRelevanceFieldEnum: {
|
|
|
5864
5871
|
readonly type: "type";
|
|
5865
5872
|
readonly uploadedById: "uploadedById";
|
|
5866
5873
|
};
|
|
5867
|
-
export type
|
|
5874
|
+
export type ApplicationDocumentOrderByRelevanceFieldEnum = (typeof ApplicationDocumentOrderByRelevanceFieldEnum)[keyof typeof ApplicationDocumentOrderByRelevanceFieldEnum];
|
|
5868
5875
|
export declare const DocumentTemplateOrderByRelevanceFieldEnum: {
|
|
5869
5876
|
readonly id: "id";
|
|
5870
5877
|
readonly tenantId: "tenantId";
|
|
@@ -5878,7 +5885,7 @@ export type DocumentTemplateOrderByRelevanceFieldEnum = (typeof DocumentTemplate
|
|
|
5878
5885
|
export declare const OfferLetterOrderByRelevanceFieldEnum: {
|
|
5879
5886
|
readonly id: "id";
|
|
5880
5887
|
readonly tenantId: "tenantId";
|
|
5881
|
-
readonly
|
|
5888
|
+
readonly applicationId: "applicationId";
|
|
5882
5889
|
readonly templateId: "templateId";
|
|
5883
5890
|
readonly letterNumber: "letterNumber";
|
|
5884
5891
|
readonly htmlContent: "htmlContent";
|
|
@@ -5890,9 +5897,9 @@ export declare const OfferLetterOrderByRelevanceFieldEnum: {
|
|
|
5890
5897
|
readonly sentById: "sentById";
|
|
5891
5898
|
};
|
|
5892
5899
|
export type OfferLetterOrderByRelevanceFieldEnum = (typeof OfferLetterOrderByRelevanceFieldEnum)[keyof typeof OfferLetterOrderByRelevanceFieldEnum];
|
|
5893
|
-
export declare const
|
|
5900
|
+
export declare const ApplicationTerminationOrderByRelevanceFieldEnum: {
|
|
5894
5901
|
readonly id: "id";
|
|
5895
|
-
readonly
|
|
5902
|
+
readonly applicationId: "applicationId";
|
|
5896
5903
|
readonly tenantId: "tenantId";
|
|
5897
5904
|
readonly requestNumber: "requestNumber";
|
|
5898
5905
|
readonly initiatorId: "initiatorId";
|
|
@@ -5907,11 +5914,11 @@ export declare const ContractTerminationOrderByRelevanceFieldEnum: {
|
|
|
5907
5914
|
readonly unitReservedForId: "unitReservedForId";
|
|
5908
5915
|
readonly idempotencyKey: "idempotencyKey";
|
|
5909
5916
|
};
|
|
5910
|
-
export type
|
|
5917
|
+
export type ApplicationTerminationOrderByRelevanceFieldEnum = (typeof ApplicationTerminationOrderByRelevanceFieldEnum)[keyof typeof ApplicationTerminationOrderByRelevanceFieldEnum];
|
|
5911
5918
|
export declare const PaymentMethodChangeRequestOrderByRelevanceFieldEnum: {
|
|
5912
5919
|
readonly id: "id";
|
|
5913
5920
|
readonly tenantId: "tenantId";
|
|
5914
|
-
readonly
|
|
5921
|
+
readonly applicationId: "applicationId";
|
|
5915
5922
|
readonly fromPaymentMethodId: "fromPaymentMethodId";
|
|
5916
5923
|
readonly toPaymentMethodId: "toPaymentMethodId";
|
|
5917
5924
|
readonly requestorId: "requestorId";
|
|
@@ -5995,7 +6002,7 @@ export type DomainEventOrderByRelevanceFieldEnum = (typeof DomainEventOrderByRel
|
|
|
5995
6002
|
export declare const PropertyTransferRequestOrderByRelevanceFieldEnum: {
|
|
5996
6003
|
readonly id: "id";
|
|
5997
6004
|
readonly tenantId: "tenantId";
|
|
5998
|
-
readonly
|
|
6005
|
+
readonly sourceApplicationId: "sourceApplicationId";
|
|
5999
6006
|
readonly targetPropertyUnitId: "targetPropertyUnitId";
|
|
6000
6007
|
readonly requestedById: "requestedById";
|
|
6001
6008
|
readonly reviewedById: "reviewedById";
|
|
@@ -6003,7 +6010,7 @@ export declare const PropertyTransferRequestOrderByRelevanceFieldEnum: {
|
|
|
6003
6010
|
readonly reviewNotes: "reviewNotes";
|
|
6004
6011
|
readonly priceAdjustmentHandling: "priceAdjustmentHandling";
|
|
6005
6012
|
readonly refundTransactionId: "refundTransactionId";
|
|
6006
|
-
readonly
|
|
6013
|
+
readonly targetApplicationId: "targetApplicationId";
|
|
6007
6014
|
};
|
|
6008
6015
|
export type PropertyTransferRequestOrderByRelevanceFieldEnum = (typeof PropertyTransferRequestOrderByRelevanceFieldEnum)[keyof typeof PropertyTransferRequestOrderByRelevanceFieldEnum];
|
|
6009
6016
|
export declare const ApprovalRequestOrderByRelevanceFieldEnum: {
|
|
@@ -6087,9 +6094,9 @@ export type EnumStepTriggerFieldRefInput<$PrismaModel> = FieldRefInputType<$Pris
|
|
|
6087
6094
|
*/
|
|
6088
6095
|
export type EnumFieldTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FieldType'>;
|
|
6089
6096
|
/**
|
|
6090
|
-
* Reference to a field of type '
|
|
6097
|
+
* Reference to a field of type 'ApplicationStatus'
|
|
6091
6098
|
*/
|
|
6092
|
-
export type
|
|
6099
|
+
export type EnumApplicationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationStatus'>;
|
|
6093
6100
|
/**
|
|
6094
6101
|
* Reference to a field of type 'RefundStatus'
|
|
6095
6102
|
*/
|
|
@@ -6099,13 +6106,13 @@ export type EnumRefundStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$Pri
|
|
|
6099
6106
|
*/
|
|
6100
6107
|
export type EnumPhaseStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PhaseStatus'>;
|
|
6101
6108
|
/**
|
|
6102
|
-
* Reference to a field of type '
|
|
6109
|
+
* Reference to a field of type 'ApplicationEventType'
|
|
6103
6110
|
*/
|
|
6104
|
-
export type
|
|
6111
|
+
export type EnumApplicationEventTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationEventType'>;
|
|
6105
6112
|
/**
|
|
6106
|
-
* Reference to a field of type '
|
|
6113
|
+
* Reference to a field of type 'ApplicationEventGroup'
|
|
6107
6114
|
*/
|
|
6108
|
-
export type
|
|
6115
|
+
export type EnumApplicationEventGroupFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationEventGroup'>;
|
|
6109
6116
|
/**
|
|
6110
6117
|
* Reference to a field of type 'EventActorType'
|
|
6111
6118
|
*/
|
|
@@ -6320,23 +6327,23 @@ export type GlobalOmitConfig = {
|
|
|
6320
6327
|
stepEventAttachment?: Prisma.StepEventAttachmentOmit;
|
|
6321
6328
|
paymentMethodPhaseDocument?: Prisma.PaymentMethodPhaseDocumentOmit;
|
|
6322
6329
|
paymentMethodPhaseField?: Prisma.PaymentMethodPhaseFieldOmit;
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6330
|
+
application?: Prisma.ApplicationOmit;
|
|
6331
|
+
applicationRefund?: Prisma.ApplicationRefundOmit;
|
|
6332
|
+
applicationPhase?: Prisma.ApplicationPhaseOmit;
|
|
6326
6333
|
questionnairePhase?: Prisma.QuestionnairePhaseOmit;
|
|
6327
6334
|
documentationPhase?: Prisma.DocumentationPhaseOmit;
|
|
6328
6335
|
paymentPhase?: Prisma.PaymentPhaseOmit;
|
|
6329
6336
|
questionnaireField?: Prisma.QuestionnaireFieldOmit;
|
|
6330
|
-
|
|
6337
|
+
applicationEvent?: Prisma.ApplicationEventOmit;
|
|
6331
6338
|
documentationStep?: Prisma.DocumentationStepOmit;
|
|
6332
6339
|
documentationStepDocument?: Prisma.DocumentationStepDocumentOmit;
|
|
6333
6340
|
documentationStepApproval?: Prisma.DocumentationStepApprovalOmit;
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6341
|
+
paymentInstallment?: Prisma.PaymentInstallmentOmit;
|
|
6342
|
+
applicationPayment?: Prisma.ApplicationPaymentOmit;
|
|
6343
|
+
applicationDocument?: Prisma.ApplicationDocumentOmit;
|
|
6337
6344
|
documentTemplate?: Prisma.DocumentTemplateOmit;
|
|
6338
6345
|
offerLetter?: Prisma.OfferLetterOmit;
|
|
6339
|
-
|
|
6346
|
+
applicationTermination?: Prisma.ApplicationTerminationOmit;
|
|
6340
6347
|
paymentMethodChangeRequest?: Prisma.PaymentMethodChangeRequestOmit;
|
|
6341
6348
|
documentRequirementRule?: Prisma.DocumentRequirementRuleOmit;
|
|
6342
6349
|
eventChannel?: Prisma.EventChannelOmit;
|