@valentine-efagene/qshelter-common 2.0.54 → 2.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/browser.d.ts +0 -15
- package/dist/generated/client/client.d.ts +0 -15
- package/dist/generated/client/commonInputTypes.d.ts +0 -60
- package/dist/generated/client/enums.d.ts +0 -16
- package/dist/generated/client/enums.js +0 -14
- package/dist/generated/client/internal/class.d.ts +0 -33
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +12 -294
- package/dist/generated/client/internal/prismaNamespace.js +11 -78
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +11 -84
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +11 -78
- package/dist/generated/client/models/Contract.d.ts +0 -583
- package/dist/generated/client/models/ContractEvent.d.ts +285 -93
- package/dist/generated/client/models/Property.d.ts +0 -211
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +0 -187
- package/dist/generated/client/models/Tenant.d.ts +0 -366
- package/dist/generated/client/models/User.d.ts +0 -311
- package/dist/generated/client/models/index.d.ts +0 -3
- package/dist/generated/client/models/index.js +0 -3
- package/dist/generated/client/models.d.ts +0 -3
- package/package.json +1 -1
- package/prisma/migrations/20260105080236_remove_prequalification_model/migration.sql +37 -0
- package/prisma/schema.prisma +30 -159
|
@@ -151,13 +151,11 @@ export type TenantWhereInput = {
|
|
|
151
151
|
paymentPlans?: Prisma.PaymentPlanListRelationFilter;
|
|
152
152
|
paymentMethods?: Prisma.PropertyPaymentMethodListRelationFilter;
|
|
153
153
|
contracts?: Prisma.ContractListRelationFilter;
|
|
154
|
-
prequalifications?: Prisma.PrequalificationListRelationFilter;
|
|
155
154
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
156
155
|
documentRequirementRules?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
157
156
|
contractTerminations?: Prisma.ContractTerminationListRelationFilter;
|
|
158
157
|
documentTemplates?: Prisma.DocumentTemplateListRelationFilter;
|
|
159
158
|
offerLetters?: Prisma.OfferLetterListRelationFilter;
|
|
160
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionListRelationFilter;
|
|
161
159
|
};
|
|
162
160
|
export type TenantOrderByWithRelationInput = {
|
|
163
161
|
id?: Prisma.SortOrder;
|
|
@@ -171,13 +169,11 @@ export type TenantOrderByWithRelationInput = {
|
|
|
171
169
|
paymentPlans?: Prisma.PaymentPlanOrderByRelationAggregateInput;
|
|
172
170
|
paymentMethods?: Prisma.PropertyPaymentMethodOrderByRelationAggregateInput;
|
|
173
171
|
contracts?: Prisma.ContractOrderByRelationAggregateInput;
|
|
174
|
-
prequalifications?: Prisma.PrequalificationOrderByRelationAggregateInput;
|
|
175
172
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
176
173
|
documentRequirementRules?: Prisma.DocumentRequirementRuleOrderByRelationAggregateInput;
|
|
177
174
|
contractTerminations?: Prisma.ContractTerminationOrderByRelationAggregateInput;
|
|
178
175
|
documentTemplates?: Prisma.DocumentTemplateOrderByRelationAggregateInput;
|
|
179
176
|
offerLetters?: Prisma.OfferLetterOrderByRelationAggregateInput;
|
|
180
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionOrderByRelationAggregateInput;
|
|
181
177
|
_relevance?: Prisma.TenantOrderByRelevanceInput;
|
|
182
178
|
};
|
|
183
179
|
export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -195,13 +191,11 @@ export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
|
195
191
|
paymentPlans?: Prisma.PaymentPlanListRelationFilter;
|
|
196
192
|
paymentMethods?: Prisma.PropertyPaymentMethodListRelationFilter;
|
|
197
193
|
contracts?: Prisma.ContractListRelationFilter;
|
|
198
|
-
prequalifications?: Prisma.PrequalificationListRelationFilter;
|
|
199
194
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
200
195
|
documentRequirementRules?: Prisma.DocumentRequirementRuleListRelationFilter;
|
|
201
196
|
contractTerminations?: Prisma.ContractTerminationListRelationFilter;
|
|
202
197
|
documentTemplates?: Prisma.DocumentTemplateListRelationFilter;
|
|
203
198
|
offerLetters?: Prisma.OfferLetterListRelationFilter;
|
|
204
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionListRelationFilter;
|
|
205
199
|
}, "id" | "subdomain">;
|
|
206
200
|
export type TenantOrderByWithAggregationInput = {
|
|
207
201
|
id?: Prisma.SortOrder;
|
|
@@ -237,13 +231,11 @@ export type TenantCreateInput = {
|
|
|
237
231
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
238
232
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
239
233
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
240
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
241
234
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
242
235
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
243
236
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
244
237
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
245
238
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
246
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
247
239
|
};
|
|
248
240
|
export type TenantUncheckedCreateInput = {
|
|
249
241
|
id?: string;
|
|
@@ -257,13 +249,11 @@ export type TenantUncheckedCreateInput = {
|
|
|
257
249
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
258
250
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
259
251
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
260
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
261
252
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
262
253
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
263
254
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
264
255
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
265
256
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
266
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
267
257
|
};
|
|
268
258
|
export type TenantUpdateInput = {
|
|
269
259
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -277,13 +267,11 @@ export type TenantUpdateInput = {
|
|
|
277
267
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
278
268
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
279
269
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
280
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
281
270
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
282
271
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
283
272
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
284
273
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
285
274
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
286
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
287
275
|
};
|
|
288
276
|
export type TenantUncheckedUpdateInput = {
|
|
289
277
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -297,13 +285,11 @@ export type TenantUncheckedUpdateInput = {
|
|
|
297
285
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
298
286
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
299
287
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
300
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
301
288
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
302
289
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
303
290
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
304
291
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
305
292
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
306
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
307
293
|
};
|
|
308
294
|
export type TenantCreateManyInput = {
|
|
309
295
|
id?: string;
|
|
@@ -466,30 +452,6 @@ export type TenantUpdateOneRequiredWithoutContractTerminationsNestedInput = {
|
|
|
466
452
|
connect?: Prisma.TenantWhereUniqueInput;
|
|
467
453
|
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutContractTerminationsInput, Prisma.TenantUpdateWithoutContractTerminationsInput>, Prisma.TenantUncheckedUpdateWithoutContractTerminationsInput>;
|
|
468
454
|
};
|
|
469
|
-
export type TenantCreateNestedOneWithoutPrequalificationsInput = {
|
|
470
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutPrequalificationsInput, Prisma.TenantUncheckedCreateWithoutPrequalificationsInput>;
|
|
471
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutPrequalificationsInput;
|
|
472
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
473
|
-
};
|
|
474
|
-
export type TenantUpdateOneRequiredWithoutPrequalificationsNestedInput = {
|
|
475
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutPrequalificationsInput, Prisma.TenantUncheckedCreateWithoutPrequalificationsInput>;
|
|
476
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutPrequalificationsInput;
|
|
477
|
-
upsert?: Prisma.TenantUpsertWithoutPrequalificationsInput;
|
|
478
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
479
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutPrequalificationsInput, Prisma.TenantUpdateWithoutPrequalificationsInput>, Prisma.TenantUncheckedUpdateWithoutPrequalificationsInput>;
|
|
480
|
-
};
|
|
481
|
-
export type TenantCreateNestedOneWithoutUnderwritingDecisionsInput = {
|
|
482
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutUnderwritingDecisionsInput, Prisma.TenantUncheckedCreateWithoutUnderwritingDecisionsInput>;
|
|
483
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutUnderwritingDecisionsInput;
|
|
484
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
485
|
-
};
|
|
486
|
-
export type TenantUpdateOneRequiredWithoutUnderwritingDecisionsNestedInput = {
|
|
487
|
-
create?: Prisma.XOR<Prisma.TenantCreateWithoutUnderwritingDecisionsInput, Prisma.TenantUncheckedCreateWithoutUnderwritingDecisionsInput>;
|
|
488
|
-
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutUnderwritingDecisionsInput;
|
|
489
|
-
upsert?: Prisma.TenantUpsertWithoutUnderwritingDecisionsInput;
|
|
490
|
-
connect?: Prisma.TenantWhereUniqueInput;
|
|
491
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutUnderwritingDecisionsInput, Prisma.TenantUpdateWithoutUnderwritingDecisionsInput>, Prisma.TenantUncheckedUpdateWithoutUnderwritingDecisionsInput>;
|
|
492
|
-
};
|
|
493
455
|
export type TenantCreateNestedOneWithoutPaymentMethodChangeRequestsInput = {
|
|
494
456
|
create?: Prisma.XOR<Prisma.TenantCreateWithoutPaymentMethodChangeRequestsInput, Prisma.TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput>;
|
|
495
457
|
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutPaymentMethodChangeRequestsInput;
|
|
@@ -525,13 +487,11 @@ export type TenantCreateWithoutUsersInput = {
|
|
|
525
487
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
526
488
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
527
489
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
528
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
529
490
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
530
491
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
531
492
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
532
493
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
533
494
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
534
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
535
495
|
};
|
|
536
496
|
export type TenantUncheckedCreateWithoutUsersInput = {
|
|
537
497
|
id?: string;
|
|
@@ -544,13 +504,11 @@ export type TenantUncheckedCreateWithoutUsersInput = {
|
|
|
544
504
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
545
505
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
546
506
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
547
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
548
507
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
549
508
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
550
509
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
551
510
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
552
511
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
553
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
554
512
|
};
|
|
555
513
|
export type TenantCreateOrConnectWithoutUsersInput = {
|
|
556
514
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -576,13 +534,11 @@ export type TenantUpdateWithoutUsersInput = {
|
|
|
576
534
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
577
535
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
578
536
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
579
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
580
537
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
581
538
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
582
539
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
583
540
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
584
541
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
585
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
586
542
|
};
|
|
587
543
|
export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
588
544
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -595,13 +551,11 @@ export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
|
595
551
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
596
552
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
597
553
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
598
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
599
554
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
600
555
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
601
556
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
602
557
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
603
558
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
604
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
605
559
|
};
|
|
606
560
|
export type TenantCreateWithoutPropertiesInput = {
|
|
607
561
|
id?: string;
|
|
@@ -614,13 +568,11 @@ export type TenantCreateWithoutPropertiesInput = {
|
|
|
614
568
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
615
569
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
616
570
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
617
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
618
571
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
619
572
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
620
573
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
621
574
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
622
575
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
623
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
624
576
|
};
|
|
625
577
|
export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
626
578
|
id?: string;
|
|
@@ -633,13 +585,11 @@ export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
|
633
585
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
634
586
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
635
587
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
636
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
637
588
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
638
589
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
639
590
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
640
591
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
641
592
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
642
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
643
593
|
};
|
|
644
594
|
export type TenantCreateOrConnectWithoutPropertiesInput = {
|
|
645
595
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -665,13 +615,11 @@ export type TenantUpdateWithoutPropertiesInput = {
|
|
|
665
615
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
666
616
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
667
617
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
668
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
669
618
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
670
619
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
671
620
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
672
621
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
673
622
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
674
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
675
623
|
};
|
|
676
624
|
export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
677
625
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -684,13 +632,11 @@ export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
|
684
632
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
685
633
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
686
634
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
687
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
688
635
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
689
636
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
690
637
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
691
638
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
692
639
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
693
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
694
640
|
};
|
|
695
641
|
export type TenantCreateWithoutPaymentPlansInput = {
|
|
696
642
|
id?: string;
|
|
@@ -703,13 +649,11 @@ export type TenantCreateWithoutPaymentPlansInput = {
|
|
|
703
649
|
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
704
650
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
705
651
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
706
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
707
652
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
708
653
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
709
654
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
710
655
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
711
656
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
712
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
713
657
|
};
|
|
714
658
|
export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
715
659
|
id?: string;
|
|
@@ -722,13 +666,11 @@ export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
|
722
666
|
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
723
667
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
724
668
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
725
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
726
669
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
727
670
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
728
671
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
729
672
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
730
673
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
731
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
732
674
|
};
|
|
733
675
|
export type TenantCreateOrConnectWithoutPaymentPlansInput = {
|
|
734
676
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -754,13 +696,11 @@ export type TenantUpdateWithoutPaymentPlansInput = {
|
|
|
754
696
|
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
755
697
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
756
698
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
757
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
758
699
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
759
700
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
760
701
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
761
702
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
762
703
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
763
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
764
704
|
};
|
|
765
705
|
export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
766
706
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -773,13 +713,11 @@ export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
|
773
713
|
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
774
714
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
775
715
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
776
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
777
716
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
778
717
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
779
718
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
780
719
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
781
720
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
782
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
783
721
|
};
|
|
784
722
|
export type TenantCreateWithoutPaymentMethodsInput = {
|
|
785
723
|
id?: string;
|
|
@@ -792,13 +730,11 @@ export type TenantCreateWithoutPaymentMethodsInput = {
|
|
|
792
730
|
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
793
731
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
794
732
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
795
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
796
733
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
797
734
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
798
735
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
799
736
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
800
737
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
801
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
802
738
|
};
|
|
803
739
|
export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
804
740
|
id?: string;
|
|
@@ -811,13 +747,11 @@ export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
|
811
747
|
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
812
748
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
813
749
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
814
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
815
750
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
816
751
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
817
752
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
818
753
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
819
754
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
820
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
821
755
|
};
|
|
822
756
|
export type TenantCreateOrConnectWithoutPaymentMethodsInput = {
|
|
823
757
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -843,13 +777,11 @@ export type TenantUpdateWithoutPaymentMethodsInput = {
|
|
|
843
777
|
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
844
778
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
845
779
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
846
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
847
780
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
848
781
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
849
782
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
850
783
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
851
784
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
852
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
853
785
|
};
|
|
854
786
|
export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
855
787
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -862,13 +794,11 @@ export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
|
862
794
|
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
863
795
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
864
796
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
865
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
866
797
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
867
798
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
868
799
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
869
800
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
870
801
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
871
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
872
802
|
};
|
|
873
803
|
export type TenantCreateWithoutContractsInput = {
|
|
874
804
|
id?: string;
|
|
@@ -881,13 +811,11 @@ export type TenantCreateWithoutContractsInput = {
|
|
|
881
811
|
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
882
812
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
883
813
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
884
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
885
814
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
886
815
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
887
816
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
888
817
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
889
818
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
890
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
891
819
|
};
|
|
892
820
|
export type TenantUncheckedCreateWithoutContractsInput = {
|
|
893
821
|
id?: string;
|
|
@@ -900,13 +828,11 @@ export type TenantUncheckedCreateWithoutContractsInput = {
|
|
|
900
828
|
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
901
829
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
902
830
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
903
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
904
831
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
905
832
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
906
833
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
907
834
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
908
835
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
909
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
910
836
|
};
|
|
911
837
|
export type TenantCreateOrConnectWithoutContractsInput = {
|
|
912
838
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -932,13 +858,11 @@ export type TenantUpdateWithoutContractsInput = {
|
|
|
932
858
|
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
933
859
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
934
860
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
935
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
936
861
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
937
862
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
938
863
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
939
864
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
940
865
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
941
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
942
866
|
};
|
|
943
867
|
export type TenantUncheckedUpdateWithoutContractsInput = {
|
|
944
868
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -951,13 +875,11 @@ export type TenantUncheckedUpdateWithoutContractsInput = {
|
|
|
951
875
|
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
952
876
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
953
877
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
954
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
955
878
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
956
879
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
957
880
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
958
881
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
959
882
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
960
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
961
883
|
};
|
|
962
884
|
export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
963
885
|
id?: string;
|
|
@@ -971,12 +893,10 @@ export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
|
971
893
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
972
894
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
973
895
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
974
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
975
896
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
976
897
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
977
898
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
978
899
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
979
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
980
900
|
};
|
|
981
901
|
export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
982
902
|
id?: string;
|
|
@@ -990,12 +910,10 @@ export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
|
990
910
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
991
911
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
992
912
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
993
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
994
913
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
995
914
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
996
915
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
997
916
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
998
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
999
917
|
};
|
|
1000
918
|
export type TenantCreateOrConnectWithoutDocumentTemplatesInput = {
|
|
1001
919
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1022,12 +940,10 @@ export type TenantUpdateWithoutDocumentTemplatesInput = {
|
|
|
1022
940
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1023
941
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1024
942
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1025
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
1026
943
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1027
944
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1028
945
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1029
946
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1030
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
1031
947
|
};
|
|
1032
948
|
export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
1033
949
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1041,12 +957,10 @@ export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
|
1041
957
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1042
958
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1043
959
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1044
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1045
960
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1046
961
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1047
962
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1048
963
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1049
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1050
964
|
};
|
|
1051
965
|
export type TenantCreateWithoutOfferLettersInput = {
|
|
1052
966
|
id?: string;
|
|
@@ -1060,12 +974,10 @@ export type TenantCreateWithoutOfferLettersInput = {
|
|
|
1060
974
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1061
975
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1062
976
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1063
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
1064
977
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
1065
978
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
1066
979
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
1067
980
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1068
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
1069
981
|
};
|
|
1070
982
|
export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
1071
983
|
id?: string;
|
|
@@ -1079,12 +991,10 @@ export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
|
1079
991
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1080
992
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1081
993
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1082
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1083
994
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1084
995
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
1085
996
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1086
997
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1087
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
1088
998
|
};
|
|
1089
999
|
export type TenantCreateOrConnectWithoutOfferLettersInput = {
|
|
1090
1000
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1111,12 +1021,10 @@ export type TenantUpdateWithoutOfferLettersInput = {
|
|
|
1111
1021
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1112
1022
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1113
1023
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1114
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
1115
1024
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1116
1025
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1117
1026
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1118
1027
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1119
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
1120
1028
|
};
|
|
1121
1029
|
export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
1122
1030
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1130,12 +1038,10 @@ export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
|
1130
1038
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1131
1039
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1132
1040
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1133
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1134
1041
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1135
1042
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1136
1043
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1137
1044
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1138
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1139
1045
|
};
|
|
1140
1046
|
export type TenantCreateWithoutContractTerminationsInput = {
|
|
1141
1047
|
id?: string;
|
|
@@ -1149,12 +1055,10 @@ export type TenantCreateWithoutContractTerminationsInput = {
|
|
|
1149
1055
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1150
1056
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1151
1057
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1152
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
1153
1058
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
1154
1059
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
1155
1060
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1156
1061
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
1157
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
1158
1062
|
};
|
|
1159
1063
|
export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
1160
1064
|
id?: string;
|
|
@@ -1168,12 +1072,10 @@ export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
|
1168
1072
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1169
1073
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1170
1074
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1171
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1172
1075
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1173
1076
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
1174
1077
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1175
1078
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
1176
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
1177
1079
|
};
|
|
1178
1080
|
export type TenantCreateOrConnectWithoutContractTerminationsInput = {
|
|
1179
1081
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1200,12 +1102,10 @@ export type TenantUpdateWithoutContractTerminationsInput = {
|
|
|
1200
1102
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1201
1103
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1202
1104
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1203
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
1204
1105
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1205
1106
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1206
1107
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1207
1108
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1208
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
1209
1109
|
};
|
|
1210
1110
|
export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
1211
1111
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1219,188 +1119,8 @@ export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
|
1219
1119
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1220
1120
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1221
1121
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1222
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1223
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1224
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1225
|
-
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1226
|
-
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1227
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1228
|
-
};
|
|
1229
|
-
export type TenantCreateWithoutPrequalificationsInput = {
|
|
1230
|
-
id?: string;
|
|
1231
|
-
name: string;
|
|
1232
|
-
subdomain: string;
|
|
1233
|
-
isActive?: boolean;
|
|
1234
|
-
createdAt?: Date | string;
|
|
1235
|
-
updatedAt?: Date | string;
|
|
1236
|
-
users?: Prisma.UserCreateNestedManyWithoutTenantInput;
|
|
1237
|
-
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
1238
|
-
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1239
|
-
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1240
|
-
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1241
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
1242
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
1243
|
-
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
1244
|
-
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1245
|
-
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
1246
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
1247
|
-
};
|
|
1248
|
-
export type TenantUncheckedCreateWithoutPrequalificationsInput = {
|
|
1249
|
-
id?: string;
|
|
1250
|
-
name: string;
|
|
1251
|
-
subdomain: string;
|
|
1252
|
-
isActive?: boolean;
|
|
1253
|
-
createdAt?: Date | string;
|
|
1254
|
-
updatedAt?: Date | string;
|
|
1255
|
-
users?: Prisma.UserUncheckedCreateNestedManyWithoutTenantInput;
|
|
1256
|
-
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
1257
|
-
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1258
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1259
|
-
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1260
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1261
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
1262
|
-
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1263
|
-
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1264
|
-
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
1265
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
1266
|
-
};
|
|
1267
|
-
export type TenantCreateOrConnectWithoutPrequalificationsInput = {
|
|
1268
|
-
where: Prisma.TenantWhereUniqueInput;
|
|
1269
|
-
create: Prisma.XOR<Prisma.TenantCreateWithoutPrequalificationsInput, Prisma.TenantUncheckedCreateWithoutPrequalificationsInput>;
|
|
1270
|
-
};
|
|
1271
|
-
export type TenantUpsertWithoutPrequalificationsInput = {
|
|
1272
|
-
update: Prisma.XOR<Prisma.TenantUpdateWithoutPrequalificationsInput, Prisma.TenantUncheckedUpdateWithoutPrequalificationsInput>;
|
|
1273
|
-
create: Prisma.XOR<Prisma.TenantCreateWithoutPrequalificationsInput, Prisma.TenantUncheckedCreateWithoutPrequalificationsInput>;
|
|
1274
|
-
where?: Prisma.TenantWhereInput;
|
|
1275
|
-
};
|
|
1276
|
-
export type TenantUpdateToOneWithWhereWithoutPrequalificationsInput = {
|
|
1277
|
-
where?: Prisma.TenantWhereInput;
|
|
1278
|
-
data: Prisma.XOR<Prisma.TenantUpdateWithoutPrequalificationsInput, Prisma.TenantUncheckedUpdateWithoutPrequalificationsInput>;
|
|
1279
|
-
};
|
|
1280
|
-
export type TenantUpdateWithoutPrequalificationsInput = {
|
|
1281
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1282
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1283
|
-
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1284
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1285
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1286
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1287
|
-
users?: Prisma.UserUpdateManyWithoutTenantNestedInput;
|
|
1288
|
-
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
1289
|
-
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1290
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1291
|
-
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1292
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1293
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1294
|
-
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1295
|
-
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1296
|
-
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1297
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
1298
|
-
};
|
|
1299
|
-
export type TenantUncheckedUpdateWithoutPrequalificationsInput = {
|
|
1300
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1301
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1302
|
-
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1303
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1304
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1305
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1306
|
-
users?: Prisma.UserUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1307
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1308
|
-
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1309
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1310
|
-
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1311
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1312
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1313
|
-
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1314
|
-
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1315
|
-
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1316
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1317
|
-
};
|
|
1318
|
-
export type TenantCreateWithoutUnderwritingDecisionsInput = {
|
|
1319
|
-
id?: string;
|
|
1320
|
-
name: string;
|
|
1321
|
-
subdomain: string;
|
|
1322
|
-
isActive?: boolean;
|
|
1323
|
-
createdAt?: Date | string;
|
|
1324
|
-
updatedAt?: Date | string;
|
|
1325
|
-
users?: Prisma.UserCreateNestedManyWithoutTenantInput;
|
|
1326
|
-
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
1327
|
-
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1328
|
-
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1329
|
-
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1330
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
1331
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
1332
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
1333
|
-
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
1334
|
-
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1335
|
-
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
1336
|
-
};
|
|
1337
|
-
export type TenantUncheckedCreateWithoutUnderwritingDecisionsInput = {
|
|
1338
|
-
id?: string;
|
|
1339
|
-
name: string;
|
|
1340
|
-
subdomain: string;
|
|
1341
|
-
isActive?: boolean;
|
|
1342
|
-
createdAt?: Date | string;
|
|
1343
|
-
updatedAt?: Date | string;
|
|
1344
|
-
users?: Prisma.UserUncheckedCreateNestedManyWithoutTenantInput;
|
|
1345
|
-
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
1346
|
-
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1347
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1348
|
-
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1349
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1350
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1351
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
1352
|
-
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1353
|
-
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1354
|
-
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
1355
|
-
};
|
|
1356
|
-
export type TenantCreateOrConnectWithoutUnderwritingDecisionsInput = {
|
|
1357
|
-
where: Prisma.TenantWhereUniqueInput;
|
|
1358
|
-
create: Prisma.XOR<Prisma.TenantCreateWithoutUnderwritingDecisionsInput, Prisma.TenantUncheckedCreateWithoutUnderwritingDecisionsInput>;
|
|
1359
|
-
};
|
|
1360
|
-
export type TenantUpsertWithoutUnderwritingDecisionsInput = {
|
|
1361
|
-
update: Prisma.XOR<Prisma.TenantUpdateWithoutUnderwritingDecisionsInput, Prisma.TenantUncheckedUpdateWithoutUnderwritingDecisionsInput>;
|
|
1362
|
-
create: Prisma.XOR<Prisma.TenantCreateWithoutUnderwritingDecisionsInput, Prisma.TenantUncheckedCreateWithoutUnderwritingDecisionsInput>;
|
|
1363
|
-
where?: Prisma.TenantWhereInput;
|
|
1364
|
-
};
|
|
1365
|
-
export type TenantUpdateToOneWithWhereWithoutUnderwritingDecisionsInput = {
|
|
1366
|
-
where?: Prisma.TenantWhereInput;
|
|
1367
|
-
data: Prisma.XOR<Prisma.TenantUpdateWithoutUnderwritingDecisionsInput, Prisma.TenantUncheckedUpdateWithoutUnderwritingDecisionsInput>;
|
|
1368
|
-
};
|
|
1369
|
-
export type TenantUpdateWithoutUnderwritingDecisionsInput = {
|
|
1370
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1371
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1372
|
-
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1373
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1374
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1375
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1376
|
-
users?: Prisma.UserUpdateManyWithoutTenantNestedInput;
|
|
1377
|
-
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
1378
|
-
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1379
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1380
|
-
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1381
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
1382
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1383
|
-
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1384
|
-
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1385
|
-
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1386
|
-
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1387
|
-
};
|
|
1388
|
-
export type TenantUncheckedUpdateWithoutUnderwritingDecisionsInput = {
|
|
1389
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1390
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1391
|
-
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1392
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1393
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1394
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1395
|
-
users?: Prisma.UserUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1396
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1397
|
-
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1398
|
-
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1399
|
-
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1400
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1401
1122
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1402
1123
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1403
|
-
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1404
1124
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1405
1125
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1406
1126
|
};
|
|
@@ -1416,12 +1136,10 @@ export type TenantCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1416
1136
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1417
1137
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1418
1138
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1419
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
1420
1139
|
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
1421
1140
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
1422
1141
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1423
1142
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
1424
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
1425
1143
|
};
|
|
1426
1144
|
export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
1427
1145
|
id?: string;
|
|
@@ -1435,12 +1153,10 @@ export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1435
1153
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1436
1154
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1437
1155
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1438
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1439
1156
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
1440
1157
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1441
1158
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1442
1159
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
1443
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
1444
1160
|
};
|
|
1445
1161
|
export type TenantCreateOrConnectWithoutPaymentMethodChangeRequestsInput = {
|
|
1446
1162
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1467,12 +1183,10 @@ export type TenantUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1467
1183
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1468
1184
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1469
1185
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1470
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
1471
1186
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1472
1187
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1473
1188
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1474
1189
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1475
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
1476
1190
|
};
|
|
1477
1191
|
export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
1478
1192
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1486,12 +1200,10 @@ export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1486
1200
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1487
1201
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1488
1202
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1489
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1490
1203
|
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1491
1204
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1492
1205
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1493
1206
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1494
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1495
1207
|
};
|
|
1496
1208
|
export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
1497
1209
|
id?: string;
|
|
@@ -1505,12 +1217,10 @@ export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
|
1505
1217
|
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1506
1218
|
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1507
1219
|
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1508
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutTenantInput;
|
|
1509
1220
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
1510
1221
|
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
1511
1222
|
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1512
1223
|
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
1513
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionCreateNestedManyWithoutTenantInput;
|
|
1514
1224
|
};
|
|
1515
1225
|
export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
1516
1226
|
id?: string;
|
|
@@ -1524,12 +1234,10 @@ export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
|
1524
1234
|
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1525
1235
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1526
1236
|
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1527
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1528
1237
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1529
1238
|
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1530
1239
|
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1531
1240
|
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
1532
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedCreateNestedManyWithoutTenantInput;
|
|
1533
1241
|
};
|
|
1534
1242
|
export type TenantCreateOrConnectWithoutDocumentRequirementRulesInput = {
|
|
1535
1243
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1556,12 +1264,10 @@ export type TenantUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
1556
1264
|
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1557
1265
|
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1558
1266
|
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1559
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutTenantNestedInput;
|
|
1560
1267
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1561
1268
|
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1562
1269
|
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1563
1270
|
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1564
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUpdateManyWithoutTenantNestedInput;
|
|
1565
1271
|
};
|
|
1566
1272
|
export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
1567
1273
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1575,12 +1281,10 @@ export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
1575
1281
|
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1576
1282
|
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1577
1283
|
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1578
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1579
1284
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1580
1285
|
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1581
1286
|
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1582
1287
|
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1583
|
-
underwritingDecisions?: Prisma.UnderwritingDecisionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1584
1288
|
};
|
|
1585
1289
|
/**
|
|
1586
1290
|
* Count Type TenantCountOutputType
|
|
@@ -1591,13 +1295,11 @@ export type TenantCountOutputType = {
|
|
|
1591
1295
|
paymentPlans: number;
|
|
1592
1296
|
paymentMethods: number;
|
|
1593
1297
|
contracts: number;
|
|
1594
|
-
prequalifications: number;
|
|
1595
1298
|
paymentMethodChangeRequests: number;
|
|
1596
1299
|
documentRequirementRules: number;
|
|
1597
1300
|
contractTerminations: number;
|
|
1598
1301
|
documentTemplates: number;
|
|
1599
1302
|
offerLetters: number;
|
|
1600
|
-
underwritingDecisions: number;
|
|
1601
1303
|
};
|
|
1602
1304
|
export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1603
1305
|
users?: boolean | TenantCountOutputTypeCountUsersArgs;
|
|
@@ -1605,13 +1307,11 @@ export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions
|
|
|
1605
1307
|
paymentPlans?: boolean | TenantCountOutputTypeCountPaymentPlansArgs;
|
|
1606
1308
|
paymentMethods?: boolean | TenantCountOutputTypeCountPaymentMethodsArgs;
|
|
1607
1309
|
contracts?: boolean | TenantCountOutputTypeCountContractsArgs;
|
|
1608
|
-
prequalifications?: boolean | TenantCountOutputTypeCountPrequalificationsArgs;
|
|
1609
1310
|
paymentMethodChangeRequests?: boolean | TenantCountOutputTypeCountPaymentMethodChangeRequestsArgs;
|
|
1610
1311
|
documentRequirementRules?: boolean | TenantCountOutputTypeCountDocumentRequirementRulesArgs;
|
|
1611
1312
|
contractTerminations?: boolean | TenantCountOutputTypeCountContractTerminationsArgs;
|
|
1612
1313
|
documentTemplates?: boolean | TenantCountOutputTypeCountDocumentTemplatesArgs;
|
|
1613
1314
|
offerLetters?: boolean | TenantCountOutputTypeCountOfferLettersArgs;
|
|
1614
|
-
underwritingDecisions?: boolean | TenantCountOutputTypeCountUnderwritingDecisionsArgs;
|
|
1615
1315
|
};
|
|
1616
1316
|
/**
|
|
1617
1317
|
* TenantCountOutputType without action
|
|
@@ -1652,12 +1352,6 @@ export type TenantCountOutputTypeCountPaymentMethodsArgs<ExtArgs extends runtime
|
|
|
1652
1352
|
export type TenantCountOutputTypeCountContractsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1653
1353
|
where?: Prisma.ContractWhereInput;
|
|
1654
1354
|
};
|
|
1655
|
-
/**
|
|
1656
|
-
* TenantCountOutputType without action
|
|
1657
|
-
*/
|
|
1658
|
-
export type TenantCountOutputTypeCountPrequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1659
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
1660
|
-
};
|
|
1661
1355
|
/**
|
|
1662
1356
|
* TenantCountOutputType without action
|
|
1663
1357
|
*/
|
|
@@ -1688,12 +1382,6 @@ export type TenantCountOutputTypeCountDocumentTemplatesArgs<ExtArgs extends runt
|
|
|
1688
1382
|
export type TenantCountOutputTypeCountOfferLettersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1689
1383
|
where?: Prisma.OfferLetterWhereInput;
|
|
1690
1384
|
};
|
|
1691
|
-
/**
|
|
1692
|
-
* TenantCountOutputType without action
|
|
1693
|
-
*/
|
|
1694
|
-
export type TenantCountOutputTypeCountUnderwritingDecisionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1695
|
-
where?: Prisma.UnderwritingDecisionWhereInput;
|
|
1696
|
-
};
|
|
1697
1385
|
export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1698
1386
|
id?: boolean;
|
|
1699
1387
|
name?: boolean;
|
|
@@ -1706,13 +1394,11 @@ export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
1706
1394
|
paymentPlans?: boolean | Prisma.Tenant$paymentPlansArgs<ExtArgs>;
|
|
1707
1395
|
paymentMethods?: boolean | Prisma.Tenant$paymentMethodsArgs<ExtArgs>;
|
|
1708
1396
|
contracts?: boolean | Prisma.Tenant$contractsArgs<ExtArgs>;
|
|
1709
|
-
prequalifications?: boolean | Prisma.Tenant$prequalificationsArgs<ExtArgs>;
|
|
1710
1397
|
paymentMethodChangeRequests?: boolean | Prisma.Tenant$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
1711
1398
|
documentRequirementRules?: boolean | Prisma.Tenant$documentRequirementRulesArgs<ExtArgs>;
|
|
1712
1399
|
contractTerminations?: boolean | Prisma.Tenant$contractTerminationsArgs<ExtArgs>;
|
|
1713
1400
|
documentTemplates?: boolean | Prisma.Tenant$documentTemplatesArgs<ExtArgs>;
|
|
1714
1401
|
offerLetters?: boolean | Prisma.Tenant$offerLettersArgs<ExtArgs>;
|
|
1715
|
-
underwritingDecisions?: boolean | Prisma.Tenant$underwritingDecisionsArgs<ExtArgs>;
|
|
1716
1402
|
_count?: boolean | Prisma.TenantCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1717
1403
|
}, ExtArgs["result"]["tenant"]>;
|
|
1718
1404
|
export type TenantSelectScalar = {
|
|
@@ -1730,13 +1416,11 @@ export type TenantInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
1730
1416
|
paymentPlans?: boolean | Prisma.Tenant$paymentPlansArgs<ExtArgs>;
|
|
1731
1417
|
paymentMethods?: boolean | Prisma.Tenant$paymentMethodsArgs<ExtArgs>;
|
|
1732
1418
|
contracts?: boolean | Prisma.Tenant$contractsArgs<ExtArgs>;
|
|
1733
|
-
prequalifications?: boolean | Prisma.Tenant$prequalificationsArgs<ExtArgs>;
|
|
1734
1419
|
paymentMethodChangeRequests?: boolean | Prisma.Tenant$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
1735
1420
|
documentRequirementRules?: boolean | Prisma.Tenant$documentRequirementRulesArgs<ExtArgs>;
|
|
1736
1421
|
contractTerminations?: boolean | Prisma.Tenant$contractTerminationsArgs<ExtArgs>;
|
|
1737
1422
|
documentTemplates?: boolean | Prisma.Tenant$documentTemplatesArgs<ExtArgs>;
|
|
1738
1423
|
offerLetters?: boolean | Prisma.Tenant$offerLettersArgs<ExtArgs>;
|
|
1739
|
-
underwritingDecisions?: boolean | Prisma.Tenant$underwritingDecisionsArgs<ExtArgs>;
|
|
1740
1424
|
_count?: boolean | Prisma.TenantCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1741
1425
|
};
|
|
1742
1426
|
export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -1747,13 +1431,11 @@ export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
1747
1431
|
paymentPlans: Prisma.$PaymentPlanPayload<ExtArgs>[];
|
|
1748
1432
|
paymentMethods: Prisma.$PropertyPaymentMethodPayload<ExtArgs>[];
|
|
1749
1433
|
contracts: Prisma.$ContractPayload<ExtArgs>[];
|
|
1750
|
-
prequalifications: Prisma.$PrequalificationPayload<ExtArgs>[];
|
|
1751
1434
|
paymentMethodChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
1752
1435
|
documentRequirementRules: Prisma.$DocumentRequirementRulePayload<ExtArgs>[];
|
|
1753
1436
|
contractTerminations: Prisma.$ContractTerminationPayload<ExtArgs>[];
|
|
1754
1437
|
documentTemplates: Prisma.$DocumentTemplatePayload<ExtArgs>[];
|
|
1755
1438
|
offerLetters: Prisma.$OfferLetterPayload<ExtArgs>[];
|
|
1756
|
-
underwritingDecisions: Prisma.$UnderwritingDecisionPayload<ExtArgs>[];
|
|
1757
1439
|
};
|
|
1758
1440
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1759
1441
|
id: string;
|
|
@@ -2044,13 +1726,11 @@ export interface Prisma__TenantClient<T, Null = never, ExtArgs extends runtime.T
|
|
|
2044
1726
|
paymentPlans<T extends Prisma.Tenant$paymentPlansArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$paymentPlansArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentPlanPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2045
1727
|
paymentMethods<T extends Prisma.Tenant$paymentMethodsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$paymentMethodsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyPaymentMethodPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2046
1728
|
contracts<T extends Prisma.Tenant$contractsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$contractsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2047
|
-
prequalifications<T extends Prisma.Tenant$prequalificationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$prequalificationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PrequalificationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2048
1729
|
paymentMethodChangeRequests<T extends Prisma.Tenant$paymentMethodChangeRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$paymentMethodChangeRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2049
1730
|
documentRequirementRules<T extends Prisma.Tenant$documentRequirementRulesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$documentRequirementRulesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentRequirementRulePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2050
1731
|
contractTerminations<T extends Prisma.Tenant$contractTerminationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$contractTerminationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractTerminationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2051
1732
|
documentTemplates<T extends Prisma.Tenant$documentTemplatesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$documentTemplatesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentTemplatePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2052
1733
|
offerLetters<T extends Prisma.Tenant$offerLettersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$offerLettersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OfferLetterPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2053
|
-
underwritingDecisions<T extends Prisma.Tenant$underwritingDecisionsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$underwritingDecisionsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UnderwritingDecisionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2054
1734
|
/**
|
|
2055
1735
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2056
1736
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -2524,29 +2204,6 @@ export type Tenant$contractsArgs<ExtArgs extends runtime.Types.Extensions.Intern
|
|
|
2524
2204
|
skip?: number;
|
|
2525
2205
|
distinct?: Prisma.ContractScalarFieldEnum | Prisma.ContractScalarFieldEnum[];
|
|
2526
2206
|
};
|
|
2527
|
-
/**
|
|
2528
|
-
* Tenant.prequalifications
|
|
2529
|
-
*/
|
|
2530
|
-
export type Tenant$prequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2531
|
-
/**
|
|
2532
|
-
* Select specific fields to fetch from the Prequalification
|
|
2533
|
-
*/
|
|
2534
|
-
select?: Prisma.PrequalificationSelect<ExtArgs> | null;
|
|
2535
|
-
/**
|
|
2536
|
-
* Omit specific fields from the Prequalification
|
|
2537
|
-
*/
|
|
2538
|
-
omit?: Prisma.PrequalificationOmit<ExtArgs> | null;
|
|
2539
|
-
/**
|
|
2540
|
-
* Choose, which related nodes to fetch as well
|
|
2541
|
-
*/
|
|
2542
|
-
include?: Prisma.PrequalificationInclude<ExtArgs> | null;
|
|
2543
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
2544
|
-
orderBy?: Prisma.PrequalificationOrderByWithRelationInput | Prisma.PrequalificationOrderByWithRelationInput[];
|
|
2545
|
-
cursor?: Prisma.PrequalificationWhereUniqueInput;
|
|
2546
|
-
take?: number;
|
|
2547
|
-
skip?: number;
|
|
2548
|
-
distinct?: Prisma.PrequalificationScalarFieldEnum | Prisma.PrequalificationScalarFieldEnum[];
|
|
2549
|
-
};
|
|
2550
2207
|
/**
|
|
2551
2208
|
* Tenant.paymentMethodChangeRequests
|
|
2552
2209
|
*/
|
|
@@ -2662,29 +2319,6 @@ export type Tenant$offerLettersArgs<ExtArgs extends runtime.Types.Extensions.Int
|
|
|
2662
2319
|
skip?: number;
|
|
2663
2320
|
distinct?: Prisma.OfferLetterScalarFieldEnum | Prisma.OfferLetterScalarFieldEnum[];
|
|
2664
2321
|
};
|
|
2665
|
-
/**
|
|
2666
|
-
* Tenant.underwritingDecisions
|
|
2667
|
-
*/
|
|
2668
|
-
export type Tenant$underwritingDecisionsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2669
|
-
/**
|
|
2670
|
-
* Select specific fields to fetch from the UnderwritingDecision
|
|
2671
|
-
*/
|
|
2672
|
-
select?: Prisma.UnderwritingDecisionSelect<ExtArgs> | null;
|
|
2673
|
-
/**
|
|
2674
|
-
* Omit specific fields from the UnderwritingDecision
|
|
2675
|
-
*/
|
|
2676
|
-
omit?: Prisma.UnderwritingDecisionOmit<ExtArgs> | null;
|
|
2677
|
-
/**
|
|
2678
|
-
* Choose, which related nodes to fetch as well
|
|
2679
|
-
*/
|
|
2680
|
-
include?: Prisma.UnderwritingDecisionInclude<ExtArgs> | null;
|
|
2681
|
-
where?: Prisma.UnderwritingDecisionWhereInput;
|
|
2682
|
-
orderBy?: Prisma.UnderwritingDecisionOrderByWithRelationInput | Prisma.UnderwritingDecisionOrderByWithRelationInput[];
|
|
2683
|
-
cursor?: Prisma.UnderwritingDecisionWhereUniqueInput;
|
|
2684
|
-
take?: number;
|
|
2685
|
-
skip?: number;
|
|
2686
|
-
distinct?: Prisma.UnderwritingDecisionScalarFieldEnum | Prisma.UnderwritingDecisionScalarFieldEnum[];
|
|
2687
|
-
};
|
|
2688
2322
|
/**
|
|
2689
2323
|
* Tenant without action
|
|
2690
2324
|
*/
|