@valentine-efagene/qshelter-common 2.0.139 → 2.0.141

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.
@@ -261,7 +261,6 @@ export declare const ModelName: {
261
261
  readonly PropertyUnit: "PropertyUnit";
262
262
  readonly PropertyAmenity: "PropertyAmenity";
263
263
  readonly DocumentationPlan: "DocumentationPlan";
264
- readonly DocumentationPlanStep: "DocumentationPlanStep";
265
264
  readonly DocumentDefinition: "DocumentDefinition";
266
265
  readonly ApprovalStage: "ApprovalStage";
267
266
  readonly QuestionnairePlan: "QuestionnairePlan";
@@ -283,9 +282,6 @@ export declare const ModelName: {
283
282
  readonly PaymentPhase: "PaymentPhase";
284
283
  readonly QuestionnaireField: "QuestionnaireField";
285
284
  readonly ApplicationEvent: "ApplicationEvent";
286
- readonly DocumentationStep: "DocumentationStep";
287
- readonly DocumentationStepDocument: "DocumentationStepDocument";
288
- readonly DocumentationStepApproval: "DocumentationStepApproval";
289
285
  readonly PaymentInstallment: "PaymentInstallment";
290
286
  readonly ApplicationPayment: "ApplicationPayment";
291
287
  readonly ApplicationDocument: "ApplicationDocument";
@@ -318,7 +314,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
318
314
  omit: GlobalOmitOptions;
319
315
  };
320
316
  meta: {
321
- modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "organization" | "organizationMember" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "documentationPlan" | "documentationPlanStep" | "documentDefinition" | "approvalStage" | "questionnairePlan" | "questionnairePlanQuestion" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentReview" | "approvalStageProgress" | "documentApproval" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker";
317
+ modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "organization" | "organizationMember" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "documentationPlan" | "documentDefinition" | "approvalStage" | "questionnairePlan" | "questionnairePlanQuestion" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentReview" | "approvalStageProgress" | "documentApproval" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker";
322
318
  txIsolationLevel: TransactionIsolationLevel;
323
319
  };
324
320
  model: {
@@ -2302,72 +2298,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
2302
2298
  };
2303
2299
  };
2304
2300
  };
2305
- DocumentationPlanStep: {
2306
- payload: Prisma.$DocumentationPlanStepPayload<ExtArgs>;
2307
- fields: Prisma.DocumentationPlanStepFieldRefs;
2308
- operations: {
2309
- findUnique: {
2310
- args: Prisma.DocumentationPlanStepFindUniqueArgs<ExtArgs>;
2311
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
2312
- };
2313
- findUniqueOrThrow: {
2314
- args: Prisma.DocumentationPlanStepFindUniqueOrThrowArgs<ExtArgs>;
2315
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2316
- };
2317
- findFirst: {
2318
- args: Prisma.DocumentationPlanStepFindFirstArgs<ExtArgs>;
2319
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
2320
- };
2321
- findFirstOrThrow: {
2322
- args: Prisma.DocumentationPlanStepFindFirstOrThrowArgs<ExtArgs>;
2323
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2324
- };
2325
- findMany: {
2326
- args: Prisma.DocumentationPlanStepFindManyArgs<ExtArgs>;
2327
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>[];
2328
- };
2329
- create: {
2330
- args: Prisma.DocumentationPlanStepCreateArgs<ExtArgs>;
2331
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2332
- };
2333
- createMany: {
2334
- args: Prisma.DocumentationPlanStepCreateManyArgs<ExtArgs>;
2335
- result: BatchPayload;
2336
- };
2337
- delete: {
2338
- args: Prisma.DocumentationPlanStepDeleteArgs<ExtArgs>;
2339
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2340
- };
2341
- update: {
2342
- args: Prisma.DocumentationPlanStepUpdateArgs<ExtArgs>;
2343
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2344
- };
2345
- deleteMany: {
2346
- args: Prisma.DocumentationPlanStepDeleteManyArgs<ExtArgs>;
2347
- result: BatchPayload;
2348
- };
2349
- updateMany: {
2350
- args: Prisma.DocumentationPlanStepUpdateManyArgs<ExtArgs>;
2351
- result: BatchPayload;
2352
- };
2353
- upsert: {
2354
- args: Prisma.DocumentationPlanStepUpsertArgs<ExtArgs>;
2355
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2356
- };
2357
- aggregate: {
2358
- args: Prisma.DocumentationPlanStepAggregateArgs<ExtArgs>;
2359
- result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlanStep>;
2360
- };
2361
- groupBy: {
2362
- args: Prisma.DocumentationPlanStepGroupByArgs<ExtArgs>;
2363
- result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepGroupByOutputType>[];
2364
- };
2365
- count: {
2366
- args: Prisma.DocumentationPlanStepCountArgs<ExtArgs>;
2367
- result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepCountAggregateOutputType> | number;
2368
- };
2369
- };
2370
- };
2371
2301
  DocumentDefinition: {
2372
2302
  payload: Prisma.$DocumentDefinitionPayload<ExtArgs>;
2373
2303
  fields: Prisma.DocumentDefinitionFieldRefs;
@@ -3754,204 +3684,6 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
3754
3684
  };
3755
3685
  };
3756
3686
  };
3757
- DocumentationStep: {
3758
- payload: Prisma.$DocumentationStepPayload<ExtArgs>;
3759
- fields: Prisma.DocumentationStepFieldRefs;
3760
- operations: {
3761
- findUnique: {
3762
- args: Prisma.DocumentationStepFindUniqueArgs<ExtArgs>;
3763
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload> | null;
3764
- };
3765
- findUniqueOrThrow: {
3766
- args: Prisma.DocumentationStepFindUniqueOrThrowArgs<ExtArgs>;
3767
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
3768
- };
3769
- findFirst: {
3770
- args: Prisma.DocumentationStepFindFirstArgs<ExtArgs>;
3771
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload> | null;
3772
- };
3773
- findFirstOrThrow: {
3774
- args: Prisma.DocumentationStepFindFirstOrThrowArgs<ExtArgs>;
3775
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
3776
- };
3777
- findMany: {
3778
- args: Prisma.DocumentationStepFindManyArgs<ExtArgs>;
3779
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>[];
3780
- };
3781
- create: {
3782
- args: Prisma.DocumentationStepCreateArgs<ExtArgs>;
3783
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
3784
- };
3785
- createMany: {
3786
- args: Prisma.DocumentationStepCreateManyArgs<ExtArgs>;
3787
- result: BatchPayload;
3788
- };
3789
- delete: {
3790
- args: Prisma.DocumentationStepDeleteArgs<ExtArgs>;
3791
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
3792
- };
3793
- update: {
3794
- args: Prisma.DocumentationStepUpdateArgs<ExtArgs>;
3795
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
3796
- };
3797
- deleteMany: {
3798
- args: Prisma.DocumentationStepDeleteManyArgs<ExtArgs>;
3799
- result: BatchPayload;
3800
- };
3801
- updateMany: {
3802
- args: Prisma.DocumentationStepUpdateManyArgs<ExtArgs>;
3803
- result: BatchPayload;
3804
- };
3805
- upsert: {
3806
- args: Prisma.DocumentationStepUpsertArgs<ExtArgs>;
3807
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepPayload>;
3808
- };
3809
- aggregate: {
3810
- args: Prisma.DocumentationStepAggregateArgs<ExtArgs>;
3811
- result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationStep>;
3812
- };
3813
- groupBy: {
3814
- args: Prisma.DocumentationStepGroupByArgs<ExtArgs>;
3815
- result: runtime.Types.Utils.Optional<Prisma.DocumentationStepGroupByOutputType>[];
3816
- };
3817
- count: {
3818
- args: Prisma.DocumentationStepCountArgs<ExtArgs>;
3819
- result: runtime.Types.Utils.Optional<Prisma.DocumentationStepCountAggregateOutputType> | number;
3820
- };
3821
- };
3822
- };
3823
- DocumentationStepDocument: {
3824
- payload: Prisma.$DocumentationStepDocumentPayload<ExtArgs>;
3825
- fields: Prisma.DocumentationStepDocumentFieldRefs;
3826
- operations: {
3827
- findUnique: {
3828
- args: Prisma.DocumentationStepDocumentFindUniqueArgs<ExtArgs>;
3829
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload> | null;
3830
- };
3831
- findUniqueOrThrow: {
3832
- args: Prisma.DocumentationStepDocumentFindUniqueOrThrowArgs<ExtArgs>;
3833
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
3834
- };
3835
- findFirst: {
3836
- args: Prisma.DocumentationStepDocumentFindFirstArgs<ExtArgs>;
3837
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload> | null;
3838
- };
3839
- findFirstOrThrow: {
3840
- args: Prisma.DocumentationStepDocumentFindFirstOrThrowArgs<ExtArgs>;
3841
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
3842
- };
3843
- findMany: {
3844
- args: Prisma.DocumentationStepDocumentFindManyArgs<ExtArgs>;
3845
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>[];
3846
- };
3847
- create: {
3848
- args: Prisma.DocumentationStepDocumentCreateArgs<ExtArgs>;
3849
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
3850
- };
3851
- createMany: {
3852
- args: Prisma.DocumentationStepDocumentCreateManyArgs<ExtArgs>;
3853
- result: BatchPayload;
3854
- };
3855
- delete: {
3856
- args: Prisma.DocumentationStepDocumentDeleteArgs<ExtArgs>;
3857
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
3858
- };
3859
- update: {
3860
- args: Prisma.DocumentationStepDocumentUpdateArgs<ExtArgs>;
3861
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
3862
- };
3863
- deleteMany: {
3864
- args: Prisma.DocumentationStepDocumentDeleteManyArgs<ExtArgs>;
3865
- result: BatchPayload;
3866
- };
3867
- updateMany: {
3868
- args: Prisma.DocumentationStepDocumentUpdateManyArgs<ExtArgs>;
3869
- result: BatchPayload;
3870
- };
3871
- upsert: {
3872
- args: Prisma.DocumentationStepDocumentUpsertArgs<ExtArgs>;
3873
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepDocumentPayload>;
3874
- };
3875
- aggregate: {
3876
- args: Prisma.DocumentationStepDocumentAggregateArgs<ExtArgs>;
3877
- result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationStepDocument>;
3878
- };
3879
- groupBy: {
3880
- args: Prisma.DocumentationStepDocumentGroupByArgs<ExtArgs>;
3881
- result: runtime.Types.Utils.Optional<Prisma.DocumentationStepDocumentGroupByOutputType>[];
3882
- };
3883
- count: {
3884
- args: Prisma.DocumentationStepDocumentCountArgs<ExtArgs>;
3885
- result: runtime.Types.Utils.Optional<Prisma.DocumentationStepDocumentCountAggregateOutputType> | number;
3886
- };
3887
- };
3888
- };
3889
- DocumentationStepApproval: {
3890
- payload: Prisma.$DocumentationStepApprovalPayload<ExtArgs>;
3891
- fields: Prisma.DocumentationStepApprovalFieldRefs;
3892
- operations: {
3893
- findUnique: {
3894
- args: Prisma.DocumentationStepApprovalFindUniqueArgs<ExtArgs>;
3895
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload> | null;
3896
- };
3897
- findUniqueOrThrow: {
3898
- args: Prisma.DocumentationStepApprovalFindUniqueOrThrowArgs<ExtArgs>;
3899
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
3900
- };
3901
- findFirst: {
3902
- args: Prisma.DocumentationStepApprovalFindFirstArgs<ExtArgs>;
3903
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload> | null;
3904
- };
3905
- findFirstOrThrow: {
3906
- args: Prisma.DocumentationStepApprovalFindFirstOrThrowArgs<ExtArgs>;
3907
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
3908
- };
3909
- findMany: {
3910
- args: Prisma.DocumentationStepApprovalFindManyArgs<ExtArgs>;
3911
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>[];
3912
- };
3913
- create: {
3914
- args: Prisma.DocumentationStepApprovalCreateArgs<ExtArgs>;
3915
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
3916
- };
3917
- createMany: {
3918
- args: Prisma.DocumentationStepApprovalCreateManyArgs<ExtArgs>;
3919
- result: BatchPayload;
3920
- };
3921
- delete: {
3922
- args: Prisma.DocumentationStepApprovalDeleteArgs<ExtArgs>;
3923
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
3924
- };
3925
- update: {
3926
- args: Prisma.DocumentationStepApprovalUpdateArgs<ExtArgs>;
3927
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
3928
- };
3929
- deleteMany: {
3930
- args: Prisma.DocumentationStepApprovalDeleteManyArgs<ExtArgs>;
3931
- result: BatchPayload;
3932
- };
3933
- updateMany: {
3934
- args: Prisma.DocumentationStepApprovalUpdateManyArgs<ExtArgs>;
3935
- result: BatchPayload;
3936
- };
3937
- upsert: {
3938
- args: Prisma.DocumentationStepApprovalUpsertArgs<ExtArgs>;
3939
- result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationStepApprovalPayload>;
3940
- };
3941
- aggregate: {
3942
- args: Prisma.DocumentationStepApprovalAggregateArgs<ExtArgs>;
3943
- result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationStepApproval>;
3944
- };
3945
- groupBy: {
3946
- args: Prisma.DocumentationStepApprovalGroupByArgs<ExtArgs>;
3947
- result: runtime.Types.Utils.Optional<Prisma.DocumentationStepApprovalGroupByOutputType>[];
3948
- };
3949
- count: {
3950
- args: Prisma.DocumentationStepApprovalCountArgs<ExtArgs>;
3951
- result: runtime.Types.Utils.Optional<Prisma.DocumentationStepApprovalCountAggregateOutputType> | number;
3952
- };
3953
- };
3954
- };
3955
3687
  PaymentInstallment: {
3956
3688
  payload: Prisma.$PaymentInstallmentPayload<ExtArgs>;
3957
3689
  fields: Prisma.PaymentInstallmentFieldRefs;
@@ -5678,37 +5410,6 @@ export declare const DocumentationPlanScalarFieldEnum: {
5678
5410
  readonly updatedAt: "updatedAt";
5679
5411
  };
5680
5412
  export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
5681
- export declare const DocumentationPlanStepScalarFieldEnum: {
5682
- readonly id: "id";
5683
- readonly planId: "planId";
5684
- readonly name: "name";
5685
- readonly stepType: "stepType";
5686
- readonly order: "order";
5687
- readonly documentType: "documentType";
5688
- readonly documentName: "documentName";
5689
- readonly metadata: "metadata";
5690
- readonly isRequired: "isRequired";
5691
- readonly description: "description";
5692
- readonly maxSizeBytes: "maxSizeBytes";
5693
- readonly allowedMimeTypes: "allowedMimeTypes";
5694
- readonly expiryDays: "expiryDays";
5695
- readonly requiresManualReview: "requiresManualReview";
5696
- readonly minFiles: "minFiles";
5697
- readonly maxFiles: "maxFiles";
5698
- readonly condition: "condition";
5699
- readonly reviewRequirements: "reviewRequirements";
5700
- readonly reviewOrder: "reviewOrder";
5701
- readonly gateActor: "gateActor";
5702
- readonly gateAction: "gateAction";
5703
- readonly gateRoleId: "gateRoleId";
5704
- readonly gateInstructions: "gateInstructions";
5705
- readonly allowReject: "allowReject";
5706
- readonly rejectBehavior: "rejectBehavior";
5707
- readonly requiresComment: "requiresComment";
5708
- readonly createdAt: "createdAt";
5709
- readonly updatedAt: "updatedAt";
5710
- };
5711
- export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
5712
5413
  export declare const DocumentDefinitionScalarFieldEnum: {
5713
5414
  readonly id: "id";
5714
5415
  readonly planId: "planId";
@@ -6017,15 +5718,11 @@ export declare const DocumentationPhaseScalarFieldEnum: {
6017
5718
  readonly phaseId: "phaseId";
6018
5719
  readonly documentationPlanId: "documentationPlanId";
6019
5720
  readonly sourceQuestionnairePhaseId: "sourceQuestionnairePhaseId";
6020
- readonly currentStepId: "currentStepId";
5721
+ readonly currentStageOrder: "currentStageOrder";
6021
5722
  readonly approvedDocumentsCount: "approvedDocumentsCount";
6022
5723
  readonly requiredDocumentsCount: "requiredDocumentsCount";
6023
- readonly completedStepsCount: "completedStepsCount";
6024
- readonly totalStepsCount: "totalStepsCount";
6025
- readonly minimumCompletionPercentage: "minimumCompletionPercentage";
6026
- readonly completionCriterion: "completionCriterion";
6027
- readonly stepDefinitionsSnapshot: "stepDefinitionsSnapshot";
6028
- readonly requiredDocumentSnapshot: "requiredDocumentSnapshot";
5724
+ readonly documentDefinitionsSnapshot: "documentDefinitionsSnapshot";
5725
+ readonly approvalStagesSnapshot: "approvalStagesSnapshot";
6029
5726
  readonly createdAt: "createdAt";
6030
5727
  readonly updatedAt: "updatedAt";
6031
5728
  };
@@ -6084,62 +5781,6 @@ export declare const ApplicationEventScalarFieldEnum: {
6084
5781
  readonly occurredAt: "occurredAt";
6085
5782
  };
6086
5783
  export type ApplicationEventScalarFieldEnum = (typeof ApplicationEventScalarFieldEnum)[keyof typeof ApplicationEventScalarFieldEnum];
6087
- export declare const DocumentationStepScalarFieldEnum: {
6088
- readonly id: "id";
6089
- readonly tenantId: "tenantId";
6090
- readonly documentationPhaseId: "documentationPhaseId";
6091
- readonly name: "name";
6092
- readonly documentName: "documentName";
6093
- readonly description: "description";
6094
- readonly stepType: "stepType";
6095
- readonly order: "order";
6096
- readonly status: "status";
6097
- readonly actionReason: "actionReason";
6098
- readonly submissionCount: "submissionCount";
6099
- readonly lastSubmittedAt: "lastSubmittedAt";
6100
- readonly metadata: "metadata";
6101
- readonly requiresManualReview: "requiresManualReview";
6102
- readonly condition: "condition";
6103
- readonly reviewRequirements: "reviewRequirements";
6104
- readonly reviewOrder: "reviewOrder";
6105
- readonly assigneeId: "assigneeId";
6106
- readonly gateActor: "gateActor";
6107
- readonly gateAction: "gateAction";
6108
- readonly gateRoleId: "gateRoleId";
6109
- readonly gateInstructions: "gateInstructions";
6110
- readonly allowReject: "allowReject";
6111
- readonly rejectBehavior: "rejectBehavior";
6112
- readonly requiresComment: "requiresComment";
6113
- readonly gateActedAt: "gateActedAt";
6114
- readonly gateActedById: "gateActedById";
6115
- readonly gateDecision: "gateDecision";
6116
- readonly gateComment: "gateComment";
6117
- readonly dueDate: "dueDate";
6118
- readonly completedAt: "completedAt";
6119
- readonly createdAt: "createdAt";
6120
- readonly updatedAt: "updatedAt";
6121
- };
6122
- export type DocumentationStepScalarFieldEnum = (typeof DocumentationStepScalarFieldEnum)[keyof typeof DocumentationStepScalarFieldEnum];
6123
- export declare const DocumentationStepDocumentScalarFieldEnum: {
6124
- readonly id: "id";
6125
- readonly tenantId: "tenantId";
6126
- readonly stepId: "stepId";
6127
- readonly documentType: "documentType";
6128
- readonly isRequired: "isRequired";
6129
- readonly createdAt: "createdAt";
6130
- };
6131
- export type DocumentationStepDocumentScalarFieldEnum = (typeof DocumentationStepDocumentScalarFieldEnum)[keyof typeof DocumentationStepDocumentScalarFieldEnum];
6132
- export declare const DocumentationStepApprovalScalarFieldEnum: {
6133
- readonly id: "id";
6134
- readonly tenantId: "tenantId";
6135
- readonly stepId: "stepId";
6136
- readonly approverId: "approverId";
6137
- readonly decision: "decision";
6138
- readonly comment: "comment";
6139
- readonly decidedAt: "decidedAt";
6140
- readonly createdAt: "createdAt";
6141
- };
6142
- export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
6143
5784
  export declare const PaymentInstallmentScalarFieldEnum: {
6144
5785
  readonly id: "id";
6145
5786
  readonly tenantId: "tenantId";
@@ -6848,19 +6489,6 @@ export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
6848
6489
  readonly description: "description";
6849
6490
  };
6850
6491
  export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
6851
- export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
6852
- readonly id: "id";
6853
- readonly planId: "planId";
6854
- readonly name: "name";
6855
- readonly documentType: "documentType";
6856
- readonly documentName: "documentName";
6857
- readonly description: "description";
6858
- readonly allowedMimeTypes: "allowedMimeTypes";
6859
- readonly reviewOrder: "reviewOrder";
6860
- readonly gateRoleId: "gateRoleId";
6861
- readonly gateInstructions: "gateInstructions";
6862
- };
6863
- export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
6864
6492
  export declare const DocumentDefinitionOrderByRelevanceFieldEnum: {
6865
6493
  readonly id: "id";
6866
6494
  readonly planId: "planId";
@@ -7022,7 +6650,6 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
7022
6650
  readonly phaseId: "phaseId";
7023
6651
  readonly documentationPlanId: "documentationPlanId";
7024
6652
  readonly sourceQuestionnairePhaseId: "sourceQuestionnairePhaseId";
7025
- readonly currentStepId: "currentStepId";
7026
6653
  };
7027
6654
  export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
7028
6655
  export declare const PaymentPhaseOrderByRelevanceFieldEnum: {
@@ -7052,38 +6679,6 @@ export declare const ApplicationEventOrderByRelevanceFieldEnum: {
7052
6679
  readonly actorId: "actorId";
7053
6680
  };
7054
6681
  export type ApplicationEventOrderByRelevanceFieldEnum = (typeof ApplicationEventOrderByRelevanceFieldEnum)[keyof typeof ApplicationEventOrderByRelevanceFieldEnum];
7055
- export declare const DocumentationStepOrderByRelevanceFieldEnum: {
7056
- readonly id: "id";
7057
- readonly tenantId: "tenantId";
7058
- readonly documentationPhaseId: "documentationPhaseId";
7059
- readonly name: "name";
7060
- readonly documentName: "documentName";
7061
- readonly description: "description";
7062
- readonly actionReason: "actionReason";
7063
- readonly reviewOrder: "reviewOrder";
7064
- readonly assigneeId: "assigneeId";
7065
- readonly gateRoleId: "gateRoleId";
7066
- readonly gateInstructions: "gateInstructions";
7067
- readonly gateActedById: "gateActedById";
7068
- readonly gateDecision: "gateDecision";
7069
- readonly gateComment: "gateComment";
7070
- };
7071
- export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
7072
- export declare const DocumentationStepDocumentOrderByRelevanceFieldEnum: {
7073
- readonly id: "id";
7074
- readonly tenantId: "tenantId";
7075
- readonly stepId: "stepId";
7076
- readonly documentType: "documentType";
7077
- };
7078
- export type DocumentationStepDocumentOrderByRelevanceFieldEnum = (typeof DocumentationStepDocumentOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepDocumentOrderByRelevanceFieldEnum];
7079
- export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
7080
- readonly id: "id";
7081
- readonly tenantId: "tenantId";
7082
- readonly stepId: "stepId";
7083
- readonly approverId: "approverId";
7084
- readonly comment: "comment";
7085
- };
7086
- export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
7087
6682
  export declare const PaymentInstallmentOrderByRelevanceFieldEnum: {
7088
6683
  readonly id: "id";
7089
6684
  readonly tenantId: "tenantId";
@@ -7366,22 +6961,6 @@ export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, '
7366
6961
  * Reference to a field of type 'Int'
7367
6962
  */
7368
6963
  export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
7369
- /**
7370
- * Reference to a field of type 'StepType'
7371
- */
7372
- export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
7373
- /**
7374
- * Reference to a field of type 'GateActor'
7375
- */
7376
- export type EnumGateActorFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GateActor'>;
7377
- /**
7378
- * Reference to a field of type 'GateAction'
7379
- */
7380
- export type EnumGateActionFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GateAction'>;
7381
- /**
7382
- * Reference to a field of type 'GateRejectBehavior'
7383
- */
7384
- export type EnumGateRejectBehaviorFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'GateRejectBehavior'>;
7385
6964
  /**
7386
6965
  * Reference to a field of type 'UploadedBy'
7387
6966
  */
@@ -7430,6 +7009,10 @@ export type EnumCompletionCriterionFieldRefInput<$PrismaModel> = FieldRefInputTy
7430
7009
  * Reference to a field of type 'PhaseTrigger'
7431
7010
  */
7432
7011
  export type EnumPhaseTriggerFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PhaseTrigger'>;
7012
+ /**
7013
+ * Reference to a field of type 'StepType'
7014
+ */
7015
+ export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
7433
7016
  /**
7434
7017
  * Reference to a field of type 'StepTrigger'
7435
7018
  */
@@ -7462,14 +7045,6 @@ export type EnumApplicationEventGroupFieldRefInput<$PrismaModel> = FieldRefInput
7462
7045
  * Reference to a field of type 'EventActorType'
7463
7046
  */
7464
7047
  export type EnumEventActorTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'EventActorType'>;
7465
- /**
7466
- * Reference to a field of type 'StepStatus'
7467
- */
7468
- export type EnumStepStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepStatus'>;
7469
- /**
7470
- * Reference to a field of type 'ApprovalDecision'
7471
- */
7472
- export type EnumApprovalDecisionFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApprovalDecision'>;
7473
7048
  /**
7474
7049
  * Reference to a field of type 'InstallmentStatus'
7475
7050
  */
@@ -7550,6 +7125,10 @@ export type EnumApprovalRequestStatusFieldRefInput<$PrismaModel> = FieldRefInput
7550
7125
  * Reference to a field of type 'ApprovalRequestPriority'
7551
7126
  */
7552
7127
  export type EnumApprovalRequestPriorityFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApprovalRequestPriority'>;
7128
+ /**
7129
+ * Reference to a field of type 'ApprovalDecision'
7130
+ */
7131
+ export type EnumApprovalDecisionFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ApprovalDecision'>;
7553
7132
  /**
7554
7133
  * Reference to a field of type 'BlockerActor'
7555
7134
  */
@@ -7686,7 +7265,6 @@ export type GlobalOmitConfig = {
7686
7265
  propertyUnit?: Prisma.PropertyUnitOmit;
7687
7266
  propertyAmenity?: Prisma.PropertyAmenityOmit;
7688
7267
  documentationPlan?: Prisma.DocumentationPlanOmit;
7689
- documentationPlanStep?: Prisma.DocumentationPlanStepOmit;
7690
7268
  documentDefinition?: Prisma.DocumentDefinitionOmit;
7691
7269
  approvalStage?: Prisma.ApprovalStageOmit;
7692
7270
  questionnairePlan?: Prisma.QuestionnairePlanOmit;
@@ -7708,9 +7286,6 @@ export type GlobalOmitConfig = {
7708
7286
  paymentPhase?: Prisma.PaymentPhaseOmit;
7709
7287
  questionnaireField?: Prisma.QuestionnaireFieldOmit;
7710
7288
  applicationEvent?: Prisma.ApplicationEventOmit;
7711
- documentationStep?: Prisma.DocumentationStepOmit;
7712
- documentationStepDocument?: Prisma.DocumentationStepDocumentOmit;
7713
- documentationStepApproval?: Prisma.DocumentationStepApprovalOmit;
7714
7289
  paymentInstallment?: Prisma.PaymentInstallmentOmit;
7715
7290
  applicationPayment?: Prisma.ApplicationPaymentOmit;
7716
7291
  applicationDocument?: Prisma.ApplicationDocumentOmit;