@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.
- package/dist/generated/client/browser.d.ts +0 -20
- package/dist/generated/client/client.d.ts +0 -20
- package/dist/generated/client/commonInputTypes.d.ts +54 -204
- package/dist/generated/client/internal/class.d.ts +0 -44
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +12 -437
- package/dist/generated/client/internal/prismaNamespace.js +4 -137
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +3 -144
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +4 -137
- package/dist/generated/client/models/DocumentationPhase.d.ts +154 -735
- package/dist/generated/client/models/DocumentationPlan.d.ts +0 -139
- package/dist/generated/client/models/PaymentMethodPhaseStep.d.ts +3 -0
- package/dist/generated/client/models/Tenant.d.ts +547 -2260
- package/dist/generated/client/models/User.d.ts +420 -1647
- package/dist/generated/client/models/index.d.ts +0 -4
- package/dist/generated/client/models/index.js +0 -4
- package/dist/generated/client/models.d.ts +0 -4
- package/package.json +1 -1
- package/prisma/schema.prisma +16 -240
|
@@ -97,7 +97,6 @@ export const ModelName = {
|
|
|
97
97
|
PropertyUnit: 'PropertyUnit',
|
|
98
98
|
PropertyAmenity: 'PropertyAmenity',
|
|
99
99
|
DocumentationPlan: 'DocumentationPlan',
|
|
100
|
-
DocumentationPlanStep: 'DocumentationPlanStep',
|
|
101
100
|
DocumentDefinition: 'DocumentDefinition',
|
|
102
101
|
ApprovalStage: 'ApprovalStage',
|
|
103
102
|
QuestionnairePlan: 'QuestionnairePlan',
|
|
@@ -119,9 +118,6 @@ export const ModelName = {
|
|
|
119
118
|
PaymentPhase: 'PaymentPhase',
|
|
120
119
|
QuestionnaireField: 'QuestionnaireField',
|
|
121
120
|
ApplicationEvent: 'ApplicationEvent',
|
|
122
|
-
DocumentationStep: 'DocumentationStep',
|
|
123
|
-
DocumentationStepDocument: 'DocumentationStepDocument',
|
|
124
|
-
DocumentationStepApproval: 'DocumentationStepApproval',
|
|
125
121
|
PaymentInstallment: 'PaymentInstallment',
|
|
126
122
|
ApplicationPayment: 'ApplicationPayment',
|
|
127
123
|
ApplicationDocument: 'ApplicationDocument',
|
|
@@ -494,36 +490,6 @@ export const DocumentationPlanScalarFieldEnum = {
|
|
|
494
490
|
createdAt: 'createdAt',
|
|
495
491
|
updatedAt: 'updatedAt'
|
|
496
492
|
};
|
|
497
|
-
export const DocumentationPlanStepScalarFieldEnum = {
|
|
498
|
-
id: 'id',
|
|
499
|
-
planId: 'planId',
|
|
500
|
-
name: 'name',
|
|
501
|
-
stepType: 'stepType',
|
|
502
|
-
order: 'order',
|
|
503
|
-
documentType: 'documentType',
|
|
504
|
-
documentName: 'documentName',
|
|
505
|
-
metadata: 'metadata',
|
|
506
|
-
isRequired: 'isRequired',
|
|
507
|
-
description: 'description',
|
|
508
|
-
maxSizeBytes: 'maxSizeBytes',
|
|
509
|
-
allowedMimeTypes: 'allowedMimeTypes',
|
|
510
|
-
expiryDays: 'expiryDays',
|
|
511
|
-
requiresManualReview: 'requiresManualReview',
|
|
512
|
-
minFiles: 'minFiles',
|
|
513
|
-
maxFiles: 'maxFiles',
|
|
514
|
-
condition: 'condition',
|
|
515
|
-
reviewRequirements: 'reviewRequirements',
|
|
516
|
-
reviewOrder: 'reviewOrder',
|
|
517
|
-
gateActor: 'gateActor',
|
|
518
|
-
gateAction: 'gateAction',
|
|
519
|
-
gateRoleId: 'gateRoleId',
|
|
520
|
-
gateInstructions: 'gateInstructions',
|
|
521
|
-
allowReject: 'allowReject',
|
|
522
|
-
rejectBehavior: 'rejectBehavior',
|
|
523
|
-
requiresComment: 'requiresComment',
|
|
524
|
-
createdAt: 'createdAt',
|
|
525
|
-
updatedAt: 'updatedAt'
|
|
526
|
-
};
|
|
527
493
|
export const DocumentDefinitionScalarFieldEnum = {
|
|
528
494
|
id: 'id',
|
|
529
495
|
planId: 'planId',
|
|
@@ -815,15 +781,11 @@ export const DocumentationPhaseScalarFieldEnum = {
|
|
|
815
781
|
phaseId: 'phaseId',
|
|
816
782
|
documentationPlanId: 'documentationPlanId',
|
|
817
783
|
sourceQuestionnairePhaseId: 'sourceQuestionnairePhaseId',
|
|
818
|
-
|
|
784
|
+
currentStageOrder: 'currentStageOrder',
|
|
819
785
|
approvedDocumentsCount: 'approvedDocumentsCount',
|
|
820
786
|
requiredDocumentsCount: 'requiredDocumentsCount',
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
minimumCompletionPercentage: 'minimumCompletionPercentage',
|
|
824
|
-
completionCriterion: 'completionCriterion',
|
|
825
|
-
stepDefinitionsSnapshot: 'stepDefinitionsSnapshot',
|
|
826
|
-
requiredDocumentSnapshot: 'requiredDocumentSnapshot',
|
|
787
|
+
documentDefinitionsSnapshot: 'documentDefinitionsSnapshot',
|
|
788
|
+
approvalStagesSnapshot: 'approvalStagesSnapshot',
|
|
827
789
|
createdAt: 'createdAt',
|
|
828
790
|
updatedAt: 'updatedAt'
|
|
829
791
|
};
|
|
@@ -878,59 +840,6 @@ export const ApplicationEventScalarFieldEnum = {
|
|
|
878
840
|
actorType: 'actorType',
|
|
879
841
|
occurredAt: 'occurredAt'
|
|
880
842
|
};
|
|
881
|
-
export const DocumentationStepScalarFieldEnum = {
|
|
882
|
-
id: 'id',
|
|
883
|
-
tenantId: 'tenantId',
|
|
884
|
-
documentationPhaseId: 'documentationPhaseId',
|
|
885
|
-
name: 'name',
|
|
886
|
-
documentName: 'documentName',
|
|
887
|
-
description: 'description',
|
|
888
|
-
stepType: 'stepType',
|
|
889
|
-
order: 'order',
|
|
890
|
-
status: 'status',
|
|
891
|
-
actionReason: 'actionReason',
|
|
892
|
-
submissionCount: 'submissionCount',
|
|
893
|
-
lastSubmittedAt: 'lastSubmittedAt',
|
|
894
|
-
metadata: 'metadata',
|
|
895
|
-
requiresManualReview: 'requiresManualReview',
|
|
896
|
-
condition: 'condition',
|
|
897
|
-
reviewRequirements: 'reviewRequirements',
|
|
898
|
-
reviewOrder: 'reviewOrder',
|
|
899
|
-
assigneeId: 'assigneeId',
|
|
900
|
-
gateActor: 'gateActor',
|
|
901
|
-
gateAction: 'gateAction',
|
|
902
|
-
gateRoleId: 'gateRoleId',
|
|
903
|
-
gateInstructions: 'gateInstructions',
|
|
904
|
-
allowReject: 'allowReject',
|
|
905
|
-
rejectBehavior: 'rejectBehavior',
|
|
906
|
-
requiresComment: 'requiresComment',
|
|
907
|
-
gateActedAt: 'gateActedAt',
|
|
908
|
-
gateActedById: 'gateActedById',
|
|
909
|
-
gateDecision: 'gateDecision',
|
|
910
|
-
gateComment: 'gateComment',
|
|
911
|
-
dueDate: 'dueDate',
|
|
912
|
-
completedAt: 'completedAt',
|
|
913
|
-
createdAt: 'createdAt',
|
|
914
|
-
updatedAt: 'updatedAt'
|
|
915
|
-
};
|
|
916
|
-
export const DocumentationStepDocumentScalarFieldEnum = {
|
|
917
|
-
id: 'id',
|
|
918
|
-
tenantId: 'tenantId',
|
|
919
|
-
stepId: 'stepId',
|
|
920
|
-
documentType: 'documentType',
|
|
921
|
-
isRequired: 'isRequired',
|
|
922
|
-
createdAt: 'createdAt'
|
|
923
|
-
};
|
|
924
|
-
export const DocumentationStepApprovalScalarFieldEnum = {
|
|
925
|
-
id: 'id',
|
|
926
|
-
tenantId: 'tenantId',
|
|
927
|
-
stepId: 'stepId',
|
|
928
|
-
approverId: 'approverId',
|
|
929
|
-
decision: 'decision',
|
|
930
|
-
comment: 'comment',
|
|
931
|
-
decidedAt: 'decidedAt',
|
|
932
|
-
createdAt: 'createdAt'
|
|
933
|
-
};
|
|
934
843
|
export const PaymentInstallmentScalarFieldEnum = {
|
|
935
844
|
id: 'id',
|
|
936
845
|
tenantId: 'tenantId',
|
|
@@ -1583,18 +1492,6 @@ export const DocumentationPlanOrderByRelevanceFieldEnum = {
|
|
|
1583
1492
|
name: 'name',
|
|
1584
1493
|
description: 'description'
|
|
1585
1494
|
};
|
|
1586
|
-
export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
1587
|
-
id: 'id',
|
|
1588
|
-
planId: 'planId',
|
|
1589
|
-
name: 'name',
|
|
1590
|
-
documentType: 'documentType',
|
|
1591
|
-
documentName: 'documentName',
|
|
1592
|
-
description: 'description',
|
|
1593
|
-
allowedMimeTypes: 'allowedMimeTypes',
|
|
1594
|
-
reviewOrder: 'reviewOrder',
|
|
1595
|
-
gateRoleId: 'gateRoleId',
|
|
1596
|
-
gateInstructions: 'gateInstructions'
|
|
1597
|
-
};
|
|
1598
1495
|
export const DocumentDefinitionOrderByRelevanceFieldEnum = {
|
|
1599
1496
|
id: 'id',
|
|
1600
1497
|
planId: 'planId',
|
|
@@ -1738,8 +1635,7 @@ export const DocumentationPhaseOrderByRelevanceFieldEnum = {
|
|
|
1738
1635
|
tenantId: 'tenantId',
|
|
1739
1636
|
phaseId: 'phaseId',
|
|
1740
1637
|
documentationPlanId: 'documentationPlanId',
|
|
1741
|
-
sourceQuestionnairePhaseId: 'sourceQuestionnairePhaseId'
|
|
1742
|
-
currentStepId: 'currentStepId'
|
|
1638
|
+
sourceQuestionnairePhaseId: 'sourceQuestionnairePhaseId'
|
|
1743
1639
|
};
|
|
1744
1640
|
export const PaymentPhaseOrderByRelevanceFieldEnum = {
|
|
1745
1641
|
id: 'id',
|
|
@@ -1765,35 +1661,6 @@ export const ApplicationEventOrderByRelevanceFieldEnum = {
|
|
|
1765
1661
|
trigger: 'trigger',
|
|
1766
1662
|
actorId: 'actorId'
|
|
1767
1663
|
};
|
|
1768
|
-
export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
1769
|
-
id: 'id',
|
|
1770
|
-
tenantId: 'tenantId',
|
|
1771
|
-
documentationPhaseId: 'documentationPhaseId',
|
|
1772
|
-
name: 'name',
|
|
1773
|
-
documentName: 'documentName',
|
|
1774
|
-
description: 'description',
|
|
1775
|
-
actionReason: 'actionReason',
|
|
1776
|
-
reviewOrder: 'reviewOrder',
|
|
1777
|
-
assigneeId: 'assigneeId',
|
|
1778
|
-
gateRoleId: 'gateRoleId',
|
|
1779
|
-
gateInstructions: 'gateInstructions',
|
|
1780
|
-
gateActedById: 'gateActedById',
|
|
1781
|
-
gateDecision: 'gateDecision',
|
|
1782
|
-
gateComment: 'gateComment'
|
|
1783
|
-
};
|
|
1784
|
-
export const DocumentationStepDocumentOrderByRelevanceFieldEnum = {
|
|
1785
|
-
id: 'id',
|
|
1786
|
-
tenantId: 'tenantId',
|
|
1787
|
-
stepId: 'stepId',
|
|
1788
|
-
documentType: 'documentType'
|
|
1789
|
-
};
|
|
1790
|
-
export const DocumentationStepApprovalOrderByRelevanceFieldEnum = {
|
|
1791
|
-
id: 'id',
|
|
1792
|
-
tenantId: 'tenantId',
|
|
1793
|
-
stepId: 'stepId',
|
|
1794
|
-
approverId: 'approverId',
|
|
1795
|
-
comment: 'comment'
|
|
1796
|
-
};
|
|
1797
1664
|
export const PaymentInstallmentOrderByRelevanceFieldEnum = {
|
|
1798
1665
|
id: 'id',
|
|
1799
1666
|
tenantId: 'tenantId',
|
|
@@ -56,7 +56,6 @@ export declare const ModelName: {
|
|
|
56
56
|
readonly PropertyUnit: "PropertyUnit";
|
|
57
57
|
readonly PropertyAmenity: "PropertyAmenity";
|
|
58
58
|
readonly DocumentationPlan: "DocumentationPlan";
|
|
59
|
-
readonly DocumentationPlanStep: "DocumentationPlanStep";
|
|
60
59
|
readonly DocumentDefinition: "DocumentDefinition";
|
|
61
60
|
readonly ApprovalStage: "ApprovalStage";
|
|
62
61
|
readonly QuestionnairePlan: "QuestionnairePlan";
|
|
@@ -78,9 +77,6 @@ export declare const ModelName: {
|
|
|
78
77
|
readonly PaymentPhase: "PaymentPhase";
|
|
79
78
|
readonly QuestionnaireField: "QuestionnaireField";
|
|
80
79
|
readonly ApplicationEvent: "ApplicationEvent";
|
|
81
|
-
readonly DocumentationStep: "DocumentationStep";
|
|
82
|
-
readonly DocumentationStepDocument: "DocumentationStepDocument";
|
|
83
|
-
readonly DocumentationStepApproval: "DocumentationStepApproval";
|
|
84
80
|
readonly PaymentInstallment: "PaymentInstallment";
|
|
85
81
|
readonly ApplicationPayment: "ApplicationPayment";
|
|
86
82
|
readonly ApplicationDocument: "ApplicationDocument";
|
|
@@ -482,37 +478,6 @@ export declare const DocumentationPlanScalarFieldEnum: {
|
|
|
482
478
|
readonly updatedAt: "updatedAt";
|
|
483
479
|
};
|
|
484
480
|
export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
|
|
485
|
-
export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
486
|
-
readonly id: "id";
|
|
487
|
-
readonly planId: "planId";
|
|
488
|
-
readonly name: "name";
|
|
489
|
-
readonly stepType: "stepType";
|
|
490
|
-
readonly order: "order";
|
|
491
|
-
readonly documentType: "documentType";
|
|
492
|
-
readonly documentName: "documentName";
|
|
493
|
-
readonly metadata: "metadata";
|
|
494
|
-
readonly isRequired: "isRequired";
|
|
495
|
-
readonly description: "description";
|
|
496
|
-
readonly maxSizeBytes: "maxSizeBytes";
|
|
497
|
-
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
498
|
-
readonly expiryDays: "expiryDays";
|
|
499
|
-
readonly requiresManualReview: "requiresManualReview";
|
|
500
|
-
readonly minFiles: "minFiles";
|
|
501
|
-
readonly maxFiles: "maxFiles";
|
|
502
|
-
readonly condition: "condition";
|
|
503
|
-
readonly reviewRequirements: "reviewRequirements";
|
|
504
|
-
readonly reviewOrder: "reviewOrder";
|
|
505
|
-
readonly gateActor: "gateActor";
|
|
506
|
-
readonly gateAction: "gateAction";
|
|
507
|
-
readonly gateRoleId: "gateRoleId";
|
|
508
|
-
readonly gateInstructions: "gateInstructions";
|
|
509
|
-
readonly allowReject: "allowReject";
|
|
510
|
-
readonly rejectBehavior: "rejectBehavior";
|
|
511
|
-
readonly requiresComment: "requiresComment";
|
|
512
|
-
readonly createdAt: "createdAt";
|
|
513
|
-
readonly updatedAt: "updatedAt";
|
|
514
|
-
};
|
|
515
|
-
export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
|
|
516
481
|
export declare const DocumentDefinitionScalarFieldEnum: {
|
|
517
482
|
readonly id: "id";
|
|
518
483
|
readonly planId: "planId";
|
|
@@ -821,15 +786,11 @@ export declare const DocumentationPhaseScalarFieldEnum: {
|
|
|
821
786
|
readonly phaseId: "phaseId";
|
|
822
787
|
readonly documentationPlanId: "documentationPlanId";
|
|
823
788
|
readonly sourceQuestionnairePhaseId: "sourceQuestionnairePhaseId";
|
|
824
|
-
readonly
|
|
789
|
+
readonly currentStageOrder: "currentStageOrder";
|
|
825
790
|
readonly approvedDocumentsCount: "approvedDocumentsCount";
|
|
826
791
|
readonly requiredDocumentsCount: "requiredDocumentsCount";
|
|
827
|
-
readonly
|
|
828
|
-
readonly
|
|
829
|
-
readonly minimumCompletionPercentage: "minimumCompletionPercentage";
|
|
830
|
-
readonly completionCriterion: "completionCriterion";
|
|
831
|
-
readonly stepDefinitionsSnapshot: "stepDefinitionsSnapshot";
|
|
832
|
-
readonly requiredDocumentSnapshot: "requiredDocumentSnapshot";
|
|
792
|
+
readonly documentDefinitionsSnapshot: "documentDefinitionsSnapshot";
|
|
793
|
+
readonly approvalStagesSnapshot: "approvalStagesSnapshot";
|
|
833
794
|
readonly createdAt: "createdAt";
|
|
834
795
|
readonly updatedAt: "updatedAt";
|
|
835
796
|
};
|
|
@@ -888,62 +849,6 @@ export declare const ApplicationEventScalarFieldEnum: {
|
|
|
888
849
|
readonly occurredAt: "occurredAt";
|
|
889
850
|
};
|
|
890
851
|
export type ApplicationEventScalarFieldEnum = (typeof ApplicationEventScalarFieldEnum)[keyof typeof ApplicationEventScalarFieldEnum];
|
|
891
|
-
export declare const DocumentationStepScalarFieldEnum: {
|
|
892
|
-
readonly id: "id";
|
|
893
|
-
readonly tenantId: "tenantId";
|
|
894
|
-
readonly documentationPhaseId: "documentationPhaseId";
|
|
895
|
-
readonly name: "name";
|
|
896
|
-
readonly documentName: "documentName";
|
|
897
|
-
readonly description: "description";
|
|
898
|
-
readonly stepType: "stepType";
|
|
899
|
-
readonly order: "order";
|
|
900
|
-
readonly status: "status";
|
|
901
|
-
readonly actionReason: "actionReason";
|
|
902
|
-
readonly submissionCount: "submissionCount";
|
|
903
|
-
readonly lastSubmittedAt: "lastSubmittedAt";
|
|
904
|
-
readonly metadata: "metadata";
|
|
905
|
-
readonly requiresManualReview: "requiresManualReview";
|
|
906
|
-
readonly condition: "condition";
|
|
907
|
-
readonly reviewRequirements: "reviewRequirements";
|
|
908
|
-
readonly reviewOrder: "reviewOrder";
|
|
909
|
-
readonly assigneeId: "assigneeId";
|
|
910
|
-
readonly gateActor: "gateActor";
|
|
911
|
-
readonly gateAction: "gateAction";
|
|
912
|
-
readonly gateRoleId: "gateRoleId";
|
|
913
|
-
readonly gateInstructions: "gateInstructions";
|
|
914
|
-
readonly allowReject: "allowReject";
|
|
915
|
-
readonly rejectBehavior: "rejectBehavior";
|
|
916
|
-
readonly requiresComment: "requiresComment";
|
|
917
|
-
readonly gateActedAt: "gateActedAt";
|
|
918
|
-
readonly gateActedById: "gateActedById";
|
|
919
|
-
readonly gateDecision: "gateDecision";
|
|
920
|
-
readonly gateComment: "gateComment";
|
|
921
|
-
readonly dueDate: "dueDate";
|
|
922
|
-
readonly completedAt: "completedAt";
|
|
923
|
-
readonly createdAt: "createdAt";
|
|
924
|
-
readonly updatedAt: "updatedAt";
|
|
925
|
-
};
|
|
926
|
-
export type DocumentationStepScalarFieldEnum = (typeof DocumentationStepScalarFieldEnum)[keyof typeof DocumentationStepScalarFieldEnum];
|
|
927
|
-
export declare const DocumentationStepDocumentScalarFieldEnum: {
|
|
928
|
-
readonly id: "id";
|
|
929
|
-
readonly tenantId: "tenantId";
|
|
930
|
-
readonly stepId: "stepId";
|
|
931
|
-
readonly documentType: "documentType";
|
|
932
|
-
readonly isRequired: "isRequired";
|
|
933
|
-
readonly createdAt: "createdAt";
|
|
934
|
-
};
|
|
935
|
-
export type DocumentationStepDocumentScalarFieldEnum = (typeof DocumentationStepDocumentScalarFieldEnum)[keyof typeof DocumentationStepDocumentScalarFieldEnum];
|
|
936
|
-
export declare const DocumentationStepApprovalScalarFieldEnum: {
|
|
937
|
-
readonly id: "id";
|
|
938
|
-
readonly tenantId: "tenantId";
|
|
939
|
-
readonly stepId: "stepId";
|
|
940
|
-
readonly approverId: "approverId";
|
|
941
|
-
readonly decision: "decision";
|
|
942
|
-
readonly comment: "comment";
|
|
943
|
-
readonly decidedAt: "decidedAt";
|
|
944
|
-
readonly createdAt: "createdAt";
|
|
945
|
-
};
|
|
946
|
-
export type DocumentationStepApprovalScalarFieldEnum = (typeof DocumentationStepApprovalScalarFieldEnum)[keyof typeof DocumentationStepApprovalScalarFieldEnum];
|
|
947
852
|
export declare const PaymentInstallmentScalarFieldEnum: {
|
|
948
853
|
readonly id: "id";
|
|
949
854
|
readonly tenantId: "tenantId";
|
|
@@ -1652,19 +1557,6 @@ export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
|
|
|
1652
1557
|
readonly description: "description";
|
|
1653
1558
|
};
|
|
1654
1559
|
export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
|
|
1655
|
-
export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
1656
|
-
readonly id: "id";
|
|
1657
|
-
readonly planId: "planId";
|
|
1658
|
-
readonly name: "name";
|
|
1659
|
-
readonly documentType: "documentType";
|
|
1660
|
-
readonly documentName: "documentName";
|
|
1661
|
-
readonly description: "description";
|
|
1662
|
-
readonly allowedMimeTypes: "allowedMimeTypes";
|
|
1663
|
-
readonly reviewOrder: "reviewOrder";
|
|
1664
|
-
readonly gateRoleId: "gateRoleId";
|
|
1665
|
-
readonly gateInstructions: "gateInstructions";
|
|
1666
|
-
};
|
|
1667
|
-
export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
|
|
1668
1560
|
export declare const DocumentDefinitionOrderByRelevanceFieldEnum: {
|
|
1669
1561
|
readonly id: "id";
|
|
1670
1562
|
readonly planId: "planId";
|
|
@@ -1826,7 +1718,6 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
|
|
|
1826
1718
|
readonly phaseId: "phaseId";
|
|
1827
1719
|
readonly documentationPlanId: "documentationPlanId";
|
|
1828
1720
|
readonly sourceQuestionnairePhaseId: "sourceQuestionnairePhaseId";
|
|
1829
|
-
readonly currentStepId: "currentStepId";
|
|
1830
1721
|
};
|
|
1831
1722
|
export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
|
|
1832
1723
|
export declare const PaymentPhaseOrderByRelevanceFieldEnum: {
|
|
@@ -1856,38 +1747,6 @@ export declare const ApplicationEventOrderByRelevanceFieldEnum: {
|
|
|
1856
1747
|
readonly actorId: "actorId";
|
|
1857
1748
|
};
|
|
1858
1749
|
export type ApplicationEventOrderByRelevanceFieldEnum = (typeof ApplicationEventOrderByRelevanceFieldEnum)[keyof typeof ApplicationEventOrderByRelevanceFieldEnum];
|
|
1859
|
-
export declare const DocumentationStepOrderByRelevanceFieldEnum: {
|
|
1860
|
-
readonly id: "id";
|
|
1861
|
-
readonly tenantId: "tenantId";
|
|
1862
|
-
readonly documentationPhaseId: "documentationPhaseId";
|
|
1863
|
-
readonly name: "name";
|
|
1864
|
-
readonly documentName: "documentName";
|
|
1865
|
-
readonly description: "description";
|
|
1866
|
-
readonly actionReason: "actionReason";
|
|
1867
|
-
readonly reviewOrder: "reviewOrder";
|
|
1868
|
-
readonly assigneeId: "assigneeId";
|
|
1869
|
-
readonly gateRoleId: "gateRoleId";
|
|
1870
|
-
readonly gateInstructions: "gateInstructions";
|
|
1871
|
-
readonly gateActedById: "gateActedById";
|
|
1872
|
-
readonly gateDecision: "gateDecision";
|
|
1873
|
-
readonly gateComment: "gateComment";
|
|
1874
|
-
};
|
|
1875
|
-
export type DocumentationStepOrderByRelevanceFieldEnum = (typeof DocumentationStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepOrderByRelevanceFieldEnum];
|
|
1876
|
-
export declare const DocumentationStepDocumentOrderByRelevanceFieldEnum: {
|
|
1877
|
-
readonly id: "id";
|
|
1878
|
-
readonly tenantId: "tenantId";
|
|
1879
|
-
readonly stepId: "stepId";
|
|
1880
|
-
readonly documentType: "documentType";
|
|
1881
|
-
};
|
|
1882
|
-
export type DocumentationStepDocumentOrderByRelevanceFieldEnum = (typeof DocumentationStepDocumentOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepDocumentOrderByRelevanceFieldEnum];
|
|
1883
|
-
export declare const DocumentationStepApprovalOrderByRelevanceFieldEnum: {
|
|
1884
|
-
readonly id: "id";
|
|
1885
|
-
readonly tenantId: "tenantId";
|
|
1886
|
-
readonly stepId: "stepId";
|
|
1887
|
-
readonly approverId: "approverId";
|
|
1888
|
-
readonly comment: "comment";
|
|
1889
|
-
};
|
|
1890
|
-
export type DocumentationStepApprovalOrderByRelevanceFieldEnum = (typeof DocumentationStepApprovalOrderByRelevanceFieldEnum)[keyof typeof DocumentationStepApprovalOrderByRelevanceFieldEnum];
|
|
1891
1750
|
export declare const PaymentInstallmentOrderByRelevanceFieldEnum: {
|
|
1892
1751
|
readonly id: "id";
|
|
1893
1752
|
readonly tenantId: "tenantId";
|
|
@@ -69,7 +69,6 @@ export const ModelName = {
|
|
|
69
69
|
PropertyUnit: 'PropertyUnit',
|
|
70
70
|
PropertyAmenity: 'PropertyAmenity',
|
|
71
71
|
DocumentationPlan: 'DocumentationPlan',
|
|
72
|
-
DocumentationPlanStep: 'DocumentationPlanStep',
|
|
73
72
|
DocumentDefinition: 'DocumentDefinition',
|
|
74
73
|
ApprovalStage: 'ApprovalStage',
|
|
75
74
|
QuestionnairePlan: 'QuestionnairePlan',
|
|
@@ -91,9 +90,6 @@ export const ModelName = {
|
|
|
91
90
|
PaymentPhase: 'PaymentPhase',
|
|
92
91
|
QuestionnaireField: 'QuestionnaireField',
|
|
93
92
|
ApplicationEvent: 'ApplicationEvent',
|
|
94
|
-
DocumentationStep: 'DocumentationStep',
|
|
95
|
-
DocumentationStepDocument: 'DocumentationStepDocument',
|
|
96
|
-
DocumentationStepApproval: 'DocumentationStepApproval',
|
|
97
93
|
PaymentInstallment: 'PaymentInstallment',
|
|
98
94
|
ApplicationPayment: 'ApplicationPayment',
|
|
99
95
|
ApplicationDocument: 'ApplicationDocument',
|
|
@@ -466,36 +462,6 @@ export const DocumentationPlanScalarFieldEnum = {
|
|
|
466
462
|
createdAt: 'createdAt',
|
|
467
463
|
updatedAt: 'updatedAt'
|
|
468
464
|
};
|
|
469
|
-
export const DocumentationPlanStepScalarFieldEnum = {
|
|
470
|
-
id: 'id',
|
|
471
|
-
planId: 'planId',
|
|
472
|
-
name: 'name',
|
|
473
|
-
stepType: 'stepType',
|
|
474
|
-
order: 'order',
|
|
475
|
-
documentType: 'documentType',
|
|
476
|
-
documentName: 'documentName',
|
|
477
|
-
metadata: 'metadata',
|
|
478
|
-
isRequired: 'isRequired',
|
|
479
|
-
description: 'description',
|
|
480
|
-
maxSizeBytes: 'maxSizeBytes',
|
|
481
|
-
allowedMimeTypes: 'allowedMimeTypes',
|
|
482
|
-
expiryDays: 'expiryDays',
|
|
483
|
-
requiresManualReview: 'requiresManualReview',
|
|
484
|
-
minFiles: 'minFiles',
|
|
485
|
-
maxFiles: 'maxFiles',
|
|
486
|
-
condition: 'condition',
|
|
487
|
-
reviewRequirements: 'reviewRequirements',
|
|
488
|
-
reviewOrder: 'reviewOrder',
|
|
489
|
-
gateActor: 'gateActor',
|
|
490
|
-
gateAction: 'gateAction',
|
|
491
|
-
gateRoleId: 'gateRoleId',
|
|
492
|
-
gateInstructions: 'gateInstructions',
|
|
493
|
-
allowReject: 'allowReject',
|
|
494
|
-
rejectBehavior: 'rejectBehavior',
|
|
495
|
-
requiresComment: 'requiresComment',
|
|
496
|
-
createdAt: 'createdAt',
|
|
497
|
-
updatedAt: 'updatedAt'
|
|
498
|
-
};
|
|
499
465
|
export const DocumentDefinitionScalarFieldEnum = {
|
|
500
466
|
id: 'id',
|
|
501
467
|
planId: 'planId',
|
|
@@ -787,15 +753,11 @@ export const DocumentationPhaseScalarFieldEnum = {
|
|
|
787
753
|
phaseId: 'phaseId',
|
|
788
754
|
documentationPlanId: 'documentationPlanId',
|
|
789
755
|
sourceQuestionnairePhaseId: 'sourceQuestionnairePhaseId',
|
|
790
|
-
|
|
756
|
+
currentStageOrder: 'currentStageOrder',
|
|
791
757
|
approvedDocumentsCount: 'approvedDocumentsCount',
|
|
792
758
|
requiredDocumentsCount: 'requiredDocumentsCount',
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
minimumCompletionPercentage: 'minimumCompletionPercentage',
|
|
796
|
-
completionCriterion: 'completionCriterion',
|
|
797
|
-
stepDefinitionsSnapshot: 'stepDefinitionsSnapshot',
|
|
798
|
-
requiredDocumentSnapshot: 'requiredDocumentSnapshot',
|
|
759
|
+
documentDefinitionsSnapshot: 'documentDefinitionsSnapshot',
|
|
760
|
+
approvalStagesSnapshot: 'approvalStagesSnapshot',
|
|
799
761
|
createdAt: 'createdAt',
|
|
800
762
|
updatedAt: 'updatedAt'
|
|
801
763
|
};
|
|
@@ -850,59 +812,6 @@ export const ApplicationEventScalarFieldEnum = {
|
|
|
850
812
|
actorType: 'actorType',
|
|
851
813
|
occurredAt: 'occurredAt'
|
|
852
814
|
};
|
|
853
|
-
export const DocumentationStepScalarFieldEnum = {
|
|
854
|
-
id: 'id',
|
|
855
|
-
tenantId: 'tenantId',
|
|
856
|
-
documentationPhaseId: 'documentationPhaseId',
|
|
857
|
-
name: 'name',
|
|
858
|
-
documentName: 'documentName',
|
|
859
|
-
description: 'description',
|
|
860
|
-
stepType: 'stepType',
|
|
861
|
-
order: 'order',
|
|
862
|
-
status: 'status',
|
|
863
|
-
actionReason: 'actionReason',
|
|
864
|
-
submissionCount: 'submissionCount',
|
|
865
|
-
lastSubmittedAt: 'lastSubmittedAt',
|
|
866
|
-
metadata: 'metadata',
|
|
867
|
-
requiresManualReview: 'requiresManualReview',
|
|
868
|
-
condition: 'condition',
|
|
869
|
-
reviewRequirements: 'reviewRequirements',
|
|
870
|
-
reviewOrder: 'reviewOrder',
|
|
871
|
-
assigneeId: 'assigneeId',
|
|
872
|
-
gateActor: 'gateActor',
|
|
873
|
-
gateAction: 'gateAction',
|
|
874
|
-
gateRoleId: 'gateRoleId',
|
|
875
|
-
gateInstructions: 'gateInstructions',
|
|
876
|
-
allowReject: 'allowReject',
|
|
877
|
-
rejectBehavior: 'rejectBehavior',
|
|
878
|
-
requiresComment: 'requiresComment',
|
|
879
|
-
gateActedAt: 'gateActedAt',
|
|
880
|
-
gateActedById: 'gateActedById',
|
|
881
|
-
gateDecision: 'gateDecision',
|
|
882
|
-
gateComment: 'gateComment',
|
|
883
|
-
dueDate: 'dueDate',
|
|
884
|
-
completedAt: 'completedAt',
|
|
885
|
-
createdAt: 'createdAt',
|
|
886
|
-
updatedAt: 'updatedAt'
|
|
887
|
-
};
|
|
888
|
-
export const DocumentationStepDocumentScalarFieldEnum = {
|
|
889
|
-
id: 'id',
|
|
890
|
-
tenantId: 'tenantId',
|
|
891
|
-
stepId: 'stepId',
|
|
892
|
-
documentType: 'documentType',
|
|
893
|
-
isRequired: 'isRequired',
|
|
894
|
-
createdAt: 'createdAt'
|
|
895
|
-
};
|
|
896
|
-
export const DocumentationStepApprovalScalarFieldEnum = {
|
|
897
|
-
id: 'id',
|
|
898
|
-
tenantId: 'tenantId',
|
|
899
|
-
stepId: 'stepId',
|
|
900
|
-
approverId: 'approverId',
|
|
901
|
-
decision: 'decision',
|
|
902
|
-
comment: 'comment',
|
|
903
|
-
decidedAt: 'decidedAt',
|
|
904
|
-
createdAt: 'createdAt'
|
|
905
|
-
};
|
|
906
815
|
export const PaymentInstallmentScalarFieldEnum = {
|
|
907
816
|
id: 'id',
|
|
908
817
|
tenantId: 'tenantId',
|
|
@@ -1555,18 +1464,6 @@ export const DocumentationPlanOrderByRelevanceFieldEnum = {
|
|
|
1555
1464
|
name: 'name',
|
|
1556
1465
|
description: 'description'
|
|
1557
1466
|
};
|
|
1558
|
-
export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
1559
|
-
id: 'id',
|
|
1560
|
-
planId: 'planId',
|
|
1561
|
-
name: 'name',
|
|
1562
|
-
documentType: 'documentType',
|
|
1563
|
-
documentName: 'documentName',
|
|
1564
|
-
description: 'description',
|
|
1565
|
-
allowedMimeTypes: 'allowedMimeTypes',
|
|
1566
|
-
reviewOrder: 'reviewOrder',
|
|
1567
|
-
gateRoleId: 'gateRoleId',
|
|
1568
|
-
gateInstructions: 'gateInstructions'
|
|
1569
|
-
};
|
|
1570
1467
|
export const DocumentDefinitionOrderByRelevanceFieldEnum = {
|
|
1571
1468
|
id: 'id',
|
|
1572
1469
|
planId: 'planId',
|
|
@@ -1710,8 +1607,7 @@ export const DocumentationPhaseOrderByRelevanceFieldEnum = {
|
|
|
1710
1607
|
tenantId: 'tenantId',
|
|
1711
1608
|
phaseId: 'phaseId',
|
|
1712
1609
|
documentationPlanId: 'documentationPlanId',
|
|
1713
|
-
sourceQuestionnairePhaseId: 'sourceQuestionnairePhaseId'
|
|
1714
|
-
currentStepId: 'currentStepId'
|
|
1610
|
+
sourceQuestionnairePhaseId: 'sourceQuestionnairePhaseId'
|
|
1715
1611
|
};
|
|
1716
1612
|
export const PaymentPhaseOrderByRelevanceFieldEnum = {
|
|
1717
1613
|
id: 'id',
|
|
@@ -1737,35 +1633,6 @@ export const ApplicationEventOrderByRelevanceFieldEnum = {
|
|
|
1737
1633
|
trigger: 'trigger',
|
|
1738
1634
|
actorId: 'actorId'
|
|
1739
1635
|
};
|
|
1740
|
-
export const DocumentationStepOrderByRelevanceFieldEnum = {
|
|
1741
|
-
id: 'id',
|
|
1742
|
-
tenantId: 'tenantId',
|
|
1743
|
-
documentationPhaseId: 'documentationPhaseId',
|
|
1744
|
-
name: 'name',
|
|
1745
|
-
documentName: 'documentName',
|
|
1746
|
-
description: 'description',
|
|
1747
|
-
actionReason: 'actionReason',
|
|
1748
|
-
reviewOrder: 'reviewOrder',
|
|
1749
|
-
assigneeId: 'assigneeId',
|
|
1750
|
-
gateRoleId: 'gateRoleId',
|
|
1751
|
-
gateInstructions: 'gateInstructions',
|
|
1752
|
-
gateActedById: 'gateActedById',
|
|
1753
|
-
gateDecision: 'gateDecision',
|
|
1754
|
-
gateComment: 'gateComment'
|
|
1755
|
-
};
|
|
1756
|
-
export const DocumentationStepDocumentOrderByRelevanceFieldEnum = {
|
|
1757
|
-
id: 'id',
|
|
1758
|
-
tenantId: 'tenantId',
|
|
1759
|
-
stepId: 'stepId',
|
|
1760
|
-
documentType: 'documentType'
|
|
1761
|
-
};
|
|
1762
|
-
export const DocumentationStepApprovalOrderByRelevanceFieldEnum = {
|
|
1763
|
-
id: 'id',
|
|
1764
|
-
tenantId: 'tenantId',
|
|
1765
|
-
stepId: 'stepId',
|
|
1766
|
-
approverId: 'approverId',
|
|
1767
|
-
comment: 'comment'
|
|
1768
|
-
};
|
|
1769
1636
|
export const PaymentInstallmentOrderByRelevanceFieldEnum = {
|
|
1770
1637
|
id: 'id',
|
|
1771
1638
|
tenantId: 'tenantId',
|