@valentine-efagene/qshelter-common 2.0.94 → 2.0.96
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 +321 -321
- package/dist/generated/client/internal/prismaNamespace.js +50 -50
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +66 -66
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +50 -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 +40 -40
- 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/dist/src/auth/policy-evaluator.d.ts +5 -5
- package/dist/src/auth/policy-evaluator.js +7 -7
- package/dist/src/events/notifications/notification-enums.d.ts +5 -5
- package/dist/src/events/notifications/notification-enums.js +6 -6
- package/dist/src/events/payments/payment-event.d.ts +2 -2
- package/dist/src/events/payments/payment-publisher.d.ts +1 -1
- package/package.json +1 -1
- package/prisma/migrations/20260112080730_rename_contract_to_application/migration.sql +293 -0
- package/prisma/migrations/20260112081422_cleanup_rename_contract_to_application/migration.sql +14 -0
- package/prisma/schema.prisma +107 -107
- 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
|
};
|
|
@@ -4931,17 +4931,17 @@ export declare const PaymentMethodPhaseFieldScalarFieldEnum: {
|
|
|
4931
4931
|
readonly updatedAt: "updatedAt";
|
|
4932
4932
|
};
|
|
4933
4933
|
export type PaymentMethodPhaseFieldScalarFieldEnum = (typeof PaymentMethodPhaseFieldScalarFieldEnum)[keyof typeof PaymentMethodPhaseFieldScalarFieldEnum];
|
|
4934
|
-
export declare const
|
|
4934
|
+
export declare const ApplicationScalarFieldEnum: {
|
|
4935
4935
|
readonly id: "id";
|
|
4936
4936
|
readonly tenantId: "tenantId";
|
|
4937
4937
|
readonly propertyUnitId: "propertyUnitId";
|
|
4938
4938
|
readonly buyerId: "buyerId";
|
|
4939
4939
|
readonly sellerId: "sellerId";
|
|
4940
4940
|
readonly paymentMethodId: "paymentMethodId";
|
|
4941
|
-
readonly
|
|
4941
|
+
readonly applicationNumber: "applicationNumber";
|
|
4942
4942
|
readonly title: "title";
|
|
4943
4943
|
readonly description: "description";
|
|
4944
|
-
readonly
|
|
4944
|
+
readonly applicationType: "applicationType";
|
|
4945
4945
|
readonly totalAmount: "totalAmount";
|
|
4946
4946
|
readonly status: "status";
|
|
4947
4947
|
readonly currentPhaseId: "currentPhaseId";
|
|
@@ -4955,11 +4955,11 @@ export declare const ContractScalarFieldEnum: {
|
|
|
4955
4955
|
readonly updatedAt: "updatedAt";
|
|
4956
4956
|
readonly transferredFromId: "transferredFromId";
|
|
4957
4957
|
};
|
|
4958
|
-
export type
|
|
4959
|
-
export declare const
|
|
4958
|
+
export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum];
|
|
4959
|
+
export declare const ApplicationRefundScalarFieldEnum: {
|
|
4960
4960
|
readonly id: "id";
|
|
4961
4961
|
readonly tenantId: "tenantId";
|
|
4962
|
-
readonly
|
|
4962
|
+
readonly applicationId: "applicationId";
|
|
4963
4963
|
readonly amount: "amount";
|
|
4964
4964
|
readonly reason: "reason";
|
|
4965
4965
|
readonly status: "status";
|
|
@@ -4981,10 +4981,10 @@ export declare const ContractRefundScalarFieldEnum: {
|
|
|
4981
4981
|
readonly createdAt: "createdAt";
|
|
4982
4982
|
readonly updatedAt: "updatedAt";
|
|
4983
4983
|
};
|
|
4984
|
-
export type
|
|
4985
|
-
export declare const
|
|
4984
|
+
export type ApplicationRefundScalarFieldEnum = (typeof ApplicationRefundScalarFieldEnum)[keyof typeof ApplicationRefundScalarFieldEnum];
|
|
4985
|
+
export declare const ApplicationPhaseScalarFieldEnum: {
|
|
4986
4986
|
readonly id: "id";
|
|
4987
|
-
readonly
|
|
4987
|
+
readonly applicationId: "applicationId";
|
|
4988
4988
|
readonly name: "name";
|
|
4989
4989
|
readonly description: "description";
|
|
4990
4990
|
readonly phaseCategory: "phaseCategory";
|
|
@@ -5000,7 +5000,7 @@ export declare const ContractPhaseScalarFieldEnum: {
|
|
|
5000
5000
|
readonly createdAt: "createdAt";
|
|
5001
5001
|
readonly updatedAt: "updatedAt";
|
|
5002
5002
|
};
|
|
5003
|
-
export type
|
|
5003
|
+
export type ApplicationPhaseScalarFieldEnum = (typeof ApplicationPhaseScalarFieldEnum)[keyof typeof ApplicationPhaseScalarFieldEnum];
|
|
5004
5004
|
export declare const QuestionnairePhaseScalarFieldEnum: {
|
|
5005
5005
|
readonly id: "id";
|
|
5006
5006
|
readonly phaseId: "phaseId";
|
|
@@ -5068,9 +5068,9 @@ export declare const QuestionnaireFieldScalarFieldEnum: {
|
|
|
5068
5068
|
readonly updatedAt: "updatedAt";
|
|
5069
5069
|
};
|
|
5070
5070
|
export type QuestionnaireFieldScalarFieldEnum = (typeof QuestionnaireFieldScalarFieldEnum)[keyof typeof QuestionnaireFieldScalarFieldEnum];
|
|
5071
|
-
export declare const
|
|
5071
|
+
export declare const ApplicationEventScalarFieldEnum: {
|
|
5072
5072
|
readonly id: "id";
|
|
5073
|
-
readonly
|
|
5073
|
+
readonly applicationId: "applicationId";
|
|
5074
5074
|
readonly eventType: "eventType";
|
|
5075
5075
|
readonly eventGroup: "eventGroup";
|
|
5076
5076
|
readonly fromState: "fromState";
|
|
@@ -5081,7 +5081,7 @@ export declare const ContractEventScalarFieldEnum: {
|
|
|
5081
5081
|
readonly actorType: "actorType";
|
|
5082
5082
|
readonly occurredAt: "occurredAt";
|
|
5083
5083
|
};
|
|
5084
|
-
export type
|
|
5084
|
+
export type ApplicationEventScalarFieldEnum = (typeof ApplicationEventScalarFieldEnum)[keyof typeof ApplicationEventScalarFieldEnum];
|
|
5085
5085
|
export declare const DocumentationStepScalarFieldEnum: {
|
|
5086
5086
|
readonly id: "id";
|
|
5087
5087
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
@@ -5119,7 +5119,7 @@ export declare const DocumentationStepApprovalScalarFieldEnum: {
|
|
|
5119
5119
|
readonly createdAt: "createdAt";
|
|
5120
5120
|
};
|
|
5121
5121
|
export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
|
|
5122
|
-
export declare const
|
|
5122
|
+
export declare const PaymentInstallmentScalarFieldEnum: {
|
|
5123
5123
|
readonly id: "id";
|
|
5124
5124
|
readonly paymentPhaseId: "paymentPhaseId";
|
|
5125
5125
|
readonly installmentNumber: "installmentNumber";
|
|
@@ -5137,10 +5137,10 @@ export declare const ContractInstallmentScalarFieldEnum: {
|
|
|
5137
5137
|
readonly createdAt: "createdAt";
|
|
5138
5138
|
readonly updatedAt: "updatedAt";
|
|
5139
5139
|
};
|
|
5140
|
-
export type
|
|
5141
|
-
export declare const
|
|
5140
|
+
export type PaymentInstallmentScalarFieldEnum = (typeof PaymentInstallmentScalarFieldEnum)[keyof typeof PaymentInstallmentScalarFieldEnum];
|
|
5141
|
+
export declare const ApplicationPaymentScalarFieldEnum: {
|
|
5142
5142
|
readonly id: "id";
|
|
5143
|
-
readonly
|
|
5143
|
+
readonly applicationId: "applicationId";
|
|
5144
5144
|
readonly phaseId: "phaseId";
|
|
5145
5145
|
readonly installmentId: "installmentId";
|
|
5146
5146
|
readonly payerId: "payerId";
|
|
@@ -5156,10 +5156,10 @@ export declare const ContractPaymentScalarFieldEnum: {
|
|
|
5156
5156
|
readonly createdAt: "createdAt";
|
|
5157
5157
|
readonly updatedAt: "updatedAt";
|
|
5158
5158
|
};
|
|
5159
|
-
export type
|
|
5160
|
-
export declare const
|
|
5159
|
+
export type ApplicationPaymentScalarFieldEnum = (typeof ApplicationPaymentScalarFieldEnum)[keyof typeof ApplicationPaymentScalarFieldEnum];
|
|
5160
|
+
export declare const ApplicationDocumentScalarFieldEnum: {
|
|
5161
5161
|
readonly id: "id";
|
|
5162
|
-
readonly
|
|
5162
|
+
readonly applicationId: "applicationId";
|
|
5163
5163
|
readonly phaseId: "phaseId";
|
|
5164
5164
|
readonly stepId: "stepId";
|
|
5165
5165
|
readonly name: "name";
|
|
@@ -5170,7 +5170,7 @@ export declare const ContractDocumentScalarFieldEnum: {
|
|
|
5170
5170
|
readonly createdAt: "createdAt";
|
|
5171
5171
|
readonly updatedAt: "updatedAt";
|
|
5172
5172
|
};
|
|
5173
|
-
export type
|
|
5173
|
+
export type ApplicationDocumentScalarFieldEnum = (typeof ApplicationDocumentScalarFieldEnum)[keyof typeof ApplicationDocumentScalarFieldEnum];
|
|
5174
5174
|
export declare const DocumentTemplateScalarFieldEnum: {
|
|
5175
5175
|
readonly id: "id";
|
|
5176
5176
|
readonly tenantId: "tenantId";
|
|
@@ -5190,7 +5190,7 @@ export type DocumentTemplateScalarFieldEnum = (typeof DocumentTemplateScalarFiel
|
|
|
5190
5190
|
export declare const OfferLetterScalarFieldEnum: {
|
|
5191
5191
|
readonly id: "id";
|
|
5192
5192
|
readonly tenantId: "tenantId";
|
|
5193
|
-
readonly
|
|
5193
|
+
readonly applicationId: "applicationId";
|
|
5194
5194
|
readonly templateId: "templateId";
|
|
5195
5195
|
readonly letterNumber: "letterNumber";
|
|
5196
5196
|
readonly type: "type";
|
|
@@ -5214,9 +5214,9 @@ export declare const OfferLetterScalarFieldEnum: {
|
|
|
5214
5214
|
readonly updatedAt: "updatedAt";
|
|
5215
5215
|
};
|
|
5216
5216
|
export type OfferLetterScalarFieldEnum = (typeof OfferLetterScalarFieldEnum)[keyof typeof OfferLetterScalarFieldEnum];
|
|
5217
|
-
export declare const
|
|
5217
|
+
export declare const ApplicationTerminationScalarFieldEnum: {
|
|
5218
5218
|
readonly id: "id";
|
|
5219
|
-
readonly
|
|
5219
|
+
readonly applicationId: "applicationId";
|
|
5220
5220
|
readonly tenantId: "tenantId";
|
|
5221
5221
|
readonly requestNumber: "requestNumber";
|
|
5222
5222
|
readonly initiatedBy: "initiatedBy";
|
|
@@ -5231,8 +5231,8 @@ export declare const ContractTerminationScalarFieldEnum: {
|
|
|
5231
5231
|
readonly reviewedAt: "reviewedAt";
|
|
5232
5232
|
readonly reviewNotes: "reviewNotes";
|
|
5233
5233
|
readonly rejectionReason: "rejectionReason";
|
|
5234
|
-
readonly
|
|
5235
|
-
readonly
|
|
5234
|
+
readonly applicationSnapshot: "applicationSnapshot";
|
|
5235
|
+
readonly totalApplicationAmount: "totalApplicationAmount";
|
|
5236
5236
|
readonly totalPaidToDate: "totalPaidToDate";
|
|
5237
5237
|
readonly outstandingBalance: "outstandingBalance";
|
|
5238
5238
|
readonly refundableAmount: "refundableAmount";
|
|
@@ -5260,11 +5260,11 @@ export declare const ContractTerminationScalarFieldEnum: {
|
|
|
5260
5260
|
readonly createdAt: "createdAt";
|
|
5261
5261
|
readonly updatedAt: "updatedAt";
|
|
5262
5262
|
};
|
|
5263
|
-
export type
|
|
5263
|
+
export type ApplicationTerminationScalarFieldEnum = (typeof ApplicationTerminationScalarFieldEnum)[keyof typeof ApplicationTerminationScalarFieldEnum];
|
|
5264
5264
|
export declare const PaymentMethodChangeRequestScalarFieldEnum: {
|
|
5265
5265
|
readonly id: "id";
|
|
5266
5266
|
readonly tenantId: "tenantId";
|
|
5267
|
-
readonly
|
|
5267
|
+
readonly applicationId: "applicationId";
|
|
5268
5268
|
readonly fromPaymentMethodId: "fromPaymentMethodId";
|
|
5269
5269
|
readonly toPaymentMethodId: "toPaymentMethodId";
|
|
5270
5270
|
readonly requestorId: "requestorId";
|
|
@@ -5404,7 +5404,7 @@ export type DomainEventScalarFieldEnum = (typeof DomainEventScalarFieldEnum)[key
|
|
|
5404
5404
|
export declare const PropertyTransferRequestScalarFieldEnum: {
|
|
5405
5405
|
readonly id: "id";
|
|
5406
5406
|
readonly tenantId: "tenantId";
|
|
5407
|
-
readonly
|
|
5407
|
+
readonly sourceApplicationId: "sourceApplicationId";
|
|
5408
5408
|
readonly targetPropertyUnitId: "targetPropertyUnitId";
|
|
5409
5409
|
readonly requestedById: "requestedById";
|
|
5410
5410
|
readonly reviewedById: "reviewedById";
|
|
@@ -5418,7 +5418,7 @@ export declare const PropertyTransferRequestScalarFieldEnum: {
|
|
|
5418
5418
|
readonly refundedAmount: "refundedAmount";
|
|
5419
5419
|
readonly refundTransactionId: "refundTransactionId";
|
|
5420
5420
|
readonly refundedAt: "refundedAt";
|
|
5421
|
-
readonly
|
|
5421
|
+
readonly targetApplicationId: "targetApplicationId";
|
|
5422
5422
|
readonly createdAt: "createdAt";
|
|
5423
5423
|
readonly reviewedAt: "reviewedAt";
|
|
5424
5424
|
readonly completedAt: "completedAt";
|
|
@@ -5746,25 +5746,25 @@ export declare const PaymentMethodPhaseFieldOrderByRelevanceFieldEnum: {
|
|
|
5746
5746
|
readonly placeholder: "placeholder";
|
|
5747
5747
|
};
|
|
5748
5748
|
export type PaymentMethodPhaseFieldOrderByRelevanceFieldEnum = (typeof PaymentMethodPhaseFieldOrderByRelevanceFieldEnum)[keyof typeof PaymentMethodPhaseFieldOrderByRelevanceFieldEnum];
|
|
5749
|
-
export declare const
|
|
5749
|
+
export declare const ApplicationOrderByRelevanceFieldEnum: {
|
|
5750
5750
|
readonly id: "id";
|
|
5751
5751
|
readonly tenantId: "tenantId";
|
|
5752
5752
|
readonly propertyUnitId: "propertyUnitId";
|
|
5753
5753
|
readonly buyerId: "buyerId";
|
|
5754
5754
|
readonly sellerId: "sellerId";
|
|
5755
5755
|
readonly paymentMethodId: "paymentMethodId";
|
|
5756
|
-
readonly
|
|
5756
|
+
readonly applicationNumber: "applicationNumber";
|
|
5757
5757
|
readonly title: "title";
|
|
5758
5758
|
readonly description: "description";
|
|
5759
|
-
readonly
|
|
5759
|
+
readonly applicationType: "applicationType";
|
|
5760
5760
|
readonly currentPhaseId: "currentPhaseId";
|
|
5761
5761
|
readonly transferredFromId: "transferredFromId";
|
|
5762
5762
|
};
|
|
5763
|
-
export type
|
|
5764
|
-
export declare const
|
|
5763
|
+
export type ApplicationOrderByRelevanceFieldEnum = (typeof ApplicationOrderByRelevanceFieldEnum)[keyof typeof ApplicationOrderByRelevanceFieldEnum];
|
|
5764
|
+
export declare const ApplicationRefundOrderByRelevanceFieldEnum: {
|
|
5765
5765
|
readonly id: "id";
|
|
5766
5766
|
readonly tenantId: "tenantId";
|
|
5767
|
-
readonly
|
|
5767
|
+
readonly applicationId: "applicationId";
|
|
5768
5768
|
readonly reason: "reason";
|
|
5769
5769
|
readonly requestedById: "requestedById";
|
|
5770
5770
|
readonly approvedById: "approvedById";
|
|
@@ -5778,14 +5778,14 @@ export declare const ContractRefundOrderByRelevanceFieldEnum: {
|
|
|
5778
5778
|
readonly rejectionNotes: "rejectionNotes";
|
|
5779
5779
|
readonly processingNotes: "processingNotes";
|
|
5780
5780
|
};
|
|
5781
|
-
export type
|
|
5782
|
-
export declare const
|
|
5781
|
+
export type ApplicationRefundOrderByRelevanceFieldEnum = (typeof ApplicationRefundOrderByRelevanceFieldEnum)[keyof typeof ApplicationRefundOrderByRelevanceFieldEnum];
|
|
5782
|
+
export declare const ApplicationPhaseOrderByRelevanceFieldEnum: {
|
|
5783
5783
|
readonly id: "id";
|
|
5784
|
-
readonly
|
|
5784
|
+
readonly applicationId: "applicationId";
|
|
5785
5785
|
readonly name: "name";
|
|
5786
5786
|
readonly description: "description";
|
|
5787
5787
|
};
|
|
5788
|
-
export type
|
|
5788
|
+
export type ApplicationPhaseOrderByRelevanceFieldEnum = (typeof ApplicationPhaseOrderByRelevanceFieldEnum)[keyof typeof ApplicationPhaseOrderByRelevanceFieldEnum];
|
|
5789
5789
|
export declare const QuestionnairePhaseOrderByRelevanceFieldEnum: {
|
|
5790
5790
|
readonly id: "id";
|
|
5791
5791
|
readonly phaseId: "phaseId";
|
|
@@ -5814,15 +5814,15 @@ export declare const QuestionnaireFieldOrderByRelevanceFieldEnum: {
|
|
|
5814
5814
|
readonly placeholder: "placeholder";
|
|
5815
5815
|
};
|
|
5816
5816
|
export type QuestionnaireFieldOrderByRelevanceFieldEnum = (typeof QuestionnaireFieldOrderByRelevanceFieldEnum)[keyof typeof QuestionnaireFieldOrderByRelevanceFieldEnum];
|
|
5817
|
-
export declare const
|
|
5817
|
+
export declare const ApplicationEventOrderByRelevanceFieldEnum: {
|
|
5818
5818
|
readonly id: "id";
|
|
5819
|
-
readonly
|
|
5819
|
+
readonly applicationId: "applicationId";
|
|
5820
5820
|
readonly fromState: "fromState";
|
|
5821
5821
|
readonly toState: "toState";
|
|
5822
5822
|
readonly trigger: "trigger";
|
|
5823
5823
|
readonly actorId: "actorId";
|
|
5824
5824
|
};
|
|
5825
|
-
export type
|
|
5825
|
+
export type ApplicationEventOrderByRelevanceFieldEnum = (typeof ApplicationEventOrderByRelevanceFieldEnum)[keyof typeof ApplicationEventOrderByRelevanceFieldEnum];
|
|
5826
5826
|
export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
5827
5827
|
readonly id: "id";
|
|
5828
5828
|
readonly documentationPhaseId: "documentationPhaseId";
|
|
@@ -5845,14 +5845,14 @@ export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
|
|
|
5845
5845
|
readonly comment: "comment";
|
|
5846
5846
|
};
|
|
5847
5847
|
export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
|
|
5848
|
-
export declare const
|
|
5848
|
+
export declare const PaymentInstallmentOrderByRelevanceFieldEnum: {
|
|
5849
5849
|
readonly id: "id";
|
|
5850
5850
|
readonly paymentPhaseId: "paymentPhaseId";
|
|
5851
5851
|
};
|
|
5852
|
-
export type
|
|
5853
|
-
export declare const
|
|
5852
|
+
export type PaymentInstallmentOrderByRelevanceFieldEnum = (typeof PaymentInstallmentOrderByRelevanceFieldEnum)[keyof typeof PaymentInstallmentOrderByRelevanceFieldEnum];
|
|
5853
|
+
export declare const ApplicationPaymentOrderByRelevanceFieldEnum: {
|
|
5854
5854
|
readonly id: "id";
|
|
5855
|
-
readonly
|
|
5855
|
+
readonly applicationId: "applicationId";
|
|
5856
5856
|
readonly phaseId: "phaseId";
|
|
5857
5857
|
readonly installmentId: "installmentId";
|
|
5858
5858
|
readonly payerId: "payerId";
|
|
@@ -5860,10 +5860,10 @@ export declare const ContractPaymentOrderByRelevanceFieldEnum: {
|
|
|
5860
5860
|
readonly reference: "reference";
|
|
5861
5861
|
readonly gatewayResponse: "gatewayResponse";
|
|
5862
5862
|
};
|
|
5863
|
-
export type
|
|
5864
|
-
export declare const
|
|
5863
|
+
export type ApplicationPaymentOrderByRelevanceFieldEnum = (typeof ApplicationPaymentOrderByRelevanceFieldEnum)[keyof typeof ApplicationPaymentOrderByRelevanceFieldEnum];
|
|
5864
|
+
export declare const ApplicationDocumentOrderByRelevanceFieldEnum: {
|
|
5865
5865
|
readonly id: "id";
|
|
5866
|
-
readonly
|
|
5866
|
+
readonly applicationId: "applicationId";
|
|
5867
5867
|
readonly phaseId: "phaseId";
|
|
5868
5868
|
readonly stepId: "stepId";
|
|
5869
5869
|
readonly name: "name";
|
|
@@ -5871,7 +5871,7 @@ export declare const ContractDocumentOrderByRelevanceFieldEnum: {
|
|
|
5871
5871
|
readonly type: "type";
|
|
5872
5872
|
readonly uploadedById: "uploadedById";
|
|
5873
5873
|
};
|
|
5874
|
-
export type
|
|
5874
|
+
export type ApplicationDocumentOrderByRelevanceFieldEnum = (typeof ApplicationDocumentOrderByRelevanceFieldEnum)[keyof typeof ApplicationDocumentOrderByRelevanceFieldEnum];
|
|
5875
5875
|
export declare const DocumentTemplateOrderByRelevanceFieldEnum: {
|
|
5876
5876
|
readonly id: "id";
|
|
5877
5877
|
readonly tenantId: "tenantId";
|
|
@@ -5885,7 +5885,7 @@ export type DocumentTemplateOrderByRelevanceFieldEnum = (typeof DocumentTemplate
|
|
|
5885
5885
|
export declare const OfferLetterOrderByRelevanceFieldEnum: {
|
|
5886
5886
|
readonly id: "id";
|
|
5887
5887
|
readonly tenantId: "tenantId";
|
|
5888
|
-
readonly
|
|
5888
|
+
readonly applicationId: "applicationId";
|
|
5889
5889
|
readonly templateId: "templateId";
|
|
5890
5890
|
readonly letterNumber: "letterNumber";
|
|
5891
5891
|
readonly htmlContent: "htmlContent";
|
|
@@ -5897,9 +5897,9 @@ export declare const OfferLetterOrderByRelevanceFieldEnum: {
|
|
|
5897
5897
|
readonly sentById: "sentById";
|
|
5898
5898
|
};
|
|
5899
5899
|
export type OfferLetterOrderByRelevanceFieldEnum = (typeof OfferLetterOrderByRelevanceFieldEnum)[keyof typeof OfferLetterOrderByRelevanceFieldEnum];
|
|
5900
|
-
export declare const
|
|
5900
|
+
export declare const ApplicationTerminationOrderByRelevanceFieldEnum: {
|
|
5901
5901
|
readonly id: "id";
|
|
5902
|
-
readonly
|
|
5902
|
+
readonly applicationId: "applicationId";
|
|
5903
5903
|
readonly tenantId: "tenantId";
|
|
5904
5904
|
readonly requestNumber: "requestNumber";
|
|
5905
5905
|
readonly initiatorId: "initiatorId";
|
|
@@ -5914,11 +5914,11 @@ export declare const ContractTerminationOrderByRelevanceFieldEnum: {
|
|
|
5914
5914
|
readonly unitReservedForId: "unitReservedForId";
|
|
5915
5915
|
readonly idempotencyKey: "idempotencyKey";
|
|
5916
5916
|
};
|
|
5917
|
-
export type
|
|
5917
|
+
export type ApplicationTerminationOrderByRelevanceFieldEnum = (typeof ApplicationTerminationOrderByRelevanceFieldEnum)[keyof typeof ApplicationTerminationOrderByRelevanceFieldEnum];
|
|
5918
5918
|
export declare const PaymentMethodChangeRequestOrderByRelevanceFieldEnum: {
|
|
5919
5919
|
readonly id: "id";
|
|
5920
5920
|
readonly tenantId: "tenantId";
|
|
5921
|
-
readonly
|
|
5921
|
+
readonly applicationId: "applicationId";
|
|
5922
5922
|
readonly fromPaymentMethodId: "fromPaymentMethodId";
|
|
5923
5923
|
readonly toPaymentMethodId: "toPaymentMethodId";
|
|
5924
5924
|
readonly requestorId: "requestorId";
|
|
@@ -6002,7 +6002,7 @@ export type DomainEventOrderByRelevanceFieldEnum = (typeof DomainEventOrderByRel
|
|
|
6002
6002
|
export declare const PropertyTransferRequestOrderByRelevanceFieldEnum: {
|
|
6003
6003
|
readonly id: "id";
|
|
6004
6004
|
readonly tenantId: "tenantId";
|
|
6005
|
-
readonly
|
|
6005
|
+
readonly sourceApplicationId: "sourceApplicationId";
|
|
6006
6006
|
readonly targetPropertyUnitId: "targetPropertyUnitId";
|
|
6007
6007
|
readonly requestedById: "requestedById";
|
|
6008
6008
|
readonly reviewedById: "reviewedById";
|
|
@@ -6010,7 +6010,7 @@ export declare const PropertyTransferRequestOrderByRelevanceFieldEnum: {
|
|
|
6010
6010
|
readonly reviewNotes: "reviewNotes";
|
|
6011
6011
|
readonly priceAdjustmentHandling: "priceAdjustmentHandling";
|
|
6012
6012
|
readonly refundTransactionId: "refundTransactionId";
|
|
6013
|
-
readonly
|
|
6013
|
+
readonly targetApplicationId: "targetApplicationId";
|
|
6014
6014
|
};
|
|
6015
6015
|
export type PropertyTransferRequestOrderByRelevanceFieldEnum = (typeof PropertyTransferRequestOrderByRelevanceFieldEnum)[keyof typeof PropertyTransferRequestOrderByRelevanceFieldEnum];
|
|
6016
6016
|
export declare const ApprovalRequestOrderByRelevanceFieldEnum: {
|
|
@@ -6094,9 +6094,9 @@ export type EnumStepTriggerFieldRefInput<$PrismaModel> = FieldRefInputType<$Pris
|
|
|
6094
6094
|
*/
|
|
6095
6095
|
export type EnumFieldTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'FieldType'>;
|
|
6096
6096
|
/**
|
|
6097
|
-
* Reference to a field of type '
|
|
6097
|
+
* Reference to a field of type 'ApplicationStatus'
|
|
6098
6098
|
*/
|
|
6099
|
-
export type
|
|
6099
|
+
export type EnumApplicationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationStatus'>;
|
|
6100
6100
|
/**
|
|
6101
6101
|
* Reference to a field of type 'RefundStatus'
|
|
6102
6102
|
*/
|
|
@@ -6106,13 +6106,13 @@ export type EnumRefundStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$Pri
|
|
|
6106
6106
|
*/
|
|
6107
6107
|
export type EnumPhaseStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PhaseStatus'>;
|
|
6108
6108
|
/**
|
|
6109
|
-
* Reference to a field of type '
|
|
6109
|
+
* Reference to a field of type 'ApplicationEventType'
|
|
6110
6110
|
*/
|
|
6111
|
-
export type
|
|
6111
|
+
export type EnumApplicationEventTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationEventType'>;
|
|
6112
6112
|
/**
|
|
6113
|
-
* Reference to a field of type '
|
|
6113
|
+
* Reference to a field of type 'ApplicationEventGroup'
|
|
6114
6114
|
*/
|
|
6115
|
-
export type
|
|
6115
|
+
export type EnumApplicationEventGroupFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApplicationEventGroup'>;
|
|
6116
6116
|
/**
|
|
6117
6117
|
* Reference to a field of type 'EventActorType'
|
|
6118
6118
|
*/
|
|
@@ -6327,23 +6327,23 @@ export type GlobalOmitConfig = {
|
|
|
6327
6327
|
stepEventAttachment?: Prisma.StepEventAttachmentOmit;
|
|
6328
6328
|
paymentMethodPhaseDocument?: Prisma.PaymentMethodPhaseDocumentOmit;
|
|
6329
6329
|
paymentMethodPhaseField?: Prisma.PaymentMethodPhaseFieldOmit;
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6330
|
+
application?: Prisma.ApplicationOmit;
|
|
6331
|
+
applicationRefund?: Prisma.ApplicationRefundOmit;
|
|
6332
|
+
applicationPhase?: Prisma.ApplicationPhaseOmit;
|
|
6333
6333
|
questionnairePhase?: Prisma.QuestionnairePhaseOmit;
|
|
6334
6334
|
documentationPhase?: Prisma.DocumentationPhaseOmit;
|
|
6335
6335
|
paymentPhase?: Prisma.PaymentPhaseOmit;
|
|
6336
6336
|
questionnaireField?: Prisma.QuestionnaireFieldOmit;
|
|
6337
|
-
|
|
6337
|
+
applicationEvent?: Prisma.ApplicationEventOmit;
|
|
6338
6338
|
documentationStep?: Prisma.DocumentationStepOmit;
|
|
6339
6339
|
documentationStepDocument?: Prisma.DocumentationStepDocumentOmit;
|
|
6340
6340
|
documentationStepApproval?: Prisma.DocumentationStepApprovalOmit;
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6341
|
+
paymentInstallment?: Prisma.PaymentInstallmentOmit;
|
|
6342
|
+
applicationPayment?: Prisma.ApplicationPaymentOmit;
|
|
6343
|
+
applicationDocument?: Prisma.ApplicationDocumentOmit;
|
|
6344
6344
|
documentTemplate?: Prisma.DocumentTemplateOmit;
|
|
6345
6345
|
offerLetter?: Prisma.OfferLetterOmit;
|
|
6346
|
-
|
|
6346
|
+
applicationTermination?: Prisma.ApplicationTerminationOmit;
|
|
6347
6347
|
paymentMethodChangeRequest?: Prisma.PaymentMethodChangeRequestOmit;
|
|
6348
6348
|
documentRequirementRule?: Prisma.DocumentRequirementRuleOmit;
|
|
6349
6349
|
eventChannel?: Prisma.EventChannelOmit;
|