@valentine-efagene/qshelter-common 2.0.138 → 2.0.140
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 +17 -17
- package/dist/generated/client/client.d.ts +17 -17
- package/dist/generated/client/commonInputTypes.d.ts +142 -202
- package/dist/generated/client/enums.d.ts +23 -0
- package/dist/generated/client/enums.js +21 -1
- package/dist/generated/client/internal/class.d.ts +37 -37
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +348 -377
- package/dist/generated/client/internal/prismaNamespace.js +91 -116
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +97 -122
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +91 -116
- package/dist/generated/client/models/ApplicationDocument.d.ts +290 -1
- package/dist/generated/client/models/ApprovalStage.d.ts +1605 -0
- package/dist/generated/client/models/ApprovalStage.js +1 -0
- package/dist/generated/client/models/ApprovalStageProgress.d.ts +2329 -0
- package/dist/generated/client/models/ApprovalStageProgress.js +1 -0
- package/dist/generated/client/models/DocumentApproval.d.ts +1611 -0
- package/dist/generated/client/models/DocumentApproval.js +1 -0
- package/dist/generated/client/models/DocumentDefinition.d.ts +1475 -0
- package/dist/generated/client/models/DocumentDefinition.js +1 -0
- package/dist/generated/client/models/DocumentReview.d.ts +0 -3
- package/dist/generated/client/models/DocumentationPhase.d.ts +215 -629
- package/dist/generated/client/models/DocumentationPlan.d.ts +188 -57
- package/dist/generated/client/models/PaymentMethodPhaseStep.d.ts +3 -0
- package/dist/generated/client/models/Tenant.d.ts +640 -1203
- package/dist/generated/client/models/User.d.ts +414 -817
- package/dist/generated/client/models/index.d.ts +4 -4
- package/dist/generated/client/models/index.js +4 -4
- package/dist/generated/client/models.d.ts +4 -4
- package/dist/src/utils/documentation-enums.d.ts +10 -1
- package/dist/src/utils/documentation-enums.js +8 -0
- package/package.json +1 -1
- package/prisma/migrations/20260119190336_add_document_approval_workflow/migration.sql +134 -0
- package/prisma/schema.prisma +229 -214
|
@@ -181,12 +181,11 @@ export type TenantWhereInput = {
|
|
|
181
181
|
paymentPhases?: Prisma.PaymentPhaseListRelationFilter;
|
|
182
182
|
questionnaireFields?: Prisma.QuestionnaireFieldListRelationFilter;
|
|
183
183
|
applicationEvents?: Prisma.ApplicationEventListRelationFilter;
|
|
184
|
-
documentationSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
185
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentListRelationFilter;
|
|
186
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
187
184
|
paymentInstallments?: Prisma.PaymentInstallmentListRelationFilter;
|
|
188
185
|
applicationPayments?: Prisma.ApplicationPaymentListRelationFilter;
|
|
189
186
|
applicationDocuments?: Prisma.ApplicationDocumentListRelationFilter;
|
|
187
|
+
documentApprovals?: Prisma.DocumentApprovalListRelationFilter;
|
|
188
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressListRelationFilter;
|
|
190
189
|
propertyMedia?: Prisma.PropertyMediaListRelationFilter;
|
|
191
190
|
propertyDocuments?: Prisma.PropertyDocumentListRelationFilter;
|
|
192
191
|
propertyVariants?: Prisma.PropertyVariantListRelationFilter;
|
|
@@ -248,12 +247,11 @@ export type TenantOrderByWithRelationInput = {
|
|
|
248
247
|
paymentPhases?: Prisma.PaymentPhaseOrderByRelationAggregateInput;
|
|
249
248
|
questionnaireFields?: Prisma.QuestionnaireFieldOrderByRelationAggregateInput;
|
|
250
249
|
applicationEvents?: Prisma.ApplicationEventOrderByRelationAggregateInput;
|
|
251
|
-
documentationSteps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
|
|
252
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentOrderByRelationAggregateInput;
|
|
253
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalOrderByRelationAggregateInput;
|
|
254
250
|
paymentInstallments?: Prisma.PaymentInstallmentOrderByRelationAggregateInput;
|
|
255
251
|
applicationPayments?: Prisma.ApplicationPaymentOrderByRelationAggregateInput;
|
|
256
252
|
applicationDocuments?: Prisma.ApplicationDocumentOrderByRelationAggregateInput;
|
|
253
|
+
documentApprovals?: Prisma.DocumentApprovalOrderByRelationAggregateInput;
|
|
254
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressOrderByRelationAggregateInput;
|
|
257
255
|
propertyMedia?: Prisma.PropertyMediaOrderByRelationAggregateInput;
|
|
258
256
|
propertyDocuments?: Prisma.PropertyDocumentOrderByRelationAggregateInput;
|
|
259
257
|
propertyVariants?: Prisma.PropertyVariantOrderByRelationAggregateInput;
|
|
@@ -319,12 +317,11 @@ export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
|
319
317
|
paymentPhases?: Prisma.PaymentPhaseListRelationFilter;
|
|
320
318
|
questionnaireFields?: Prisma.QuestionnaireFieldListRelationFilter;
|
|
321
319
|
applicationEvents?: Prisma.ApplicationEventListRelationFilter;
|
|
322
|
-
documentationSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
323
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentListRelationFilter;
|
|
324
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
325
320
|
paymentInstallments?: Prisma.PaymentInstallmentListRelationFilter;
|
|
326
321
|
applicationPayments?: Prisma.ApplicationPaymentListRelationFilter;
|
|
327
322
|
applicationDocuments?: Prisma.ApplicationDocumentListRelationFilter;
|
|
323
|
+
documentApprovals?: Prisma.DocumentApprovalListRelationFilter;
|
|
324
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressListRelationFilter;
|
|
328
325
|
propertyMedia?: Prisma.PropertyMediaListRelationFilter;
|
|
329
326
|
propertyDocuments?: Prisma.PropertyDocumentListRelationFilter;
|
|
330
327
|
propertyVariants?: Prisma.PropertyVariantListRelationFilter;
|
|
@@ -408,12 +405,11 @@ export type TenantCreateInput = {
|
|
|
408
405
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
409
406
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
410
407
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
411
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
412
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
413
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
414
408
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
415
409
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
416
410
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
411
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
412
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
417
413
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
418
414
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
419
415
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -475,12 +471,11 @@ export type TenantUncheckedCreateInput = {
|
|
|
475
471
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
476
472
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
477
473
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
478
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
479
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
480
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
481
474
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
482
475
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
483
476
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
477
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
478
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
484
479
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
485
480
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
486
481
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -542,12 +537,11 @@ export type TenantUpdateInput = {
|
|
|
542
537
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
543
538
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
544
539
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
545
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
546
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
547
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
548
540
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
549
541
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
550
542
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
543
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
544
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
551
545
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
552
546
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
553
547
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -609,12 +603,11 @@ export type TenantUncheckedUpdateInput = {
|
|
|
609
603
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
610
604
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
611
605
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
612
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
613
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
614
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
615
606
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
616
607
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
617
608
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
609
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
610
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
618
611
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
619
612
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
620
613
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -1163,42 +1156,6 @@ export type TenantUpdateOneRequiredWithoutApplicationEventsNestedInput = {
|
|
|
1163
1156
|
connect?: Prisma.TenantWhereUniqueInput;
|
|
1164
1157
|
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutApplicationEventsInput, Prisma.TenantUpdateWithoutApplicationEventsInput>, Prisma.TenantUncheckedUpdateWithoutApplicationEventsInput>;
|
|
1165
1158
|
};
|
|
1166
|
-
export type TenantCreateNestedOneWithoutDocumentationStepsInput = {
|
|
1167
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentationStepsInput, Prisma.TenantUncheckedCreateWithoutDocumentationStepsInput>;
|
|
1168
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentationStepsInput;
|
|
1169
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
1170
|
-
};
|
|
1171
|
-
export type TenantUpdateOneRequiredWithoutDocumentationStepsNestedInput = {
|
|
1172
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentationStepsInput, Prisma.TenantUncheckedCreateWithoutDocumentationStepsInput>;
|
|
1173
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentationStepsInput;
|
|
1174
|
-
upsert?: Prisma.TenantUpsertWithoutDocumentationStepsInput;
|
|
1175
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
1176
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutDocumentationStepsInput, Prisma.TenantUpdateWithoutDocumentationStepsInput>, Prisma.TenantUncheckedUpdateWithoutDocumentationStepsInput>;
|
|
1177
|
-
};
|
|
1178
|
-
export type TenantCreateNestedOneWithoutDocumentationStepDocumentsInput = {
|
|
1179
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentationStepDocumentsInput, Prisma.TenantUncheckedCreateWithoutDocumentationStepDocumentsInput>;
|
|
1180
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentationStepDocumentsInput;
|
|
1181
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
1182
|
-
};
|
|
1183
|
-
export type TenantUpdateOneRequiredWithoutDocumentationStepDocumentsNestedInput = {
|
|
1184
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentationStepDocumentsInput, Prisma.TenantUncheckedCreateWithoutDocumentationStepDocumentsInput>;
|
|
1185
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentationStepDocumentsInput;
|
|
1186
|
-
upsert?: Prisma.TenantUpsertWithoutDocumentationStepDocumentsInput;
|
|
1187
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
1188
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutDocumentationStepDocumentsInput, Prisma.TenantUpdateWithoutDocumentationStepDocumentsInput>, Prisma.TenantUncheckedUpdateWithoutDocumentationStepDocumentsInput>;
|
|
1189
|
-
};
|
|
1190
|
-
export type TenantCreateNestedOneWithoutDocumentationStepApprovalsInput = {
|
|
1191
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentationStepApprovalsInput, Prisma.TenantUncheckedCreateWithoutDocumentationStepApprovalsInput>;
|
|
1192
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentationStepApprovalsInput;
|
|
1193
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
1194
|
-
};
|
|
1195
|
-
export type TenantUpdateOneRequiredWithoutDocumentationStepApprovalsNestedInput = {
|
|
1196
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentationStepApprovalsInput, Prisma.TenantUncheckedCreateWithoutDocumentationStepApprovalsInput>;
|
|
1197
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentationStepApprovalsInput;
|
|
1198
|
-
upsert?: Prisma.TenantUpsertWithoutDocumentationStepApprovalsInput;
|
|
1199
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
1200
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutDocumentationStepApprovalsInput, Prisma.TenantUpdateWithoutDocumentationStepApprovalsInput>, Prisma.TenantUncheckedUpdateWithoutDocumentationStepApprovalsInput>;
|
|
1201
|
-
};
|
|
1202
1159
|
export type TenantCreateNestedOneWithoutPaymentInstallmentsInput = {
|
|
1203
1160
|
create?: Prisma.XOR<Prisma.TenantCreateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedCreateWithoutPaymentInstallmentsInput>;
|
|
1204
1161
|
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutPaymentInstallmentsInput;
|
|
@@ -1247,6 +1204,30 @@ export type TenantUpdateOneRequiredWithoutDocumentReviewsNestedInput = {
|
|
|
1247
1204
|
connect?: Prisma.TenantWhereUniqueInput;
|
|
1248
1205
|
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutDocumentReviewsInput, Prisma.TenantUpdateWithoutDocumentReviewsInput>, Prisma.TenantUncheckedUpdateWithoutDocumentReviewsInput>;
|
|
1249
1206
|
};
|
|
1207
|
+
export type TenantCreateNestedOneWithoutApprovalStageProgressInput = {
|
|
1208
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutApprovalStageProgressInput, Prisma.TenantUncheckedCreateWithoutApprovalStageProgressInput>;
|
|
1209
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutApprovalStageProgressInput;
|
|
1210
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
1211
|
+
};
|
|
1212
|
+
export type TenantUpdateOneRequiredWithoutApprovalStageProgressNestedInput = {
|
|
1213
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutApprovalStageProgressInput, Prisma.TenantUncheckedCreateWithoutApprovalStageProgressInput>;
|
|
1214
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutApprovalStageProgressInput;
|
|
1215
|
+
upsert?: Prisma.TenantUpsertWithoutApprovalStageProgressInput;
|
|
1216
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
1217
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutApprovalStageProgressInput, Prisma.TenantUpdateWithoutApprovalStageProgressInput>, Prisma.TenantUncheckedUpdateWithoutApprovalStageProgressInput>;
|
|
1218
|
+
};
|
|
1219
|
+
export type TenantCreateNestedOneWithoutDocumentApprovalsInput = {
|
|
1220
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentApprovalsInput, Prisma.TenantUncheckedCreateWithoutDocumentApprovalsInput>;
|
|
1221
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentApprovalsInput;
|
|
1222
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
1223
|
+
};
|
|
1224
|
+
export type TenantUpdateOneRequiredWithoutDocumentApprovalsNestedInput = {
|
|
1225
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentApprovalsInput, Prisma.TenantUncheckedCreateWithoutDocumentApprovalsInput>;
|
|
1226
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentApprovalsInput;
|
|
1227
|
+
upsert?: Prisma.TenantUpsertWithoutDocumentApprovalsInput;
|
|
1228
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
1229
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutDocumentApprovalsInput, Prisma.TenantUpdateWithoutDocumentApprovalsInput>, Prisma.TenantUncheckedUpdateWithoutDocumentApprovalsInput>;
|
|
1230
|
+
};
|
|
1250
1231
|
export type TenantCreateNestedOneWithoutDocumentTemplatesInput = {
|
|
1251
1232
|
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentTemplatesInput, Prisma.TenantUncheckedCreateWithoutDocumentTemplatesInput>;
|
|
1252
1233
|
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentTemplatesInput;
|
|
@@ -1456,12 +1437,11 @@ export type TenantCreateWithoutUsersInput = {
|
|
|
1456
1437
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
1457
1438
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
1458
1439
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
1459
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
1460
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
1461
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
1462
1440
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
1463
1441
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
1464
1442
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
1443
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
1444
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
1465
1445
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
1466
1446
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
1467
1447
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -1522,12 +1502,11 @@ export type TenantUncheckedCreateWithoutUsersInput = {
|
|
|
1522
1502
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
1523
1503
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
1524
1504
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1525
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
1526
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1527
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
1528
1505
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1529
1506
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1530
1507
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1508
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
1509
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
1531
1510
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
1532
1511
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1533
1512
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -1601,12 +1580,11 @@ export type TenantUpdateWithoutUsersInput = {
|
|
|
1601
1580
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
1602
1581
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
1603
1582
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
1604
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
1605
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
1606
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
1607
1583
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
1608
1584
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
1609
1585
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
1586
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
1587
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
1610
1588
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
1611
1589
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
1612
1590
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -1667,12 +1645,11 @@ export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
|
1667
1645
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1668
1646
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1669
1647
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1670
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1671
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1672
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1673
1648
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1674
1649
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1675
1650
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1651
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1652
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1676
1653
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1677
1654
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1678
1655
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -1733,12 +1710,11 @@ export type TenantCreateWithoutRolesInput = {
|
|
|
1733
1710
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
1734
1711
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
1735
1712
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
1736
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
1737
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
1738
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
1739
1713
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
1740
1714
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
1741
1715
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
1716
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
1717
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
1742
1718
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
1743
1719
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
1744
1720
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -1799,12 +1775,11 @@ export type TenantUncheckedCreateWithoutRolesInput = {
|
|
|
1799
1775
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
1800
1776
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
1801
1777
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1802
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
1803
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1804
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
1805
1778
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1806
1779
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1807
1780
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1781
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
1782
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
1808
1783
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
1809
1784
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
1810
1785
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -1878,12 +1853,11 @@ export type TenantUpdateWithoutRolesInput = {
|
|
|
1878
1853
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
1879
1854
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
1880
1855
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
1881
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
1882
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
1883
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
1884
1856
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
1885
1857
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
1886
1858
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
1859
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
1860
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
1887
1861
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
1888
1862
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
1889
1863
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -1944,12 +1918,11 @@ export type TenantUncheckedUpdateWithoutRolesInput = {
|
|
|
1944
1918
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1945
1919
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1946
1920
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1947
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1948
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1949
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1950
1921
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1951
1922
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1952
1923
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1924
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1925
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1953
1926
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1954
1927
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1955
1928
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -2010,12 +1983,11 @@ export type TenantCreateWithoutPermissionsInput = {
|
|
|
2010
1983
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
2011
1984
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
2012
1985
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
2013
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
2014
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
2015
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
2016
1986
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
2017
1987
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
2018
1988
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
1989
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
1990
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
2019
1991
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
2020
1992
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
2021
1993
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -2076,12 +2048,11 @@ export type TenantUncheckedCreateWithoutPermissionsInput = {
|
|
|
2076
2048
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
2077
2049
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
2078
2050
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2079
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
2080
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2081
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2082
2051
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2083
2052
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2084
2053
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2054
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2055
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
2085
2056
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
2086
2057
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2087
2058
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -2155,12 +2126,11 @@ export type TenantUpdateWithoutPermissionsInput = {
|
|
|
2155
2126
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
2156
2127
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
2157
2128
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
2158
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
2159
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
2160
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
2161
2129
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
2162
2130
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
2163
2131
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
2132
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
2133
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
2164
2134
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
2165
2135
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
2166
2136
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -2221,12 +2191,11 @@ export type TenantUncheckedUpdateWithoutPermissionsInput = {
|
|
|
2221
2191
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2222
2192
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2223
2193
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2224
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2225
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2226
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2227
2194
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2228
2195
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2229
2196
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2197
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2198
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2230
2199
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2231
2200
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2232
2201
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -2287,12 +2256,11 @@ export type TenantCreateWithoutMembershipsInput = {
|
|
|
2287
2256
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
2288
2257
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
2289
2258
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
2290
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
2291
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
2292
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
2293
2259
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
2294
2260
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
2295
2261
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
2262
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
2263
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
2296
2264
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
2297
2265
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
2298
2266
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -2353,12 +2321,11 @@ export type TenantUncheckedCreateWithoutMembershipsInput = {
|
|
|
2353
2321
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
2354
2322
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
2355
2323
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2356
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
2357
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2358
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2359
2324
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2360
2325
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2361
2326
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2327
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2328
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
2362
2329
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
2363
2330
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2364
2331
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -2432,12 +2399,11 @@ export type TenantUpdateWithoutMembershipsInput = {
|
|
|
2432
2399
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
2433
2400
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
2434
2401
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
2435
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
2436
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
2437
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
2438
2402
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
2439
2403
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
2440
2404
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
2405
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
2406
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
2441
2407
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
2442
2408
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
2443
2409
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -2498,12 +2464,11 @@ export type TenantUncheckedUpdateWithoutMembershipsInput = {
|
|
|
2498
2464
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2499
2465
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2500
2466
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2501
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2502
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2503
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2504
2467
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2505
2468
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2506
2469
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2470
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2471
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2507
2472
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2508
2473
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2509
2474
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -2565,12 +2530,11 @@ export type TenantCreateWithoutOrganizationsInput = {
|
|
|
2565
2530
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
2566
2531
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
2567
2532
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
2568
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
2569
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
2570
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
2571
2533
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
2572
2534
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
2573
2535
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
2536
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
2537
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
2574
2538
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
2575
2539
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
2576
2540
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -2631,12 +2595,11 @@ export type TenantUncheckedCreateWithoutOrganizationsInput = {
|
|
|
2631
2595
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
2632
2596
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
2633
2597
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2634
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
2635
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2636
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2637
2598
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2638
2599
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2639
2600
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2601
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2602
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
2640
2603
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
2641
2604
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2642
2605
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -2710,12 +2673,11 @@ export type TenantUpdateWithoutOrganizationsInput = {
|
|
|
2710
2673
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
2711
2674
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
2712
2675
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
2713
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
2714
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
2715
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
2716
2676
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
2717
2677
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
2718
2678
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
2679
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
2680
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
2719
2681
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
2720
2682
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
2721
2683
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -2776,12 +2738,11 @@ export type TenantUncheckedUpdateWithoutOrganizationsInput = {
|
|
|
2776
2738
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2777
2739
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2778
2740
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2779
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2780
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2781
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2782
2741
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2783
2742
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2784
2743
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2744
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2745
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2785
2746
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2786
2747
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2787
2748
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -2841,12 +2802,11 @@ export type TenantCreateWithoutApiKeysInput = {
|
|
|
2841
2802
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
2842
2803
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
2843
2804
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
2844
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
2845
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
2846
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
2847
2805
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
2848
2806
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
2849
2807
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
2808
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
2809
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
2850
2810
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
2851
2811
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
2852
2812
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -2907,12 +2867,11 @@ export type TenantUncheckedCreateWithoutApiKeysInput = {
|
|
|
2907
2867
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
2908
2868
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
2909
2869
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2910
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
2911
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2912
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2913
2870
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2914
2871
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2915
2872
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2873
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
2874
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
2916
2875
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
2917
2876
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
2918
2877
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -2986,12 +2945,11 @@ export type TenantUpdateWithoutApiKeysInput = {
|
|
|
2986
2945
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
2987
2946
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
2988
2947
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
2989
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
2990
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
2991
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
2992
2948
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
2993
2949
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
2994
2950
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
2951
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
2952
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
2995
2953
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
2996
2954
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
2997
2955
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -3052,12 +3010,11 @@ export type TenantUncheckedUpdateWithoutApiKeysInput = {
|
|
|
3052
3010
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3053
3011
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3054
3012
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3055
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3056
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3057
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3058
3013
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3059
3014
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3060
3015
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3016
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3017
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3061
3018
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3062
3019
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3063
3020
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -3119,12 +3076,11 @@ export type TenantCreateWithoutSocialsInput = {
|
|
|
3119
3076
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
3120
3077
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
3121
3078
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
3122
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
3123
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
3124
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
3125
3079
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
3126
3080
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
3127
3081
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
3082
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
3083
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
3128
3084
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
3129
3085
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
3130
3086
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -3185,12 +3141,11 @@ export type TenantUncheckedCreateWithoutSocialsInput = {
|
|
|
3185
3141
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
3186
3142
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
3187
3143
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3188
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
3189
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3190
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3191
3144
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3192
3145
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3193
3146
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3147
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3148
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
3194
3149
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
3195
3150
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3196
3151
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -3264,12 +3219,11 @@ export type TenantUpdateWithoutSocialsInput = {
|
|
|
3264
3219
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
3265
3220
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
3266
3221
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
3267
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
3268
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
3269
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
3270
3222
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
3271
3223
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
3272
3224
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
3225
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
3226
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
3273
3227
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
3274
3228
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
3275
3229
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -3330,12 +3284,11 @@ export type TenantUncheckedUpdateWithoutSocialsInput = {
|
|
|
3330
3284
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3331
3285
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3332
3286
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3333
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3334
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3335
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3336
3287
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3337
3288
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3338
3289
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3290
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3291
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3339
3292
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3340
3293
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3341
3294
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -3396,12 +3349,11 @@ export type TenantCreateWithoutWalletsInput = {
|
|
|
3396
3349
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
3397
3350
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
3398
3351
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
3399
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
3400
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
3401
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
3402
3352
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
3403
3353
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
3404
3354
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
3355
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
3356
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
3405
3357
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
3406
3358
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
3407
3359
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -3462,12 +3414,11 @@ export type TenantUncheckedCreateWithoutWalletsInput = {
|
|
|
3462
3414
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
3463
3415
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
3464
3416
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3465
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
3466
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3467
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3468
3417
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3469
3418
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3470
3419
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3420
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3421
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
3471
3422
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
3472
3423
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3473
3424
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -3541,12 +3492,11 @@ export type TenantUpdateWithoutWalletsInput = {
|
|
|
3541
3492
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
3542
3493
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
3543
3494
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
3544
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
3545
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
3546
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
3547
3495
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
3548
3496
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
3549
3497
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
3498
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
3499
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
3550
3500
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
3551
3501
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
3552
3502
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -3607,12 +3557,11 @@ export type TenantUncheckedUpdateWithoutWalletsInput = {
|
|
|
3607
3557
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3608
3558
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3609
3559
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3610
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3611
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3612
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3613
3560
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3614
3561
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3615
3562
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3563
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3564
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3616
3565
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3617
3566
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3618
3567
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -3673,12 +3622,11 @@ export type TenantCreateWithoutTransactionsInput = {
|
|
|
3673
3622
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
3674
3623
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
3675
3624
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
3676
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
3677
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
3678
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
3679
3625
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
3680
3626
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
3681
3627
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
3628
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
3629
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
3682
3630
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
3683
3631
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
3684
3632
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -3739,12 +3687,11 @@ export type TenantUncheckedCreateWithoutTransactionsInput = {
|
|
|
3739
3687
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
3740
3688
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
3741
3689
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3742
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
3743
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3744
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3745
3690
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3746
3691
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3747
3692
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3693
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3694
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
3748
3695
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
3749
3696
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3750
3697
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -3818,12 +3765,11 @@ export type TenantUpdateWithoutTransactionsInput = {
|
|
|
3818
3765
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
3819
3766
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
3820
3767
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
3821
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
3822
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
3823
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
3824
3768
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
3825
3769
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
3826
3770
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
3771
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
3772
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
3827
3773
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
3828
3774
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
3829
3775
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -3884,12 +3830,11 @@ export type TenantUncheckedUpdateWithoutTransactionsInput = {
|
|
|
3884
3830
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3885
3831
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3886
3832
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3887
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3888
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3889
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3890
3833
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3891
3834
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3892
3835
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3836
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3837
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3893
3838
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3894
3839
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3895
3840
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -3950,12 +3895,11 @@ export type TenantCreateWithoutSettingsInput = {
|
|
|
3950
3895
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
3951
3896
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
3952
3897
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
3953
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
3954
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
3955
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
3956
3898
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
3957
3899
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
3958
3900
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
3901
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
3902
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
3959
3903
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
3960
3904
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
3961
3905
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -4016,12 +3960,11 @@ export type TenantUncheckedCreateWithoutSettingsInput = {
|
|
|
4016
3960
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
4017
3961
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
4018
3962
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4019
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
4020
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4021
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4022
3963
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4023
3964
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4024
3965
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
3966
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
3967
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
4025
3968
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
4026
3969
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4027
3970
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -4095,12 +4038,11 @@ export type TenantUpdateWithoutSettingsInput = {
|
|
|
4095
4038
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
4096
4039
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
4097
4040
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
4098
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
4099
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
4100
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
4101
4041
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
4102
4042
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
4103
4043
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
4044
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
4045
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
4104
4046
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
4105
4047
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
4106
4048
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -4161,12 +4103,11 @@ export type TenantUncheckedUpdateWithoutSettingsInput = {
|
|
|
4161
4103
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4162
4104
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4163
4105
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4164
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4165
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4166
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4167
4106
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4168
4107
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4169
4108
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4109
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4110
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4170
4111
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4171
4112
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4172
4113
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -4226,12 +4167,11 @@ export type TenantCreateWithoutPropertiesInput = {
|
|
|
4226
4167
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
4227
4168
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
4228
4169
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
4229
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
4230
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
4231
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
4232
4170
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
4233
4171
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
4234
4172
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
4173
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
4174
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
4235
4175
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
4236
4176
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
4237
4177
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -4292,12 +4232,11 @@ export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
|
4292
4232
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
4293
4233
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
4294
4234
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4295
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
4296
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4297
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4298
4235
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4299
4236
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4300
4237
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4238
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4239
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
4301
4240
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
4302
4241
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4303
4242
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -4371,12 +4310,11 @@ export type TenantUpdateWithoutPropertiesInput = {
|
|
|
4371
4310
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
4372
4311
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
4373
4312
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
4374
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
4375
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
4376
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
4377
4313
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
4378
4314
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
4379
4315
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
4316
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
4317
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
4380
4318
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
4381
4319
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
4382
4320
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -4437,12 +4375,11 @@ export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
|
4437
4375
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4438
4376
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4439
4377
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4440
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4441
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4442
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4443
4378
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4444
4379
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4445
4380
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4381
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4382
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4446
4383
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4447
4384
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4448
4385
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -4504,12 +4441,11 @@ export type TenantCreateWithoutPropertyMediaInput = {
|
|
|
4504
4441
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
4505
4442
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
4506
4443
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
4507
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
4508
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
4509
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
4510
4444
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
4511
4445
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
4512
4446
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
4447
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
4448
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
4513
4449
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
4514
4450
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
4515
4451
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityCreateNestedManyWithoutTenantInput;
|
|
@@ -4570,12 +4506,11 @@ export type TenantUncheckedCreateWithoutPropertyMediaInput = {
|
|
|
4570
4506
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
4571
4507
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
4572
4508
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4573
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
4574
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4575
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4576
4509
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4577
4510
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4578
4511
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4512
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4513
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
4579
4514
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4580
4515
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
4581
4516
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -4649,12 +4584,11 @@ export type TenantUpdateWithoutPropertyMediaInput = {
|
|
|
4649
4584
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
4650
4585
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
4651
4586
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
4652
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
4653
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
4654
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
4655
4587
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
4656
4588
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
4657
4589
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
4590
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
4591
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
4658
4592
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
4659
4593
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
4660
4594
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUpdateManyWithoutTenantNestedInput;
|
|
@@ -4715,12 +4649,11 @@ export type TenantUncheckedUpdateWithoutPropertyMediaInput = {
|
|
|
4715
4649
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4716
4650
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4717
4651
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4718
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4719
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4720
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4721
4652
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4722
4653
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4723
4654
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4655
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4656
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4724
4657
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4725
4658
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4726
4659
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -4781,12 +4714,11 @@ export type TenantCreateWithoutPropertyDocumentsInput = {
|
|
|
4781
4714
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
4782
4715
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
4783
4716
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
4784
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
4785
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
4786
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
4787
4717
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
4788
4718
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
4789
4719
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
4720
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
4721
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
4790
4722
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
4791
4723
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
4792
4724
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityCreateNestedManyWithoutTenantInput;
|
|
@@ -4847,12 +4779,11 @@ export type TenantUncheckedCreateWithoutPropertyDocumentsInput = {
|
|
|
4847
4779
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
4848
4780
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
4849
4781
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4850
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
4851
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4852
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4853
4782
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4854
4783
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4855
4784
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
4785
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
4786
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
4856
4787
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
4857
4788
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
4858
4789
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -4926,12 +4857,11 @@ export type TenantUpdateWithoutPropertyDocumentsInput = {
|
|
|
4926
4857
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
4927
4858
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
4928
4859
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
4929
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
4930
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
4931
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
4932
4860
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
4933
4861
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
4934
4862
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
4863
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
4864
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
4935
4865
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
4936
4866
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
4937
4867
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUpdateManyWithoutTenantNestedInput;
|
|
@@ -4992,12 +4922,11 @@ export type TenantUncheckedUpdateWithoutPropertyDocumentsInput = {
|
|
|
4992
4922
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4993
4923
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4994
4924
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4995
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4996
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4997
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4998
4925
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4999
4926
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5000
4927
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4928
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4929
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5001
4930
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5002
4931
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5003
4932
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -5058,12 +4987,11 @@ export type TenantCreateWithoutAmenitiesInput = {
|
|
|
5058
4987
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
5059
4988
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
5060
4989
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
5061
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
5062
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
5063
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
5064
4990
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
5065
4991
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
5066
4992
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
4993
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
4994
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
5067
4995
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
5068
4996
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
5069
4997
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -5124,12 +5052,11 @@ export type TenantUncheckedCreateWithoutAmenitiesInput = {
|
|
|
5124
5052
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
5125
5053
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
5126
5054
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5127
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
5128
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5129
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5130
5055
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5131
5056
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5132
5057
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5058
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5059
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
5133
5060
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
5134
5061
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5135
5062
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -5203,12 +5130,11 @@ export type TenantUpdateWithoutAmenitiesInput = {
|
|
|
5203
5130
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
5204
5131
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
5205
5132
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
5206
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
5207
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
5208
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
5209
5133
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
5210
5134
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
5211
5135
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
5136
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
5137
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
5212
5138
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
5213
5139
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
5214
5140
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -5269,12 +5195,11 @@ export type TenantUncheckedUpdateWithoutAmenitiesInput = {
|
|
|
5269
5195
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5270
5196
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5271
5197
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5272
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5273
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5274
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5275
5198
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5276
5199
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5277
5200
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5201
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5202
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5278
5203
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5279
5204
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5280
5205
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -5335,12 +5260,11 @@ export type TenantCreateWithoutPropertyVariantsInput = {
|
|
|
5335
5260
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
5336
5261
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
5337
5262
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
5338
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
5339
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
5340
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
5341
5263
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
5342
5264
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
5343
5265
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
5266
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
5267
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
5344
5268
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
5345
5269
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
5346
5270
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityCreateNestedManyWithoutTenantInput;
|
|
@@ -5401,12 +5325,11 @@ export type TenantUncheckedCreateWithoutPropertyVariantsInput = {
|
|
|
5401
5325
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
5402
5326
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
5403
5327
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5404
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
5405
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5406
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5407
5328
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5408
5329
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5409
5330
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5331
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5332
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
5410
5333
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
5411
5334
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5412
5335
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -5480,12 +5403,11 @@ export type TenantUpdateWithoutPropertyVariantsInput = {
|
|
|
5480
5403
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
5481
5404
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
5482
5405
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
5483
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
5484
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
5485
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
5486
5406
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
5487
5407
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
5488
5408
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
5409
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
5410
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
5489
5411
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
5490
5412
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
5491
5413
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUpdateManyWithoutTenantNestedInput;
|
|
@@ -5546,12 +5468,11 @@ export type TenantUncheckedUpdateWithoutPropertyVariantsInput = {
|
|
|
5546
5468
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5547
5469
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5548
5470
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5549
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5550
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5551
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5552
5471
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5553
5472
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5554
5473
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5474
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5475
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5555
5476
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5556
5477
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5557
5478
|
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -5612,12 +5533,11 @@ export type TenantCreateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5612
5533
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
5613
5534
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
5614
5535
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
5615
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
5616
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
5617
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
5618
5536
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
5619
5537
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
5620
5538
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
5539
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
5540
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
5621
5541
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
5622
5542
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
5623
5543
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -5678,12 +5598,11 @@ export type TenantUncheckedCreateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5678
5598
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
5679
5599
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
5680
5600
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5681
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
5682
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5683
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5684
5601
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5685
5602
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5686
5603
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5604
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5605
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
5687
5606
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
5688
5607
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5689
5608
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -5757,12 +5676,11 @@ export type TenantUpdateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5757
5676
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
5758
5677
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
5759
5678
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
5760
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
5761
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
5762
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
5763
5679
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
5764
5680
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
5765
5681
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
5682
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
5683
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
5766
5684
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
5767
5685
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
5768
5686
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -5823,12 +5741,11 @@ export type TenantUncheckedUpdateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5823
5741
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5824
5742
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5825
5743
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5826
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5827
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5828
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5829
5744
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5830
5745
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5831
5746
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5747
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5748
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5832
5749
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5833
5750
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5834
5751
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -5889,12 +5806,11 @@ export type TenantCreateWithoutPropertyVariantMediaInput = {
|
|
|
5889
5806
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
5890
5807
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
5891
5808
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
5892
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
5893
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
5894
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
5895
5809
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
5896
5810
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
5897
5811
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
5812
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
5813
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
5898
5814
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
5899
5815
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
5900
5816
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -5955,12 +5871,11 @@ export type TenantUncheckedCreateWithoutPropertyVariantMediaInput = {
|
|
|
5955
5871
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
5956
5872
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
5957
5873
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5958
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
5959
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5960
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5961
5874
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5962
5875
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5963
5876
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5877
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
5878
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
5964
5879
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
5965
5880
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
5966
5881
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -6034,12 +5949,11 @@ export type TenantUpdateWithoutPropertyVariantMediaInput = {
|
|
|
6034
5949
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
6035
5950
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
6036
5951
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
6037
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
6038
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
6039
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
6040
5952
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
6041
5953
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
6042
5954
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
5955
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
5956
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
6043
5957
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
6044
5958
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
6045
5959
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -6100,12 +6014,11 @@ export type TenantUncheckedUpdateWithoutPropertyVariantMediaInput = {
|
|
|
6100
6014
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6101
6015
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6102
6016
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6103
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6104
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6105
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6106
6017
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6107
6018
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6108
6019
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6020
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6021
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6109
6022
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6110
6023
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6111
6024
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -6166,12 +6079,11 @@ export type TenantCreateWithoutPropertyUnitsInput = {
|
|
|
6166
6079
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
6167
6080
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
6168
6081
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
6169
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
6170
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
6171
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
6172
6082
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
6173
6083
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
6174
6084
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
6085
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
6086
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
6175
6087
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
6176
6088
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
6177
6089
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -6232,12 +6144,11 @@ export type TenantUncheckedCreateWithoutPropertyUnitsInput = {
|
|
|
6232
6144
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6233
6145
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
6234
6146
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6235
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
6236
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6237
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6238
6147
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6239
6148
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6240
6149
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6150
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6151
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
6241
6152
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
6242
6153
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6243
6154
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -6311,12 +6222,11 @@ export type TenantUpdateWithoutPropertyUnitsInput = {
|
|
|
6311
6222
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
6312
6223
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
6313
6224
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
6314
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
6315
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
6316
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
6317
6225
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
6318
6226
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
6319
6227
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
6228
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
6229
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
6320
6230
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
6321
6231
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
6322
6232
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -6377,12 +6287,11 @@ export type TenantUncheckedUpdateWithoutPropertyUnitsInput = {
|
|
|
6377
6287
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6378
6288
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6379
6289
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6380
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6381
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6382
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6383
6290
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6384
6291
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6385
6292
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6293
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6294
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6386
6295
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6387
6296
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6388
6297
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -6443,12 +6352,11 @@ export type TenantCreateWithoutPropertyAmenitiesInput = {
|
|
|
6443
6352
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
6444
6353
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
6445
6354
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
6446
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
6447
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
6448
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
6449
6355
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
6450
6356
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
6451
6357
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
6358
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
6359
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
6452
6360
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
6453
6361
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
6454
6362
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -6509,12 +6417,11 @@ export type TenantUncheckedCreateWithoutPropertyAmenitiesInput = {
|
|
|
6509
6417
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6510
6418
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
6511
6419
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6512
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
6513
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6514
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6515
6420
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6516
6421
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6517
6422
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6423
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6424
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
6518
6425
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
6519
6426
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6520
6427
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -6588,12 +6495,11 @@ export type TenantUpdateWithoutPropertyAmenitiesInput = {
|
|
|
6588
6495
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
6589
6496
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
6590
6497
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
6591
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
6592
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
6593
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
6594
6498
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
6595
6499
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
6596
6500
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
6501
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
6502
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
6597
6503
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
6598
6504
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
6599
6505
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -6654,12 +6560,11 @@ export type TenantUncheckedUpdateWithoutPropertyAmenitiesInput = {
|
|
|
6654
6560
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6655
6561
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6656
6562
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6657
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6658
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6659
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6660
6563
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6661
6564
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6662
6565
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6566
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6567
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6663
6568
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6664
6569
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6665
6570
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -6719,12 +6624,11 @@ export type TenantCreateWithoutDocumentationPlansInput = {
|
|
|
6719
6624
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
6720
6625
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
6721
6626
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
6722
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
6723
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
6724
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
6725
6627
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
6726
6628
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
6727
6629
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
6630
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
6631
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
6728
6632
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
6729
6633
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
6730
6634
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -6785,12 +6689,11 @@ export type TenantUncheckedCreateWithoutDocumentationPlansInput = {
|
|
|
6785
6689
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6786
6690
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
6787
6691
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6788
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
6789
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6790
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6791
6692
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6792
6693
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6793
6694
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6695
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6696
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
6794
6697
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
6795
6698
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6796
6699
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -6864,12 +6767,11 @@ export type TenantUpdateWithoutDocumentationPlansInput = {
|
|
|
6864
6767
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
6865
6768
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
6866
6769
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
6867
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
6868
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
6869
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
6870
6770
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
6871
6771
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
6872
6772
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
6773
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
6774
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
6873
6775
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
6874
6776
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
6875
6777
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -6930,12 +6832,11 @@ export type TenantUncheckedUpdateWithoutDocumentationPlansInput = {
|
|
|
6930
6832
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6931
6833
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6932
6834
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6933
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6934
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6935
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6936
6835
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6937
6836
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6938
6837
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6838
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6839
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6939
6840
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6940
6841
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6941
6842
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -6997,12 +6898,11 @@ export type TenantCreateWithoutQuestionnairePlansInput = {
|
|
|
6997
6898
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
6998
6899
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
6999
6900
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
7000
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
7001
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
7002
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
7003
6901
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
7004
6902
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
7005
6903
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
6904
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
6905
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
7006
6906
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
7007
6907
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
7008
6908
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -7063,12 +6963,11 @@ export type TenantUncheckedCreateWithoutQuestionnairePlansInput = {
|
|
|
7063
6963
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
7064
6964
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
7065
6965
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7066
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
7067
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7068
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7069
6966
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7070
6967
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7071
6968
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6969
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6970
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
7072
6971
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
7073
6972
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7074
6973
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -7142,12 +7041,11 @@ export type TenantUpdateWithoutQuestionnairePlansInput = {
|
|
|
7142
7041
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
7143
7042
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
7144
7043
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
7145
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
7146
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
7147
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
7148
7044
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
7149
7045
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
7150
7046
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
7047
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
7048
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
7151
7049
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
7152
7050
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
7153
7051
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -7208,12 +7106,11 @@ export type TenantUncheckedUpdateWithoutQuestionnairePlansInput = {
|
|
|
7208
7106
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7209
7107
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7210
7108
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7211
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7212
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7213
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7214
7109
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7215
7110
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7216
7111
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7112
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7113
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7217
7114
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7218
7115
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7219
7116
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -7273,12 +7170,11 @@ export type TenantCreateWithoutPaymentPlansInput = {
|
|
|
7273
7170
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
7274
7171
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
7275
7172
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
7276
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
7277
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
7278
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
7279
7173
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
7280
7174
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
7281
7175
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
7176
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
7177
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
7282
7178
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
7283
7179
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
7284
7180
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -7339,12 +7235,11 @@ export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
|
7339
7235
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
7340
7236
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
7341
7237
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7342
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
7343
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7344
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7345
7238
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7346
7239
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7347
7240
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7241
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7242
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
7348
7243
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
7349
7244
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7350
7245
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -7418,12 +7313,11 @@ export type TenantUpdateWithoutPaymentPlansInput = {
|
|
|
7418
7313
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
7419
7314
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
7420
7315
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
7421
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
7422
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
7423
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
7424
7316
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
7425
7317
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
7426
7318
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
7319
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
7320
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
7427
7321
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
7428
7322
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
7429
7323
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -7484,12 +7378,11 @@ export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
|
7484
7378
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7485
7379
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7486
7380
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7487
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7488
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7489
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7490
7381
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7491
7382
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7492
7383
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7384
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7385
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7493
7386
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7494
7387
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7495
7388
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -7550,12 +7443,11 @@ export type TenantCreateWithoutPaymentMethodsInput = {
|
|
|
7550
7443
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
7551
7444
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
7552
7445
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
7553
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
7554
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
7555
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
7556
7446
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
7557
7447
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
7558
7448
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
7449
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
7450
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
7559
7451
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
7560
7452
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
7561
7453
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -7616,12 +7508,11 @@ export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
|
7616
7508
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
7617
7509
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
7618
7510
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7619
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
7620
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7621
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7622
7511
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7623
7512
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7624
7513
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7514
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7515
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
7625
7516
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
7626
7517
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7627
7518
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -7695,12 +7586,11 @@ export type TenantUpdateWithoutPaymentMethodsInput = {
|
|
|
7695
7586
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
7696
7587
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
7697
7588
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
7698
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
7699
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
7700
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
7701
7589
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
7702
7590
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
7703
7591
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
7592
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
7593
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
7704
7594
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
7705
7595
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
7706
7596
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -7761,12 +7651,11 @@ export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
|
7761
7651
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7762
7652
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7763
7653
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7764
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7765
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7766
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7767
7654
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7768
7655
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7769
7656
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7657
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7658
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7770
7659
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7771
7660
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7772
7661
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -7827,12 +7716,11 @@ export type TenantCreateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
7827
7716
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
7828
7717
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
7829
7718
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
7830
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
7831
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
7832
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
7833
7719
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
7834
7720
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
7835
7721
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
7722
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
7723
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
7836
7724
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
7837
7725
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
7838
7726
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -7893,12 +7781,11 @@ export type TenantUncheckedCreateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
7893
7781
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
7894
7782
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
7895
7783
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7896
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
7897
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7898
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7899
7784
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7900
7785
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7901
7786
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7787
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
7788
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
7902
7789
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
7903
7790
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
7904
7791
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -7972,12 +7859,11 @@ export type TenantUpdateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
7972
7859
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
7973
7860
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
7974
7861
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
7975
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
7976
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
7977
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
7978
7862
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
7979
7863
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
7980
7864
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
7865
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
7866
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
7981
7867
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
7982
7868
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
7983
7869
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -8038,12 +7924,11 @@ export type TenantUncheckedUpdateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
8038
7924
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8039
7925
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8040
7926
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8041
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8042
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8043
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8044
7927
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8045
7928
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8046
7929
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7930
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7931
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8047
7932
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8048
7933
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8049
7934
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -8104,12 +7989,11 @@ export type TenantCreateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
8104
7989
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
8105
7990
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
8106
7991
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
8107
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
8108
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
8109
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
8110
7992
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
8111
7993
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
8112
7994
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
7995
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
7996
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
8113
7997
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
8114
7998
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
8115
7999
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -8170,12 +8054,11 @@ export type TenantUncheckedCreateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
8170
8054
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
8171
8055
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
8172
8056
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8173
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
8174
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8175
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8176
8057
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8177
8058
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8178
8059
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8060
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8061
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
8179
8062
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
8180
8063
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8181
8064
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -8249,12 +8132,11 @@ export type TenantUpdateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
8249
8132
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
8250
8133
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
8251
8134
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
8252
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
8253
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
8254
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
8255
8135
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
8256
8136
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
8257
8137
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
8138
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
8139
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
8258
8140
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
8259
8141
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
8260
8142
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -8315,12 +8197,11 @@ export type TenantUncheckedUpdateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
8315
8197
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8316
8198
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8317
8199
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8318
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8319
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8320
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8321
8200
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8322
8201
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8323
8202
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8203
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8204
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8324
8205
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8325
8206
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8326
8207
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -8381,12 +8262,11 @@ export type TenantCreateWithoutPhaseEventAttachmentsInput = {
|
|
|
8381
8262
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
8382
8263
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
8383
8264
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
8384
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
8385
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
8386
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
8387
8265
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
8388
8266
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
8389
8267
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
8268
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
8269
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
8390
8270
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
8391
8271
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
8392
8272
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -8447,12 +8327,11 @@ export type TenantUncheckedCreateWithoutPhaseEventAttachmentsInput = {
|
|
|
8447
8327
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
8448
8328
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
8449
8329
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8450
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
8451
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8452
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8453
8330
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8454
8331
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8455
8332
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8333
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8334
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
8456
8335
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
8457
8336
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8458
8337
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -8526,12 +8405,11 @@ export type TenantUpdateWithoutPhaseEventAttachmentsInput = {
|
|
|
8526
8405
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
8527
8406
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
8528
8407
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
8529
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
8530
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
8531
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
8532
8408
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
8533
8409
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
8534
8410
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
8411
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
8412
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
8535
8413
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
8536
8414
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
8537
8415
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -8592,12 +8470,11 @@ export type TenantUncheckedUpdateWithoutPhaseEventAttachmentsInput = {
|
|
|
8592
8470
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8593
8471
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8594
8472
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8595
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8596
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8597
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8598
8473
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8599
8474
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8600
8475
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8476
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8477
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8601
8478
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8602
8479
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8603
8480
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -8658,12 +8535,11 @@ export type TenantCreateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
8658
8535
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
8659
8536
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
8660
8537
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
8661
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
8662
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
8663
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
8664
8538
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
8665
8539
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
8666
8540
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
8541
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
8542
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
8667
8543
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
8668
8544
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
8669
8545
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -8724,12 +8600,11 @@ export type TenantUncheckedCreateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
8724
8600
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
8725
8601
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
8726
8602
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8727
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
8728
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8729
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8730
8603
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8731
8604
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8732
8605
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8606
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8607
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
8733
8608
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
8734
8609
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8735
8610
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -8803,12 +8678,11 @@ export type TenantUpdateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
8803
8678
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
8804
8679
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
8805
8680
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
8806
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
8807
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
8808
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
8809
8681
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
8810
8682
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
8811
8683
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
8684
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
8685
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
8812
8686
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
8813
8687
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
8814
8688
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -8869,12 +8743,11 @@ export type TenantUncheckedUpdateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
8869
8743
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8870
8744
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8871
8745
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8872
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8873
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8874
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8875
8746
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8876
8747
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8877
8748
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8749
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8750
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8878
8751
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8879
8752
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8880
8753
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -8935,12 +8808,11 @@ export type TenantCreateWithoutStepEventAttachmentsInput = {
|
|
|
8935
8808
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
8936
8809
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
8937
8810
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
8938
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
8939
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
8940
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
8941
8811
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
8942
8812
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
8943
8813
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
8814
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
8815
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
8944
8816
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
8945
8817
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
8946
8818
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -9001,12 +8873,11 @@ export type TenantUncheckedCreateWithoutStepEventAttachmentsInput = {
|
|
|
9001
8873
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
9002
8874
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
9003
8875
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9004
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
9005
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9006
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9007
8876
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9008
8877
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9009
8878
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
8879
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
8880
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
9010
8881
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
9011
8882
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9012
8883
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -9080,12 +8951,11 @@ export type TenantUpdateWithoutStepEventAttachmentsInput = {
|
|
|
9080
8951
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
9081
8952
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
9082
8953
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
9083
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
9084
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
9085
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
9086
8954
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
9087
8955
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
9088
8956
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
8957
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
8958
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
9089
8959
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
9090
8960
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
9091
8961
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -9146,12 +9016,11 @@ export type TenantUncheckedUpdateWithoutStepEventAttachmentsInput = {
|
|
|
9146
9016
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9147
9017
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9148
9018
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9149
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9150
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9151
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9152
9019
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9153
9020
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9154
9021
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9022
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9023
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9155
9024
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9156
9025
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9157
9026
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -9212,12 +9081,11 @@ export type TenantCreateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
9212
9081
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
9213
9082
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
9214
9083
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
9215
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
9216
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
9217
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
9218
9084
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
9219
9085
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
9220
9086
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
9087
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
9088
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
9221
9089
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
9222
9090
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
9223
9091
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -9278,12 +9146,11 @@ export type TenantUncheckedCreateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
9278
9146
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
9279
9147
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
9280
9148
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9281
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
9282
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9283
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9284
9149
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9285
9150
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9286
9151
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9152
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9153
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
9287
9154
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
9288
9155
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9289
9156
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -9357,12 +9224,11 @@ export type TenantUpdateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
9357
9224
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
9358
9225
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
9359
9226
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
9360
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
9361
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
9362
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
9363
9227
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
9364
9228
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
9365
9229
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
9230
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
9231
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
9366
9232
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
9367
9233
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
9368
9234
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -9423,12 +9289,11 @@ export type TenantUncheckedUpdateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
9423
9289
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9424
9290
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9425
9291
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9426
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9427
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9428
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9429
9292
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9430
9293
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9431
9294
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9295
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9296
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9432
9297
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9433
9298
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9434
9299
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -9489,12 +9354,11 @@ export type TenantCreateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
9489
9354
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
9490
9355
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
9491
9356
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
9492
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
9493
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
9494
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
9495
9357
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
9496
9358
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
9497
9359
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
9360
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
9361
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
9498
9362
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
9499
9363
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
9500
9364
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -9555,12 +9419,11 @@ export type TenantUncheckedCreateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
9555
9419
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
9556
9420
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
9557
9421
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9558
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
9559
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9560
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9561
9422
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9562
9423
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9563
9424
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9425
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9426
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
9564
9427
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
9565
9428
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9566
9429
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -9634,12 +9497,11 @@ export type TenantUpdateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
9634
9497
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
9635
9498
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
9636
9499
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
9637
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
9638
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
9639
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
9640
9500
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
9641
9501
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
9642
9502
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
9503
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
9504
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
9643
9505
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
9644
9506
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
9645
9507
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -9700,12 +9562,11 @@ export type TenantUncheckedUpdateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
9700
9562
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9701
9563
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9702
9564
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9703
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9704
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9705
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9706
9565
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9707
9566
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9708
9567
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9568
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9569
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9709
9570
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9710
9571
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9711
9572
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -9766,12 +9627,11 @@ export type TenantCreateWithoutApplicationsInput = {
|
|
|
9766
9627
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
9767
9628
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
9768
9629
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
9769
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
9770
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
9771
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
9772
9630
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
9773
9631
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
9774
9632
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
9633
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
9634
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
9775
9635
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
9776
9636
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
9777
9637
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -9832,12 +9692,11 @@ export type TenantUncheckedCreateWithoutApplicationsInput = {
|
|
|
9832
9692
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
9833
9693
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
9834
9694
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9835
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
9836
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9837
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9838
9695
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9839
9696
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9840
9697
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9698
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9699
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
9841
9700
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
9842
9701
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9843
9702
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -9911,12 +9770,11 @@ export type TenantUpdateWithoutApplicationsInput = {
|
|
|
9911
9770
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
9912
9771
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
9913
9772
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
9914
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
9915
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
9916
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
9917
9773
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
9918
9774
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
9919
9775
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
9776
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
9777
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
9920
9778
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
9921
9779
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
9922
9780
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -9977,12 +9835,11 @@ export type TenantUncheckedUpdateWithoutApplicationsInput = {
|
|
|
9977
9835
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9978
9836
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9979
9837
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9980
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9981
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9982
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9983
9838
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9984
9839
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9985
9840
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9841
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9842
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9986
9843
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9987
9844
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9988
9845
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -10043,12 +9900,11 @@ export type TenantCreateWithoutContractRefundsInput = {
|
|
|
10043
9900
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
10044
9901
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
10045
9902
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
10046
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
10047
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
10048
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
10049
9903
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
10050
9904
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
10051
9905
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
9906
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
9907
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
10052
9908
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
10053
9909
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
10054
9910
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -10109,12 +9965,11 @@ export type TenantUncheckedCreateWithoutContractRefundsInput = {
|
|
|
10109
9965
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
10110
9966
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
10111
9967
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10112
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
10113
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10114
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10115
9968
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10116
9969
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10117
9970
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
9971
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
9972
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
10118
9973
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
10119
9974
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10120
9975
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -10188,12 +10043,11 @@ export type TenantUpdateWithoutContractRefundsInput = {
|
|
|
10188
10043
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
10189
10044
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
10190
10045
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
10191
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
10192
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
10193
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
10194
10046
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
10195
10047
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
10196
10048
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
10049
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
10050
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
10197
10051
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
10198
10052
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
10199
10053
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -10254,12 +10108,11 @@ export type TenantUncheckedUpdateWithoutContractRefundsInput = {
|
|
|
10254
10108
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10255
10109
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10256
10110
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10257
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10258
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10259
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10260
10111
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10261
10112
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10262
10113
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10114
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10115
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10263
10116
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10264
10117
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10265
10118
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -10320,12 +10173,11 @@ export type TenantCreateWithoutApplicationPhasesInput = {
|
|
|
10320
10173
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
10321
10174
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
10322
10175
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
10323
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
10324
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
10325
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
10326
10176
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
10327
10177
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
10328
10178
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
10179
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
10180
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
10329
10181
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
10330
10182
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
10331
10183
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -10386,12 +10238,11 @@ export type TenantUncheckedCreateWithoutApplicationPhasesInput = {
|
|
|
10386
10238
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
10387
10239
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
10388
10240
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10389
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
10390
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10391
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10392
10241
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10393
10242
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10394
10243
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10244
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10245
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
10395
10246
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
10396
10247
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10397
10248
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -10465,12 +10316,11 @@ export type TenantUpdateWithoutApplicationPhasesInput = {
|
|
|
10465
10316
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
10466
10317
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
10467
10318
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
10468
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
10469
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
10470
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
10471
10319
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
10472
10320
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
10473
10321
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
10322
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
10323
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
10474
10324
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
10475
10325
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
10476
10326
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -10531,12 +10381,11 @@ export type TenantUncheckedUpdateWithoutApplicationPhasesInput = {
|
|
|
10531
10381
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10532
10382
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10533
10383
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10534
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10535
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10536
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10537
10384
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10538
10385
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10539
10386
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10387
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10388
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10540
10389
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10541
10390
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10542
10391
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -10597,12 +10446,11 @@ export type TenantCreateWithoutQuestionnairePhasesInput = {
|
|
|
10597
10446
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
10598
10447
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
10599
10448
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
10600
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
10601
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
10602
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
10603
10449
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
10604
10450
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
10605
10451
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
10452
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
10453
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
10606
10454
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
10607
10455
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
10608
10456
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -10663,12 +10511,11 @@ export type TenantUncheckedCreateWithoutQuestionnairePhasesInput = {
|
|
|
10663
10511
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
10664
10512
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
10665
10513
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10666
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
10667
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10668
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10669
10514
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10670
10515
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10671
10516
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10517
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10518
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
10672
10519
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
10673
10520
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10674
10521
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -10742,12 +10589,11 @@ export type TenantUpdateWithoutQuestionnairePhasesInput = {
|
|
|
10742
10589
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
10743
10590
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
10744
10591
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
10745
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
10746
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
10747
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
10748
10592
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
10749
10593
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
10750
10594
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
10595
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
10596
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
10751
10597
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
10752
10598
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
10753
10599
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -10808,12 +10654,11 @@ export type TenantUncheckedUpdateWithoutQuestionnairePhasesInput = {
|
|
|
10808
10654
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10809
10655
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10810
10656
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10811
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10812
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10813
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10814
10657
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10815
10658
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10816
10659
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10660
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10661
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10817
10662
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10818
10663
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10819
10664
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -10874,12 +10719,11 @@ export type TenantCreateWithoutDocumentationPhasesInput = {
|
|
|
10874
10719
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
10875
10720
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
10876
10721
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
10877
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
10878
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
10879
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
10880
10722
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
10881
10723
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
10882
10724
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
10725
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
10726
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
10883
10727
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
10884
10728
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
10885
10729
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -10940,12 +10784,11 @@ export type TenantUncheckedCreateWithoutDocumentationPhasesInput = {
|
|
|
10940
10784
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
10941
10785
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
10942
10786
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10943
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
10944
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10945
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10946
10787
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10947
10788
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10948
10789
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10790
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
10791
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
10949
10792
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
10950
10793
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
10951
10794
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -11019,12 +10862,11 @@ export type TenantUpdateWithoutDocumentationPhasesInput = {
|
|
|
11019
10862
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
11020
10863
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
11021
10864
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
11022
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
11023
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
11024
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
11025
10865
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
11026
10866
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
11027
10867
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
10868
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
10869
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
11028
10870
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
11029
10871
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
11030
10872
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -11085,12 +10927,11 @@ export type TenantUncheckedUpdateWithoutDocumentationPhasesInput = {
|
|
|
11085
10927
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11086
10928
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11087
10929
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11088
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11089
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11090
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11091
10930
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11092
10931
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11093
10932
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10933
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10934
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11094
10935
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11095
10936
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11096
10937
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -11151,12 +10992,11 @@ export type TenantCreateWithoutPaymentPhasesInput = {
|
|
|
11151
10992
|
documentationPhases?: Prisma.DocumentationPhaseCreateNestedManyWithoutTenantInput;
|
|
11152
10993
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
11153
10994
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
11154
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
11155
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
11156
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
11157
10995
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
11158
10996
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
11159
10997
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
10998
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
10999
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
11160
11000
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
11161
11001
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
11162
11002
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -11217,12 +11057,11 @@ export type TenantUncheckedCreateWithoutPaymentPhasesInput = {
|
|
|
11217
11057
|
documentationPhases?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
11218
11058
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
11219
11059
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
11220
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
11221
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11222
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11223
11060
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11224
11061
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11225
11062
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11063
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11064
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
11226
11065
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
11227
11066
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11228
11067
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -11296,12 +11135,11 @@ export type TenantUpdateWithoutPaymentPhasesInput = {
|
|
|
11296
11135
|
documentationPhases?: Prisma.DocumentationPhaseUpdateManyWithoutTenantNestedInput;
|
|
11297
11136
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
11298
11137
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
11299
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
11300
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
11301
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
11302
11138
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
11303
11139
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
11304
11140
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
11141
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
11142
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
11305
11143
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
11306
11144
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
11307
11145
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -11362,12 +11200,11 @@ export type TenantUncheckedUpdateWithoutPaymentPhasesInput = {
|
|
|
11362
11200
|
documentationPhases?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11363
11201
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11364
11202
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11365
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11366
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11367
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11368
11203
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11369
11204
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11370
11205
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11206
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11207
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11371
11208
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11372
11209
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11373
11210
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -11428,12 +11265,11 @@ export type TenantCreateWithoutQuestionnaireFieldsInput = {
|
|
|
11428
11265
|
documentationPhases?: Prisma.DocumentationPhaseCreateNestedManyWithoutTenantInput;
|
|
11429
11266
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
11430
11267
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
11431
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
11432
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
11433
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
11434
11268
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
11435
11269
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
11436
11270
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
11271
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
11272
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
11437
11273
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
11438
11274
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
11439
11275
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -11494,12 +11330,11 @@ export type TenantUncheckedCreateWithoutQuestionnaireFieldsInput = {
|
|
|
11494
11330
|
documentationPhases?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
11495
11331
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
11496
11332
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
11497
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
11498
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11499
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11500
11333
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11501
11334
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11502
11335
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11336
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11337
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
11503
11338
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
11504
11339
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11505
11340
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -11573,12 +11408,11 @@ export type TenantUpdateWithoutQuestionnaireFieldsInput = {
|
|
|
11573
11408
|
documentationPhases?: Prisma.DocumentationPhaseUpdateManyWithoutTenantNestedInput;
|
|
11574
11409
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
11575
11410
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
11576
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
11577
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
11578
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
11579
11411
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
11580
11412
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
11581
11413
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
11414
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
11415
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
11582
11416
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
11583
11417
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
11584
11418
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -11639,12 +11473,11 @@ export type TenantUncheckedUpdateWithoutQuestionnaireFieldsInput = {
|
|
|
11639
11473
|
documentationPhases?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11640
11474
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11641
11475
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11642
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11643
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11644
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11645
11476
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11646
11477
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11647
11478
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11479
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11480
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11648
11481
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11649
11482
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11650
11483
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -11705,12 +11538,11 @@ export type TenantCreateWithoutApplicationEventsInput = {
|
|
|
11705
11538
|
documentationPhases?: Prisma.DocumentationPhaseCreateNestedManyWithoutTenantInput;
|
|
11706
11539
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
11707
11540
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
11708
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
11709
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
11710
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
11711
11541
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
11712
11542
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
11713
11543
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
11544
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
11545
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
11714
11546
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
11715
11547
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
11716
11548
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -11771,12 +11603,11 @@ export type TenantUncheckedCreateWithoutApplicationEventsInput = {
|
|
|
11771
11603
|
documentationPhases?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
11772
11604
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
11773
11605
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
11774
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
11775
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11776
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11777
11606
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11778
11607
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11779
11608
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11609
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11610
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
11780
11611
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
11781
11612
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11782
11613
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -11850,12 +11681,11 @@ export type TenantUpdateWithoutApplicationEventsInput = {
|
|
|
11850
11681
|
documentationPhases?: Prisma.DocumentationPhaseUpdateManyWithoutTenantNestedInput;
|
|
11851
11682
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
11852
11683
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
11853
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
11854
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
11855
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
11856
11684
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
11857
11685
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
11858
11686
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
11687
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
11688
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
11859
11689
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
11860
11690
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
11861
11691
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -11916,12 +11746,11 @@ export type TenantUncheckedUpdateWithoutApplicationEventsInput = {
|
|
|
11916
11746
|
documentationPhases?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11917
11747
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11918
11748
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11919
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11920
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11921
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11922
11749
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11923
11750
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11924
11751
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11752
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11753
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11925
11754
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11926
11755
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11927
11756
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -11941,7 +11770,7 @@ export type TenantUncheckedUpdateWithoutApplicationEventsInput = {
|
|
|
11941
11770
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11942
11771
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11943
11772
|
};
|
|
11944
|
-
export type
|
|
11773
|
+
export type TenantCreateWithoutPaymentInstallmentsInput = {
|
|
11945
11774
|
id?: string;
|
|
11946
11775
|
name: string;
|
|
11947
11776
|
subdomain: string;
|
|
@@ -11983,11 +11812,10 @@ export type TenantCreateWithoutDocumentationStepsInput = {
|
|
|
11983
11812
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
11984
11813
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
11985
11814
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
11986
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
11987
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
11988
|
-
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
11989
11815
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
11990
11816
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
11817
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
11818
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
11991
11819
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
11992
11820
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
11993
11821
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -12007,7 +11835,7 @@ export type TenantCreateWithoutDocumentationStepsInput = {
|
|
|
12007
11835
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
12008
11836
|
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
12009
11837
|
};
|
|
12010
|
-
export type
|
|
11838
|
+
export type TenantUncheckedCreateWithoutPaymentInstallmentsInput = {
|
|
12011
11839
|
id?: string;
|
|
12012
11840
|
name: string;
|
|
12013
11841
|
subdomain: string;
|
|
@@ -12049,11 +11877,10 @@ export type TenantUncheckedCreateWithoutDocumentationStepsInput = {
|
|
|
12049
11877
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12050
11878
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
12051
11879
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12052
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12053
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
12054
|
-
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12055
11880
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12056
11881
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
11882
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
11883
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
12057
11884
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
12058
11885
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12059
11886
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -12073,20 +11900,20 @@ export type TenantUncheckedCreateWithoutDocumentationStepsInput = {
|
|
|
12073
11900
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
12074
11901
|
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
12075
11902
|
};
|
|
12076
|
-
export type
|
|
11903
|
+
export type TenantCreateOrConnectWithoutPaymentInstallmentsInput = {
|
|
12077
11904
|
where: Prisma.TenantWhereUniqueInput;
|
|
12078
|
-
create: Prisma.XOR<Prisma.
|
|
11905
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedCreateWithoutPaymentInstallmentsInput>;
|
|
12079
11906
|
};
|
|
12080
|
-
export type
|
|
12081
|
-
update: Prisma.XOR<Prisma.
|
|
12082
|
-
create: Prisma.XOR<Prisma.
|
|
11907
|
+
export type TenantUpsertWithoutPaymentInstallmentsInput = {
|
|
11908
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedUpdateWithoutPaymentInstallmentsInput>;
|
|
11909
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedCreateWithoutPaymentInstallmentsInput>;
|
|
12083
11910
|
where?: Prisma.TenantWhereInput;
|
|
12084
11911
|
};
|
|
12085
|
-
export type
|
|
11912
|
+
export type TenantUpdateToOneWithWhereWithoutPaymentInstallmentsInput = {
|
|
12086
11913
|
where?: Prisma.TenantWhereInput;
|
|
12087
|
-
data: Prisma.XOR<Prisma.
|
|
11914
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedUpdateWithoutPaymentInstallmentsInput>;
|
|
12088
11915
|
};
|
|
12089
|
-
export type
|
|
11916
|
+
export type TenantUpdateWithoutPaymentInstallmentsInput = {
|
|
12090
11917
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12091
11918
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12092
11919
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12128,11 +11955,10 @@ export type TenantUpdateWithoutDocumentationStepsInput = {
|
|
|
12128
11955
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
12129
11956
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
12130
11957
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
12131
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
12132
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
12133
|
-
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
12134
11958
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
12135
11959
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
11960
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
11961
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
12136
11962
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
12137
11963
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
12138
11964
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -12152,7 +11978,7 @@ export type TenantUpdateWithoutDocumentationStepsInput = {
|
|
|
12152
11978
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
12153
11979
|
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
12154
11980
|
};
|
|
12155
|
-
export type
|
|
11981
|
+
export type TenantUncheckedUpdateWithoutPaymentInstallmentsInput = {
|
|
12156
11982
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12157
11983
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12158
11984
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12194,11 +12020,10 @@ export type TenantUncheckedUpdateWithoutDocumentationStepsInput = {
|
|
|
12194
12020
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12195
12021
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12196
12022
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12197
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12198
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12199
|
-
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12200
12023
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12201
12024
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12025
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12026
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12202
12027
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12203
12028
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12204
12029
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -12218,7 +12043,7 @@ export type TenantUncheckedUpdateWithoutDocumentationStepsInput = {
|
|
|
12218
12043
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12219
12044
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12220
12045
|
};
|
|
12221
|
-
export type
|
|
12046
|
+
export type TenantCreateWithoutApplicationPaymentsInput = {
|
|
12222
12047
|
id?: string;
|
|
12223
12048
|
name: string;
|
|
12224
12049
|
subdomain: string;
|
|
@@ -12260,11 +12085,10 @@ export type TenantCreateWithoutDocumentationStepDocumentsInput = {
|
|
|
12260
12085
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
12261
12086
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
12262
12087
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
12263
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
12264
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
12265
12088
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
12266
|
-
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
12267
12089
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
12090
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
12091
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
12268
12092
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
12269
12093
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
12270
12094
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -12284,7 +12108,7 @@ export type TenantCreateWithoutDocumentationStepDocumentsInput = {
|
|
|
12284
12108
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
12285
12109
|
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
12286
12110
|
};
|
|
12287
|
-
export type
|
|
12111
|
+
export type TenantUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
12288
12112
|
id?: string;
|
|
12289
12113
|
name: string;
|
|
12290
12114
|
subdomain: string;
|
|
@@ -12326,11 +12150,10 @@ export type TenantUncheckedCreateWithoutDocumentationStepDocumentsInput = {
|
|
|
12326
12150
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12327
12151
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
12328
12152
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12329
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
12330
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
12331
12153
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12332
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12333
12154
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12155
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
12156
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
12334
12157
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
12335
12158
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12336
12159
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -12350,20 +12173,20 @@ export type TenantUncheckedCreateWithoutDocumentationStepDocumentsInput = {
|
|
|
12350
12173
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
12351
12174
|
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
12352
12175
|
};
|
|
12353
|
-
export type
|
|
12176
|
+
export type TenantCreateOrConnectWithoutApplicationPaymentsInput = {
|
|
12354
12177
|
where: Prisma.TenantWhereUniqueInput;
|
|
12355
|
-
create: Prisma.XOR<Prisma.
|
|
12178
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutApplicationPaymentsInput, Prisma.TenantUncheckedCreateWithoutApplicationPaymentsInput>;
|
|
12356
12179
|
};
|
|
12357
|
-
export type
|
|
12358
|
-
update: Prisma.XOR<Prisma.
|
|
12359
|
-
create: Prisma.XOR<Prisma.
|
|
12180
|
+
export type TenantUpsertWithoutApplicationPaymentsInput = {
|
|
12181
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutApplicationPaymentsInput, Prisma.TenantUncheckedUpdateWithoutApplicationPaymentsInput>;
|
|
12182
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutApplicationPaymentsInput, Prisma.TenantUncheckedCreateWithoutApplicationPaymentsInput>;
|
|
12360
12183
|
where?: Prisma.TenantWhereInput;
|
|
12361
12184
|
};
|
|
12362
|
-
export type
|
|
12185
|
+
export type TenantUpdateToOneWithWhereWithoutApplicationPaymentsInput = {
|
|
12363
12186
|
where?: Prisma.TenantWhereInput;
|
|
12364
|
-
data: Prisma.XOR<Prisma.
|
|
12187
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutApplicationPaymentsInput, Prisma.TenantUncheckedUpdateWithoutApplicationPaymentsInput>;
|
|
12365
12188
|
};
|
|
12366
|
-
export type
|
|
12189
|
+
export type TenantUpdateWithoutApplicationPaymentsInput = {
|
|
12367
12190
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12368
12191
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12369
12192
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12405,11 +12228,10 @@ export type TenantUpdateWithoutDocumentationStepDocumentsInput = {
|
|
|
12405
12228
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
12406
12229
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
12407
12230
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
12408
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
12409
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
12410
12231
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
12411
|
-
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
12412
12232
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
12233
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
12234
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
12413
12235
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
12414
12236
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
12415
12237
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -12429,7 +12251,7 @@ export type TenantUpdateWithoutDocumentationStepDocumentsInput = {
|
|
|
12429
12251
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
12430
12252
|
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
12431
12253
|
};
|
|
12432
|
-
export type
|
|
12254
|
+
export type TenantUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
12433
12255
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12434
12256
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12435
12257
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12471,11 +12293,10 @@ export type TenantUncheckedUpdateWithoutDocumentationStepDocumentsInput = {
|
|
|
12471
12293
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12472
12294
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12473
12295
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12474
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12475
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12476
12296
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12477
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12478
12297
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12298
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12299
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12479
12300
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12480
12301
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12481
12302
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -12495,7 +12316,7 @@ export type TenantUncheckedUpdateWithoutDocumentationStepDocumentsInput = {
|
|
|
12495
12316
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12496
12317
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12497
12318
|
};
|
|
12498
|
-
export type
|
|
12319
|
+
export type TenantCreateWithoutApplicationDocumentsInput = {
|
|
12499
12320
|
id?: string;
|
|
12500
12321
|
name: string;
|
|
12501
12322
|
subdomain: string;
|
|
@@ -12537,11 +12358,10 @@ export type TenantCreateWithoutDocumentationStepApprovalsInput = {
|
|
|
12537
12358
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
12538
12359
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
12539
12360
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
12540
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
12541
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
12542
12361
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
12543
12362
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
12544
|
-
|
|
12363
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
12364
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
12545
12365
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
12546
12366
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
12547
12367
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -12561,7 +12381,7 @@ export type TenantCreateWithoutDocumentationStepApprovalsInput = {
|
|
|
12561
12381
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
12562
12382
|
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
12563
12383
|
};
|
|
12564
|
-
export type
|
|
12384
|
+
export type TenantUncheckedCreateWithoutApplicationDocumentsInput = {
|
|
12565
12385
|
id?: string;
|
|
12566
12386
|
name: string;
|
|
12567
12387
|
subdomain: string;
|
|
@@ -12603,11 +12423,10 @@ export type TenantUncheckedCreateWithoutDocumentationStepApprovalsInput = {
|
|
|
12603
12423
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12604
12424
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
12605
12425
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12606
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
12607
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12608
12426
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12609
12427
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12610
|
-
|
|
12428
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
12429
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
12611
12430
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
12612
12431
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12613
12432
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -12627,20 +12446,20 @@ export type TenantUncheckedCreateWithoutDocumentationStepApprovalsInput = {
|
|
|
12627
12446
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
12628
12447
|
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
12629
12448
|
};
|
|
12630
|
-
export type
|
|
12449
|
+
export type TenantCreateOrConnectWithoutApplicationDocumentsInput = {
|
|
12631
12450
|
where: Prisma.TenantWhereUniqueInput;
|
|
12632
|
-
create: Prisma.XOR<Prisma.
|
|
12451
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutApplicationDocumentsInput, Prisma.TenantUncheckedCreateWithoutApplicationDocumentsInput>;
|
|
12633
12452
|
};
|
|
12634
|
-
export type
|
|
12635
|
-
update: Prisma.XOR<Prisma.
|
|
12636
|
-
create: Prisma.XOR<Prisma.
|
|
12453
|
+
export type TenantUpsertWithoutApplicationDocumentsInput = {
|
|
12454
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutApplicationDocumentsInput, Prisma.TenantUncheckedUpdateWithoutApplicationDocumentsInput>;
|
|
12455
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutApplicationDocumentsInput, Prisma.TenantUncheckedCreateWithoutApplicationDocumentsInput>;
|
|
12637
12456
|
where?: Prisma.TenantWhereInput;
|
|
12638
12457
|
};
|
|
12639
|
-
export type
|
|
12458
|
+
export type TenantUpdateToOneWithWhereWithoutApplicationDocumentsInput = {
|
|
12640
12459
|
where?: Prisma.TenantWhereInput;
|
|
12641
|
-
data: Prisma.XOR<Prisma.
|
|
12460
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutApplicationDocumentsInput, Prisma.TenantUncheckedUpdateWithoutApplicationDocumentsInput>;
|
|
12642
12461
|
};
|
|
12643
|
-
export type
|
|
12462
|
+
export type TenantUpdateWithoutApplicationDocumentsInput = {
|
|
12644
12463
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12645
12464
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12646
12465
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12682,11 +12501,10 @@ export type TenantUpdateWithoutDocumentationStepApprovalsInput = {
|
|
|
12682
12501
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
12683
12502
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
12684
12503
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
12685
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
12686
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
12687
12504
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
12688
12505
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
12689
|
-
|
|
12506
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
12507
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
12690
12508
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
12691
12509
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
12692
12510
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -12706,7 +12524,7 @@ export type TenantUpdateWithoutDocumentationStepApprovalsInput = {
|
|
|
12706
12524
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
12707
12525
|
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
12708
12526
|
};
|
|
12709
|
-
export type
|
|
12527
|
+
export type TenantUncheckedUpdateWithoutApplicationDocumentsInput = {
|
|
12710
12528
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12711
12529
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12712
12530
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12748,288 +12566,10 @@ export type TenantUncheckedUpdateWithoutDocumentationStepApprovalsInput = {
|
|
|
12748
12566
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12749
12567
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12750
12568
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12751
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12752
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12753
12569
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12754
12570
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12758
|
-
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12759
|
-
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12760
|
-
propertyVariantMedia?: Prisma.PropertyVariantMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12761
|
-
propertyUnits?: Prisma.PropertyUnitUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12762
|
-
propertyAmenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12763
|
-
eventHandlerExecutions?: Prisma.EventHandlerExecutionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12764
|
-
amenities?: Prisma.AmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12765
|
-
socials?: Prisma.SocialUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12766
|
-
wallets?: Prisma.WalletUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12767
|
-
transactions?: Prisma.TransactionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12768
|
-
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12769
|
-
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12770
|
-
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12771
|
-
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12772
|
-
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12773
|
-
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12774
|
-
};
|
|
12775
|
-
export type TenantCreateWithoutPaymentInstallmentsInput = {
|
|
12776
|
-
id?: string;
|
|
12777
|
-
name: string;
|
|
12778
|
-
subdomain: string;
|
|
12779
|
-
isActive?: boolean;
|
|
12780
|
-
createdAt?: Date | string;
|
|
12781
|
-
updatedAt?: Date | string;
|
|
12782
|
-
users?: Prisma.UserCreateNestedManyWithoutTenantInput;
|
|
12783
|
-
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
12784
|
-
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
12785
|
-
documentationPlans?: Prisma.DocumentationPlanCreateNestedManyWithoutTenantInput;
|
|
12786
|
-
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
12787
|
-
applications?: Prisma.ApplicationCreateNestedManyWithoutTenantInput;
|
|
12788
|
-
roles?: Prisma.RoleCreateNestedManyWithoutTenantInput;
|
|
12789
|
-
permissions?: Prisma.PermissionCreateNestedManyWithoutTenantInput;
|
|
12790
|
-
memberships?: Prisma.TenantMembershipCreateNestedManyWithoutTenantInput;
|
|
12791
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
12792
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
12793
|
-
contractTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutTenantInput;
|
|
12794
|
-
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
12795
|
-
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
12796
|
-
apiKeys?: Prisma.ApiKeyCreateNestedManyWithoutTenantInput;
|
|
12797
|
-
eventChannels?: Prisma.EventChannelCreateNestedManyWithoutTenantInput;
|
|
12798
|
-
eventTypes?: Prisma.EventTypeCreateNestedManyWithoutTenantInput;
|
|
12799
|
-
eventHandlers?: Prisma.EventHandlerCreateNestedManyWithoutTenantInput;
|
|
12800
|
-
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
12801
|
-
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
12802
|
-
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
12803
|
-
contractRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutTenantInput;
|
|
12804
|
-
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutTenantInput;
|
|
12805
|
-
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutTenantInput;
|
|
12806
|
-
phaseEventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutTenantInput;
|
|
12807
|
-
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepCreateNestedManyWithoutTenantInput;
|
|
12808
|
-
stepEventAttachments?: Prisma.StepEventAttachmentCreateNestedManyWithoutTenantInput;
|
|
12809
|
-
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentCreateNestedManyWithoutTenantInput;
|
|
12810
|
-
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutTenantInput;
|
|
12811
|
-
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutTenantInput;
|
|
12812
|
-
questionnairePhases?: Prisma.QuestionnairePhaseCreateNestedManyWithoutTenantInput;
|
|
12813
|
-
documentationPhases?: Prisma.DocumentationPhaseCreateNestedManyWithoutTenantInput;
|
|
12814
|
-
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
12815
|
-
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
12816
|
-
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
12817
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
12818
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
12819
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
12820
|
-
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
12821
|
-
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
12822
|
-
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
12823
|
-
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
12824
|
-
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
12825
|
-
propertyVariantAmenities?: Prisma.PropertyVariantAmenityCreateNestedManyWithoutTenantInput;
|
|
12826
|
-
propertyVariantMedia?: Prisma.PropertyVariantMediaCreateNestedManyWithoutTenantInput;
|
|
12827
|
-
propertyUnits?: Prisma.PropertyUnitCreateNestedManyWithoutTenantInput;
|
|
12828
|
-
propertyAmenities?: Prisma.PropertyAmenityCreateNestedManyWithoutTenantInput;
|
|
12829
|
-
eventHandlerExecutions?: Prisma.EventHandlerExecutionCreateNestedManyWithoutTenantInput;
|
|
12830
|
-
amenities?: Prisma.AmenityCreateNestedManyWithoutTenantInput;
|
|
12831
|
-
socials?: Prisma.SocialCreateNestedManyWithoutTenantInput;
|
|
12832
|
-
wallets?: Prisma.WalletCreateNestedManyWithoutTenantInput;
|
|
12833
|
-
transactions?: Prisma.TransactionCreateNestedManyWithoutTenantInput;
|
|
12834
|
-
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
12835
|
-
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
12836
|
-
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
12837
|
-
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
12838
|
-
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
12839
|
-
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
12840
|
-
};
|
|
12841
|
-
export type TenantUncheckedCreateWithoutPaymentInstallmentsInput = {
|
|
12842
|
-
id?: string;
|
|
12843
|
-
name: string;
|
|
12844
|
-
subdomain: string;
|
|
12845
|
-
isActive?: boolean;
|
|
12846
|
-
createdAt?: Date | string;
|
|
12847
|
-
updatedAt?: Date | string;
|
|
12848
|
-
users?: Prisma.UserUncheckedCreateNestedManyWithoutTenantInput;
|
|
12849
|
-
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
12850
|
-
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12851
|
-
documentationPlans?: Prisma.DocumentationPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12852
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
12853
|
-
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutTenantInput;
|
|
12854
|
-
roles?: Prisma.RoleUncheckedCreateNestedManyWithoutTenantInput;
|
|
12855
|
-
permissions?: Prisma.PermissionUncheckedCreateNestedManyWithoutTenantInput;
|
|
12856
|
-
memberships?: Prisma.TenantMembershipUncheckedCreateNestedManyWithoutTenantInput;
|
|
12857
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
12858
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
12859
|
-
contractTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
12860
|
-
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
12861
|
-
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
12862
|
-
apiKeys?: Prisma.ApiKeyUncheckedCreateNestedManyWithoutTenantInput;
|
|
12863
|
-
eventChannels?: Prisma.EventChannelUncheckedCreateNestedManyWithoutTenantInput;
|
|
12864
|
-
eventTypes?: Prisma.EventTypeUncheckedCreateNestedManyWithoutTenantInput;
|
|
12865
|
-
eventHandlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutTenantInput;
|
|
12866
|
-
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12867
|
-
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
12868
|
-
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
12869
|
-
contractRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
12870
|
-
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutTenantInput;
|
|
12871
|
-
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12872
|
-
phaseEventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12873
|
-
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
12874
|
-
stepEventAttachments?: Prisma.StepEventAttachmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12875
|
-
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12876
|
-
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
12877
|
-
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12878
|
-
questionnairePhases?: Prisma.QuestionnairePhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12879
|
-
documentationPhases?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12880
|
-
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
12881
|
-
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
12882
|
-
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12883
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
12884
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12885
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
12886
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12887
|
-
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12888
|
-
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
12889
|
-
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12890
|
-
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
12891
|
-
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
12892
|
-
propertyVariantMedia?: Prisma.PropertyVariantMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
12893
|
-
propertyUnits?: Prisma.PropertyUnitUncheckedCreateNestedManyWithoutTenantInput;
|
|
12894
|
-
propertyAmenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
12895
|
-
eventHandlerExecutions?: Prisma.EventHandlerExecutionUncheckedCreateNestedManyWithoutTenantInput;
|
|
12896
|
-
amenities?: Prisma.AmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
12897
|
-
socials?: Prisma.SocialUncheckedCreateNestedManyWithoutTenantInput;
|
|
12898
|
-
wallets?: Prisma.WalletUncheckedCreateNestedManyWithoutTenantInput;
|
|
12899
|
-
transactions?: Prisma.TransactionUncheckedCreateNestedManyWithoutTenantInput;
|
|
12900
|
-
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
12901
|
-
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12902
|
-
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
12903
|
-
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12904
|
-
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
12905
|
-
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
12906
|
-
};
|
|
12907
|
-
export type TenantCreateOrConnectWithoutPaymentInstallmentsInput = {
|
|
12908
|
-
where: Prisma.TenantWhereUniqueInput;
|
|
12909
|
-
create: Prisma.XOR<Prisma.TenantCreateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedCreateWithoutPaymentInstallmentsInput>;
|
|
12910
|
-
};
|
|
12911
|
-
export type TenantUpsertWithoutPaymentInstallmentsInput = {
|
|
12912
|
-
update: Prisma.XOR<Prisma.TenantUpdateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedUpdateWithoutPaymentInstallmentsInput>;
|
|
12913
|
-
create: Prisma.XOR<Prisma.TenantCreateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedCreateWithoutPaymentInstallmentsInput>;
|
|
12914
|
-
where?: Prisma.TenantWhereInput;
|
|
12915
|
-
};
|
|
12916
|
-
export type TenantUpdateToOneWithWhereWithoutPaymentInstallmentsInput = {
|
|
12917
|
-
where?: Prisma.TenantWhereInput;
|
|
12918
|
-
data: Prisma.XOR<Prisma.TenantUpdateWithoutPaymentInstallmentsInput, Prisma.TenantUncheckedUpdateWithoutPaymentInstallmentsInput>;
|
|
12919
|
-
};
|
|
12920
|
-
export type TenantUpdateWithoutPaymentInstallmentsInput = {
|
|
12921
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12922
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12923
|
-
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12924
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
12925
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
12926
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
12927
|
-
users?: Prisma.UserUpdateManyWithoutTenantNestedInput;
|
|
12928
|
-
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
12929
|
-
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
12930
|
-
documentationPlans?: Prisma.DocumentationPlanUpdateManyWithoutTenantNestedInput;
|
|
12931
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
12932
|
-
applications?: Prisma.ApplicationUpdateManyWithoutTenantNestedInput;
|
|
12933
|
-
roles?: Prisma.RoleUpdateManyWithoutTenantNestedInput;
|
|
12934
|
-
permissions?: Prisma.PermissionUpdateManyWithoutTenantNestedInput;
|
|
12935
|
-
memberships?: Prisma.TenantMembershipUpdateManyWithoutTenantNestedInput;
|
|
12936
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
12937
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
12938
|
-
contractTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutTenantNestedInput;
|
|
12939
|
-
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
12940
|
-
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
12941
|
-
apiKeys?: Prisma.ApiKeyUpdateManyWithoutTenantNestedInput;
|
|
12942
|
-
eventChannels?: Prisma.EventChannelUpdateManyWithoutTenantNestedInput;
|
|
12943
|
-
eventTypes?: Prisma.EventTypeUpdateManyWithoutTenantNestedInput;
|
|
12944
|
-
eventHandlers?: Prisma.EventHandlerUpdateManyWithoutTenantNestedInput;
|
|
12945
|
-
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
12946
|
-
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
12947
|
-
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
12948
|
-
contractRefunds?: Prisma.ApplicationRefundUpdateManyWithoutTenantNestedInput;
|
|
12949
|
-
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutTenantNestedInput;
|
|
12950
|
-
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutTenantNestedInput;
|
|
12951
|
-
phaseEventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutTenantNestedInput;
|
|
12952
|
-
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepUpdateManyWithoutTenantNestedInput;
|
|
12953
|
-
stepEventAttachments?: Prisma.StepEventAttachmentUpdateManyWithoutTenantNestedInput;
|
|
12954
|
-
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentUpdateManyWithoutTenantNestedInput;
|
|
12955
|
-
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutTenantNestedInput;
|
|
12956
|
-
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutTenantNestedInput;
|
|
12957
|
-
questionnairePhases?: Prisma.QuestionnairePhaseUpdateManyWithoutTenantNestedInput;
|
|
12958
|
-
documentationPhases?: Prisma.DocumentationPhaseUpdateManyWithoutTenantNestedInput;
|
|
12959
|
-
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
12960
|
-
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
12961
|
-
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
12962
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
12963
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
12964
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
12965
|
-
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
12966
|
-
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
12967
|
-
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
12968
|
-
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
12969
|
-
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
12970
|
-
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUpdateManyWithoutTenantNestedInput;
|
|
12971
|
-
propertyVariantMedia?: Prisma.PropertyVariantMediaUpdateManyWithoutTenantNestedInput;
|
|
12972
|
-
propertyUnits?: Prisma.PropertyUnitUpdateManyWithoutTenantNestedInput;
|
|
12973
|
-
propertyAmenities?: Prisma.PropertyAmenityUpdateManyWithoutTenantNestedInput;
|
|
12974
|
-
eventHandlerExecutions?: Prisma.EventHandlerExecutionUpdateManyWithoutTenantNestedInput;
|
|
12975
|
-
amenities?: Prisma.AmenityUpdateManyWithoutTenantNestedInput;
|
|
12976
|
-
socials?: Prisma.SocialUpdateManyWithoutTenantNestedInput;
|
|
12977
|
-
wallets?: Prisma.WalletUpdateManyWithoutTenantNestedInput;
|
|
12978
|
-
transactions?: Prisma.TransactionUpdateManyWithoutTenantNestedInput;
|
|
12979
|
-
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
12980
|
-
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
12981
|
-
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
12982
|
-
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
12983
|
-
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
12984
|
-
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
12985
|
-
};
|
|
12986
|
-
export type TenantUncheckedUpdateWithoutPaymentInstallmentsInput = {
|
|
12987
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12988
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12989
|
-
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
12990
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
12991
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
12992
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
12993
|
-
users?: Prisma.UserUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12994
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12995
|
-
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12996
|
-
documentationPlans?: Prisma.DocumentationPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12997
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12998
|
-
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12999
|
-
roles?: Prisma.RoleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13000
|
-
permissions?: Prisma.PermissionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13001
|
-
memberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13002
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13003
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13004
|
-
contractTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13005
|
-
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13006
|
-
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13007
|
-
apiKeys?: Prisma.ApiKeyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13008
|
-
eventChannels?: Prisma.EventChannelUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13009
|
-
eventTypes?: Prisma.EventTypeUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13010
|
-
eventHandlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13011
|
-
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13012
|
-
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13013
|
-
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13014
|
-
contractRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13015
|
-
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13016
|
-
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13017
|
-
phaseEventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13018
|
-
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13019
|
-
stepEventAttachments?: Prisma.StepEventAttachmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13020
|
-
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13021
|
-
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13022
|
-
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13023
|
-
questionnairePhases?: Prisma.QuestionnairePhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13024
|
-
documentationPhases?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13025
|
-
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13026
|
-
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13027
|
-
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13028
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13029
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13030
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13031
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13032
|
-
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12571
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12572
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13033
12573
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13034
12574
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13035
12575
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -13049,7 +12589,7 @@ export type TenantUncheckedUpdateWithoutPaymentInstallmentsInput = {
|
|
|
13049
12589
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13050
12590
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13051
12591
|
};
|
|
13052
|
-
export type
|
|
12592
|
+
export type TenantCreateWithoutDocumentReviewsInput = {
|
|
13053
12593
|
id?: string;
|
|
13054
12594
|
name: string;
|
|
13055
12595
|
subdomain: string;
|
|
@@ -13091,11 +12631,11 @@ export type TenantCreateWithoutApplicationPaymentsInput = {
|
|
|
13091
12631
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
13092
12632
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
13093
12633
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
13094
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
13095
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
13096
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
13097
12634
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
12635
|
+
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
13098
12636
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
12637
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
12638
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
13099
12639
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
13100
12640
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
13101
12641
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -13112,10 +12652,9 @@ export type TenantCreateWithoutApplicationPaymentsInput = {
|
|
|
13112
12652
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
13113
12653
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
13114
12654
|
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
13115
|
-
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
13116
12655
|
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
13117
12656
|
};
|
|
13118
|
-
export type
|
|
12657
|
+
export type TenantUncheckedCreateWithoutDocumentReviewsInput = {
|
|
13119
12658
|
id?: string;
|
|
13120
12659
|
name: string;
|
|
13121
12660
|
subdomain: string;
|
|
@@ -13157,11 +12696,11 @@ export type TenantUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
|
13157
12696
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
13158
12697
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
13159
12698
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13160
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
13161
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13162
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13163
12699
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12700
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13164
12701
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12702
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
12703
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
13165
12704
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
13166
12705
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13167
12706
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -13178,23 +12717,22 @@ export type TenantUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
|
13178
12717
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13179
12718
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
13180
12719
|
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
13181
|
-
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
13182
12720
|
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
13183
12721
|
};
|
|
13184
|
-
export type
|
|
12722
|
+
export type TenantCreateOrConnectWithoutDocumentReviewsInput = {
|
|
13185
12723
|
where: Prisma.TenantWhereUniqueInput;
|
|
13186
|
-
create: Prisma.XOR<Prisma.
|
|
12724
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutDocumentReviewsInput, Prisma.TenantUncheckedCreateWithoutDocumentReviewsInput>;
|
|
13187
12725
|
};
|
|
13188
|
-
export type
|
|
13189
|
-
update: Prisma.XOR<Prisma.
|
|
13190
|
-
create: Prisma.XOR<Prisma.
|
|
12726
|
+
export type TenantUpsertWithoutDocumentReviewsInput = {
|
|
12727
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutDocumentReviewsInput, Prisma.TenantUncheckedUpdateWithoutDocumentReviewsInput>;
|
|
12728
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutDocumentReviewsInput, Prisma.TenantUncheckedCreateWithoutDocumentReviewsInput>;
|
|
13191
12729
|
where?: Prisma.TenantWhereInput;
|
|
13192
12730
|
};
|
|
13193
|
-
export type
|
|
12731
|
+
export type TenantUpdateToOneWithWhereWithoutDocumentReviewsInput = {
|
|
13194
12732
|
where?: Prisma.TenantWhereInput;
|
|
13195
|
-
data: Prisma.XOR<Prisma.
|
|
12733
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutDocumentReviewsInput, Prisma.TenantUncheckedUpdateWithoutDocumentReviewsInput>;
|
|
13196
12734
|
};
|
|
13197
|
-
export type
|
|
12735
|
+
export type TenantUpdateWithoutDocumentReviewsInput = {
|
|
13198
12736
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13199
12737
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13200
12738
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13236,11 +12774,11 @@ export type TenantUpdateWithoutApplicationPaymentsInput = {
|
|
|
13236
12774
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
13237
12775
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
13238
12776
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
13239
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
13240
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
13241
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
13242
12777
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
12778
|
+
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
13243
12779
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
12780
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
12781
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
13244
12782
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
13245
12783
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
13246
12784
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -13257,10 +12795,9 @@ export type TenantUpdateWithoutApplicationPaymentsInput = {
|
|
|
13257
12795
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
13258
12796
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
13259
12797
|
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
13260
|
-
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
13261
12798
|
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
13262
12799
|
};
|
|
13263
|
-
export type
|
|
12800
|
+
export type TenantUncheckedUpdateWithoutDocumentReviewsInput = {
|
|
13264
12801
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13265
12802
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13266
12803
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13302,11 +12839,11 @@ export type TenantUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
|
13302
12839
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13303
12840
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13304
12841
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13305
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13306
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13307
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13308
12842
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12843
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13309
12844
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12845
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12846
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13310
12847
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13311
12848
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13312
12849
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -13323,10 +12860,9 @@ export type TenantUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
|
13323
12860
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13324
12861
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13325
12862
|
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13326
|
-
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13327
12863
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13328
12864
|
};
|
|
13329
|
-
export type
|
|
12865
|
+
export type TenantCreateWithoutApprovalStageProgressInput = {
|
|
13330
12866
|
id?: string;
|
|
13331
12867
|
name: string;
|
|
13332
12868
|
subdomain: string;
|
|
@@ -13368,11 +12904,10 @@ export type TenantCreateWithoutApplicationDocumentsInput = {
|
|
|
13368
12904
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
13369
12905
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
13370
12906
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
13371
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
13372
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
13373
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
13374
12907
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
13375
12908
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
12909
|
+
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
12910
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
13376
12911
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
13377
12912
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
13378
12913
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -13392,7 +12927,7 @@ export type TenantCreateWithoutApplicationDocumentsInput = {
|
|
|
13392
12927
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
13393
12928
|
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
13394
12929
|
};
|
|
13395
|
-
export type
|
|
12930
|
+
export type TenantUncheckedCreateWithoutApprovalStageProgressInput = {
|
|
13396
12931
|
id?: string;
|
|
13397
12932
|
name: string;
|
|
13398
12933
|
subdomain: string;
|
|
@@ -13434,11 +12969,10 @@ export type TenantUncheckedCreateWithoutApplicationDocumentsInput = {
|
|
|
13434
12969
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
13435
12970
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
13436
12971
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13437
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
13438
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13439
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13440
12972
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13441
12973
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12974
|
+
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
12975
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13442
12976
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
13443
12977
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13444
12978
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -13458,20 +12992,20 @@ export type TenantUncheckedCreateWithoutApplicationDocumentsInput = {
|
|
|
13458
12992
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
13459
12993
|
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
13460
12994
|
};
|
|
13461
|
-
export type
|
|
12995
|
+
export type TenantCreateOrConnectWithoutApprovalStageProgressInput = {
|
|
13462
12996
|
where: Prisma.TenantWhereUniqueInput;
|
|
13463
|
-
create: Prisma.XOR<Prisma.
|
|
12997
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutApprovalStageProgressInput, Prisma.TenantUncheckedCreateWithoutApprovalStageProgressInput>;
|
|
13464
12998
|
};
|
|
13465
|
-
export type
|
|
13466
|
-
update: Prisma.XOR<Prisma.
|
|
13467
|
-
create: Prisma.XOR<Prisma.
|
|
12999
|
+
export type TenantUpsertWithoutApprovalStageProgressInput = {
|
|
13000
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutApprovalStageProgressInput, Prisma.TenantUncheckedUpdateWithoutApprovalStageProgressInput>;
|
|
13001
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutApprovalStageProgressInput, Prisma.TenantUncheckedCreateWithoutApprovalStageProgressInput>;
|
|
13468
13002
|
where?: Prisma.TenantWhereInput;
|
|
13469
13003
|
};
|
|
13470
|
-
export type
|
|
13004
|
+
export type TenantUpdateToOneWithWhereWithoutApprovalStageProgressInput = {
|
|
13471
13005
|
where?: Prisma.TenantWhereInput;
|
|
13472
|
-
data: Prisma.XOR<Prisma.
|
|
13006
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutApprovalStageProgressInput, Prisma.TenantUncheckedUpdateWithoutApprovalStageProgressInput>;
|
|
13473
13007
|
};
|
|
13474
|
-
export type
|
|
13008
|
+
export type TenantUpdateWithoutApprovalStageProgressInput = {
|
|
13475
13009
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13476
13010
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13477
13011
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13513,11 +13047,10 @@ export type TenantUpdateWithoutApplicationDocumentsInput = {
|
|
|
13513
13047
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
13514
13048
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
13515
13049
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
13516
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
13517
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
13518
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
13519
13050
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
13520
13051
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
13052
|
+
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
13053
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
13521
13054
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
13522
13055
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
13523
13056
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -13537,7 +13070,7 @@ export type TenantUpdateWithoutApplicationDocumentsInput = {
|
|
|
13537
13070
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
13538
13071
|
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
13539
13072
|
};
|
|
13540
|
-
export type
|
|
13073
|
+
export type TenantUncheckedUpdateWithoutApprovalStageProgressInput = {
|
|
13541
13074
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13542
13075
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13543
13076
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13579,11 +13112,10 @@ export type TenantUncheckedUpdateWithoutApplicationDocumentsInput = {
|
|
|
13579
13112
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13580
13113
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13581
13114
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13582
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13583
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13584
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13585
13115
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13586
13116
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13117
|
+
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13118
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13587
13119
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13588
13120
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13589
13121
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -13603,7 +13135,7 @@ export type TenantUncheckedUpdateWithoutApplicationDocumentsInput = {
|
|
|
13603
13135
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13604
13136
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13605
13137
|
};
|
|
13606
|
-
export type
|
|
13138
|
+
export type TenantCreateWithoutDocumentApprovalsInput = {
|
|
13607
13139
|
id?: string;
|
|
13608
13140
|
name: string;
|
|
13609
13141
|
subdomain: string;
|
|
@@ -13645,12 +13177,10 @@ export type TenantCreateWithoutDocumentReviewsInput = {
|
|
|
13645
13177
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
13646
13178
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
13647
13179
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
13648
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
13649
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
13650
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
13651
13180
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
13652
13181
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
13653
13182
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
13183
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
13654
13184
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
13655
13185
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
13656
13186
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -13667,9 +13197,10 @@ export type TenantCreateWithoutDocumentReviewsInput = {
|
|
|
13667
13197
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
13668
13198
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
13669
13199
|
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
13200
|
+
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutTenantInput;
|
|
13670
13201
|
organizations?: Prisma.OrganizationCreateNestedManyWithoutTenantInput;
|
|
13671
13202
|
};
|
|
13672
|
-
export type
|
|
13203
|
+
export type TenantUncheckedCreateWithoutDocumentApprovalsInput = {
|
|
13673
13204
|
id?: string;
|
|
13674
13205
|
name: string;
|
|
13675
13206
|
subdomain: string;
|
|
@@ -13711,12 +13242,10 @@ export type TenantUncheckedCreateWithoutDocumentReviewsInput = {
|
|
|
13711
13242
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
13712
13243
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
13713
13244
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13714
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
13715
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13716
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13717
13245
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13718
13246
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13719
13247
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13248
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
13720
13249
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
13721
13250
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13722
13251
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -13733,22 +13262,23 @@ export type TenantUncheckedCreateWithoutDocumentReviewsInput = {
|
|
|
13733
13262
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13734
13263
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
13735
13264
|
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
13265
|
+
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutTenantInput;
|
|
13736
13266
|
organizations?: Prisma.OrganizationUncheckedCreateNestedManyWithoutTenantInput;
|
|
13737
13267
|
};
|
|
13738
|
-
export type
|
|
13268
|
+
export type TenantCreateOrConnectWithoutDocumentApprovalsInput = {
|
|
13739
13269
|
where: Prisma.TenantWhereUniqueInput;
|
|
13740
|
-
create: Prisma.XOR<Prisma.
|
|
13270
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutDocumentApprovalsInput, Prisma.TenantUncheckedCreateWithoutDocumentApprovalsInput>;
|
|
13741
13271
|
};
|
|
13742
|
-
export type
|
|
13743
|
-
update: Prisma.XOR<Prisma.
|
|
13744
|
-
create: Prisma.XOR<Prisma.
|
|
13272
|
+
export type TenantUpsertWithoutDocumentApprovalsInput = {
|
|
13273
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutDocumentApprovalsInput, Prisma.TenantUncheckedUpdateWithoutDocumentApprovalsInput>;
|
|
13274
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutDocumentApprovalsInput, Prisma.TenantUncheckedCreateWithoutDocumentApprovalsInput>;
|
|
13745
13275
|
where?: Prisma.TenantWhereInput;
|
|
13746
13276
|
};
|
|
13747
|
-
export type
|
|
13277
|
+
export type TenantUpdateToOneWithWhereWithoutDocumentApprovalsInput = {
|
|
13748
13278
|
where?: Prisma.TenantWhereInput;
|
|
13749
|
-
data: Prisma.XOR<Prisma.
|
|
13279
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutDocumentApprovalsInput, Prisma.TenantUncheckedUpdateWithoutDocumentApprovalsInput>;
|
|
13750
13280
|
};
|
|
13751
|
-
export type
|
|
13281
|
+
export type TenantUpdateWithoutDocumentApprovalsInput = {
|
|
13752
13282
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13753
13283
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13754
13284
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13790,12 +13320,10 @@ export type TenantUpdateWithoutDocumentReviewsInput = {
|
|
|
13790
13320
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
13791
13321
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
13792
13322
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
13793
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
13794
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
13795
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
13796
13323
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
13797
13324
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
13798
13325
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
13326
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
13799
13327
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
13800
13328
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
13801
13329
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -13812,9 +13340,10 @@ export type TenantUpdateWithoutDocumentReviewsInput = {
|
|
|
13812
13340
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
13813
13341
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
13814
13342
|
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
13343
|
+
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutTenantNestedInput;
|
|
13815
13344
|
organizations?: Prisma.OrganizationUpdateManyWithoutTenantNestedInput;
|
|
13816
13345
|
};
|
|
13817
|
-
export type
|
|
13346
|
+
export type TenantUncheckedUpdateWithoutDocumentApprovalsInput = {
|
|
13818
13347
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13819
13348
|
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
13820
13349
|
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13856,12 +13385,10 @@ export type TenantUncheckedUpdateWithoutDocumentReviewsInput = {
|
|
|
13856
13385
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13857
13386
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13858
13387
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13859
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13860
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13861
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13862
13388
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13863
13389
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13864
13390
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13391
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13865
13392
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13866
13393
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13867
13394
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -13878,6 +13405,7 @@ export type TenantUncheckedUpdateWithoutDocumentReviewsInput = {
|
|
|
13878
13405
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13879
13406
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13880
13407
|
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13408
|
+
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13881
13409
|
organizations?: Prisma.OrganizationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13882
13410
|
};
|
|
13883
13411
|
export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
@@ -13921,12 +13449,11 @@ export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
|
13921
13449
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
13922
13450
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
13923
13451
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
13924
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
13925
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
13926
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
13927
13452
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
13928
13453
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
13929
13454
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
13455
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
13456
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
13930
13457
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
13931
13458
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
13932
13459
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -13987,12 +13514,11 @@ export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
|
13987
13514
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
13988
13515
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
13989
13516
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13990
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
13991
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13992
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13993
13517
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13994
13518
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13995
13519
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13520
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13521
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
13996
13522
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
13997
13523
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13998
13524
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -14066,12 +13592,11 @@ export type TenantUpdateWithoutDocumentTemplatesInput = {
|
|
|
14066
13592
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
14067
13593
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
14068
13594
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
14069
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
14070
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
14071
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
14072
13595
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
14073
13596
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
14074
13597
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
13598
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
13599
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
14075
13600
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
14076
13601
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
14077
13602
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -14132,12 +13657,11 @@ export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
|
14132
13657
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14133
13658
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14134
13659
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14135
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14136
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14137
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14138
13660
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14139
13661
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14140
13662
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13663
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13664
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14141
13665
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14142
13666
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14143
13667
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -14198,12 +13722,11 @@ export type TenantCreateWithoutOfferLettersInput = {
|
|
|
14198
13722
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
14199
13723
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
14200
13724
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
14201
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
14202
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
14203
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
14204
13725
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
14205
13726
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
14206
13727
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
13728
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
13729
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
14207
13730
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
14208
13731
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
14209
13732
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -14264,12 +13787,11 @@ export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
|
14264
13787
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
14265
13788
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
14266
13789
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14267
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
14268
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14269
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14270
13790
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14271
13791
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14272
13792
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
13793
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
13794
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
14273
13795
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
14274
13796
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14275
13797
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -14343,12 +13865,11 @@ export type TenantUpdateWithoutOfferLettersInput = {
|
|
|
14343
13865
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
14344
13866
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
14345
13867
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
14346
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
14347
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
14348
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
14349
13868
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
14350
13869
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
14351
13870
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
13871
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
13872
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
14352
13873
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
14353
13874
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
14354
13875
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -14409,12 +13930,11 @@ export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
|
14409
13930
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14410
13931
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14411
13932
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14412
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14413
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14414
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14415
13933
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14416
13934
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14417
13935
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13936
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13937
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14418
13938
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14419
13939
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14420
13940
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -14475,12 +13995,11 @@ export type TenantCreateWithoutContractTerminationsInput = {
|
|
|
14475
13995
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
14476
13996
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
14477
13997
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
14478
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
14479
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
14480
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
14481
13998
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
14482
13999
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
14483
14000
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
14001
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
14002
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
14484
14003
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
14485
14004
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
14486
14005
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -14541,12 +14060,11 @@ export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
|
14541
14060
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
14542
14061
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
14543
14062
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14544
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
14545
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14546
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14547
14063
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14548
14064
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14549
14065
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14066
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14067
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
14550
14068
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
14551
14069
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14552
14070
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -14620,12 +14138,11 @@ export type TenantUpdateWithoutContractTerminationsInput = {
|
|
|
14620
14138
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
14621
14139
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
14622
14140
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
14623
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
14624
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
14625
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
14626
14141
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
14627
14142
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
14628
14143
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
14144
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
14145
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
14629
14146
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
14630
14147
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
14631
14148
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -14686,12 +14203,11 @@ export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
|
14686
14203
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14687
14204
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14688
14205
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14689
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14690
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14691
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14692
14206
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14693
14207
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14694
14208
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14209
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14210
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14695
14211
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14696
14212
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14697
14213
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -14752,12 +14268,11 @@ export type TenantCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
14752
14268
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
14753
14269
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
14754
14270
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
14755
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
14756
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
14757
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
14758
14271
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
14759
14272
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
14760
14273
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
14274
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
14275
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
14761
14276
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
14762
14277
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
14763
14278
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -14818,12 +14333,11 @@ export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
14818
14333
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
14819
14334
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
14820
14335
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14821
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
14822
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14823
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14824
14336
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14825
14337
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14826
14338
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14339
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14340
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
14827
14341
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
14828
14342
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14829
14343
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -14897,12 +14411,11 @@ export type TenantUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
14897
14411
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
14898
14412
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
14899
14413
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
14900
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
14901
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
14902
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
14903
14414
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
14904
14415
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
14905
14416
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
14417
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
14418
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
14906
14419
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
14907
14420
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
14908
14421
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -14963,12 +14476,11 @@ export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
14963
14476
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14964
14477
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14965
14478
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14966
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14967
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14968
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14969
14479
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14970
14480
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14971
14481
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14482
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14483
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14972
14484
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14973
14485
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14974
14486
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -15029,12 +14541,11 @@ export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
|
15029
14541
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
15030
14542
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
15031
14543
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
15032
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
15033
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
15034
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
15035
14544
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
15036
14545
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
15037
14546
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
14547
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
14548
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
15038
14549
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
15039
14550
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
15040
14551
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -15095,12 +14606,11 @@ export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
|
15095
14606
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
15096
14607
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
15097
14608
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
15098
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
15099
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15100
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15101
14609
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15102
14610
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15103
14611
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14612
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14613
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
15104
14614
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
15105
14615
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15106
14616
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -15174,12 +14684,11 @@ export type TenantUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
15174
14684
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
15175
14685
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
15176
14686
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
15177
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
15178
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
15179
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
15180
14687
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
15181
14688
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
15182
14689
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
14690
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
14691
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
15183
14692
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
15184
14693
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
15185
14694
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -15240,12 +14749,11 @@ export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
15240
14749
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15241
14750
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15242
14751
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15243
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15244
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15245
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15246
14752
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15247
14753
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15248
14754
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14755
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14756
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15249
14757
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15250
14758
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15251
14759
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -15306,12 +14814,11 @@ export type TenantCreateWithoutEventChannelsInput = {
|
|
|
15306
14814
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
15307
14815
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
15308
14816
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
15309
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
15310
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
15311
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
15312
14817
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
15313
14818
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
15314
14819
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
14820
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
14821
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
15315
14822
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
15316
14823
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
15317
14824
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -15372,12 +14879,11 @@ export type TenantUncheckedCreateWithoutEventChannelsInput = {
|
|
|
15372
14879
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
15373
14880
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
15374
14881
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
15375
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
15376
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15377
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15378
14882
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15379
14883
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15380
14884
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
14885
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
14886
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
15381
14887
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
15382
14888
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15383
14889
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -15451,12 +14957,11 @@ export type TenantUpdateWithoutEventChannelsInput = {
|
|
|
15451
14957
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
15452
14958
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
15453
14959
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
15454
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
15455
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
15456
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
15457
14960
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
15458
14961
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
15459
14962
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
14963
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
14964
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
15460
14965
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
15461
14966
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
15462
14967
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -15517,12 +15022,11 @@ export type TenantUncheckedUpdateWithoutEventChannelsInput = {
|
|
|
15517
15022
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15518
15023
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15519
15024
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15520
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15521
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15522
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15523
15025
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15524
15026
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15525
15027
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15028
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15029
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15526
15030
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15527
15031
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15528
15032
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -15583,12 +15087,11 @@ export type TenantCreateWithoutEventTypesInput = {
|
|
|
15583
15087
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
15584
15088
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
15585
15089
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
15586
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
15587
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
15588
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
15589
15090
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
15590
15091
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
15591
15092
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
15093
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
15094
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
15592
15095
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
15593
15096
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
15594
15097
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -15649,12 +15152,11 @@ export type TenantUncheckedCreateWithoutEventTypesInput = {
|
|
|
15649
15152
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
15650
15153
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
15651
15154
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
15652
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
15653
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15654
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15655
15155
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15656
15156
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15657
15157
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15158
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15159
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
15658
15160
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
15659
15161
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15660
15162
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -15728,12 +15230,11 @@ export type TenantUpdateWithoutEventTypesInput = {
|
|
|
15728
15230
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
15729
15231
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
15730
15232
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
15731
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
15732
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
15733
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
15734
15233
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
15735
15234
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
15736
15235
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
15236
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
15237
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
15737
15238
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
15738
15239
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
15739
15240
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -15794,12 +15295,11 @@ export type TenantUncheckedUpdateWithoutEventTypesInput = {
|
|
|
15794
15295
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15795
15296
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15796
15297
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15797
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15798
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15799
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15800
15298
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15801
15299
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15802
15300
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15301
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15302
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15803
15303
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15804
15304
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15805
15305
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -15860,12 +15360,11 @@ export type TenantCreateWithoutEventHandlersInput = {
|
|
|
15860
15360
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
15861
15361
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
15862
15362
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
15863
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
15864
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
15865
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
15866
15363
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
15867
15364
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
15868
15365
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
15366
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
15367
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
15869
15368
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
15870
15369
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
15871
15370
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -15926,12 +15425,11 @@ export type TenantUncheckedCreateWithoutEventHandlersInput = {
|
|
|
15926
15425
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
15927
15426
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
15928
15427
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
15929
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
15930
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15931
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15932
15428
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15933
15429
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15934
15430
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15431
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15432
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
15935
15433
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
15936
15434
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15937
15435
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -16005,12 +15503,11 @@ export type TenantUpdateWithoutEventHandlersInput = {
|
|
|
16005
15503
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
16006
15504
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
16007
15505
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
16008
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
16009
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
16010
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
16011
15506
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
16012
15507
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
16013
15508
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
15509
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
15510
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
16014
15511
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
16015
15512
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
16016
15513
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -16071,12 +15568,11 @@ export type TenantUncheckedUpdateWithoutEventHandlersInput = {
|
|
|
16071
15568
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16072
15569
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16073
15570
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16074
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16075
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16076
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16077
15571
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16078
15572
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16079
15573
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15574
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15575
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16080
15576
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16081
15577
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16082
15578
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -16137,12 +15633,11 @@ export type TenantCreateWithoutWorkflowEventsInput = {
|
|
|
16137
15633
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
16138
15634
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
16139
15635
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
16140
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
16141
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
16142
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
16143
15636
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
16144
15637
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
16145
15638
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
15639
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
15640
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
16146
15641
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
16147
15642
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
16148
15643
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -16203,12 +15698,11 @@ export type TenantUncheckedCreateWithoutWorkflowEventsInput = {
|
|
|
16203
15698
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
16204
15699
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
16205
15700
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
16206
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
16207
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16208
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
16209
15701
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16210
15702
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16211
15703
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15704
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15705
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
16212
15706
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
16213
15707
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16214
15708
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -16282,12 +15776,11 @@ export type TenantUpdateWithoutWorkflowEventsInput = {
|
|
|
16282
15776
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
16283
15777
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
16284
15778
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
16285
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
16286
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
16287
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
16288
15779
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
16289
15780
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
16290
15781
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
15782
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
15783
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
16291
15784
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
16292
15785
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
16293
15786
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -16348,12 +15841,11 @@ export type TenantUncheckedUpdateWithoutWorkflowEventsInput = {
|
|
|
16348
15841
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16349
15842
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16350
15843
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16351
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16352
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16353
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16354
15844
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16355
15845
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16356
15846
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15847
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15848
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16357
15849
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16358
15850
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16359
15851
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -16415,12 +15907,11 @@ export type TenantCreateWithoutEventHandlerExecutionsInput = {
|
|
|
16415
15907
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
16416
15908
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
16417
15909
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
16418
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
16419
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
16420
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
16421
15910
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
16422
15911
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
16423
15912
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
15913
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
15914
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
16424
15915
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
16425
15916
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
16426
15917
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -16481,12 +15972,11 @@ export type TenantUncheckedCreateWithoutEventHandlerExecutionsInput = {
|
|
|
16481
15972
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
16482
15973
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
16483
15974
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
16484
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
16485
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16486
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
16487
15975
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16488
15976
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16489
15977
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
15978
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
15979
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
16490
15980
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
16491
15981
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16492
15982
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -16560,12 +16050,11 @@ export type TenantUpdateWithoutEventHandlerExecutionsInput = {
|
|
|
16560
16050
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
16561
16051
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
16562
16052
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
16563
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
16564
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
16565
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
16566
16053
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
16567
16054
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
16568
16055
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
16056
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
16057
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
16569
16058
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
16570
16059
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
16571
16060
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -16626,12 +16115,11 @@ export type TenantUncheckedUpdateWithoutEventHandlerExecutionsInput = {
|
|
|
16626
16115
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16627
16116
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16628
16117
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16629
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16630
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16631
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16632
16118
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16633
16119
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16634
16120
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16121
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16122
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16635
16123
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16636
16124
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16637
16125
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -16692,12 +16180,11 @@ export type TenantCreateWithoutDomainEventsInput = {
|
|
|
16692
16180
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
16693
16181
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
16694
16182
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
16695
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
16696
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
16697
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
16698
16183
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
16699
16184
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
16700
16185
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
16186
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
16187
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
16701
16188
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
16702
16189
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
16703
16190
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -16758,12 +16245,11 @@ export type TenantUncheckedCreateWithoutDomainEventsInput = {
|
|
|
16758
16245
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
16759
16246
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
16760
16247
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
16761
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
16762
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16763
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
16764
16248
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16765
16249
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16766
16250
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16251
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
16252
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
16767
16253
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
16768
16254
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16769
16255
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -16837,12 +16323,11 @@ export type TenantUpdateWithoutDomainEventsInput = {
|
|
|
16837
16323
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
16838
16324
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
16839
16325
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
16840
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
16841
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
16842
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
16843
16326
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
16844
16327
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
16845
16328
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
16329
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
16330
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
16846
16331
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
16847
16332
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
16848
16333
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -16903,12 +16388,11 @@ export type TenantUncheckedUpdateWithoutDomainEventsInput = {
|
|
|
16903
16388
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16904
16389
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16905
16390
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16906
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16907
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16908
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16909
16391
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16910
16392
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16911
16393
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16394
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16395
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16912
16396
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16913
16397
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16914
16398
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -16968,12 +16452,11 @@ export type TenantCreateWithoutPropertyTransferRequestsInput = {
|
|
|
16968
16452
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
16969
16453
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
16970
16454
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
16971
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
16972
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
16973
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
16974
16455
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
16975
16456
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
16976
16457
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
16458
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
16459
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
16977
16460
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
16978
16461
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
16979
16462
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -17034,12 +16517,11 @@ export type TenantUncheckedCreateWithoutPropertyTransferRequestsInput = {
|
|
|
17034
16517
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
17035
16518
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
17036
16519
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
17037
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
17038
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17039
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
17040
16520
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17041
16521
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17042
16522
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16523
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
16524
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
17043
16525
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
17044
16526
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17045
16527
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -17113,12 +16595,11 @@ export type TenantUpdateWithoutPropertyTransferRequestsInput = {
|
|
|
17113
16595
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
17114
16596
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
17115
16597
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
17116
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
17117
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
17118
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
17119
16598
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
17120
16599
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
17121
16600
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
16601
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
16602
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
17122
16603
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
17123
16604
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
17124
16605
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -17179,12 +16660,11 @@ export type TenantUncheckedUpdateWithoutPropertyTransferRequestsInput = {
|
|
|
17179
16660
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17180
16661
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17181
16662
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17182
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17183
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17184
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17185
16663
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17186
16664
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17187
16665
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16666
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16667
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17188
16668
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17189
16669
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17190
16670
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -17245,12 +16725,11 @@ export type TenantCreateWithoutApprovalRequestsInput = {
|
|
|
17245
16725
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
17246
16726
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
17247
16727
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
17248
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
17249
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
17250
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
17251
16728
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
17252
16729
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
17253
16730
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
16731
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
16732
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
17254
16733
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
17255
16734
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
17256
16735
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -17311,12 +16790,11 @@ export type TenantUncheckedCreateWithoutApprovalRequestsInput = {
|
|
|
17311
16790
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
17312
16791
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
17313
16792
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
17314
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
17315
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17316
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
17317
16793
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17318
16794
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17319
16795
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
16796
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
16797
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
17320
16798
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
17321
16799
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17322
16800
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -17390,12 +16868,11 @@ export type TenantUpdateWithoutApprovalRequestsInput = {
|
|
|
17390
16868
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
17391
16869
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
17392
16870
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
17393
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
17394
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
17395
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
17396
16871
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
17397
16872
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
17398
16873
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
16874
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
16875
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
17399
16876
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
17400
16877
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
17401
16878
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -17456,12 +16933,11 @@ export type TenantUncheckedUpdateWithoutApprovalRequestsInput = {
|
|
|
17456
16933
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17457
16934
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17458
16935
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17459
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17460
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17461
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17462
16936
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17463
16937
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17464
16938
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16939
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16940
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17465
16941
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17466
16942
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17467
16943
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -17523,12 +16999,11 @@ export type TenantCreateWithoutWorkflowBlockersInput = {
|
|
|
17523
16999
|
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
17524
17000
|
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
17525
17001
|
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
17526
|
-
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
17527
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
17528
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
17529
17002
|
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
17530
17003
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
17531
17004
|
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
17005
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutTenantInput;
|
|
17006
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressCreateNestedManyWithoutTenantInput;
|
|
17532
17007
|
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
17533
17008
|
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
17534
17009
|
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
@@ -17589,12 +17064,11 @@ export type TenantUncheckedCreateWithoutWorkflowBlockersInput = {
|
|
|
17589
17064
|
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
17590
17065
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
17591
17066
|
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
17592
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
17593
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17594
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
17595
17067
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17596
17068
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17597
17069
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17070
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
17071
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutTenantInput;
|
|
17598
17072
|
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
17599
17073
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
17600
17074
|
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
@@ -17668,12 +17142,11 @@ export type TenantUpdateWithoutWorkflowBlockersInput = {
|
|
|
17668
17142
|
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
17669
17143
|
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
17670
17144
|
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
17671
|
-
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
17672
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
17673
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
17674
17145
|
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
17675
17146
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
17676
17147
|
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
17148
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutTenantNestedInput;
|
|
17149
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUpdateManyWithoutTenantNestedInput;
|
|
17677
17150
|
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
17678
17151
|
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
17679
17152
|
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
@@ -17734,12 +17207,11 @@ export type TenantUncheckedUpdateWithoutWorkflowBlockersInput = {
|
|
|
17734
17207
|
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17735
17208
|
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17736
17209
|
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17737
|
-
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17738
|
-
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17739
|
-
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17740
17210
|
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17741
17211
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17742
17212
|
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17213
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17214
|
+
approvalStageProgress?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17743
17215
|
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17744
17216
|
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
17745
17217
|
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
@@ -17797,12 +17269,11 @@ export type TenantCountOutputType = {
|
|
|
17797
17269
|
paymentPhases: number;
|
|
17798
17270
|
questionnaireFields: number;
|
|
17799
17271
|
applicationEvents: number;
|
|
17800
|
-
documentationSteps: number;
|
|
17801
|
-
documentationStepDocuments: number;
|
|
17802
|
-
documentationStepApprovals: number;
|
|
17803
17272
|
paymentInstallments: number;
|
|
17804
17273
|
applicationPayments: number;
|
|
17805
17274
|
applicationDocuments: number;
|
|
17275
|
+
documentApprovals: number;
|
|
17276
|
+
approvalStageProgress: number;
|
|
17806
17277
|
propertyMedia: number;
|
|
17807
17278
|
propertyDocuments: number;
|
|
17808
17279
|
propertyVariants: number;
|
|
@@ -17858,12 +17329,11 @@ export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions
|
|
|
17858
17329
|
paymentPhases?: boolean | TenantCountOutputTypeCountPaymentPhasesArgs;
|
|
17859
17330
|
questionnaireFields?: boolean | TenantCountOutputTypeCountQuestionnaireFieldsArgs;
|
|
17860
17331
|
applicationEvents?: boolean | TenantCountOutputTypeCountApplicationEventsArgs;
|
|
17861
|
-
documentationSteps?: boolean | TenantCountOutputTypeCountDocumentationStepsArgs;
|
|
17862
|
-
documentationStepDocuments?: boolean | TenantCountOutputTypeCountDocumentationStepDocumentsArgs;
|
|
17863
|
-
documentationStepApprovals?: boolean | TenantCountOutputTypeCountDocumentationStepApprovalsArgs;
|
|
17864
17332
|
paymentInstallments?: boolean | TenantCountOutputTypeCountPaymentInstallmentsArgs;
|
|
17865
17333
|
applicationPayments?: boolean | TenantCountOutputTypeCountApplicationPaymentsArgs;
|
|
17866
17334
|
applicationDocuments?: boolean | TenantCountOutputTypeCountApplicationDocumentsArgs;
|
|
17335
|
+
documentApprovals?: boolean | TenantCountOutputTypeCountDocumentApprovalsArgs;
|
|
17336
|
+
approvalStageProgress?: boolean | TenantCountOutputTypeCountApprovalStageProgressArgs;
|
|
17867
17337
|
propertyMedia?: boolean | TenantCountOutputTypeCountPropertyMediaArgs;
|
|
17868
17338
|
propertyDocuments?: boolean | TenantCountOutputTypeCountPropertyDocumentsArgs;
|
|
17869
17339
|
propertyVariants?: boolean | TenantCountOutputTypeCountPropertyVariantsArgs;
|
|
@@ -18105,38 +17575,32 @@ export type TenantCountOutputTypeCountApplicationEventsArgs<ExtArgs extends runt
|
|
|
18105
17575
|
/**
|
|
18106
17576
|
* TenantCountOutputType without action
|
|
18107
17577
|
*/
|
|
18108
|
-
export type
|
|
18109
|
-
where?: Prisma.
|
|
18110
|
-
};
|
|
18111
|
-
/**
|
|
18112
|
-
* TenantCountOutputType without action
|
|
18113
|
-
*/
|
|
18114
|
-
export type TenantCountOutputTypeCountDocumentationStepDocumentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
18115
|
-
where?: Prisma.DocumentationStepDocumentWhereInput;
|
|
17578
|
+
export type TenantCountOutputTypeCountPaymentInstallmentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17579
|
+
where?: Prisma.PaymentInstallmentWhereInput;
|
|
18116
17580
|
};
|
|
18117
17581
|
/**
|
|
18118
17582
|
* TenantCountOutputType without action
|
|
18119
17583
|
*/
|
|
18120
|
-
export type
|
|
18121
|
-
where?: Prisma.
|
|
17584
|
+
export type TenantCountOutputTypeCountApplicationPaymentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17585
|
+
where?: Prisma.ApplicationPaymentWhereInput;
|
|
18122
17586
|
};
|
|
18123
17587
|
/**
|
|
18124
17588
|
* TenantCountOutputType without action
|
|
18125
17589
|
*/
|
|
18126
|
-
export type
|
|
18127
|
-
where?: Prisma.
|
|
17590
|
+
export type TenantCountOutputTypeCountApplicationDocumentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17591
|
+
where?: Prisma.ApplicationDocumentWhereInput;
|
|
18128
17592
|
};
|
|
18129
17593
|
/**
|
|
18130
17594
|
* TenantCountOutputType without action
|
|
18131
17595
|
*/
|
|
18132
|
-
export type
|
|
18133
|
-
where?: Prisma.
|
|
17596
|
+
export type TenantCountOutputTypeCountDocumentApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17597
|
+
where?: Prisma.DocumentApprovalWhereInput;
|
|
18134
17598
|
};
|
|
18135
17599
|
/**
|
|
18136
17600
|
* TenantCountOutputType without action
|
|
18137
17601
|
*/
|
|
18138
|
-
export type
|
|
18139
|
-
where?: Prisma.
|
|
17602
|
+
export type TenantCountOutputTypeCountApprovalStageProgressArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17603
|
+
where?: Prisma.ApprovalStageProgressWhereInput;
|
|
18140
17604
|
};
|
|
18141
17605
|
/**
|
|
18142
17606
|
* TenantCountOutputType without action
|
|
@@ -18288,12 +17752,11 @@ export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
18288
17752
|
paymentPhases?: boolean | Prisma.Tenant$paymentPhasesArgs<ExtArgs>;
|
|
18289
17753
|
questionnaireFields?: boolean | Prisma.Tenant$questionnaireFieldsArgs<ExtArgs>;
|
|
18290
17754
|
applicationEvents?: boolean | Prisma.Tenant$applicationEventsArgs<ExtArgs>;
|
|
18291
|
-
documentationSteps?: boolean | Prisma.Tenant$documentationStepsArgs<ExtArgs>;
|
|
18292
|
-
documentationStepDocuments?: boolean | Prisma.Tenant$documentationStepDocumentsArgs<ExtArgs>;
|
|
18293
|
-
documentationStepApprovals?: boolean | Prisma.Tenant$documentationStepApprovalsArgs<ExtArgs>;
|
|
18294
17755
|
paymentInstallments?: boolean | Prisma.Tenant$paymentInstallmentsArgs<ExtArgs>;
|
|
18295
17756
|
applicationPayments?: boolean | Prisma.Tenant$applicationPaymentsArgs<ExtArgs>;
|
|
18296
17757
|
applicationDocuments?: boolean | Prisma.Tenant$applicationDocumentsArgs<ExtArgs>;
|
|
17758
|
+
documentApprovals?: boolean | Prisma.Tenant$documentApprovalsArgs<ExtArgs>;
|
|
17759
|
+
approvalStageProgress?: boolean | Prisma.Tenant$approvalStageProgressArgs<ExtArgs>;
|
|
18297
17760
|
propertyMedia?: boolean | Prisma.Tenant$propertyMediaArgs<ExtArgs>;
|
|
18298
17761
|
propertyDocuments?: boolean | Prisma.Tenant$propertyDocumentsArgs<ExtArgs>;
|
|
18299
17762
|
propertyVariants?: boolean | Prisma.Tenant$propertyVariantsArgs<ExtArgs>;
|
|
@@ -18359,12 +17822,11 @@ export type TenantInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
18359
17822
|
paymentPhases?: boolean | Prisma.Tenant$paymentPhasesArgs<ExtArgs>;
|
|
18360
17823
|
questionnaireFields?: boolean | Prisma.Tenant$questionnaireFieldsArgs<ExtArgs>;
|
|
18361
17824
|
applicationEvents?: boolean | Prisma.Tenant$applicationEventsArgs<ExtArgs>;
|
|
18362
|
-
documentationSteps?: boolean | Prisma.Tenant$documentationStepsArgs<ExtArgs>;
|
|
18363
|
-
documentationStepDocuments?: boolean | Prisma.Tenant$documentationStepDocumentsArgs<ExtArgs>;
|
|
18364
|
-
documentationStepApprovals?: boolean | Prisma.Tenant$documentationStepApprovalsArgs<ExtArgs>;
|
|
18365
17825
|
paymentInstallments?: boolean | Prisma.Tenant$paymentInstallmentsArgs<ExtArgs>;
|
|
18366
17826
|
applicationPayments?: boolean | Prisma.Tenant$applicationPaymentsArgs<ExtArgs>;
|
|
18367
17827
|
applicationDocuments?: boolean | Prisma.Tenant$applicationDocumentsArgs<ExtArgs>;
|
|
17828
|
+
documentApprovals?: boolean | Prisma.Tenant$documentApprovalsArgs<ExtArgs>;
|
|
17829
|
+
approvalStageProgress?: boolean | Prisma.Tenant$approvalStageProgressArgs<ExtArgs>;
|
|
18368
17830
|
propertyMedia?: boolean | Prisma.Tenant$propertyMediaArgs<ExtArgs>;
|
|
18369
17831
|
propertyDocuments?: boolean | Prisma.Tenant$propertyDocumentsArgs<ExtArgs>;
|
|
18370
17832
|
propertyVariants?: boolean | Prisma.Tenant$propertyVariantsArgs<ExtArgs>;
|
|
@@ -18423,12 +17885,11 @@ export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
18423
17885
|
paymentPhases: Prisma.$PaymentPhasePayload<ExtArgs>[];
|
|
18424
17886
|
questionnaireFields: Prisma.$QuestionnaireFieldPayload<ExtArgs>[];
|
|
18425
17887
|
applicationEvents: Prisma.$ApplicationEventPayload<ExtArgs>[];
|
|
18426
|
-
documentationSteps: Prisma.$DocumentationStepPayload<ExtArgs>[];
|
|
18427
|
-
documentationStepDocuments: Prisma.$DocumentationStepDocumentPayload<ExtArgs>[];
|
|
18428
|
-
documentationStepApprovals: Prisma.$DocumentationStepApprovalPayload<ExtArgs>[];
|
|
18429
17888
|
paymentInstallments: Prisma.$PaymentInstallmentPayload<ExtArgs>[];
|
|
18430
17889
|
applicationPayments: Prisma.$ApplicationPaymentPayload<ExtArgs>[];
|
|
18431
17890
|
applicationDocuments: Prisma.$ApplicationDocumentPayload<ExtArgs>[];
|
|
17891
|
+
documentApprovals: Prisma.$DocumentApprovalPayload<ExtArgs>[];
|
|
17892
|
+
approvalStageProgress: Prisma.$ApprovalStageProgressPayload<ExtArgs>[];
|
|
18432
17893
|
propertyMedia: Prisma.$PropertyMediaPayload<ExtArgs>[];
|
|
18433
17894
|
propertyDocuments: Prisma.$PropertyDocumentPayload<ExtArgs>[];
|
|
18434
17895
|
propertyVariants: Prisma.$PropertyVariantPayload<ExtArgs>[];
|
|
@@ -18767,12 +18228,11 @@ export interface Prisma__TenantClient<T, Null = never, ExtArgs extends runtime.T
|
|
|
18767
18228
|
paymentPhases<T extends Prisma.Tenant$paymentPhasesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$paymentPhasesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentPhasePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18768
18229
|
questionnaireFields<T extends Prisma.Tenant$questionnaireFieldsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$questionnaireFieldsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuestionnaireFieldPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18769
18230
|
applicationEvents<T extends Prisma.Tenant$applicationEventsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$applicationEventsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationEventPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18770
|
-
documentationSteps<T extends Prisma.Tenant$documentationStepsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$documentationStepsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18771
|
-
documentationStepDocuments<T extends Prisma.Tenant$documentationStepDocumentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$documentationStepDocumentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18772
|
-
documentationStepApprovals<T extends Prisma.Tenant$documentationStepApprovalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$documentationStepApprovalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18773
18231
|
paymentInstallments<T extends Prisma.Tenant$paymentInstallmentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$paymentInstallmentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentInstallmentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18774
18232
|
applicationPayments<T extends Prisma.Tenant$applicationPaymentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$applicationPaymentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationPaymentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18775
18233
|
applicationDocuments<T extends Prisma.Tenant$applicationDocumentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$applicationDocumentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18234
|
+
documentApprovals<T extends Prisma.Tenant$documentApprovalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$documentApprovalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18235
|
+
approvalStageProgress<T extends Prisma.Tenant$approvalStageProgressArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$approvalStageProgressArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalStageProgressPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18776
18236
|
propertyMedia<T extends Prisma.Tenant$propertyMediaArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$propertyMediaArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyMediaPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18777
18237
|
propertyDocuments<T extends Prisma.Tenant$propertyDocumentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$propertyDocumentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
18778
18238
|
propertyVariants<T extends Prisma.Tenant$propertyVariantsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$propertyVariantsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyVariantPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
@@ -19954,75 +19414,6 @@ export type Tenant$applicationEventsArgs<ExtArgs extends runtime.Types.Extension
|
|
|
19954
19414
|
skip?: number;
|
|
19955
19415
|
distinct?: Prisma.ApplicationEventScalarFieldEnum | Prisma.ApplicationEventScalarFieldEnum[];
|
|
19956
19416
|
};
|
|
19957
|
-
/**
|
|
19958
|
-
* Tenant.documentationSteps
|
|
19959
|
-
*/
|
|
19960
|
-
export type Tenant$documentationStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
19961
|
-
/**
|
|
19962
|
-
* Select specific fields to fetch from the DocumentationStep
|
|
19963
|
-
*/
|
|
19964
|
-
select?: Prisma.DocumentationStepSelect<ExtArgs> | null;
|
|
19965
|
-
/**
|
|
19966
|
-
* Omit specific fields from the DocumentationStep
|
|
19967
|
-
*/
|
|
19968
|
-
omit?: Prisma.DocumentationStepOmit<ExtArgs> | null;
|
|
19969
|
-
/**
|
|
19970
|
-
* Choose, which related nodes to fetch as well
|
|
19971
|
-
*/
|
|
19972
|
-
include?: Prisma.DocumentationStepInclude<ExtArgs> | null;
|
|
19973
|
-
where?: Prisma.DocumentationStepWhereInput;
|
|
19974
|
-
orderBy?: Prisma.DocumentationStepOrderByWithRelationInput | Prisma.DocumentationStepOrderByWithRelationInput[];
|
|
19975
|
-
cursor?: Prisma.DocumentationStepWhereUniqueInput;
|
|
19976
|
-
take?: number;
|
|
19977
|
-
skip?: number;
|
|
19978
|
-
distinct?: Prisma.DocumentationStepScalarFieldEnum | Prisma.DocumentationStepScalarFieldEnum[];
|
|
19979
|
-
};
|
|
19980
|
-
/**
|
|
19981
|
-
* Tenant.documentationStepDocuments
|
|
19982
|
-
*/
|
|
19983
|
-
export type Tenant$documentationStepDocumentsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
19984
|
-
/**
|
|
19985
|
-
* Select specific fields to fetch from the DocumentationStepDocument
|
|
19986
|
-
*/
|
|
19987
|
-
select?: Prisma.DocumentationStepDocumentSelect<ExtArgs> | null;
|
|
19988
|
-
/**
|
|
19989
|
-
* Omit specific fields from the DocumentationStepDocument
|
|
19990
|
-
*/
|
|
19991
|
-
omit?: Prisma.DocumentationStepDocumentOmit<ExtArgs> | null;
|
|
19992
|
-
/**
|
|
19993
|
-
* Choose, which related nodes to fetch as well
|
|
19994
|
-
*/
|
|
19995
|
-
include?: Prisma.DocumentationStepDocumentInclude<ExtArgs> | null;
|
|
19996
|
-
where?: Prisma.DocumentationStepDocumentWhereInput;
|
|
19997
|
-
orderBy?: Prisma.DocumentationStepDocumentOrderByWithRelationInput | Prisma.DocumentationStepDocumentOrderByWithRelationInput[];
|
|
19998
|
-
cursor?: Prisma.DocumentationStepDocumentWhereUniqueInput;
|
|
19999
|
-
take?: number;
|
|
20000
|
-
skip?: number;
|
|
20001
|
-
distinct?: Prisma.DocumentationStepDocumentScalarFieldEnum | Prisma.DocumentationStepDocumentScalarFieldEnum[];
|
|
20002
|
-
};
|
|
20003
|
-
/**
|
|
20004
|
-
* Tenant.documentationStepApprovals
|
|
20005
|
-
*/
|
|
20006
|
-
export type Tenant$documentationStepApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
20007
|
-
/**
|
|
20008
|
-
* Select specific fields to fetch from the DocumentationStepApproval
|
|
20009
|
-
*/
|
|
20010
|
-
select?: Prisma.DocumentationStepApprovalSelect<ExtArgs> | null;
|
|
20011
|
-
/**
|
|
20012
|
-
* Omit specific fields from the DocumentationStepApproval
|
|
20013
|
-
*/
|
|
20014
|
-
omit?: Prisma.DocumentationStepApprovalOmit<ExtArgs> | null;
|
|
20015
|
-
/**
|
|
20016
|
-
* Choose, which related nodes to fetch as well
|
|
20017
|
-
*/
|
|
20018
|
-
include?: Prisma.DocumentationStepApprovalInclude<ExtArgs> | null;
|
|
20019
|
-
where?: Prisma.DocumentationStepApprovalWhereInput;
|
|
20020
|
-
orderBy?: Prisma.DocumentationStepApprovalOrderByWithRelationInput | Prisma.DocumentationStepApprovalOrderByWithRelationInput[];
|
|
20021
|
-
cursor?: Prisma.DocumentationStepApprovalWhereUniqueInput;
|
|
20022
|
-
take?: number;
|
|
20023
|
-
skip?: number;
|
|
20024
|
-
distinct?: Prisma.DocumentationStepApprovalScalarFieldEnum | Prisma.DocumentationStepApprovalScalarFieldEnum[];
|
|
20025
|
-
};
|
|
20026
19417
|
/**
|
|
20027
19418
|
* Tenant.paymentInstallments
|
|
20028
19419
|
*/
|
|
@@ -20092,6 +19483,52 @@ export type Tenant$applicationDocumentsArgs<ExtArgs extends runtime.Types.Extens
|
|
|
20092
19483
|
skip?: number;
|
|
20093
19484
|
distinct?: Prisma.ApplicationDocumentScalarFieldEnum | Prisma.ApplicationDocumentScalarFieldEnum[];
|
|
20094
19485
|
};
|
|
19486
|
+
/**
|
|
19487
|
+
* Tenant.documentApprovals
|
|
19488
|
+
*/
|
|
19489
|
+
export type Tenant$documentApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
19490
|
+
/**
|
|
19491
|
+
* Select specific fields to fetch from the DocumentApproval
|
|
19492
|
+
*/
|
|
19493
|
+
select?: Prisma.DocumentApprovalSelect<ExtArgs> | null;
|
|
19494
|
+
/**
|
|
19495
|
+
* Omit specific fields from the DocumentApproval
|
|
19496
|
+
*/
|
|
19497
|
+
omit?: Prisma.DocumentApprovalOmit<ExtArgs> | null;
|
|
19498
|
+
/**
|
|
19499
|
+
* Choose, which related nodes to fetch as well
|
|
19500
|
+
*/
|
|
19501
|
+
include?: Prisma.DocumentApprovalInclude<ExtArgs> | null;
|
|
19502
|
+
where?: Prisma.DocumentApprovalWhereInput;
|
|
19503
|
+
orderBy?: Prisma.DocumentApprovalOrderByWithRelationInput | Prisma.DocumentApprovalOrderByWithRelationInput[];
|
|
19504
|
+
cursor?: Prisma.DocumentApprovalWhereUniqueInput;
|
|
19505
|
+
take?: number;
|
|
19506
|
+
skip?: number;
|
|
19507
|
+
distinct?: Prisma.DocumentApprovalScalarFieldEnum | Prisma.DocumentApprovalScalarFieldEnum[];
|
|
19508
|
+
};
|
|
19509
|
+
/**
|
|
19510
|
+
* Tenant.approvalStageProgress
|
|
19511
|
+
*/
|
|
19512
|
+
export type Tenant$approvalStageProgressArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
19513
|
+
/**
|
|
19514
|
+
* Select specific fields to fetch from the ApprovalStageProgress
|
|
19515
|
+
*/
|
|
19516
|
+
select?: Prisma.ApprovalStageProgressSelect<ExtArgs> | null;
|
|
19517
|
+
/**
|
|
19518
|
+
* Omit specific fields from the ApprovalStageProgress
|
|
19519
|
+
*/
|
|
19520
|
+
omit?: Prisma.ApprovalStageProgressOmit<ExtArgs> | null;
|
|
19521
|
+
/**
|
|
19522
|
+
* Choose, which related nodes to fetch as well
|
|
19523
|
+
*/
|
|
19524
|
+
include?: Prisma.ApprovalStageProgressInclude<ExtArgs> | null;
|
|
19525
|
+
where?: Prisma.ApprovalStageProgressWhereInput;
|
|
19526
|
+
orderBy?: Prisma.ApprovalStageProgressOrderByWithRelationInput | Prisma.ApprovalStageProgressOrderByWithRelationInput[];
|
|
19527
|
+
cursor?: Prisma.ApprovalStageProgressWhereUniqueInput;
|
|
19528
|
+
take?: number;
|
|
19529
|
+
skip?: number;
|
|
19530
|
+
distinct?: Prisma.ApprovalStageProgressScalarFieldEnum | Prisma.ApprovalStageProgressScalarFieldEnum[];
|
|
19531
|
+
};
|
|
20095
19532
|
/**
|
|
20096
19533
|
* Tenant.propertyMedia
|
|
20097
19534
|
*/
|