@valentine-efagene/qshelter-common 2.0.102 → 2.0.104
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 +20 -0
- package/dist/generated/client/client.d.ts +20 -0
- package/dist/generated/client/commonInputTypes.d.ts +174 -84
- package/dist/generated/client/enums.d.ts +34 -0
- package/dist/generated/client/enums.js +31 -0
- package/dist/generated/client/internal/class.d.ts +44 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +389 -5
- package/dist/generated/client/internal/prismaNamespace.js +96 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +104 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +96 -0
- package/dist/generated/client/models/DocumentationPhase.d.ts +231 -1
- package/dist/generated/client/models/DocumentationPlan.d.ts +1555 -0
- package/dist/generated/client/models/DocumentationPlan.js +1 -0
- package/dist/generated/client/models/DocumentationPlanStep.d.ts +1220 -0
- package/dist/generated/client/models/DocumentationPlanStep.js +1 -0
- package/dist/generated/client/models/PaymentMethodPhaseStep.d.ts +0 -3
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +585 -1
- package/dist/generated/client/models/QuestionnairePhase.d.ts +413 -1
- package/dist/generated/client/models/QuestionnairePlan.d.ts +1844 -0
- package/dist/generated/client/models/QuestionnairePlan.js +1 -0
- package/dist/generated/client/models/QuestionnairePlanQuestion.d.ts +1444 -0
- package/dist/generated/client/models/QuestionnairePlanQuestion.js +1 -0
- package/dist/generated/client/models/Tenant.d.ts +1208 -118
- package/dist/generated/client/models/index.d.ts +4 -0
- package/dist/generated/client/models/index.js +4 -0
- package/dist/generated/client/models.d.ts +4 -0
- package/dist/src/prisma/tenant.js +4 -0
- package/package.json +1 -1
- package/prisma/migrations/20260114034523_add_documentation_plan/migration.sql +52 -0
- package/prisma/schema.prisma +210 -8
|
@@ -258,6 +258,10 @@ 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";
|
|
263
|
+
readonly QuestionnairePlan: "QuestionnairePlan";
|
|
264
|
+
readonly QuestionnairePlanQuestion: "QuestionnairePlanQuestion";
|
|
261
265
|
readonly PaymentPlan: "PaymentPlan";
|
|
262
266
|
readonly PropertyPaymentMethod: "PropertyPaymentMethod";
|
|
263
267
|
readonly PropertyPaymentMethodLink: "PropertyPaymentMethodLink";
|
|
@@ -307,7 +311,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
307
311
|
omit: GlobalOmitOptions;
|
|
308
312
|
};
|
|
309
313
|
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";
|
|
314
|
+
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" | "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" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker";
|
|
311
315
|
txIsolationLevel: TransactionIsolationLevel;
|
|
312
316
|
};
|
|
313
317
|
model: {
|
|
@@ -2093,6 +2097,270 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2093
2097
|
};
|
|
2094
2098
|
};
|
|
2095
2099
|
};
|
|
2100
|
+
DocumentationPlan: {
|
|
2101
|
+
payload: Prisma.$DocumentationPlanPayload<ExtArgs>;
|
|
2102
|
+
fields: Prisma.DocumentationPlanFieldRefs;
|
|
2103
|
+
operations: {
|
|
2104
|
+
findUnique: {
|
|
2105
|
+
args: Prisma.DocumentationPlanFindUniqueArgs<ExtArgs>;
|
|
2106
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload> | null;
|
|
2107
|
+
};
|
|
2108
|
+
findUniqueOrThrow: {
|
|
2109
|
+
args: Prisma.DocumentationPlanFindUniqueOrThrowArgs<ExtArgs>;
|
|
2110
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2111
|
+
};
|
|
2112
|
+
findFirst: {
|
|
2113
|
+
args: Prisma.DocumentationPlanFindFirstArgs<ExtArgs>;
|
|
2114
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload> | null;
|
|
2115
|
+
};
|
|
2116
|
+
findFirstOrThrow: {
|
|
2117
|
+
args: Prisma.DocumentationPlanFindFirstOrThrowArgs<ExtArgs>;
|
|
2118
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2119
|
+
};
|
|
2120
|
+
findMany: {
|
|
2121
|
+
args: Prisma.DocumentationPlanFindManyArgs<ExtArgs>;
|
|
2122
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>[];
|
|
2123
|
+
};
|
|
2124
|
+
create: {
|
|
2125
|
+
args: Prisma.DocumentationPlanCreateArgs<ExtArgs>;
|
|
2126
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2127
|
+
};
|
|
2128
|
+
createMany: {
|
|
2129
|
+
args: Prisma.DocumentationPlanCreateManyArgs<ExtArgs>;
|
|
2130
|
+
result: BatchPayload;
|
|
2131
|
+
};
|
|
2132
|
+
delete: {
|
|
2133
|
+
args: Prisma.DocumentationPlanDeleteArgs<ExtArgs>;
|
|
2134
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2135
|
+
};
|
|
2136
|
+
update: {
|
|
2137
|
+
args: Prisma.DocumentationPlanUpdateArgs<ExtArgs>;
|
|
2138
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2139
|
+
};
|
|
2140
|
+
deleteMany: {
|
|
2141
|
+
args: Prisma.DocumentationPlanDeleteManyArgs<ExtArgs>;
|
|
2142
|
+
result: BatchPayload;
|
|
2143
|
+
};
|
|
2144
|
+
updateMany: {
|
|
2145
|
+
args: Prisma.DocumentationPlanUpdateManyArgs<ExtArgs>;
|
|
2146
|
+
result: BatchPayload;
|
|
2147
|
+
};
|
|
2148
|
+
upsert: {
|
|
2149
|
+
args: Prisma.DocumentationPlanUpsertArgs<ExtArgs>;
|
|
2150
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2151
|
+
};
|
|
2152
|
+
aggregate: {
|
|
2153
|
+
args: Prisma.DocumentationPlanAggregateArgs<ExtArgs>;
|
|
2154
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlan>;
|
|
2155
|
+
};
|
|
2156
|
+
groupBy: {
|
|
2157
|
+
args: Prisma.DocumentationPlanGroupByArgs<ExtArgs>;
|
|
2158
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanGroupByOutputType>[];
|
|
2159
|
+
};
|
|
2160
|
+
count: {
|
|
2161
|
+
args: Prisma.DocumentationPlanCountArgs<ExtArgs>;
|
|
2162
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanCountAggregateOutputType> | number;
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
2165
|
+
};
|
|
2166
|
+
DocumentationPlanStep: {
|
|
2167
|
+
payload: Prisma.$DocumentationPlanStepPayload<ExtArgs>;
|
|
2168
|
+
fields: Prisma.DocumentationPlanStepFieldRefs;
|
|
2169
|
+
operations: {
|
|
2170
|
+
findUnique: {
|
|
2171
|
+
args: Prisma.DocumentationPlanStepFindUniqueArgs<ExtArgs>;
|
|
2172
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
|
|
2173
|
+
};
|
|
2174
|
+
findUniqueOrThrow: {
|
|
2175
|
+
args: Prisma.DocumentationPlanStepFindUniqueOrThrowArgs<ExtArgs>;
|
|
2176
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2177
|
+
};
|
|
2178
|
+
findFirst: {
|
|
2179
|
+
args: Prisma.DocumentationPlanStepFindFirstArgs<ExtArgs>;
|
|
2180
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
|
|
2181
|
+
};
|
|
2182
|
+
findFirstOrThrow: {
|
|
2183
|
+
args: Prisma.DocumentationPlanStepFindFirstOrThrowArgs<ExtArgs>;
|
|
2184
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2185
|
+
};
|
|
2186
|
+
findMany: {
|
|
2187
|
+
args: Prisma.DocumentationPlanStepFindManyArgs<ExtArgs>;
|
|
2188
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>[];
|
|
2189
|
+
};
|
|
2190
|
+
create: {
|
|
2191
|
+
args: Prisma.DocumentationPlanStepCreateArgs<ExtArgs>;
|
|
2192
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2193
|
+
};
|
|
2194
|
+
createMany: {
|
|
2195
|
+
args: Prisma.DocumentationPlanStepCreateManyArgs<ExtArgs>;
|
|
2196
|
+
result: BatchPayload;
|
|
2197
|
+
};
|
|
2198
|
+
delete: {
|
|
2199
|
+
args: Prisma.DocumentationPlanStepDeleteArgs<ExtArgs>;
|
|
2200
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2201
|
+
};
|
|
2202
|
+
update: {
|
|
2203
|
+
args: Prisma.DocumentationPlanStepUpdateArgs<ExtArgs>;
|
|
2204
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2205
|
+
};
|
|
2206
|
+
deleteMany: {
|
|
2207
|
+
args: Prisma.DocumentationPlanStepDeleteManyArgs<ExtArgs>;
|
|
2208
|
+
result: BatchPayload;
|
|
2209
|
+
};
|
|
2210
|
+
updateMany: {
|
|
2211
|
+
args: Prisma.DocumentationPlanStepUpdateManyArgs<ExtArgs>;
|
|
2212
|
+
result: BatchPayload;
|
|
2213
|
+
};
|
|
2214
|
+
upsert: {
|
|
2215
|
+
args: Prisma.DocumentationPlanStepUpsertArgs<ExtArgs>;
|
|
2216
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2217
|
+
};
|
|
2218
|
+
aggregate: {
|
|
2219
|
+
args: Prisma.DocumentationPlanStepAggregateArgs<ExtArgs>;
|
|
2220
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlanStep>;
|
|
2221
|
+
};
|
|
2222
|
+
groupBy: {
|
|
2223
|
+
args: Prisma.DocumentationPlanStepGroupByArgs<ExtArgs>;
|
|
2224
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepGroupByOutputType>[];
|
|
2225
|
+
};
|
|
2226
|
+
count: {
|
|
2227
|
+
args: Prisma.DocumentationPlanStepCountArgs<ExtArgs>;
|
|
2228
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepCountAggregateOutputType> | number;
|
|
2229
|
+
};
|
|
2230
|
+
};
|
|
2231
|
+
};
|
|
2232
|
+
QuestionnairePlan: {
|
|
2233
|
+
payload: Prisma.$QuestionnairePlanPayload<ExtArgs>;
|
|
2234
|
+
fields: Prisma.QuestionnairePlanFieldRefs;
|
|
2235
|
+
operations: {
|
|
2236
|
+
findUnique: {
|
|
2237
|
+
args: Prisma.QuestionnairePlanFindUniqueArgs<ExtArgs>;
|
|
2238
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload> | null;
|
|
2239
|
+
};
|
|
2240
|
+
findUniqueOrThrow: {
|
|
2241
|
+
args: Prisma.QuestionnairePlanFindUniqueOrThrowArgs<ExtArgs>;
|
|
2242
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>;
|
|
2243
|
+
};
|
|
2244
|
+
findFirst: {
|
|
2245
|
+
args: Prisma.QuestionnairePlanFindFirstArgs<ExtArgs>;
|
|
2246
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload> | null;
|
|
2247
|
+
};
|
|
2248
|
+
findFirstOrThrow: {
|
|
2249
|
+
args: Prisma.QuestionnairePlanFindFirstOrThrowArgs<ExtArgs>;
|
|
2250
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>;
|
|
2251
|
+
};
|
|
2252
|
+
findMany: {
|
|
2253
|
+
args: Prisma.QuestionnairePlanFindManyArgs<ExtArgs>;
|
|
2254
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>[];
|
|
2255
|
+
};
|
|
2256
|
+
create: {
|
|
2257
|
+
args: Prisma.QuestionnairePlanCreateArgs<ExtArgs>;
|
|
2258
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>;
|
|
2259
|
+
};
|
|
2260
|
+
createMany: {
|
|
2261
|
+
args: Prisma.QuestionnairePlanCreateManyArgs<ExtArgs>;
|
|
2262
|
+
result: BatchPayload;
|
|
2263
|
+
};
|
|
2264
|
+
delete: {
|
|
2265
|
+
args: Prisma.QuestionnairePlanDeleteArgs<ExtArgs>;
|
|
2266
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>;
|
|
2267
|
+
};
|
|
2268
|
+
update: {
|
|
2269
|
+
args: Prisma.QuestionnairePlanUpdateArgs<ExtArgs>;
|
|
2270
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>;
|
|
2271
|
+
};
|
|
2272
|
+
deleteMany: {
|
|
2273
|
+
args: Prisma.QuestionnairePlanDeleteManyArgs<ExtArgs>;
|
|
2274
|
+
result: BatchPayload;
|
|
2275
|
+
};
|
|
2276
|
+
updateMany: {
|
|
2277
|
+
args: Prisma.QuestionnairePlanUpdateManyArgs<ExtArgs>;
|
|
2278
|
+
result: BatchPayload;
|
|
2279
|
+
};
|
|
2280
|
+
upsert: {
|
|
2281
|
+
args: Prisma.QuestionnairePlanUpsertArgs<ExtArgs>;
|
|
2282
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanPayload>;
|
|
2283
|
+
};
|
|
2284
|
+
aggregate: {
|
|
2285
|
+
args: Prisma.QuestionnairePlanAggregateArgs<ExtArgs>;
|
|
2286
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateQuestionnairePlan>;
|
|
2287
|
+
};
|
|
2288
|
+
groupBy: {
|
|
2289
|
+
args: Prisma.QuestionnairePlanGroupByArgs<ExtArgs>;
|
|
2290
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnairePlanGroupByOutputType>[];
|
|
2291
|
+
};
|
|
2292
|
+
count: {
|
|
2293
|
+
args: Prisma.QuestionnairePlanCountArgs<ExtArgs>;
|
|
2294
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnairePlanCountAggregateOutputType> | number;
|
|
2295
|
+
};
|
|
2296
|
+
};
|
|
2297
|
+
};
|
|
2298
|
+
QuestionnairePlanQuestion: {
|
|
2299
|
+
payload: Prisma.$QuestionnairePlanQuestionPayload<ExtArgs>;
|
|
2300
|
+
fields: Prisma.QuestionnairePlanQuestionFieldRefs;
|
|
2301
|
+
operations: {
|
|
2302
|
+
findUnique: {
|
|
2303
|
+
args: Prisma.QuestionnairePlanQuestionFindUniqueArgs<ExtArgs>;
|
|
2304
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload> | null;
|
|
2305
|
+
};
|
|
2306
|
+
findUniqueOrThrow: {
|
|
2307
|
+
args: Prisma.QuestionnairePlanQuestionFindUniqueOrThrowArgs<ExtArgs>;
|
|
2308
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>;
|
|
2309
|
+
};
|
|
2310
|
+
findFirst: {
|
|
2311
|
+
args: Prisma.QuestionnairePlanQuestionFindFirstArgs<ExtArgs>;
|
|
2312
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload> | null;
|
|
2313
|
+
};
|
|
2314
|
+
findFirstOrThrow: {
|
|
2315
|
+
args: Prisma.QuestionnairePlanQuestionFindFirstOrThrowArgs<ExtArgs>;
|
|
2316
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>;
|
|
2317
|
+
};
|
|
2318
|
+
findMany: {
|
|
2319
|
+
args: Prisma.QuestionnairePlanQuestionFindManyArgs<ExtArgs>;
|
|
2320
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>[];
|
|
2321
|
+
};
|
|
2322
|
+
create: {
|
|
2323
|
+
args: Prisma.QuestionnairePlanQuestionCreateArgs<ExtArgs>;
|
|
2324
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>;
|
|
2325
|
+
};
|
|
2326
|
+
createMany: {
|
|
2327
|
+
args: Prisma.QuestionnairePlanQuestionCreateManyArgs<ExtArgs>;
|
|
2328
|
+
result: BatchPayload;
|
|
2329
|
+
};
|
|
2330
|
+
delete: {
|
|
2331
|
+
args: Prisma.QuestionnairePlanQuestionDeleteArgs<ExtArgs>;
|
|
2332
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>;
|
|
2333
|
+
};
|
|
2334
|
+
update: {
|
|
2335
|
+
args: Prisma.QuestionnairePlanQuestionUpdateArgs<ExtArgs>;
|
|
2336
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>;
|
|
2337
|
+
};
|
|
2338
|
+
deleteMany: {
|
|
2339
|
+
args: Prisma.QuestionnairePlanQuestionDeleteManyArgs<ExtArgs>;
|
|
2340
|
+
result: BatchPayload;
|
|
2341
|
+
};
|
|
2342
|
+
updateMany: {
|
|
2343
|
+
args: Prisma.QuestionnairePlanQuestionUpdateManyArgs<ExtArgs>;
|
|
2344
|
+
result: BatchPayload;
|
|
2345
|
+
};
|
|
2346
|
+
upsert: {
|
|
2347
|
+
args: Prisma.QuestionnairePlanQuestionUpsertArgs<ExtArgs>;
|
|
2348
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$QuestionnairePlanQuestionPayload>;
|
|
2349
|
+
};
|
|
2350
|
+
aggregate: {
|
|
2351
|
+
args: Prisma.QuestionnairePlanQuestionAggregateArgs<ExtArgs>;
|
|
2352
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateQuestionnairePlanQuestion>;
|
|
2353
|
+
};
|
|
2354
|
+
groupBy: {
|
|
2355
|
+
args: Prisma.QuestionnairePlanQuestionGroupByArgs<ExtArgs>;
|
|
2356
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnairePlanQuestionGroupByOutputType>[];
|
|
2357
|
+
};
|
|
2358
|
+
count: {
|
|
2359
|
+
args: Prisma.QuestionnairePlanQuestionCountArgs<ExtArgs>;
|
|
2360
|
+
result: runtime.Types.Utils.Optional<Prisma.QuestionnairePlanQuestionCountAggregateOutputType> | number;
|
|
2361
|
+
};
|
|
2362
|
+
};
|
|
2363
|
+
};
|
|
2096
2364
|
PaymentPlan: {
|
|
2097
2365
|
payload: Prisma.$PaymentPlanPayload<ExtArgs>;
|
|
2098
2366
|
fields: Prisma.PaymentPlanFieldRefs;
|
|
@@ -4884,6 +5152,64 @@ export declare const PropertyAmenityScalarFieldEnum: {
|
|
|
4884
5152
|
readonly createdAt: "createdAt";
|
|
4885
5153
|
};
|
|
4886
5154
|
export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
|
|
5155
|
+
export declare const DocumentationPlanScalarFieldEnum: {
|
|
5156
|
+
readonly id: "id";
|
|
5157
|
+
readonly tenantId: "tenantId";
|
|
5158
|
+
readonly name: "name";
|
|
5159
|
+
readonly description: "description";
|
|
5160
|
+
readonly isActive: "isActive";
|
|
5161
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
5162
|
+
readonly createdAt: "createdAt";
|
|
5163
|
+
readonly updatedAt: "updatedAt";
|
|
5164
|
+
};
|
|
5165
|
+
export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
|
|
5166
|
+
export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
5167
|
+
readonly id: "id";
|
|
5168
|
+
readonly planId: "planId";
|
|
5169
|
+
readonly name: "name";
|
|
5170
|
+
readonly stepType: "stepType";
|
|
5171
|
+
readonly order: "order";
|
|
5172
|
+
readonly documentType: "documentType";
|
|
5173
|
+
readonly metadata: "metadata";
|
|
5174
|
+
readonly createdAt: "createdAt";
|
|
5175
|
+
readonly updatedAt: "updatedAt";
|
|
5176
|
+
};
|
|
5177
|
+
export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
|
|
5178
|
+
export declare const QuestionnairePlanScalarFieldEnum: {
|
|
5179
|
+
readonly id: "id";
|
|
5180
|
+
readonly tenantId: "tenantId";
|
|
5181
|
+
readonly name: "name";
|
|
5182
|
+
readonly description: "description";
|
|
5183
|
+
readonly version: "version";
|
|
5184
|
+
readonly isActive: "isActive";
|
|
5185
|
+
readonly passingScore: "passingScore";
|
|
5186
|
+
readonly scoringStrategy: "scoringStrategy";
|
|
5187
|
+
readonly autoDecisionEnabled: "autoDecisionEnabled";
|
|
5188
|
+
readonly estimatedMinutes: "estimatedMinutes";
|
|
5189
|
+
readonly category: "category";
|
|
5190
|
+
readonly createdAt: "createdAt";
|
|
5191
|
+
readonly updatedAt: "updatedAt";
|
|
5192
|
+
};
|
|
5193
|
+
export type QuestionnairePlanScalarFieldEnum = (typeof QuestionnairePlanScalarFieldEnum)[keyof typeof QuestionnairePlanScalarFieldEnum];
|
|
5194
|
+
export declare const QuestionnairePlanQuestionScalarFieldEnum: {
|
|
5195
|
+
readonly id: "id";
|
|
5196
|
+
readonly questionnairePlanId: "questionnairePlanId";
|
|
5197
|
+
readonly questionKey: "questionKey";
|
|
5198
|
+
readonly questionText: "questionText";
|
|
5199
|
+
readonly helpText: "helpText";
|
|
5200
|
+
readonly questionType: "questionType";
|
|
5201
|
+
readonly order: "order";
|
|
5202
|
+
readonly isRequired: "isRequired";
|
|
5203
|
+
readonly validationRules: "validationRules";
|
|
5204
|
+
readonly options: "options";
|
|
5205
|
+
readonly scoreWeight: "scoreWeight";
|
|
5206
|
+
readonly scoringRules: "scoringRules";
|
|
5207
|
+
readonly showIf: "showIf";
|
|
5208
|
+
readonly category: "category";
|
|
5209
|
+
readonly createdAt: "createdAt";
|
|
5210
|
+
readonly updatedAt: "updatedAt";
|
|
5211
|
+
};
|
|
5212
|
+
export type QuestionnairePlanQuestionScalarFieldEnum = (typeof QuestionnairePlanQuestionScalarFieldEnum)[keyof typeof QuestionnairePlanQuestionScalarFieldEnum];
|
|
4887
5213
|
export declare const PaymentPlanScalarFieldEnum: {
|
|
4888
5214
|
readonly id: "id";
|
|
4889
5215
|
readonly tenantId: "tenantId";
|
|
@@ -4933,6 +5259,8 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
|
|
|
4933
5259
|
readonly tenantId: "tenantId";
|
|
4934
5260
|
readonly paymentMethodId: "paymentMethodId";
|
|
4935
5261
|
readonly paymentPlanId: "paymentPlanId";
|
|
5262
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
5263
|
+
readonly questionnairePlanId: "questionnairePlanId";
|
|
4936
5264
|
readonly name: "name";
|
|
4937
5265
|
readonly description: "description";
|
|
4938
5266
|
readonly phaseCategory: "phaseCategory";
|
|
@@ -5092,8 +5420,13 @@ export declare const QuestionnairePhaseScalarFieldEnum: {
|
|
|
5092
5420
|
readonly id: "id";
|
|
5093
5421
|
readonly tenantId: "tenantId";
|
|
5094
5422
|
readonly phaseId: "phaseId";
|
|
5423
|
+
readonly questionnairePlanId: "questionnairePlanId";
|
|
5095
5424
|
readonly completedFieldsCount: "completedFieldsCount";
|
|
5096
5425
|
readonly totalFieldsCount: "totalFieldsCount";
|
|
5426
|
+
readonly totalScore: "totalScore";
|
|
5427
|
+
readonly passingScore: "passingScore";
|
|
5428
|
+
readonly passed: "passed";
|
|
5429
|
+
readonly scoredAt: "scoredAt";
|
|
5097
5430
|
readonly underwritingScore: "underwritingScore";
|
|
5098
5431
|
readonly debtToIncomeRatio: "debtToIncomeRatio";
|
|
5099
5432
|
readonly underwritingDecision: "underwritingDecision";
|
|
@@ -5107,6 +5440,7 @@ export declare const DocumentationPhaseScalarFieldEnum: {
|
|
|
5107
5440
|
readonly id: "id";
|
|
5108
5441
|
readonly tenantId: "tenantId";
|
|
5109
5442
|
readonly phaseId: "phaseId";
|
|
5443
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
5110
5444
|
readonly currentStepId: "currentStepId";
|
|
5111
5445
|
readonly approvedDocumentsCount: "approvedDocumentsCount";
|
|
5112
5446
|
readonly requiredDocumentsCount: "requiredDocumentsCount";
|
|
@@ -5823,6 +6157,36 @@ export declare const PropertyAmenityOrderByRelevanceFieldEnum: {
|
|
|
5823
6157
|
readonly amenityId: "amenityId";
|
|
5824
6158
|
};
|
|
5825
6159
|
export type PropertyAmenityOrderByRelevanceFieldEnum = (typeof PropertyAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyAmenityOrderByRelevanceFieldEnum];
|
|
6160
|
+
export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
|
|
6161
|
+
readonly id: "id";
|
|
6162
|
+
readonly tenantId: "tenantId";
|
|
6163
|
+
readonly name: "name";
|
|
6164
|
+
readonly description: "description";
|
|
6165
|
+
};
|
|
6166
|
+
export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
|
|
6167
|
+
export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
6168
|
+
readonly id: "id";
|
|
6169
|
+
readonly planId: "planId";
|
|
6170
|
+
readonly name: "name";
|
|
6171
|
+
readonly documentType: "documentType";
|
|
6172
|
+
};
|
|
6173
|
+
export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
|
|
6174
|
+
export declare const QuestionnairePlanOrderByRelevanceFieldEnum: {
|
|
6175
|
+
readonly id: "id";
|
|
6176
|
+
readonly tenantId: "tenantId";
|
|
6177
|
+
readonly name: "name";
|
|
6178
|
+
readonly description: "description";
|
|
6179
|
+
};
|
|
6180
|
+
export type QuestionnairePlanOrderByRelevanceFieldEnum = (typeof QuestionnairePlanOrderByRelevanceFieldEnum)[keyof typeof QuestionnairePlanOrderByRelevanceFieldEnum];
|
|
6181
|
+
export declare const QuestionnairePlanQuestionOrderByRelevanceFieldEnum: {
|
|
6182
|
+
readonly id: "id";
|
|
6183
|
+
readonly questionnairePlanId: "questionnairePlanId";
|
|
6184
|
+
readonly questionKey: "questionKey";
|
|
6185
|
+
readonly questionText: "questionText";
|
|
6186
|
+
readonly helpText: "helpText";
|
|
6187
|
+
readonly category: "category";
|
|
6188
|
+
};
|
|
6189
|
+
export type QuestionnairePlanQuestionOrderByRelevanceFieldEnum = (typeof QuestionnairePlanQuestionOrderByRelevanceFieldEnum)[keyof typeof QuestionnairePlanQuestionOrderByRelevanceFieldEnum];
|
|
5826
6190
|
export declare const PaymentPlanOrderByRelevanceFieldEnum: {
|
|
5827
6191
|
readonly id: "id";
|
|
5828
6192
|
readonly tenantId: "tenantId";
|
|
@@ -5848,6 +6212,8 @@ export declare const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum: {
|
|
|
5848
6212
|
readonly tenantId: "tenantId";
|
|
5849
6213
|
readonly paymentMethodId: "paymentMethodId";
|
|
5850
6214
|
readonly paymentPlanId: "paymentPlanId";
|
|
6215
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
6216
|
+
readonly questionnairePlanId: "questionnairePlanId";
|
|
5851
6217
|
readonly name: "name";
|
|
5852
6218
|
readonly description: "description";
|
|
5853
6219
|
};
|
|
@@ -5937,6 +6303,7 @@ export declare const QuestionnairePhaseOrderByRelevanceFieldEnum: {
|
|
|
5937
6303
|
readonly id: "id";
|
|
5938
6304
|
readonly tenantId: "tenantId";
|
|
5939
6305
|
readonly phaseId: "phaseId";
|
|
6306
|
+
readonly questionnairePlanId: "questionnairePlanId";
|
|
5940
6307
|
readonly underwritingDecision: "underwritingDecision";
|
|
5941
6308
|
readonly underwritingNotes: "underwritingNotes";
|
|
5942
6309
|
};
|
|
@@ -5945,6 +6312,7 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
|
|
|
5945
6312
|
readonly id: "id";
|
|
5946
6313
|
readonly tenantId: "tenantId";
|
|
5947
6314
|
readonly phaseId: "phaseId";
|
|
6315
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
5948
6316
|
readonly currentStepId: "currentStepId";
|
|
5949
6317
|
};
|
|
5950
6318
|
export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
|
|
@@ -6233,6 +6601,22 @@ export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, '
|
|
|
6233
6601
|
* Reference to a field of type 'Int'
|
|
6234
6602
|
*/
|
|
6235
6603
|
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
|
|
6604
|
+
/**
|
|
6605
|
+
* Reference to a field of type 'StepType'
|
|
6606
|
+
*/
|
|
6607
|
+
export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
|
|
6608
|
+
/**
|
|
6609
|
+
* Reference to a field of type 'ScoringStrategy'
|
|
6610
|
+
*/
|
|
6611
|
+
export type EnumScoringStrategyFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ScoringStrategy'>;
|
|
6612
|
+
/**
|
|
6613
|
+
* Reference to a field of type 'QuestionnaireCategory'
|
|
6614
|
+
*/
|
|
6615
|
+
export type EnumQuestionnaireCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'QuestionnaireCategory'>;
|
|
6616
|
+
/**
|
|
6617
|
+
* Reference to a field of type 'QuestionType'
|
|
6618
|
+
*/
|
|
6619
|
+
export type EnumQuestionTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'QuestionType'>;
|
|
6236
6620
|
/**
|
|
6237
6621
|
* Reference to a field of type 'PaymentFrequency'
|
|
6238
6622
|
*/
|
|
@@ -6253,10 +6637,6 @@ export type EnumCompletionCriterionFieldRefInput<$PrismaModel> = FieldRefInputTy
|
|
|
6253
6637
|
* Reference to a field of type 'PhaseTrigger'
|
|
6254
6638
|
*/
|
|
6255
6639
|
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
6640
|
/**
|
|
6261
6641
|
* Reference to a field of type 'StepTrigger'
|
|
6262
6642
|
*/
|
|
@@ -6502,6 +6882,10 @@ export type GlobalOmitConfig = {
|
|
|
6502
6882
|
propertyVariantMedia?: Prisma.PropertyVariantMediaOmit;
|
|
6503
6883
|
propertyUnit?: Prisma.PropertyUnitOmit;
|
|
6504
6884
|
propertyAmenity?: Prisma.PropertyAmenityOmit;
|
|
6885
|
+
documentationPlan?: Prisma.DocumentationPlanOmit;
|
|
6886
|
+
documentationPlanStep?: Prisma.DocumentationPlanStepOmit;
|
|
6887
|
+
questionnairePlan?: Prisma.QuestionnairePlanOmit;
|
|
6888
|
+
questionnairePlanQuestion?: Prisma.QuestionnairePlanQuestionOmit;
|
|
6505
6889
|
paymentPlan?: Prisma.PaymentPlanOmit;
|
|
6506
6890
|
propertyPaymentMethod?: Prisma.PropertyPaymentMethodOmit;
|
|
6507
6891
|
propertyPaymentMethodLink?: Prisma.PropertyPaymentMethodLinkOmit;
|
|
@@ -94,6 +94,10 @@ export const ModelName = {
|
|
|
94
94
|
PropertyVariantMedia: 'PropertyVariantMedia',
|
|
95
95
|
PropertyUnit: 'PropertyUnit',
|
|
96
96
|
PropertyAmenity: 'PropertyAmenity',
|
|
97
|
+
DocumentationPlan: 'DocumentationPlan',
|
|
98
|
+
DocumentationPlanStep: 'DocumentationPlanStep',
|
|
99
|
+
QuestionnairePlan: 'QuestionnairePlan',
|
|
100
|
+
QuestionnairePlanQuestion: 'QuestionnairePlanQuestion',
|
|
97
101
|
PaymentPlan: 'PaymentPlan',
|
|
98
102
|
PropertyPaymentMethod: 'PropertyPaymentMethod',
|
|
99
103
|
PropertyPaymentMethodLink: 'PropertyPaymentMethodLink',
|
|
@@ -429,6 +433,60 @@ export const PropertyAmenityScalarFieldEnum = {
|
|
|
429
433
|
amenityId: 'amenityId',
|
|
430
434
|
createdAt: 'createdAt'
|
|
431
435
|
};
|
|
436
|
+
export const DocumentationPlanScalarFieldEnum = {
|
|
437
|
+
id: 'id',
|
|
438
|
+
tenantId: 'tenantId',
|
|
439
|
+
name: 'name',
|
|
440
|
+
description: 'description',
|
|
441
|
+
isActive: 'isActive',
|
|
442
|
+
requiredDocumentTypes: 'requiredDocumentTypes',
|
|
443
|
+
createdAt: 'createdAt',
|
|
444
|
+
updatedAt: 'updatedAt'
|
|
445
|
+
};
|
|
446
|
+
export const DocumentationPlanStepScalarFieldEnum = {
|
|
447
|
+
id: 'id',
|
|
448
|
+
planId: 'planId',
|
|
449
|
+
name: 'name',
|
|
450
|
+
stepType: 'stepType',
|
|
451
|
+
order: 'order',
|
|
452
|
+
documentType: 'documentType',
|
|
453
|
+
metadata: 'metadata',
|
|
454
|
+
createdAt: 'createdAt',
|
|
455
|
+
updatedAt: 'updatedAt'
|
|
456
|
+
};
|
|
457
|
+
export const QuestionnairePlanScalarFieldEnum = {
|
|
458
|
+
id: 'id',
|
|
459
|
+
tenantId: 'tenantId',
|
|
460
|
+
name: 'name',
|
|
461
|
+
description: 'description',
|
|
462
|
+
version: 'version',
|
|
463
|
+
isActive: 'isActive',
|
|
464
|
+
passingScore: 'passingScore',
|
|
465
|
+
scoringStrategy: 'scoringStrategy',
|
|
466
|
+
autoDecisionEnabled: 'autoDecisionEnabled',
|
|
467
|
+
estimatedMinutes: 'estimatedMinutes',
|
|
468
|
+
category: 'category',
|
|
469
|
+
createdAt: 'createdAt',
|
|
470
|
+
updatedAt: 'updatedAt'
|
|
471
|
+
};
|
|
472
|
+
export const QuestionnairePlanQuestionScalarFieldEnum = {
|
|
473
|
+
id: 'id',
|
|
474
|
+
questionnairePlanId: 'questionnairePlanId',
|
|
475
|
+
questionKey: 'questionKey',
|
|
476
|
+
questionText: 'questionText',
|
|
477
|
+
helpText: 'helpText',
|
|
478
|
+
questionType: 'questionType',
|
|
479
|
+
order: 'order',
|
|
480
|
+
isRequired: 'isRequired',
|
|
481
|
+
validationRules: 'validationRules',
|
|
482
|
+
options: 'options',
|
|
483
|
+
scoreWeight: 'scoreWeight',
|
|
484
|
+
scoringRules: 'scoringRules',
|
|
485
|
+
showIf: 'showIf',
|
|
486
|
+
category: 'category',
|
|
487
|
+
createdAt: 'createdAt',
|
|
488
|
+
updatedAt: 'updatedAt'
|
|
489
|
+
};
|
|
432
490
|
export const PaymentPlanScalarFieldEnum = {
|
|
433
491
|
id: 'id',
|
|
434
492
|
tenantId: 'tenantId',
|
|
@@ -475,6 +533,8 @@ export const PropertyPaymentMethodPhaseScalarFieldEnum = {
|
|
|
475
533
|
tenantId: 'tenantId',
|
|
476
534
|
paymentMethodId: 'paymentMethodId',
|
|
477
535
|
paymentPlanId: 'paymentPlanId',
|
|
536
|
+
documentationPlanId: 'documentationPlanId',
|
|
537
|
+
questionnairePlanId: 'questionnairePlanId',
|
|
478
538
|
name: 'name',
|
|
479
539
|
description: 'description',
|
|
480
540
|
phaseCategory: 'phaseCategory',
|
|
@@ -625,8 +685,13 @@ export const QuestionnairePhaseScalarFieldEnum = {
|
|
|
625
685
|
id: 'id',
|
|
626
686
|
tenantId: 'tenantId',
|
|
627
687
|
phaseId: 'phaseId',
|
|
688
|
+
questionnairePlanId: 'questionnairePlanId',
|
|
628
689
|
completedFieldsCount: 'completedFieldsCount',
|
|
629
690
|
totalFieldsCount: 'totalFieldsCount',
|
|
691
|
+
totalScore: 'totalScore',
|
|
692
|
+
passingScore: 'passingScore',
|
|
693
|
+
passed: 'passed',
|
|
694
|
+
scoredAt: 'scoredAt',
|
|
630
695
|
underwritingScore: 'underwritingScore',
|
|
631
696
|
debtToIncomeRatio: 'debtToIncomeRatio',
|
|
632
697
|
underwritingDecision: 'underwritingDecision',
|
|
@@ -639,6 +704,7 @@ export const DocumentationPhaseScalarFieldEnum = {
|
|
|
639
704
|
id: 'id',
|
|
640
705
|
tenantId: 'tenantId',
|
|
641
706
|
phaseId: 'phaseId',
|
|
707
|
+
documentationPlanId: 'documentationPlanId',
|
|
642
708
|
currentStepId: 'currentStepId',
|
|
643
709
|
approvedDocumentsCount: 'approvedDocumentsCount',
|
|
644
710
|
requiredDocumentsCount: 'requiredDocumentsCount',
|
|
@@ -1298,6 +1364,32 @@ export const PropertyAmenityOrderByRelevanceFieldEnum = {
|
|
|
1298
1364
|
propertyId: 'propertyId',
|
|
1299
1365
|
amenityId: 'amenityId'
|
|
1300
1366
|
};
|
|
1367
|
+
export const DocumentationPlanOrderByRelevanceFieldEnum = {
|
|
1368
|
+
id: 'id',
|
|
1369
|
+
tenantId: 'tenantId',
|
|
1370
|
+
name: 'name',
|
|
1371
|
+
description: 'description'
|
|
1372
|
+
};
|
|
1373
|
+
export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
1374
|
+
id: 'id',
|
|
1375
|
+
planId: 'planId',
|
|
1376
|
+
name: 'name',
|
|
1377
|
+
documentType: 'documentType'
|
|
1378
|
+
};
|
|
1379
|
+
export const QuestionnairePlanOrderByRelevanceFieldEnum = {
|
|
1380
|
+
id: 'id',
|
|
1381
|
+
tenantId: 'tenantId',
|
|
1382
|
+
name: 'name',
|
|
1383
|
+
description: 'description'
|
|
1384
|
+
};
|
|
1385
|
+
export const QuestionnairePlanQuestionOrderByRelevanceFieldEnum = {
|
|
1386
|
+
id: 'id',
|
|
1387
|
+
questionnairePlanId: 'questionnairePlanId',
|
|
1388
|
+
questionKey: 'questionKey',
|
|
1389
|
+
questionText: 'questionText',
|
|
1390
|
+
helpText: 'helpText',
|
|
1391
|
+
category: 'category'
|
|
1392
|
+
};
|
|
1301
1393
|
export const PaymentPlanOrderByRelevanceFieldEnum = {
|
|
1302
1394
|
id: 'id',
|
|
1303
1395
|
tenantId: 'tenantId',
|
|
@@ -1320,6 +1412,8 @@ export const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum = {
|
|
|
1320
1412
|
tenantId: 'tenantId',
|
|
1321
1413
|
paymentMethodId: 'paymentMethodId',
|
|
1322
1414
|
paymentPlanId: 'paymentPlanId',
|
|
1415
|
+
documentationPlanId: 'documentationPlanId',
|
|
1416
|
+
questionnairePlanId: 'questionnairePlanId',
|
|
1323
1417
|
name: 'name',
|
|
1324
1418
|
description: 'description'
|
|
1325
1419
|
};
|
|
@@ -1400,6 +1494,7 @@ export const QuestionnairePhaseOrderByRelevanceFieldEnum = {
|
|
|
1400
1494
|
id: 'id',
|
|
1401
1495
|
tenantId: 'tenantId',
|
|
1402
1496
|
phaseId: 'phaseId',
|
|
1497
|
+
questionnairePlanId: 'questionnairePlanId',
|
|
1403
1498
|
underwritingDecision: 'underwritingDecision',
|
|
1404
1499
|
underwritingNotes: 'underwritingNotes'
|
|
1405
1500
|
};
|
|
@@ -1407,6 +1502,7 @@ export const DocumentationPhaseOrderByRelevanceFieldEnum = {
|
|
|
1407
1502
|
id: 'id',
|
|
1408
1503
|
tenantId: 'tenantId',
|
|
1409
1504
|
phaseId: 'phaseId',
|
|
1505
|
+
documentationPlanId: 'documentationPlanId',
|
|
1410
1506
|
currentStepId: 'currentStepId'
|
|
1411
1507
|
};
|
|
1412
1508
|
export const PaymentPhaseOrderByRelevanceFieldEnum = {
|