@valentine-efagene/qshelter-common 2.0.102 → 2.0.103

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.
@@ -258,6 +258,8 @@ export declare const ModelName: {
258
258
  readonly PropertyVariantMedia: "PropertyVariantMedia";
259
259
  readonly PropertyUnit: "PropertyUnit";
260
260
  readonly PropertyAmenity: "PropertyAmenity";
261
+ readonly DocumentationPlan: "DocumentationPlan";
262
+ readonly DocumentationPlanStep: "DocumentationPlanStep";
261
263
  readonly PaymentPlan: "PaymentPlan";
262
264
  readonly PropertyPaymentMethod: "PropertyPaymentMethod";
263
265
  readonly PropertyPaymentMethodLink: "PropertyPaymentMethodLink";
@@ -307,7 +309,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
307
309
  omit: GlobalOmitOptions;
308
310
  };
309
311
  meta: {
310
- 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" | "workflowBlocker";
312
+ 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" | "documentationPlan" | "documentationPlanStep" | "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" | "workflowBlocker";
311
313
  txIsolationLevel: TransactionIsolationLevel;
312
314
  };
313
315
  model: {
@@ -2093,6 +2095,138 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
2093
2095
  };
2094
2096
  };
2095
2097
  };
2098
+ DocumentationPlan: {
2099
+ payload: Prisma.$DocumentationPlanPayload<ExtArgs>;
2100
+ fields: Prisma.DocumentationPlanFieldRefs;
2101
+ operations: {
2102
+ findUnique: {
2103
+ args: Prisma.DocumentationPlanFindUniqueArgs<ExtArgs>;
2104
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload> | null;
2105
+ };
2106
+ findUniqueOrThrow: {
2107
+ args: Prisma.DocumentationPlanFindUniqueOrThrowArgs<ExtArgs>;
2108
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
2109
+ };
2110
+ findFirst: {
2111
+ args: Prisma.DocumentationPlanFindFirstArgs<ExtArgs>;
2112
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload> | null;
2113
+ };
2114
+ findFirstOrThrow: {
2115
+ args: Prisma.DocumentationPlanFindFirstOrThrowArgs<ExtArgs>;
2116
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
2117
+ };
2118
+ findMany: {
2119
+ args: Prisma.DocumentationPlanFindManyArgs<ExtArgs>;
2120
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>[];
2121
+ };
2122
+ create: {
2123
+ args: Prisma.DocumentationPlanCreateArgs<ExtArgs>;
2124
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
2125
+ };
2126
+ createMany: {
2127
+ args: Prisma.DocumentationPlanCreateManyArgs<ExtArgs>;
2128
+ result: BatchPayload;
2129
+ };
2130
+ delete: {
2131
+ args: Prisma.DocumentationPlanDeleteArgs<ExtArgs>;
2132
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
2133
+ };
2134
+ update: {
2135
+ args: Prisma.DocumentationPlanUpdateArgs<ExtArgs>;
2136
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
2137
+ };
2138
+ deleteMany: {
2139
+ args: Prisma.DocumentationPlanDeleteManyArgs<ExtArgs>;
2140
+ result: BatchPayload;
2141
+ };
2142
+ updateMany: {
2143
+ args: Prisma.DocumentationPlanUpdateManyArgs<ExtArgs>;
2144
+ result: BatchPayload;
2145
+ };
2146
+ upsert: {
2147
+ args: Prisma.DocumentationPlanUpsertArgs<ExtArgs>;
2148
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
2149
+ };
2150
+ aggregate: {
2151
+ args: Prisma.DocumentationPlanAggregateArgs<ExtArgs>;
2152
+ result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlan>;
2153
+ };
2154
+ groupBy: {
2155
+ args: Prisma.DocumentationPlanGroupByArgs<ExtArgs>;
2156
+ result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanGroupByOutputType>[];
2157
+ };
2158
+ count: {
2159
+ args: Prisma.DocumentationPlanCountArgs<ExtArgs>;
2160
+ result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanCountAggregateOutputType> | number;
2161
+ };
2162
+ };
2163
+ };
2164
+ DocumentationPlanStep: {
2165
+ payload: Prisma.$DocumentationPlanStepPayload<ExtArgs>;
2166
+ fields: Prisma.DocumentationPlanStepFieldRefs;
2167
+ operations: {
2168
+ findUnique: {
2169
+ args: Prisma.DocumentationPlanStepFindUniqueArgs<ExtArgs>;
2170
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
2171
+ };
2172
+ findUniqueOrThrow: {
2173
+ args: Prisma.DocumentationPlanStepFindUniqueOrThrowArgs<ExtArgs>;
2174
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2175
+ };
2176
+ findFirst: {
2177
+ args: Prisma.DocumentationPlanStepFindFirstArgs<ExtArgs>;
2178
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
2179
+ };
2180
+ findFirstOrThrow: {
2181
+ args: Prisma.DocumentationPlanStepFindFirstOrThrowArgs<ExtArgs>;
2182
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2183
+ };
2184
+ findMany: {
2185
+ args: Prisma.DocumentationPlanStepFindManyArgs<ExtArgs>;
2186
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>[];
2187
+ };
2188
+ create: {
2189
+ args: Prisma.DocumentationPlanStepCreateArgs<ExtArgs>;
2190
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2191
+ };
2192
+ createMany: {
2193
+ args: Prisma.DocumentationPlanStepCreateManyArgs<ExtArgs>;
2194
+ result: BatchPayload;
2195
+ };
2196
+ delete: {
2197
+ args: Prisma.DocumentationPlanStepDeleteArgs<ExtArgs>;
2198
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2199
+ };
2200
+ update: {
2201
+ args: Prisma.DocumentationPlanStepUpdateArgs<ExtArgs>;
2202
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2203
+ };
2204
+ deleteMany: {
2205
+ args: Prisma.DocumentationPlanStepDeleteManyArgs<ExtArgs>;
2206
+ result: BatchPayload;
2207
+ };
2208
+ updateMany: {
2209
+ args: Prisma.DocumentationPlanStepUpdateManyArgs<ExtArgs>;
2210
+ result: BatchPayload;
2211
+ };
2212
+ upsert: {
2213
+ args: Prisma.DocumentationPlanStepUpsertArgs<ExtArgs>;
2214
+ result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
2215
+ };
2216
+ aggregate: {
2217
+ args: Prisma.DocumentationPlanStepAggregateArgs<ExtArgs>;
2218
+ result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlanStep>;
2219
+ };
2220
+ groupBy: {
2221
+ args: Prisma.DocumentationPlanStepGroupByArgs<ExtArgs>;
2222
+ result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepGroupByOutputType>[];
2223
+ };
2224
+ count: {
2225
+ args: Prisma.DocumentationPlanStepCountArgs<ExtArgs>;
2226
+ result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepCountAggregateOutputType> | number;
2227
+ };
2228
+ };
2229
+ };
2096
2230
  PaymentPlan: {
2097
2231
  payload: Prisma.$PaymentPlanPayload<ExtArgs>;
2098
2232
  fields: Prisma.PaymentPlanFieldRefs;
@@ -4884,6 +5018,29 @@ export declare const PropertyAmenityScalarFieldEnum: {
4884
5018
  readonly createdAt: "createdAt";
4885
5019
  };
4886
5020
  export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
5021
+ export declare const DocumentationPlanScalarFieldEnum: {
5022
+ readonly id: "id";
5023
+ readonly tenantId: "tenantId";
5024
+ readonly name: "name";
5025
+ readonly description: "description";
5026
+ readonly isActive: "isActive";
5027
+ readonly requiredDocumentTypes: "requiredDocumentTypes";
5028
+ readonly createdAt: "createdAt";
5029
+ readonly updatedAt: "updatedAt";
5030
+ };
5031
+ export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
5032
+ export declare const DocumentationPlanStepScalarFieldEnum: {
5033
+ readonly id: "id";
5034
+ readonly planId: "planId";
5035
+ readonly name: "name";
5036
+ readonly stepType: "stepType";
5037
+ readonly order: "order";
5038
+ readonly documentType: "documentType";
5039
+ readonly metadata: "metadata";
5040
+ readonly createdAt: "createdAt";
5041
+ readonly updatedAt: "updatedAt";
5042
+ };
5043
+ export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
4887
5044
  export declare const PaymentPlanScalarFieldEnum: {
4888
5045
  readonly id: "id";
4889
5046
  readonly tenantId: "tenantId";
@@ -4933,6 +5090,7 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
4933
5090
  readonly tenantId: "tenantId";
4934
5091
  readonly paymentMethodId: "paymentMethodId";
4935
5092
  readonly paymentPlanId: "paymentPlanId";
5093
+ readonly documentationPlanId: "documentationPlanId";
4936
5094
  readonly name: "name";
4937
5095
  readonly description: "description";
4938
5096
  readonly phaseCategory: "phaseCategory";
@@ -5107,6 +5265,7 @@ export declare const DocumentationPhaseScalarFieldEnum: {
5107
5265
  readonly id: "id";
5108
5266
  readonly tenantId: "tenantId";
5109
5267
  readonly phaseId: "phaseId";
5268
+ readonly documentationPlanId: "documentationPlanId";
5110
5269
  readonly currentStepId: "currentStepId";
5111
5270
  readonly approvedDocumentsCount: "approvedDocumentsCount";
5112
5271
  readonly requiredDocumentsCount: "requiredDocumentsCount";
@@ -5823,6 +5982,20 @@ export declare const PropertyAmenityOrderByRelevanceFieldEnum: {
5823
5982
  readonly amenityId: "amenityId";
5824
5983
  };
5825
5984
  export type PropertyAmenityOrderByRelevanceFieldEnum = (typeof PropertyAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyAmenityOrderByRelevanceFieldEnum];
5985
+ export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
5986
+ readonly id: "id";
5987
+ readonly tenantId: "tenantId";
5988
+ readonly name: "name";
5989
+ readonly description: "description";
5990
+ };
5991
+ export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
5992
+ export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
5993
+ readonly id: "id";
5994
+ readonly planId: "planId";
5995
+ readonly name: "name";
5996
+ readonly documentType: "documentType";
5997
+ };
5998
+ export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
5826
5999
  export declare const PaymentPlanOrderByRelevanceFieldEnum: {
5827
6000
  readonly id: "id";
5828
6001
  readonly tenantId: "tenantId";
@@ -5848,6 +6021,7 @@ export declare const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum: {
5848
6021
  readonly tenantId: "tenantId";
5849
6022
  readonly paymentMethodId: "paymentMethodId";
5850
6023
  readonly paymentPlanId: "paymentPlanId";
6024
+ readonly documentationPlanId: "documentationPlanId";
5851
6025
  readonly name: "name";
5852
6026
  readonly description: "description";
5853
6027
  };
@@ -5945,6 +6119,7 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
5945
6119
  readonly id: "id";
5946
6120
  readonly tenantId: "tenantId";
5947
6121
  readonly phaseId: "phaseId";
6122
+ readonly documentationPlanId: "documentationPlanId";
5948
6123
  readonly currentStepId: "currentStepId";
5949
6124
  };
5950
6125
  export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
@@ -6233,6 +6408,10 @@ export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, '
6233
6408
  * Reference to a field of type 'Int'
6234
6409
  */
6235
6410
  export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
6411
+ /**
6412
+ * Reference to a field of type 'StepType'
6413
+ */
6414
+ export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
6236
6415
  /**
6237
6416
  * Reference to a field of type 'PaymentFrequency'
6238
6417
  */
@@ -6253,10 +6432,6 @@ export type EnumCompletionCriterionFieldRefInput<$PrismaModel> = FieldRefInputTy
6253
6432
  * Reference to a field of type 'PhaseTrigger'
6254
6433
  */
6255
6434
  export type EnumPhaseTriggerFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PhaseTrigger'>;
6256
- /**
6257
- * Reference to a field of type 'StepType'
6258
- */
6259
- export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
6260
6435
  /**
6261
6436
  * Reference to a field of type 'StepTrigger'
6262
6437
  */
@@ -6502,6 +6677,8 @@ export type GlobalOmitConfig = {
6502
6677
  propertyVariantMedia?: Prisma.PropertyVariantMediaOmit;
6503
6678
  propertyUnit?: Prisma.PropertyUnitOmit;
6504
6679
  propertyAmenity?: Prisma.PropertyAmenityOmit;
6680
+ documentationPlan?: Prisma.DocumentationPlanOmit;
6681
+ documentationPlanStep?: Prisma.DocumentationPlanStepOmit;
6505
6682
  paymentPlan?: Prisma.PaymentPlanOmit;
6506
6683
  propertyPaymentMethod?: Prisma.PropertyPaymentMethodOmit;
6507
6684
  propertyPaymentMethodLink?: Prisma.PropertyPaymentMethodLinkOmit;
@@ -94,6 +94,8 @@ export const ModelName = {
94
94
  PropertyVariantMedia: 'PropertyVariantMedia',
95
95
  PropertyUnit: 'PropertyUnit',
96
96
  PropertyAmenity: 'PropertyAmenity',
97
+ DocumentationPlan: 'DocumentationPlan',
98
+ DocumentationPlanStep: 'DocumentationPlanStep',
97
99
  PaymentPlan: 'PaymentPlan',
98
100
  PropertyPaymentMethod: 'PropertyPaymentMethod',
99
101
  PropertyPaymentMethodLink: 'PropertyPaymentMethodLink',
@@ -429,6 +431,27 @@ export const PropertyAmenityScalarFieldEnum = {
429
431
  amenityId: 'amenityId',
430
432
  createdAt: 'createdAt'
431
433
  };
434
+ export const DocumentationPlanScalarFieldEnum = {
435
+ id: 'id',
436
+ tenantId: 'tenantId',
437
+ name: 'name',
438
+ description: 'description',
439
+ isActive: 'isActive',
440
+ requiredDocumentTypes: 'requiredDocumentTypes',
441
+ createdAt: 'createdAt',
442
+ updatedAt: 'updatedAt'
443
+ };
444
+ export const DocumentationPlanStepScalarFieldEnum = {
445
+ id: 'id',
446
+ planId: 'planId',
447
+ name: 'name',
448
+ stepType: 'stepType',
449
+ order: 'order',
450
+ documentType: 'documentType',
451
+ metadata: 'metadata',
452
+ createdAt: 'createdAt',
453
+ updatedAt: 'updatedAt'
454
+ };
432
455
  export const PaymentPlanScalarFieldEnum = {
433
456
  id: 'id',
434
457
  tenantId: 'tenantId',
@@ -475,6 +498,7 @@ export const PropertyPaymentMethodPhaseScalarFieldEnum = {
475
498
  tenantId: 'tenantId',
476
499
  paymentMethodId: 'paymentMethodId',
477
500
  paymentPlanId: 'paymentPlanId',
501
+ documentationPlanId: 'documentationPlanId',
478
502
  name: 'name',
479
503
  description: 'description',
480
504
  phaseCategory: 'phaseCategory',
@@ -639,6 +663,7 @@ export const DocumentationPhaseScalarFieldEnum = {
639
663
  id: 'id',
640
664
  tenantId: 'tenantId',
641
665
  phaseId: 'phaseId',
666
+ documentationPlanId: 'documentationPlanId',
642
667
  currentStepId: 'currentStepId',
643
668
  approvedDocumentsCount: 'approvedDocumentsCount',
644
669
  requiredDocumentsCount: 'requiredDocumentsCount',
@@ -1298,6 +1323,18 @@ export const PropertyAmenityOrderByRelevanceFieldEnum = {
1298
1323
  propertyId: 'propertyId',
1299
1324
  amenityId: 'amenityId'
1300
1325
  };
1326
+ export const DocumentationPlanOrderByRelevanceFieldEnum = {
1327
+ id: 'id',
1328
+ tenantId: 'tenantId',
1329
+ name: 'name',
1330
+ description: 'description'
1331
+ };
1332
+ export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
1333
+ id: 'id',
1334
+ planId: 'planId',
1335
+ name: 'name',
1336
+ documentType: 'documentType'
1337
+ };
1301
1338
  export const PaymentPlanOrderByRelevanceFieldEnum = {
1302
1339
  id: 'id',
1303
1340
  tenantId: 'tenantId',
@@ -1320,6 +1357,7 @@ export const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum = {
1320
1357
  tenantId: 'tenantId',
1321
1358
  paymentMethodId: 'paymentMethodId',
1322
1359
  paymentPlanId: 'paymentPlanId',
1360
+ documentationPlanId: 'documentationPlanId',
1323
1361
  name: 'name',
1324
1362
  description: 'description'
1325
1363
  };
@@ -1407,6 +1445,7 @@ export const DocumentationPhaseOrderByRelevanceFieldEnum = {
1407
1445
  id: 'id',
1408
1446
  tenantId: 'tenantId',
1409
1447
  phaseId: 'phaseId',
1448
+ documentationPlanId: 'documentationPlanId',
1410
1449
  currentStepId: 'currentStepId'
1411
1450
  };
1412
1451
  export const PaymentPhaseOrderByRelevanceFieldEnum = {
@@ -53,6 +53,8 @@ export declare const ModelName: {
53
53
  readonly PropertyVariantMedia: "PropertyVariantMedia";
54
54
  readonly PropertyUnit: "PropertyUnit";
55
55
  readonly PropertyAmenity: "PropertyAmenity";
56
+ readonly DocumentationPlan: "DocumentationPlan";
57
+ readonly DocumentationPlanStep: "DocumentationPlanStep";
56
58
  readonly PaymentPlan: "PaymentPlan";
57
59
  readonly PropertyPaymentMethod: "PropertyPaymentMethod";
58
60
  readonly PropertyPaymentMethodLink: "PropertyPaymentMethodLink";
@@ -414,6 +416,29 @@ export declare const PropertyAmenityScalarFieldEnum: {
414
416
  readonly createdAt: "createdAt";
415
417
  };
416
418
  export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
419
+ export declare const DocumentationPlanScalarFieldEnum: {
420
+ readonly id: "id";
421
+ readonly tenantId: "tenantId";
422
+ readonly name: "name";
423
+ readonly description: "description";
424
+ readonly isActive: "isActive";
425
+ readonly requiredDocumentTypes: "requiredDocumentTypes";
426
+ readonly createdAt: "createdAt";
427
+ readonly updatedAt: "updatedAt";
428
+ };
429
+ export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
430
+ export declare const DocumentationPlanStepScalarFieldEnum: {
431
+ readonly id: "id";
432
+ readonly planId: "planId";
433
+ readonly name: "name";
434
+ readonly stepType: "stepType";
435
+ readonly order: "order";
436
+ readonly documentType: "documentType";
437
+ readonly metadata: "metadata";
438
+ readonly createdAt: "createdAt";
439
+ readonly updatedAt: "updatedAt";
440
+ };
441
+ export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
417
442
  export declare const PaymentPlanScalarFieldEnum: {
418
443
  readonly id: "id";
419
444
  readonly tenantId: "tenantId";
@@ -463,6 +488,7 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
463
488
  readonly tenantId: "tenantId";
464
489
  readonly paymentMethodId: "paymentMethodId";
465
490
  readonly paymentPlanId: "paymentPlanId";
491
+ readonly documentationPlanId: "documentationPlanId";
466
492
  readonly name: "name";
467
493
  readonly description: "description";
468
494
  readonly phaseCategory: "phaseCategory";
@@ -637,6 +663,7 @@ export declare const DocumentationPhaseScalarFieldEnum: {
637
663
  readonly id: "id";
638
664
  readonly tenantId: "tenantId";
639
665
  readonly phaseId: "phaseId";
666
+ readonly documentationPlanId: "documentationPlanId";
640
667
  readonly currentStepId: "currentStepId";
641
668
  readonly approvedDocumentsCount: "approvedDocumentsCount";
642
669
  readonly requiredDocumentsCount: "requiredDocumentsCount";
@@ -1353,6 +1380,20 @@ export declare const PropertyAmenityOrderByRelevanceFieldEnum: {
1353
1380
  readonly amenityId: "amenityId";
1354
1381
  };
1355
1382
  export type PropertyAmenityOrderByRelevanceFieldEnum = (typeof PropertyAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyAmenityOrderByRelevanceFieldEnum];
1383
+ export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
1384
+ readonly id: "id";
1385
+ readonly tenantId: "tenantId";
1386
+ readonly name: "name";
1387
+ readonly description: "description";
1388
+ };
1389
+ export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
1390
+ export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
1391
+ readonly id: "id";
1392
+ readonly planId: "planId";
1393
+ readonly name: "name";
1394
+ readonly documentType: "documentType";
1395
+ };
1396
+ export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
1356
1397
  export declare const PaymentPlanOrderByRelevanceFieldEnum: {
1357
1398
  readonly id: "id";
1358
1399
  readonly tenantId: "tenantId";
@@ -1378,6 +1419,7 @@ export declare const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum: {
1378
1419
  readonly tenantId: "tenantId";
1379
1420
  readonly paymentMethodId: "paymentMethodId";
1380
1421
  readonly paymentPlanId: "paymentPlanId";
1422
+ readonly documentationPlanId: "documentationPlanId";
1381
1423
  readonly name: "name";
1382
1424
  readonly description: "description";
1383
1425
  };
@@ -1475,6 +1517,7 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
1475
1517
  readonly id: "id";
1476
1518
  readonly tenantId: "tenantId";
1477
1519
  readonly phaseId: "phaseId";
1520
+ readonly documentationPlanId: "documentationPlanId";
1478
1521
  readonly currentStepId: "currentStepId";
1479
1522
  };
1480
1523
  export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
@@ -66,6 +66,8 @@ export const ModelName = {
66
66
  PropertyVariantMedia: 'PropertyVariantMedia',
67
67
  PropertyUnit: 'PropertyUnit',
68
68
  PropertyAmenity: 'PropertyAmenity',
69
+ DocumentationPlan: 'DocumentationPlan',
70
+ DocumentationPlanStep: 'DocumentationPlanStep',
69
71
  PaymentPlan: 'PaymentPlan',
70
72
  PropertyPaymentMethod: 'PropertyPaymentMethod',
71
73
  PropertyPaymentMethodLink: 'PropertyPaymentMethodLink',
@@ -401,6 +403,27 @@ export const PropertyAmenityScalarFieldEnum = {
401
403
  amenityId: 'amenityId',
402
404
  createdAt: 'createdAt'
403
405
  };
406
+ export const DocumentationPlanScalarFieldEnum = {
407
+ id: 'id',
408
+ tenantId: 'tenantId',
409
+ name: 'name',
410
+ description: 'description',
411
+ isActive: 'isActive',
412
+ requiredDocumentTypes: 'requiredDocumentTypes',
413
+ createdAt: 'createdAt',
414
+ updatedAt: 'updatedAt'
415
+ };
416
+ export const DocumentationPlanStepScalarFieldEnum = {
417
+ id: 'id',
418
+ planId: 'planId',
419
+ name: 'name',
420
+ stepType: 'stepType',
421
+ order: 'order',
422
+ documentType: 'documentType',
423
+ metadata: 'metadata',
424
+ createdAt: 'createdAt',
425
+ updatedAt: 'updatedAt'
426
+ };
404
427
  export const PaymentPlanScalarFieldEnum = {
405
428
  id: 'id',
406
429
  tenantId: 'tenantId',
@@ -447,6 +470,7 @@ export const PropertyPaymentMethodPhaseScalarFieldEnum = {
447
470
  tenantId: 'tenantId',
448
471
  paymentMethodId: 'paymentMethodId',
449
472
  paymentPlanId: 'paymentPlanId',
473
+ documentationPlanId: 'documentationPlanId',
450
474
  name: 'name',
451
475
  description: 'description',
452
476
  phaseCategory: 'phaseCategory',
@@ -611,6 +635,7 @@ export const DocumentationPhaseScalarFieldEnum = {
611
635
  id: 'id',
612
636
  tenantId: 'tenantId',
613
637
  phaseId: 'phaseId',
638
+ documentationPlanId: 'documentationPlanId',
614
639
  currentStepId: 'currentStepId',
615
640
  approvedDocumentsCount: 'approvedDocumentsCount',
616
641
  requiredDocumentsCount: 'requiredDocumentsCount',
@@ -1270,6 +1295,18 @@ export const PropertyAmenityOrderByRelevanceFieldEnum = {
1270
1295
  propertyId: 'propertyId',
1271
1296
  amenityId: 'amenityId'
1272
1297
  };
1298
+ export const DocumentationPlanOrderByRelevanceFieldEnum = {
1299
+ id: 'id',
1300
+ tenantId: 'tenantId',
1301
+ name: 'name',
1302
+ description: 'description'
1303
+ };
1304
+ export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
1305
+ id: 'id',
1306
+ planId: 'planId',
1307
+ name: 'name',
1308
+ documentType: 'documentType'
1309
+ };
1273
1310
  export const PaymentPlanOrderByRelevanceFieldEnum = {
1274
1311
  id: 'id',
1275
1312
  tenantId: 'tenantId',
@@ -1292,6 +1329,7 @@ export const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum = {
1292
1329
  tenantId: 'tenantId',
1293
1330
  paymentMethodId: 'paymentMethodId',
1294
1331
  paymentPlanId: 'paymentPlanId',
1332
+ documentationPlanId: 'documentationPlanId',
1295
1333
  name: 'name',
1296
1334
  description: 'description'
1297
1335
  };
@@ -1379,6 +1417,7 @@ export const DocumentationPhaseOrderByRelevanceFieldEnum = {
1379
1417
  id: 'id',
1380
1418
  tenantId: 'tenantId',
1381
1419
  phaseId: 'phaseId',
1420
+ documentationPlanId: 'documentationPlanId',
1382
1421
  currentStepId: 'currentStepId'
1383
1422
  };
1384
1423
  export const PaymentPhaseOrderByRelevanceFieldEnum = {