@valentine-efagene/qshelter-common 2.0.139 → 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 +0 -20
- package/dist/generated/client/client.d.ts +0 -20
- package/dist/generated/client/commonInputTypes.d.ts +54 -204
- package/dist/generated/client/internal/class.d.ts +0 -44
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +12 -437
- package/dist/generated/client/internal/prismaNamespace.js +4 -137
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +3 -144
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +4 -137
- package/dist/generated/client/models/DocumentationPhase.d.ts +154 -735
- package/dist/generated/client/models/DocumentationPlan.d.ts +0 -139
- package/dist/generated/client/models/PaymentMethodPhaseStep.d.ts +3 -0
- package/dist/generated/client/models/Tenant.d.ts +547 -2260
- package/dist/generated/client/models/User.d.ts +420 -1647
- package/dist/generated/client/models/index.d.ts +0 -4
- package/dist/generated/client/models/index.js +0 -4
- package/dist/generated/client/models.d.ts +0 -4
- package/package.json +1 -1
- package/prisma/schema.prisma +16 -240
|
@@ -248,10 +248,9 @@ export type UserWhereInput = {
|
|
|
248
248
|
applications?: Prisma.ApplicationListRelationFilter;
|
|
249
249
|
soldApplications?: Prisma.ApplicationListRelationFilter;
|
|
250
250
|
applicationPayments?: Prisma.ApplicationPaymentListRelationFilter;
|
|
251
|
-
assignedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
252
|
-
gateActedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
253
|
-
stepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
254
251
|
uploadedDocs?: Prisma.ApplicationDocumentListRelationFilter;
|
|
252
|
+
documentApprovals?: Prisma.DocumentApprovalListRelationFilter;
|
|
253
|
+
completedStages?: Prisma.ApprovalStageProgressListRelationFilter;
|
|
255
254
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
256
255
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
257
256
|
initiatedTerminations?: Prisma.ApplicationTerminationListRelationFilter;
|
|
@@ -267,8 +266,6 @@ export type UserWhereInput = {
|
|
|
267
266
|
approvedRefunds?: Prisma.ApplicationRefundListRelationFilter;
|
|
268
267
|
processedRefunds?: Prisma.ApplicationRefundListRelationFilter;
|
|
269
268
|
documentReviews?: Prisma.DocumentReviewListRelationFilter;
|
|
270
|
-
documentApprovals?: Prisma.DocumentApprovalListRelationFilter;
|
|
271
|
-
completedStages?: Prisma.ApprovalStageProgressListRelationFilter;
|
|
272
269
|
organizationMemberships?: Prisma.OrganizationMemberListRelationFilter;
|
|
273
270
|
};
|
|
274
271
|
export type UserOrderByWithRelationInput = {
|
|
@@ -303,10 +300,9 @@ export type UserOrderByWithRelationInput = {
|
|
|
303
300
|
applications?: Prisma.ApplicationOrderByRelationAggregateInput;
|
|
304
301
|
soldApplications?: Prisma.ApplicationOrderByRelationAggregateInput;
|
|
305
302
|
applicationPayments?: Prisma.ApplicationPaymentOrderByRelationAggregateInput;
|
|
306
|
-
assignedSteps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
|
|
307
|
-
gateActedSteps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
|
|
308
|
-
stepApprovals?: Prisma.DocumentationStepApprovalOrderByRelationAggregateInput;
|
|
309
303
|
uploadedDocs?: Prisma.ApplicationDocumentOrderByRelationAggregateInput;
|
|
304
|
+
documentApprovals?: Prisma.DocumentApprovalOrderByRelationAggregateInput;
|
|
305
|
+
completedStages?: Prisma.ApprovalStageProgressOrderByRelationAggregateInput;
|
|
310
306
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
311
307
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
312
308
|
initiatedTerminations?: Prisma.ApplicationTerminationOrderByRelationAggregateInput;
|
|
@@ -322,8 +318,6 @@ export type UserOrderByWithRelationInput = {
|
|
|
322
318
|
approvedRefunds?: Prisma.ApplicationRefundOrderByRelationAggregateInput;
|
|
323
319
|
processedRefunds?: Prisma.ApplicationRefundOrderByRelationAggregateInput;
|
|
324
320
|
documentReviews?: Prisma.DocumentReviewOrderByRelationAggregateInput;
|
|
325
|
-
documentApprovals?: Prisma.DocumentApprovalOrderByRelationAggregateInput;
|
|
326
|
-
completedStages?: Prisma.ApprovalStageProgressOrderByRelationAggregateInput;
|
|
327
321
|
organizationMemberships?: Prisma.OrganizationMemberOrderByRelationAggregateInput;
|
|
328
322
|
_relevance?: Prisma.UserOrderByRelevanceInput;
|
|
329
323
|
};
|
|
@@ -362,10 +356,9 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
|
362
356
|
applications?: Prisma.ApplicationListRelationFilter;
|
|
363
357
|
soldApplications?: Prisma.ApplicationListRelationFilter;
|
|
364
358
|
applicationPayments?: Prisma.ApplicationPaymentListRelationFilter;
|
|
365
|
-
assignedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
366
|
-
gateActedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
367
|
-
stepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
368
359
|
uploadedDocs?: Prisma.ApplicationDocumentListRelationFilter;
|
|
360
|
+
documentApprovals?: Prisma.DocumentApprovalListRelationFilter;
|
|
361
|
+
completedStages?: Prisma.ApprovalStageProgressListRelationFilter;
|
|
369
362
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
370
363
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
371
364
|
initiatedTerminations?: Prisma.ApplicationTerminationListRelationFilter;
|
|
@@ -381,8 +374,6 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
|
381
374
|
approvedRefunds?: Prisma.ApplicationRefundListRelationFilter;
|
|
382
375
|
processedRefunds?: Prisma.ApplicationRefundListRelationFilter;
|
|
383
376
|
documentReviews?: Prisma.DocumentReviewListRelationFilter;
|
|
384
|
-
documentApprovals?: Prisma.DocumentApprovalListRelationFilter;
|
|
385
|
-
completedStages?: Prisma.ApprovalStageProgressListRelationFilter;
|
|
386
377
|
organizationMemberships?: Prisma.OrganizationMemberListRelationFilter;
|
|
387
378
|
}, "id" | "email" | "phone" | "walletId">;
|
|
388
379
|
export type UserOrderByWithAggregationInput = {
|
|
@@ -459,10 +450,9 @@ export type UserCreateInput = {
|
|
|
459
450
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
460
451
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
461
452
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
462
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
463
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
464
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
465
453
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
454
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
455
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
466
456
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
467
457
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
468
458
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -478,8 +468,6 @@ export type UserCreateInput = {
|
|
|
478
468
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
479
469
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
480
470
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
481
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
482
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
483
471
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
484
472
|
};
|
|
485
473
|
export type UserUncheckedCreateInput = {
|
|
@@ -512,10 +500,9 @@ export type UserUncheckedCreateInput = {
|
|
|
512
500
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
513
501
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
514
502
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
515
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
516
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
517
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
518
503
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
504
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
505
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
519
506
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
520
507
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
521
508
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -531,8 +518,6 @@ export type UserUncheckedCreateInput = {
|
|
|
531
518
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
532
519
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
533
520
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
534
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
535
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
536
521
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
537
522
|
};
|
|
538
523
|
export type UserUpdateInput = {
|
|
@@ -565,10 +550,9 @@ export type UserUpdateInput = {
|
|
|
565
550
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
566
551
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
567
552
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
568
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
569
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
570
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
571
553
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
554
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
555
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
572
556
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
573
557
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
574
558
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -584,8 +568,6 @@ export type UserUpdateInput = {
|
|
|
584
568
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
585
569
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
586
570
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
587
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
588
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
589
571
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
590
572
|
};
|
|
591
573
|
export type UserUncheckedUpdateInput = {
|
|
@@ -618,10 +600,9 @@ export type UserUncheckedUpdateInput = {
|
|
|
618
600
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
619
601
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
620
602
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
621
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
622
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
623
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
624
603
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
604
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
605
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
625
606
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
626
607
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
627
608
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -637,8 +618,6 @@ export type UserUncheckedUpdateInput = {
|
|
|
637
618
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
638
619
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
639
620
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
640
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
641
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
642
621
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
643
622
|
};
|
|
644
623
|
export type UserCreateManyInput = {
|
|
@@ -1041,48 +1020,6 @@ export type UserUpdateOneWithoutProcessedRefundsNestedInput = {
|
|
|
1041
1020
|
connect?: Prisma.UserWhereUniqueInput;
|
|
1042
1021
|
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutProcessedRefundsInput, Prisma.UserUpdateWithoutProcessedRefundsInput>, Prisma.UserUncheckedUpdateWithoutProcessedRefundsInput>;
|
|
1043
1022
|
};
|
|
1044
|
-
export type UserCreateNestedOneWithoutAssignedStepsInput = {
|
|
1045
|
-
create?: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
1046
|
-
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAssignedStepsInput;
|
|
1047
|
-
connect?: Prisma.UserWhereUniqueInput;
|
|
1048
|
-
};
|
|
1049
|
-
export type UserCreateNestedOneWithoutGateActedStepsInput = {
|
|
1050
|
-
create?: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
1051
|
-
connectOrCreate?: Prisma.UserCreateOrConnectWithoutGateActedStepsInput;
|
|
1052
|
-
connect?: Prisma.UserWhereUniqueInput;
|
|
1053
|
-
};
|
|
1054
|
-
export type UserUpdateOneWithoutAssignedStepsNestedInput = {
|
|
1055
|
-
create?: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
1056
|
-
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAssignedStepsInput;
|
|
1057
|
-
upsert?: Prisma.UserUpsertWithoutAssignedStepsInput;
|
|
1058
|
-
disconnect?: Prisma.UserWhereInput | boolean;
|
|
1059
|
-
delete?: Prisma.UserWhereInput | boolean;
|
|
1060
|
-
connect?: Prisma.UserWhereUniqueInput;
|
|
1061
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutAssignedStepsInput, Prisma.UserUpdateWithoutAssignedStepsInput>, Prisma.UserUncheckedUpdateWithoutAssignedStepsInput>;
|
|
1062
|
-
};
|
|
1063
|
-
export type UserUpdateOneWithoutGateActedStepsNestedInput = {
|
|
1064
|
-
create?: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
1065
|
-
connectOrCreate?: Prisma.UserCreateOrConnectWithoutGateActedStepsInput;
|
|
1066
|
-
upsert?: Prisma.UserUpsertWithoutGateActedStepsInput;
|
|
1067
|
-
disconnect?: Prisma.UserWhereInput | boolean;
|
|
1068
|
-
delete?: Prisma.UserWhereInput | boolean;
|
|
1069
|
-
connect?: Prisma.UserWhereUniqueInput;
|
|
1070
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutGateActedStepsInput, Prisma.UserUpdateWithoutGateActedStepsInput>, Prisma.UserUncheckedUpdateWithoutGateActedStepsInput>;
|
|
1071
|
-
};
|
|
1072
|
-
export type UserCreateNestedOneWithoutStepApprovalsInput = {
|
|
1073
|
-
create?: Prisma.XOR<Prisma.UserCreateWithoutStepApprovalsInput, Prisma.UserUncheckedCreateWithoutStepApprovalsInput>;
|
|
1074
|
-
connectOrCreate?: Prisma.UserCreateOrConnectWithoutStepApprovalsInput;
|
|
1075
|
-
connect?: Prisma.UserWhereUniqueInput;
|
|
1076
|
-
};
|
|
1077
|
-
export type UserUpdateOneWithoutStepApprovalsNestedInput = {
|
|
1078
|
-
create?: Prisma.XOR<Prisma.UserCreateWithoutStepApprovalsInput, Prisma.UserUncheckedCreateWithoutStepApprovalsInput>;
|
|
1079
|
-
connectOrCreate?: Prisma.UserCreateOrConnectWithoutStepApprovalsInput;
|
|
1080
|
-
upsert?: Prisma.UserUpsertWithoutStepApprovalsInput;
|
|
1081
|
-
disconnect?: Prisma.UserWhereInput | boolean;
|
|
1082
|
-
delete?: Prisma.UserWhereInput | boolean;
|
|
1083
|
-
connect?: Prisma.UserWhereUniqueInput;
|
|
1084
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutStepApprovalsInput, Prisma.UserUpdateWithoutStepApprovalsInput>, Prisma.UserUncheckedUpdateWithoutStepApprovalsInput>;
|
|
1085
|
-
};
|
|
1086
1023
|
export type UserCreateNestedOneWithoutApplicationPaymentsInput = {
|
|
1087
1024
|
create?: Prisma.XOR<Prisma.UserCreateWithoutApplicationPaymentsInput, Prisma.UserUncheckedCreateWithoutApplicationPaymentsInput>;
|
|
1088
1025
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutApplicationPaymentsInput;
|
|
@@ -1328,10 +1265,9 @@ export type UserCreateWithoutUserRolesInput = {
|
|
|
1328
1265
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
1329
1266
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1330
1267
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1331
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1332
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1333
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1334
1268
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1269
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1270
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1335
1271
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
1336
1272
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
1337
1273
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -1347,8 +1283,6 @@ export type UserCreateWithoutUserRolesInput = {
|
|
|
1347
1283
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
1348
1284
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
1349
1285
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
1350
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1351
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1352
1286
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
1353
1287
|
};
|
|
1354
1288
|
export type UserUncheckedCreateWithoutUserRolesInput = {
|
|
@@ -1380,10 +1314,9 @@ export type UserUncheckedCreateWithoutUserRolesInput = {
|
|
|
1380
1314
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
1381
1315
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1382
1316
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1383
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1384
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1385
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1386
1317
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1318
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1319
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
1387
1320
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
1388
1321
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1389
1322
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -1399,8 +1332,6 @@ export type UserUncheckedCreateWithoutUserRolesInput = {
|
|
|
1399
1332
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
1400
1333
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
1401
1334
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1402
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1403
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
1404
1335
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
1405
1336
|
};
|
|
1406
1337
|
export type UserCreateOrConnectWithoutUserRolesInput = {
|
|
@@ -1445,10 +1376,9 @@ export type UserUpdateWithoutUserRolesInput = {
|
|
|
1445
1376
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
1446
1377
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
1447
1378
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
1448
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
1449
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
1450
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
1451
1379
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
1380
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
1381
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
1452
1382
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
1453
1383
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
1454
1384
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -1464,8 +1394,6 @@ export type UserUpdateWithoutUserRolesInput = {
|
|
|
1464
1394
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
1465
1395
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
1466
1396
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
1467
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
1468
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
1469
1397
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
1470
1398
|
};
|
|
1471
1399
|
export type UserUncheckedUpdateWithoutUserRolesInput = {
|
|
@@ -1497,10 +1425,9 @@ export type UserUncheckedUpdateWithoutUserRolesInput = {
|
|
|
1497
1425
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
1498
1426
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
1499
1427
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
1500
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
1501
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
1502
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
1503
1428
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
1429
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1430
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
1504
1431
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
1505
1432
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1506
1433
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -1516,8 +1443,6 @@ export type UserUncheckedUpdateWithoutUserRolesInput = {
|
|
|
1516
1443
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
1517
1444
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
1518
1445
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1519
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1520
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
1521
1446
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
1522
1447
|
};
|
|
1523
1448
|
export type UserCreateWithoutTenantMembershipsInput = {
|
|
@@ -1549,10 +1474,9 @@ export type UserCreateWithoutTenantMembershipsInput = {
|
|
|
1549
1474
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
1550
1475
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1551
1476
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1552
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1553
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1554
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1555
1477
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1478
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1479
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1556
1480
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
1557
1481
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
1558
1482
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -1568,8 +1492,6 @@ export type UserCreateWithoutTenantMembershipsInput = {
|
|
|
1568
1492
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
1569
1493
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
1570
1494
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
1571
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1572
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1573
1495
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
1574
1496
|
};
|
|
1575
1497
|
export type UserUncheckedCreateWithoutTenantMembershipsInput = {
|
|
@@ -1601,10 +1523,9 @@ export type UserUncheckedCreateWithoutTenantMembershipsInput = {
|
|
|
1601
1523
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
1602
1524
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1603
1525
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1604
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1605
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1606
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1607
1526
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1527
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1528
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
1608
1529
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
1609
1530
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1610
1531
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -1620,8 +1541,6 @@ export type UserUncheckedCreateWithoutTenantMembershipsInput = {
|
|
|
1620
1541
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
1621
1542
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
1622
1543
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1623
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1624
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
1625
1544
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
1626
1545
|
};
|
|
1627
1546
|
export type UserCreateOrConnectWithoutTenantMembershipsInput = {
|
|
@@ -1666,10 +1585,9 @@ export type UserUpdateWithoutTenantMembershipsInput = {
|
|
|
1666
1585
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
1667
1586
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
1668
1587
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
1669
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
1670
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
1671
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
1672
1588
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
1589
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
1590
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
1673
1591
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
1674
1592
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
1675
1593
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -1685,8 +1603,6 @@ export type UserUpdateWithoutTenantMembershipsInput = {
|
|
|
1685
1603
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
1686
1604
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
1687
1605
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
1688
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
1689
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
1690
1606
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
1691
1607
|
};
|
|
1692
1608
|
export type UserUncheckedUpdateWithoutTenantMembershipsInput = {
|
|
@@ -1718,10 +1634,9 @@ export type UserUncheckedUpdateWithoutTenantMembershipsInput = {
|
|
|
1718
1634
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
1719
1635
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
1720
1636
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
1721
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
1722
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
1723
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
1724
1637
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
1638
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1639
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
1725
1640
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
1726
1641
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1727
1642
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -1737,8 +1652,6 @@ export type UserUncheckedUpdateWithoutTenantMembershipsInput = {
|
|
|
1737
1652
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
1738
1653
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
1739
1654
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1740
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1741
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
1742
1655
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
1743
1656
|
};
|
|
1744
1657
|
export type UserCreateWithoutOrganizationMembershipsInput = {
|
|
@@ -1771,10 +1684,9 @@ export type UserCreateWithoutOrganizationMembershipsInput = {
|
|
|
1771
1684
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
1772
1685
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1773
1686
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1774
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1775
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1776
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1777
1687
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1688
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1689
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1778
1690
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
1779
1691
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
1780
1692
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -1790,8 +1702,6 @@ export type UserCreateWithoutOrganizationMembershipsInput = {
|
|
|
1790
1702
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
1791
1703
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
1792
1704
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
1793
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1794
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1795
1705
|
};
|
|
1796
1706
|
export type UserUncheckedCreateWithoutOrganizationMembershipsInput = {
|
|
1797
1707
|
id?: string;
|
|
@@ -1823,10 +1733,9 @@ export type UserUncheckedCreateWithoutOrganizationMembershipsInput = {
|
|
|
1823
1733
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
1824
1734
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1825
1735
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1826
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1827
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1828
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1829
1736
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1737
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1738
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
1830
1739
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
1831
1740
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1832
1741
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -1842,8 +1751,6 @@ export type UserUncheckedCreateWithoutOrganizationMembershipsInput = {
|
|
|
1842
1751
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
1843
1752
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
1844
1753
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1845
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1846
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
1847
1754
|
};
|
|
1848
1755
|
export type UserCreateOrConnectWithoutOrganizationMembershipsInput = {
|
|
1849
1756
|
where: Prisma.UserWhereUniqueInput;
|
|
@@ -1888,10 +1795,9 @@ export type UserUpdateWithoutOrganizationMembershipsInput = {
|
|
|
1888
1795
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
1889
1796
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
1890
1797
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
1891
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
1892
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
1893
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
1894
1798
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
1799
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
1800
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
1895
1801
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
1896
1802
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
1897
1803
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -1907,8 +1813,6 @@ export type UserUpdateWithoutOrganizationMembershipsInput = {
|
|
|
1907
1813
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
1908
1814
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
1909
1815
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
1910
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
1911
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
1912
1816
|
};
|
|
1913
1817
|
export type UserUncheckedUpdateWithoutOrganizationMembershipsInput = {
|
|
1914
1818
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1940,10 +1844,9 @@ export type UserUncheckedUpdateWithoutOrganizationMembershipsInput = {
|
|
|
1940
1844
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
1941
1845
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
1942
1846
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
1943
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
1944
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
1945
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
1946
1847
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
1848
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1849
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
1947
1850
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
1948
1851
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1949
1852
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -1959,8 +1862,6 @@ export type UserUncheckedUpdateWithoutOrganizationMembershipsInput = {
|
|
|
1959
1862
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
1960
1863
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
1961
1864
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1962
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
1963
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
1964
1865
|
};
|
|
1965
1866
|
export type UserCreateWithoutTenantInput = {
|
|
1966
1867
|
id?: string;
|
|
@@ -1991,10 +1892,9 @@ export type UserCreateWithoutTenantInput = {
|
|
|
1991
1892
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
1992
1893
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1993
1894
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1994
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1995
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1996
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1997
1895
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1896
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
1897
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
1998
1898
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
1999
1899
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
2000
1900
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2010,8 +1910,6 @@ export type UserCreateWithoutTenantInput = {
|
|
|
2010
1910
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
2011
1911
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
2012
1912
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
2013
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2014
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2015
1913
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
2016
1914
|
};
|
|
2017
1915
|
export type UserUncheckedCreateWithoutTenantInput = {
|
|
@@ -2043,10 +1941,9 @@ export type UserUncheckedCreateWithoutTenantInput = {
|
|
|
2043
1941
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
2044
1942
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2045
1943
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2046
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2047
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2048
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2049
1944
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1945
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
1946
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2050
1947
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
2051
1948
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2052
1949
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2062,8 +1959,6 @@ export type UserUncheckedCreateWithoutTenantInput = {
|
|
|
2062
1959
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
2063
1960
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
2064
1961
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2065
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2066
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2067
1962
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
2068
1963
|
};
|
|
2069
1964
|
export type UserCreateOrConnectWithoutTenantInput = {
|
|
@@ -2138,10 +2033,9 @@ export type UserCreateWithoutRefreshTokensInput = {
|
|
|
2138
2033
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
2139
2034
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2140
2035
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2141
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2142
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2143
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2144
2036
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2037
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2038
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2145
2039
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
2146
2040
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
2147
2041
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2157,8 +2051,6 @@ export type UserCreateWithoutRefreshTokensInput = {
|
|
|
2157
2051
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
2158
2052
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
2159
2053
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
2160
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2161
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2162
2054
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
2163
2055
|
};
|
|
2164
2056
|
export type UserUncheckedCreateWithoutRefreshTokensInput = {
|
|
@@ -2190,10 +2082,9 @@ export type UserUncheckedCreateWithoutRefreshTokensInput = {
|
|
|
2190
2082
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
2191
2083
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2192
2084
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2193
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2194
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2195
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2196
2085
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2086
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2087
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2197
2088
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
2198
2089
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2199
2090
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2209,8 +2100,6 @@ export type UserUncheckedCreateWithoutRefreshTokensInput = {
|
|
|
2209
2100
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
2210
2101
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
2211
2102
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2212
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2213
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2214
2103
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
2215
2104
|
};
|
|
2216
2105
|
export type UserCreateOrConnectWithoutRefreshTokensInput = {
|
|
@@ -2255,10 +2144,9 @@ export type UserUpdateWithoutRefreshTokensInput = {
|
|
|
2255
2144
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
2256
2145
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2257
2146
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2258
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2259
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2260
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2261
2147
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2148
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2149
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2262
2150
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
2263
2151
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
2264
2152
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2274,8 +2162,6 @@ export type UserUpdateWithoutRefreshTokensInput = {
|
|
|
2274
2162
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
2275
2163
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
2276
2164
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
2277
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2278
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2279
2165
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
2280
2166
|
};
|
|
2281
2167
|
export type UserUncheckedUpdateWithoutRefreshTokensInput = {
|
|
@@ -2307,10 +2193,9 @@ export type UserUncheckedUpdateWithoutRefreshTokensInput = {
|
|
|
2307
2193
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
2308
2194
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2309
2195
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2310
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2311
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2312
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2313
2196
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2197
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2198
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2314
2199
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
2315
2200
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2316
2201
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2326,8 +2211,6 @@ export type UserUncheckedUpdateWithoutRefreshTokensInput = {
|
|
|
2326
2211
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
2327
2212
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
2328
2213
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2329
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2330
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2331
2214
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
2332
2215
|
};
|
|
2333
2216
|
export type UserCreateWithoutPasswordResetsInput = {
|
|
@@ -2359,10 +2242,9 @@ export type UserCreateWithoutPasswordResetsInput = {
|
|
|
2359
2242
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
2360
2243
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2361
2244
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2362
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2363
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2364
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2365
2245
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2246
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2247
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2366
2248
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
2367
2249
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
2368
2250
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2378,8 +2260,6 @@ export type UserCreateWithoutPasswordResetsInput = {
|
|
|
2378
2260
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
2379
2261
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
2380
2262
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
2381
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2382
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2383
2263
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
2384
2264
|
};
|
|
2385
2265
|
export type UserUncheckedCreateWithoutPasswordResetsInput = {
|
|
@@ -2411,10 +2291,9 @@ export type UserUncheckedCreateWithoutPasswordResetsInput = {
|
|
|
2411
2291
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
2412
2292
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2413
2293
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2414
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2415
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2416
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2417
2294
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2295
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2296
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2418
2297
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
2419
2298
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2420
2299
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2430,8 +2309,6 @@ export type UserUncheckedCreateWithoutPasswordResetsInput = {
|
|
|
2430
2309
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
2431
2310
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
2432
2311
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2433
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2434
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2435
2312
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
2436
2313
|
};
|
|
2437
2314
|
export type UserCreateOrConnectWithoutPasswordResetsInput = {
|
|
@@ -2476,10 +2353,9 @@ export type UserUpdateWithoutPasswordResetsInput = {
|
|
|
2476
2353
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
2477
2354
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2478
2355
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2479
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2480
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2481
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2482
2356
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2357
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2358
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2483
2359
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
2484
2360
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
2485
2361
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2495,8 +2371,6 @@ export type UserUpdateWithoutPasswordResetsInput = {
|
|
|
2495
2371
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
2496
2372
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
2497
2373
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
2498
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2499
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2500
2374
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
2501
2375
|
};
|
|
2502
2376
|
export type UserUncheckedUpdateWithoutPasswordResetsInput = {
|
|
@@ -2528,10 +2402,9 @@ export type UserUncheckedUpdateWithoutPasswordResetsInput = {
|
|
|
2528
2402
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
2529
2403
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2530
2404
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2531
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2532
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2533
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2534
2405
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2406
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2407
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2535
2408
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
2536
2409
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2537
2410
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2547,8 +2420,6 @@ export type UserUncheckedUpdateWithoutPasswordResetsInput = {
|
|
|
2547
2420
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
2548
2421
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
2549
2422
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2550
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2551
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2552
2423
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
2553
2424
|
};
|
|
2554
2425
|
export type UserCreateWithoutSuspensionsInput = {
|
|
@@ -2580,10 +2451,9 @@ export type UserCreateWithoutSuspensionsInput = {
|
|
|
2580
2451
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
2581
2452
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2582
2453
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2583
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2584
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2585
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2586
2454
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2455
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2456
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2587
2457
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
2588
2458
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
2589
2459
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2599,8 +2469,6 @@ export type UserCreateWithoutSuspensionsInput = {
|
|
|
2599
2469
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
2600
2470
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
2601
2471
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
2602
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2603
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2604
2472
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
2605
2473
|
};
|
|
2606
2474
|
export type UserUncheckedCreateWithoutSuspensionsInput = {
|
|
@@ -2632,10 +2500,9 @@ export type UserUncheckedCreateWithoutSuspensionsInput = {
|
|
|
2632
2500
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
2633
2501
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2634
2502
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2635
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2636
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2637
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2638
2503
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2504
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2505
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2639
2506
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
2640
2507
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2641
2508
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2651,8 +2518,6 @@ export type UserUncheckedCreateWithoutSuspensionsInput = {
|
|
|
2651
2518
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
2652
2519
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
2653
2520
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2654
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2655
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2656
2521
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
2657
2522
|
};
|
|
2658
2523
|
export type UserCreateOrConnectWithoutSuspensionsInput = {
|
|
@@ -2697,10 +2562,9 @@ export type UserUpdateWithoutSuspensionsInput = {
|
|
|
2697
2562
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
2698
2563
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2699
2564
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2700
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2701
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2702
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2703
2565
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2566
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2567
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2704
2568
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
2705
2569
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
2706
2570
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2716,8 +2580,6 @@ export type UserUpdateWithoutSuspensionsInput = {
|
|
|
2716
2580
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
2717
2581
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
2718
2582
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
2719
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2720
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2721
2583
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
2722
2584
|
};
|
|
2723
2585
|
export type UserUncheckedUpdateWithoutSuspensionsInput = {
|
|
@@ -2749,10 +2611,9 @@ export type UserUncheckedUpdateWithoutSuspensionsInput = {
|
|
|
2749
2611
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
2750
2612
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2751
2613
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2752
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2753
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2754
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2755
2614
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2615
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2616
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2756
2617
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
2757
2618
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2758
2619
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2768,8 +2629,6 @@ export type UserUncheckedUpdateWithoutSuspensionsInput = {
|
|
|
2768
2629
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
2769
2630
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
2770
2631
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2771
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2772
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2773
2632
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
2774
2633
|
};
|
|
2775
2634
|
export type UserCreateWithoutEmailPreferencesInput = {
|
|
@@ -2801,10 +2660,9 @@ export type UserCreateWithoutEmailPreferencesInput = {
|
|
|
2801
2660
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
2802
2661
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2803
2662
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2804
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2805
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2806
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2807
2663
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2664
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2665
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2808
2666
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
2809
2667
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
2810
2668
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2820,8 +2678,6 @@ export type UserCreateWithoutEmailPreferencesInput = {
|
|
|
2820
2678
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
2821
2679
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
2822
2680
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
2823
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2824
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
2825
2681
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
2826
2682
|
};
|
|
2827
2683
|
export type UserUncheckedCreateWithoutEmailPreferencesInput = {
|
|
@@ -2853,10 +2709,9 @@ export type UserUncheckedCreateWithoutEmailPreferencesInput = {
|
|
|
2853
2709
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
2854
2710
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2855
2711
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2856
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2857
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2858
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2859
2712
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2713
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2714
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2860
2715
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
2861
2716
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2862
2717
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -2872,8 +2727,6 @@ export type UserUncheckedCreateWithoutEmailPreferencesInput = {
|
|
|
2872
2727
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
2873
2728
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
2874
2729
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2875
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2876
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
2877
2730
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
2878
2731
|
};
|
|
2879
2732
|
export type UserCreateOrConnectWithoutEmailPreferencesInput = {
|
|
@@ -2918,10 +2771,9 @@ export type UserUpdateWithoutEmailPreferencesInput = {
|
|
|
2918
2771
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
2919
2772
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2920
2773
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2921
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2922
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2923
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2924
2774
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2775
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2776
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2925
2777
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
2926
2778
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
2927
2779
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2937,8 +2789,6 @@ export type UserUpdateWithoutEmailPreferencesInput = {
|
|
|
2937
2789
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
2938
2790
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
2939
2791
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
2940
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2941
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
2942
2792
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
2943
2793
|
};
|
|
2944
2794
|
export type UserUncheckedUpdateWithoutEmailPreferencesInput = {
|
|
@@ -2970,10 +2820,9 @@ export type UserUncheckedUpdateWithoutEmailPreferencesInput = {
|
|
|
2970
2820
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
2971
2821
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2972
2822
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2973
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2974
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2975
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2976
2823
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2824
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2825
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2977
2826
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
2978
2827
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2979
2828
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -2989,8 +2838,6 @@ export type UserUncheckedUpdateWithoutEmailPreferencesInput = {
|
|
|
2989
2838
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
2990
2839
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
2991
2840
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2992
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
2993
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
2994
2841
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
2995
2842
|
};
|
|
2996
2843
|
export type UserCreateWithoutDeviceEndpointsInput = {
|
|
@@ -3022,10 +2869,9 @@ export type UserCreateWithoutDeviceEndpointsInput = {
|
|
|
3022
2869
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
3023
2870
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3024
2871
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3025
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3026
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3027
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3028
2872
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2873
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
2874
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3029
2875
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
3030
2876
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
3031
2877
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3041,8 +2887,6 @@ export type UserCreateWithoutDeviceEndpointsInput = {
|
|
|
3041
2887
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
3042
2888
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
3043
2889
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
3044
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3045
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3046
2890
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
3047
2891
|
};
|
|
3048
2892
|
export type UserUncheckedCreateWithoutDeviceEndpointsInput = {
|
|
@@ -3074,10 +2918,9 @@ export type UserUncheckedCreateWithoutDeviceEndpointsInput = {
|
|
|
3074
2918
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
3075
2919
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3076
2920
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3077
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3078
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3079
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3080
2921
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2922
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
2923
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3081
2924
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
3082
2925
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3083
2926
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3093,8 +2936,6 @@ export type UserUncheckedCreateWithoutDeviceEndpointsInput = {
|
|
|
3093
2936
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
3094
2937
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
3095
2938
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3096
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3097
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3098
2939
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
3099
2940
|
};
|
|
3100
2941
|
export type UserCreateOrConnectWithoutDeviceEndpointsInput = {
|
|
@@ -3139,10 +2980,9 @@ export type UserUpdateWithoutDeviceEndpointsInput = {
|
|
|
3139
2980
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
3140
2981
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3141
2982
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3142
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3143
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3144
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3145
2983
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2984
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
2985
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3146
2986
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
3147
2987
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
3148
2988
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3158,8 +2998,6 @@ export type UserUpdateWithoutDeviceEndpointsInput = {
|
|
|
3158
2998
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
3159
2999
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
3160
3000
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
3161
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3162
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3163
3001
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
3164
3002
|
};
|
|
3165
3003
|
export type UserUncheckedUpdateWithoutDeviceEndpointsInput = {
|
|
@@ -3191,10 +3029,9 @@ export type UserUncheckedUpdateWithoutDeviceEndpointsInput = {
|
|
|
3191
3029
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
3192
3030
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3193
3031
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3194
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3195
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3196
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3197
3032
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3033
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3034
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3198
3035
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
3199
3036
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3200
3037
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3210,8 +3047,6 @@ export type UserUncheckedUpdateWithoutDeviceEndpointsInput = {
|
|
|
3210
3047
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
3211
3048
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
3212
3049
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3213
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3214
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3215
3050
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
3216
3051
|
};
|
|
3217
3052
|
export type UserCreateWithoutSocialsInput = {
|
|
@@ -3243,10 +3078,9 @@ export type UserCreateWithoutSocialsInput = {
|
|
|
3243
3078
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
3244
3079
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3245
3080
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3246
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3247
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3248
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3249
3081
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3082
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3083
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3250
3084
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
3251
3085
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
3252
3086
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3262,8 +3096,6 @@ export type UserCreateWithoutSocialsInput = {
|
|
|
3262
3096
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
3263
3097
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
3264
3098
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
3265
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3266
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3267
3099
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
3268
3100
|
};
|
|
3269
3101
|
export type UserUncheckedCreateWithoutSocialsInput = {
|
|
@@ -3295,10 +3127,9 @@ export type UserUncheckedCreateWithoutSocialsInput = {
|
|
|
3295
3127
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
3296
3128
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3297
3129
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3298
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3299
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3300
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3301
3130
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3131
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3132
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3302
3133
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
3303
3134
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3304
3135
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3314,8 +3145,6 @@ export type UserUncheckedCreateWithoutSocialsInput = {
|
|
|
3314
3145
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
3315
3146
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
3316
3147
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3317
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3318
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3319
3148
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
3320
3149
|
};
|
|
3321
3150
|
export type UserCreateOrConnectWithoutSocialsInput = {
|
|
@@ -3360,10 +3189,9 @@ export type UserUpdateWithoutSocialsInput = {
|
|
|
3360
3189
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
3361
3190
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3362
3191
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3363
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3364
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3365
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3366
3192
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3193
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3194
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3367
3195
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
3368
3196
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
3369
3197
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3379,8 +3207,6 @@ export type UserUpdateWithoutSocialsInput = {
|
|
|
3379
3207
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
3380
3208
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
3381
3209
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
3382
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3383
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3384
3210
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
3385
3211
|
};
|
|
3386
3212
|
export type UserUncheckedUpdateWithoutSocialsInput = {
|
|
@@ -3412,10 +3238,9 @@ export type UserUncheckedUpdateWithoutSocialsInput = {
|
|
|
3412
3238
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
3413
3239
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3414
3240
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3415
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3416
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3417
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3418
3241
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3242
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3243
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3419
3244
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
3420
3245
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3421
3246
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3431,8 +3256,6 @@ export type UserUncheckedUpdateWithoutSocialsInput = {
|
|
|
3431
3256
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
3432
3257
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
3433
3258
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3434
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3435
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3436
3259
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
3437
3260
|
};
|
|
3438
3261
|
export type UserCreateWithoutWalletInput = {
|
|
@@ -3464,10 +3287,9 @@ export type UserCreateWithoutWalletInput = {
|
|
|
3464
3287
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
3465
3288
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3466
3289
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3467
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3468
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3469
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3470
3290
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3291
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3292
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3471
3293
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
3472
3294
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
3473
3295
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3483,8 +3305,6 @@ export type UserCreateWithoutWalletInput = {
|
|
|
3483
3305
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
3484
3306
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
3485
3307
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
3486
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3487
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3488
3308
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
3489
3309
|
};
|
|
3490
3310
|
export type UserUncheckedCreateWithoutWalletInput = {
|
|
@@ -3516,10 +3336,9 @@ export type UserUncheckedCreateWithoutWalletInput = {
|
|
|
3516
3336
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
3517
3337
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3518
3338
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3519
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3520
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3521
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3522
3339
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3340
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3341
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3523
3342
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
3524
3343
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3525
3344
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3535,8 +3354,6 @@ export type UserUncheckedCreateWithoutWalletInput = {
|
|
|
3535
3354
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
3536
3355
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
3537
3356
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3538
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3539
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3540
3357
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
3541
3358
|
};
|
|
3542
3359
|
export type UserCreateOrConnectWithoutWalletInput = {
|
|
@@ -3581,10 +3398,9 @@ export type UserUpdateWithoutWalletInput = {
|
|
|
3581
3398
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
3582
3399
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3583
3400
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3584
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3585
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3586
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3587
3401
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3402
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3403
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3588
3404
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
3589
3405
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
3590
3406
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3600,8 +3416,6 @@ export type UserUpdateWithoutWalletInput = {
|
|
|
3600
3416
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
3601
3417
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
3602
3418
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
3603
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3604
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3605
3419
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
3606
3420
|
};
|
|
3607
3421
|
export type UserUncheckedUpdateWithoutWalletInput = {
|
|
@@ -3633,10 +3447,9 @@ export type UserUncheckedUpdateWithoutWalletInput = {
|
|
|
3633
3447
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
3634
3448
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3635
3449
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3636
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3637
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3638
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3639
3450
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3451
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3452
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3640
3453
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
3641
3454
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3642
3455
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3652,8 +3465,6 @@ export type UserUncheckedUpdateWithoutWalletInput = {
|
|
|
3652
3465
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
3653
3466
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
3654
3467
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3655
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3656
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3657
3468
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
3658
3469
|
};
|
|
3659
3470
|
export type UserCreateWithoutPropertiesInput = {
|
|
@@ -3685,10 +3496,9 @@ export type UserCreateWithoutPropertiesInput = {
|
|
|
3685
3496
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
3686
3497
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3687
3498
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3688
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3689
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3690
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3691
3499
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3500
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3501
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3692
3502
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
3693
3503
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
3694
3504
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3704,8 +3514,6 @@ export type UserCreateWithoutPropertiesInput = {
|
|
|
3704
3514
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
3705
3515
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
3706
3516
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
3707
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3708
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3709
3517
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
3710
3518
|
};
|
|
3711
3519
|
export type UserUncheckedCreateWithoutPropertiesInput = {
|
|
@@ -3737,10 +3545,9 @@ export type UserUncheckedCreateWithoutPropertiesInput = {
|
|
|
3737
3545
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
3738
3546
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3739
3547
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3740
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3741
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3742
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3743
3548
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3549
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3550
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3744
3551
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
3745
3552
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3746
3553
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3756,8 +3563,6 @@ export type UserUncheckedCreateWithoutPropertiesInput = {
|
|
|
3756
3563
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
3757
3564
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
3758
3565
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3759
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3760
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3761
3566
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
3762
3567
|
};
|
|
3763
3568
|
export type UserCreateOrConnectWithoutPropertiesInput = {
|
|
@@ -3802,10 +3607,9 @@ export type UserUpdateWithoutPropertiesInput = {
|
|
|
3802
3607
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
3803
3608
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3804
3609
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3805
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3806
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3807
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3808
3610
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3611
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3612
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3809
3613
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
3810
3614
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
3811
3615
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3821,8 +3625,6 @@ export type UserUpdateWithoutPropertiesInput = {
|
|
|
3821
3625
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
3822
3626
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
3823
3627
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
3824
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3825
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
3826
3628
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
3827
3629
|
};
|
|
3828
3630
|
export type UserUncheckedUpdateWithoutPropertiesInput = {
|
|
@@ -3854,10 +3656,9 @@ export type UserUncheckedUpdateWithoutPropertiesInput = {
|
|
|
3854
3656
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
3855
3657
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3856
3658
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3857
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3858
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3859
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3860
3659
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3660
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3661
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3861
3662
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
3862
3663
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3863
3664
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -3873,8 +3674,6 @@ export type UserUncheckedUpdateWithoutPropertiesInput = {
|
|
|
3873
3674
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
3874
3675
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
3875
3676
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3876
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3877
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
3878
3677
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
3879
3678
|
};
|
|
3880
3679
|
export type UserCreateWithoutApplicationsInput = {
|
|
@@ -3906,10 +3705,9 @@ export type UserCreateWithoutApplicationsInput = {
|
|
|
3906
3705
|
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
3907
3706
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3908
3707
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3909
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3910
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3911
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3912
3708
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3709
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3710
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3913
3711
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
3914
3712
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
3915
3713
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3925,8 +3723,6 @@ export type UserCreateWithoutApplicationsInput = {
|
|
|
3925
3723
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
3926
3724
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
3927
3725
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
3928
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3929
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
3930
3726
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
3931
3727
|
};
|
|
3932
3728
|
export type UserUncheckedCreateWithoutApplicationsInput = {
|
|
@@ -3958,10 +3754,9 @@ export type UserUncheckedCreateWithoutApplicationsInput = {
|
|
|
3958
3754
|
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
3959
3755
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3960
3756
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3961
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3962
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3963
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3964
3757
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3758
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3759
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3965
3760
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
3966
3761
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3967
3762
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -3977,8 +3772,6 @@ export type UserUncheckedCreateWithoutApplicationsInput = {
|
|
|
3977
3772
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
3978
3773
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
3979
3774
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3980
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3981
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
3982
3775
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
3983
3776
|
};
|
|
3984
3777
|
export type UserCreateOrConnectWithoutApplicationsInput = {
|
|
@@ -4014,10 +3807,9 @@ export type UserCreateWithoutSoldApplicationsInput = {
|
|
|
4014
3807
|
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
4015
3808
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4016
3809
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4017
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4018
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4019
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4020
3810
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3811
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
3812
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4021
3813
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4022
3814
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
4023
3815
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4033,8 +3825,6 @@ export type UserCreateWithoutSoldApplicationsInput = {
|
|
|
4033
3825
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
4034
3826
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
4035
3827
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
4036
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4037
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4038
3828
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
4039
3829
|
};
|
|
4040
3830
|
export type UserUncheckedCreateWithoutSoldApplicationsInput = {
|
|
@@ -4066,10 +3856,9 @@ export type UserUncheckedCreateWithoutSoldApplicationsInput = {
|
|
|
4066
3856
|
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
4067
3857
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4068
3858
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4069
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4070
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4071
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4072
3859
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3860
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
3861
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4073
3862
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
4074
3863
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4075
3864
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4085,8 +3874,6 @@ export type UserUncheckedCreateWithoutSoldApplicationsInput = {
|
|
|
4085
3874
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
4086
3875
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
4087
3876
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4088
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4089
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4090
3877
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
4091
3878
|
};
|
|
4092
3879
|
export type UserCreateOrConnectWithoutSoldApplicationsInput = {
|
|
@@ -4131,10 +3918,9 @@ export type UserUpdateWithoutApplicationsInput = {
|
|
|
4131
3918
|
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
4132
3919
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4133
3920
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4134
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4135
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4136
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4137
3921
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3922
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
3923
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4138
3924
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4139
3925
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
4140
3926
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -4150,8 +3936,6 @@ export type UserUpdateWithoutApplicationsInput = {
|
|
|
4150
3936
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
4151
3937
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
4152
3938
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
4153
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4154
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4155
3939
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
4156
3940
|
};
|
|
4157
3941
|
export type UserUncheckedUpdateWithoutApplicationsInput = {
|
|
@@ -4183,10 +3967,9 @@ export type UserUncheckedUpdateWithoutApplicationsInput = {
|
|
|
4183
3967
|
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
4184
3968
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4185
3969
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4186
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4187
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4188
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4189
3970
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3971
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
3972
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4190
3973
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4191
3974
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4192
3975
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -4202,8 +3985,6 @@ export type UserUncheckedUpdateWithoutApplicationsInput = {
|
|
|
4202
3985
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
4203
3986
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
4204
3987
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4205
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4206
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4207
3988
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
4208
3989
|
};
|
|
4209
3990
|
export type UserUpsertWithoutSoldApplicationsInput = {
|
|
@@ -4244,10 +4025,9 @@ export type UserUpdateWithoutSoldApplicationsInput = {
|
|
|
4244
4025
|
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
4245
4026
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4246
4027
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4247
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4248
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4249
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4250
4028
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4029
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4030
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4251
4031
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4252
4032
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
4253
4033
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -4263,8 +4043,6 @@ export type UserUpdateWithoutSoldApplicationsInput = {
|
|
|
4263
4043
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
4264
4044
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
4265
4045
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
4266
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4267
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4268
4046
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
4269
4047
|
};
|
|
4270
4048
|
export type UserUncheckedUpdateWithoutSoldApplicationsInput = {
|
|
@@ -4296,10 +4074,9 @@ export type UserUncheckedUpdateWithoutSoldApplicationsInput = {
|
|
|
4296
4074
|
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
4297
4075
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4298
4076
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4299
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4300
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4301
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4302
4077
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4078
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4079
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4303
4080
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4304
4081
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4305
4082
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -4315,8 +4092,6 @@ export type UserUncheckedUpdateWithoutSoldApplicationsInput = {
|
|
|
4315
4092
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
4316
4093
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
4317
4094
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4318
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4319
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4320
4095
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
4321
4096
|
};
|
|
4322
4097
|
export type UserCreateWithoutRequestedRefundsInput = {
|
|
@@ -4349,10 +4124,9 @@ export type UserCreateWithoutRequestedRefundsInput = {
|
|
|
4349
4124
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4350
4125
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4351
4126
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4352
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4353
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4354
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4355
4127
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4128
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4129
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4356
4130
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4357
4131
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
4358
4132
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4367,8 +4141,6 @@ export type UserCreateWithoutRequestedRefundsInput = {
|
|
|
4367
4141
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
4368
4142
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
4369
4143
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
4370
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4371
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4372
4144
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
4373
4145
|
};
|
|
4374
4146
|
export type UserUncheckedCreateWithoutRequestedRefundsInput = {
|
|
@@ -4401,10 +4173,9 @@ export type UserUncheckedCreateWithoutRequestedRefundsInput = {
|
|
|
4401
4173
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4402
4174
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4403
4175
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4404
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4405
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4406
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4407
4176
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4177
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4178
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4408
4179
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
4409
4180
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4410
4181
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4419,8 +4190,6 @@ export type UserUncheckedCreateWithoutRequestedRefundsInput = {
|
|
|
4419
4190
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
4420
4191
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
4421
4192
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4422
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4423
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4424
4193
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
4425
4194
|
};
|
|
4426
4195
|
export type UserCreateOrConnectWithoutRequestedRefundsInput = {
|
|
@@ -4457,10 +4226,9 @@ export type UserCreateWithoutApprovedRefundsInput = {
|
|
|
4457
4226
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4458
4227
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4459
4228
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4460
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4461
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4462
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4463
4229
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4230
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4231
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4464
4232
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4465
4233
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
4466
4234
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4475,8 +4243,6 @@ export type UserCreateWithoutApprovedRefundsInput = {
|
|
|
4475
4243
|
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
4476
4244
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
4477
4245
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
4478
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4479
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4480
4246
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
4481
4247
|
};
|
|
4482
4248
|
export type UserUncheckedCreateWithoutApprovedRefundsInput = {
|
|
@@ -4509,10 +4275,9 @@ export type UserUncheckedCreateWithoutApprovedRefundsInput = {
|
|
|
4509
4275
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4510
4276
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4511
4277
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4512
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4513
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4514
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4515
4278
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4279
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4280
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4516
4281
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
4517
4282
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4518
4283
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4527,8 +4292,6 @@ export type UserUncheckedCreateWithoutApprovedRefundsInput = {
|
|
|
4527
4292
|
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
4528
4293
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
4529
4294
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4530
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4531
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4532
4295
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
4533
4296
|
};
|
|
4534
4297
|
export type UserCreateOrConnectWithoutApprovedRefundsInput = {
|
|
@@ -4565,10 +4328,9 @@ export type UserCreateWithoutProcessedRefundsInput = {
|
|
|
4565
4328
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4566
4329
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4567
4330
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4568
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4569
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4570
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4571
4331
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4332
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4333
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4572
4334
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4573
4335
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
4574
4336
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4583,8 +4345,6 @@ export type UserCreateWithoutProcessedRefundsInput = {
|
|
|
4583
4345
|
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
4584
4346
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
4585
4347
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
4586
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4587
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
4588
4348
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
4589
4349
|
};
|
|
4590
4350
|
export type UserUncheckedCreateWithoutProcessedRefundsInput = {
|
|
@@ -4617,10 +4377,9 @@ export type UserUncheckedCreateWithoutProcessedRefundsInput = {
|
|
|
4617
4377
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4618
4378
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4619
4379
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4620
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4621
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4622
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4623
4380
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4381
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4382
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4624
4383
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
4625
4384
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4626
4385
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -4635,8 +4394,6 @@ export type UserUncheckedCreateWithoutProcessedRefundsInput = {
|
|
|
4635
4394
|
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
4636
4395
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
4637
4396
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4638
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4639
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
4640
4397
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
4641
4398
|
};
|
|
4642
4399
|
export type UserCreateOrConnectWithoutProcessedRefundsInput = {
|
|
@@ -4682,10 +4439,9 @@ export type UserUpdateWithoutRequestedRefundsInput = {
|
|
|
4682
4439
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4683
4440
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4684
4441
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4685
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4686
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4687
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4688
4442
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4443
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4444
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4689
4445
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4690
4446
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
4691
4447
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -4700,8 +4456,6 @@ export type UserUpdateWithoutRequestedRefundsInput = {
|
|
|
4700
4456
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
4701
4457
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
4702
4458
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
4703
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4704
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4705
4459
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
4706
4460
|
};
|
|
4707
4461
|
export type UserUncheckedUpdateWithoutRequestedRefundsInput = {
|
|
@@ -4734,10 +4488,9 @@ export type UserUncheckedUpdateWithoutRequestedRefundsInput = {
|
|
|
4734
4488
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4735
4489
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4736
4490
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4737
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4738
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4739
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4740
4491
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4492
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4493
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4741
4494
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4742
4495
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4743
4496
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -4752,8 +4505,6 @@ export type UserUncheckedUpdateWithoutRequestedRefundsInput = {
|
|
|
4752
4505
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
4753
4506
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
4754
4507
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4755
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4756
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4757
4508
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
4758
4509
|
};
|
|
4759
4510
|
export type UserUpsertWithoutApprovedRefundsInput = {
|
|
@@ -4765,783 +4516,114 @@ export type UserUpdateToOneWithWhereWithoutApprovedRefundsInput = {
|
|
|
4765
4516
|
where?: Prisma.UserWhereInput;
|
|
4766
4517
|
data: Prisma.XOR<Prisma.UserUpdateWithoutApprovedRefundsInput, Prisma.UserUncheckedUpdateWithoutApprovedRefundsInput>;
|
|
4767
4518
|
};
|
|
4768
|
-
export type UserUpdateWithoutApprovedRefundsInput = {
|
|
4769
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4770
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4771
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4772
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4773
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4774
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4775
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4776
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4777
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4778
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4779
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4780
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4781
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4782
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4783
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4784
|
-
tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
|
|
4785
|
-
tenantMemberships?: Prisma.TenantMembershipUpdateManyWithoutUserNestedInput;
|
|
4786
|
-
userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
|
|
4787
|
-
wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
|
|
4788
|
-
refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
|
|
4789
|
-
passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
|
|
4790
|
-
suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
|
|
4791
|
-
emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
|
|
4792
|
-
deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
|
|
4793
|
-
socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
|
|
4794
|
-
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
4795
|
-
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4796
|
-
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4797
|
-
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4817
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4818
|
-
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
4819
|
-
};
|
|
4820
|
-
export type UserUncheckedUpdateWithoutApprovedRefundsInput = {
|
|
4821
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4822
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4823
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4824
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4825
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4826
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4827
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4828
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4829
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4830
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4831
|
-
tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4832
|
-
walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4833
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4834
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4835
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4836
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4837
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4838
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutUserNestedInput;
|
|
4839
|
-
userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
|
|
4840
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
|
|
4841
|
-
passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
|
|
4842
|
-
suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
|
|
4843
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
|
|
4844
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
|
|
4845
|
-
socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
|
|
4846
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
4847
|
-
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4848
|
-
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4849
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4850
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4851
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4852
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4853
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4854
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4855
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4856
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
4857
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4858
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
|
|
4859
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
|
|
4860
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4861
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4862
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4863
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4864
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4865
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4866
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
4867
|
-
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4868
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4869
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4870
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
4871
|
-
};
|
|
4872
|
-
export type UserUpsertWithoutProcessedRefundsInput = {
|
|
4873
|
-
update: Prisma.XOR<Prisma.UserUpdateWithoutProcessedRefundsInput, Prisma.UserUncheckedUpdateWithoutProcessedRefundsInput>;
|
|
4874
|
-
create: Prisma.XOR<Prisma.UserCreateWithoutProcessedRefundsInput, Prisma.UserUncheckedCreateWithoutProcessedRefundsInput>;
|
|
4875
|
-
where?: Prisma.UserWhereInput;
|
|
4876
|
-
};
|
|
4877
|
-
export type UserUpdateToOneWithWhereWithoutProcessedRefundsInput = {
|
|
4878
|
-
where?: Prisma.UserWhereInput;
|
|
4879
|
-
data: Prisma.XOR<Prisma.UserUpdateWithoutProcessedRefundsInput, Prisma.UserUncheckedUpdateWithoutProcessedRefundsInput>;
|
|
4880
|
-
};
|
|
4881
|
-
export type UserUpdateWithoutProcessedRefundsInput = {
|
|
4882
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4883
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4884
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4885
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4886
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4887
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4888
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4889
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4890
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4891
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4892
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4893
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4894
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4895
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4896
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4897
|
-
tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
|
|
4898
|
-
tenantMemberships?: Prisma.TenantMembershipUpdateManyWithoutUserNestedInput;
|
|
4899
|
-
userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
|
|
4900
|
-
wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
|
|
4901
|
-
refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
|
|
4902
|
-
passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
|
|
4903
|
-
suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
|
|
4904
|
-
emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
|
|
4905
|
-
deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
|
|
4906
|
-
socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
|
|
4907
|
-
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
4908
|
-
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4909
|
-
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4910
|
-
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4911
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4912
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4913
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4914
|
-
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4915
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4916
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
4917
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
4918
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
4919
|
-
offerLettersGenerated?: Prisma.OfferLetterUpdateManyWithoutGeneratedByNestedInput;
|
|
4920
|
-
offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
|
|
4921
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUpdateManyWithoutRequestedByNestedInput;
|
|
4922
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUpdateManyWithoutReviewedByNestedInput;
|
|
4923
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUpdateManyWithoutRequestedByNestedInput;
|
|
4924
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUpdateManyWithoutAssigneeNestedInput;
|
|
4925
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUpdateManyWithoutReviewedByNestedInput;
|
|
4926
|
-
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
4927
|
-
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
4928
|
-
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
4929
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4930
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4931
|
-
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
4932
|
-
};
|
|
4933
|
-
export type UserUncheckedUpdateWithoutProcessedRefundsInput = {
|
|
4934
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4935
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4936
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4937
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4938
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4939
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4940
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4941
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4942
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4943
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4944
|
-
tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4945
|
-
walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4946
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4947
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4948
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4949
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4950
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4951
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutUserNestedInput;
|
|
4952
|
-
userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
|
|
4953
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
|
|
4954
|
-
passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
|
|
4955
|
-
suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
|
|
4956
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
|
|
4957
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
|
|
4958
|
-
socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
|
|
4959
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
4960
|
-
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4961
|
-
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4962
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4963
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4964
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4965
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4966
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4967
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4968
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4969
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
4970
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4971
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
|
|
4972
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
|
|
4973
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4974
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4975
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4976
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4977
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4978
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4979
|
-
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
4980
|
-
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4981
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4982
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4983
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
4984
|
-
};
|
|
4985
|
-
export type UserCreateWithoutAssignedStepsInput = {
|
|
4986
|
-
id?: string;
|
|
4987
|
-
email: string;
|
|
4988
|
-
password?: string | null;
|
|
4989
|
-
phone?: string | null;
|
|
4990
|
-
firstName?: string | null;
|
|
4991
|
-
lastName?: string | null;
|
|
4992
|
-
isActive?: boolean;
|
|
4993
|
-
isEmailVerified?: boolean;
|
|
4994
|
-
googleId?: string | null;
|
|
4995
|
-
avatar?: string | null;
|
|
4996
|
-
createdAt?: Date | string;
|
|
4997
|
-
updatedAt?: Date | string;
|
|
4998
|
-
emailVerifiedAt?: Date | string | null;
|
|
4999
|
-
emailVerificationToken?: string | null;
|
|
5000
|
-
lastLoginAt?: Date | string | null;
|
|
5001
|
-
tenant?: Prisma.TenantCreateNestedOneWithoutUsersInput;
|
|
5002
|
-
tenantMemberships?: Prisma.TenantMembershipCreateNestedManyWithoutUserInput;
|
|
5003
|
-
userRoles?: Prisma.UserRoleCreateNestedManyWithoutUserInput;
|
|
5004
|
-
wallet?: Prisma.WalletCreateNestedOneWithoutUserInput;
|
|
5005
|
-
refreshTokens?: Prisma.RefreshTokenCreateNestedManyWithoutUserInput;
|
|
5006
|
-
passwordResets?: Prisma.PasswordResetCreateNestedManyWithoutUserInput;
|
|
5007
|
-
suspensions?: Prisma.UserSuspensionCreateNestedManyWithoutUserInput;
|
|
5008
|
-
emailPreferences?: Prisma.EmailPreferenceCreateNestedManyWithoutUserInput;
|
|
5009
|
-
deviceEndpoints?: Prisma.DeviceEndpointCreateNestedManyWithoutUserInput;
|
|
5010
|
-
socials?: Prisma.SocialCreateNestedManyWithoutUserInput;
|
|
5011
|
-
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
5012
|
-
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
5013
|
-
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5014
|
-
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5015
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5016
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5017
|
-
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5018
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
5019
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
5020
|
-
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
5021
|
-
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
5022
|
-
offerLettersGenerated?: Prisma.OfferLetterCreateNestedManyWithoutGeneratedByInput;
|
|
5023
|
-
offerLettersSent?: Prisma.OfferLetterCreateNestedManyWithoutSentByInput;
|
|
5024
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestCreateNestedManyWithoutRequestedByInput;
|
|
5025
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestCreateNestedManyWithoutReviewedByInput;
|
|
5026
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestCreateNestedManyWithoutRequestedByInput;
|
|
5027
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestCreateNestedManyWithoutAssigneeInput;
|
|
5028
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestCreateNestedManyWithoutReviewedByInput;
|
|
5029
|
-
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
5030
|
-
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
5031
|
-
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
5032
|
-
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
5033
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5034
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5035
|
-
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
5036
|
-
};
|
|
5037
|
-
export type UserUncheckedCreateWithoutAssignedStepsInput = {
|
|
5038
|
-
id?: string;
|
|
5039
|
-
email: string;
|
|
5040
|
-
password?: string | null;
|
|
5041
|
-
phone?: string | null;
|
|
5042
|
-
firstName?: string | null;
|
|
5043
|
-
lastName?: string | null;
|
|
5044
|
-
isActive?: boolean;
|
|
5045
|
-
isEmailVerified?: boolean;
|
|
5046
|
-
googleId?: string | null;
|
|
5047
|
-
avatar?: string | null;
|
|
5048
|
-
tenantId?: string | null;
|
|
5049
|
-
walletId?: string | null;
|
|
5050
|
-
createdAt?: Date | string;
|
|
5051
|
-
updatedAt?: Date | string;
|
|
5052
|
-
emailVerifiedAt?: Date | string | null;
|
|
5053
|
-
emailVerificationToken?: string | null;
|
|
5054
|
-
lastLoginAt?: Date | string | null;
|
|
5055
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedCreateNestedManyWithoutUserInput;
|
|
5056
|
-
userRoles?: Prisma.UserRoleUncheckedCreateNestedManyWithoutUserInput;
|
|
5057
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedCreateNestedManyWithoutUserInput;
|
|
5058
|
-
passwordResets?: Prisma.PasswordResetUncheckedCreateNestedManyWithoutUserInput;
|
|
5059
|
-
suspensions?: Prisma.UserSuspensionUncheckedCreateNestedManyWithoutUserInput;
|
|
5060
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedCreateNestedManyWithoutUserInput;
|
|
5061
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedCreateNestedManyWithoutUserInput;
|
|
5062
|
-
socials?: Prisma.SocialUncheckedCreateNestedManyWithoutUserInput;
|
|
5063
|
-
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
5064
|
-
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
5065
|
-
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5066
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5067
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5068
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5069
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5070
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
5071
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5072
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
5073
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5074
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutGeneratedByInput;
|
|
5075
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutSentByInput;
|
|
5076
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5077
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
5078
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5079
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5080
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
5081
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5082
|
-
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
5083
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
5084
|
-
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5085
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5086
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5087
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
5088
|
-
};
|
|
5089
|
-
export type UserCreateOrConnectWithoutAssignedStepsInput = {
|
|
5090
|
-
where: Prisma.UserWhereUniqueInput;
|
|
5091
|
-
create: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
5092
|
-
};
|
|
5093
|
-
export type UserCreateWithoutGateActedStepsInput = {
|
|
5094
|
-
id?: string;
|
|
5095
|
-
email: string;
|
|
5096
|
-
password?: string | null;
|
|
5097
|
-
phone?: string | null;
|
|
5098
|
-
firstName?: string | null;
|
|
5099
|
-
lastName?: string | null;
|
|
5100
|
-
isActive?: boolean;
|
|
5101
|
-
isEmailVerified?: boolean;
|
|
5102
|
-
googleId?: string | null;
|
|
5103
|
-
avatar?: string | null;
|
|
5104
|
-
createdAt?: Date | string;
|
|
5105
|
-
updatedAt?: Date | string;
|
|
5106
|
-
emailVerifiedAt?: Date | string | null;
|
|
5107
|
-
emailVerificationToken?: string | null;
|
|
5108
|
-
lastLoginAt?: Date | string | null;
|
|
5109
|
-
tenant?: Prisma.TenantCreateNestedOneWithoutUsersInput;
|
|
5110
|
-
tenantMemberships?: Prisma.TenantMembershipCreateNestedManyWithoutUserInput;
|
|
5111
|
-
userRoles?: Prisma.UserRoleCreateNestedManyWithoutUserInput;
|
|
5112
|
-
wallet?: Prisma.WalletCreateNestedOneWithoutUserInput;
|
|
5113
|
-
refreshTokens?: Prisma.RefreshTokenCreateNestedManyWithoutUserInput;
|
|
5114
|
-
passwordResets?: Prisma.PasswordResetCreateNestedManyWithoutUserInput;
|
|
5115
|
-
suspensions?: Prisma.UserSuspensionCreateNestedManyWithoutUserInput;
|
|
5116
|
-
emailPreferences?: Prisma.EmailPreferenceCreateNestedManyWithoutUserInput;
|
|
5117
|
-
deviceEndpoints?: Prisma.DeviceEndpointCreateNestedManyWithoutUserInput;
|
|
5118
|
-
socials?: Prisma.SocialCreateNestedManyWithoutUserInput;
|
|
5119
|
-
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
5120
|
-
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
5121
|
-
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5122
|
-
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5123
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5124
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5125
|
-
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5126
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
5127
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
5128
|
-
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
5129
|
-
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
5130
|
-
offerLettersGenerated?: Prisma.OfferLetterCreateNestedManyWithoutGeneratedByInput;
|
|
5131
|
-
offerLettersSent?: Prisma.OfferLetterCreateNestedManyWithoutSentByInput;
|
|
5132
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestCreateNestedManyWithoutRequestedByInput;
|
|
5133
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestCreateNestedManyWithoutReviewedByInput;
|
|
5134
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestCreateNestedManyWithoutRequestedByInput;
|
|
5135
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestCreateNestedManyWithoutAssigneeInput;
|
|
5136
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestCreateNestedManyWithoutReviewedByInput;
|
|
5137
|
-
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
5138
|
-
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
5139
|
-
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
5140
|
-
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
5141
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5142
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5143
|
-
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
5144
|
-
};
|
|
5145
|
-
export type UserUncheckedCreateWithoutGateActedStepsInput = {
|
|
5146
|
-
id?: string;
|
|
5147
|
-
email: string;
|
|
5148
|
-
password?: string | null;
|
|
5149
|
-
phone?: string | null;
|
|
5150
|
-
firstName?: string | null;
|
|
5151
|
-
lastName?: string | null;
|
|
5152
|
-
isActive?: boolean;
|
|
5153
|
-
isEmailVerified?: boolean;
|
|
5154
|
-
googleId?: string | null;
|
|
5155
|
-
avatar?: string | null;
|
|
5156
|
-
tenantId?: string | null;
|
|
5157
|
-
walletId?: string | null;
|
|
5158
|
-
createdAt?: Date | string;
|
|
5159
|
-
updatedAt?: Date | string;
|
|
5160
|
-
emailVerifiedAt?: Date | string | null;
|
|
5161
|
-
emailVerificationToken?: string | null;
|
|
5162
|
-
lastLoginAt?: Date | string | null;
|
|
5163
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedCreateNestedManyWithoutUserInput;
|
|
5164
|
-
userRoles?: Prisma.UserRoleUncheckedCreateNestedManyWithoutUserInput;
|
|
5165
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedCreateNestedManyWithoutUserInput;
|
|
5166
|
-
passwordResets?: Prisma.PasswordResetUncheckedCreateNestedManyWithoutUserInput;
|
|
5167
|
-
suspensions?: Prisma.UserSuspensionUncheckedCreateNestedManyWithoutUserInput;
|
|
5168
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedCreateNestedManyWithoutUserInput;
|
|
5169
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedCreateNestedManyWithoutUserInput;
|
|
5170
|
-
socials?: Prisma.SocialUncheckedCreateNestedManyWithoutUserInput;
|
|
5171
|
-
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
5172
|
-
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
5173
|
-
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5174
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5175
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5176
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5177
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5178
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
5179
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5180
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
5181
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5182
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutGeneratedByInput;
|
|
5183
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutSentByInput;
|
|
5184
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5185
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
5186
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5187
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5188
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
5189
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5190
|
-
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
5191
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
5192
|
-
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5193
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5194
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5195
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
5196
|
-
};
|
|
5197
|
-
export type UserCreateOrConnectWithoutGateActedStepsInput = {
|
|
5198
|
-
where: Prisma.UserWhereUniqueInput;
|
|
5199
|
-
create: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
5200
|
-
};
|
|
5201
|
-
export type UserUpsertWithoutAssignedStepsInput = {
|
|
5202
|
-
update: Prisma.XOR<Prisma.UserUpdateWithoutAssignedStepsInput, Prisma.UserUncheckedUpdateWithoutAssignedStepsInput>;
|
|
5203
|
-
create: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
5204
|
-
where?: Prisma.UserWhereInput;
|
|
5205
|
-
};
|
|
5206
|
-
export type UserUpdateToOneWithWhereWithoutAssignedStepsInput = {
|
|
5207
|
-
where?: Prisma.UserWhereInput;
|
|
5208
|
-
data: Prisma.XOR<Prisma.UserUpdateWithoutAssignedStepsInput, Prisma.UserUncheckedUpdateWithoutAssignedStepsInput>;
|
|
5209
|
-
};
|
|
5210
|
-
export type UserUpdateWithoutAssignedStepsInput = {
|
|
5211
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5212
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5213
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5214
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5215
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5216
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5217
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5218
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5219
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5220
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5221
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5222
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5223
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5224
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5225
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5226
|
-
tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
|
|
5227
|
-
tenantMemberships?: Prisma.TenantMembershipUpdateManyWithoutUserNestedInput;
|
|
5228
|
-
userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
|
|
5229
|
-
wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
|
|
5230
|
-
refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
|
|
5231
|
-
passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
|
|
5232
|
-
suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
|
|
5233
|
-
emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
|
|
5234
|
-
deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
|
|
5235
|
-
socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
|
|
5236
|
-
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
5237
|
-
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
5238
|
-
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5239
|
-
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5240
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5241
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5242
|
-
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5243
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
5244
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
5245
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
5246
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
5247
|
-
offerLettersGenerated?: Prisma.OfferLetterUpdateManyWithoutGeneratedByNestedInput;
|
|
5248
|
-
offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
|
|
5249
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUpdateManyWithoutRequestedByNestedInput;
|
|
5250
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUpdateManyWithoutReviewedByNestedInput;
|
|
5251
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUpdateManyWithoutRequestedByNestedInput;
|
|
5252
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUpdateManyWithoutAssigneeNestedInput;
|
|
5253
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUpdateManyWithoutReviewedByNestedInput;
|
|
5254
|
-
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
5255
|
-
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
5256
|
-
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
5257
|
-
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
5258
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
5259
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
5260
|
-
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
5261
|
-
};
|
|
5262
|
-
export type UserUncheckedUpdateWithoutAssignedStepsInput = {
|
|
5263
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5264
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5265
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5266
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5267
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5268
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5269
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5270
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5271
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5272
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5273
|
-
tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5274
|
-
walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5275
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5276
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5277
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5278
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5279
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5280
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutUserNestedInput;
|
|
5281
|
-
userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
|
|
5282
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
|
|
5283
|
-
passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
|
|
5284
|
-
suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
|
|
5285
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
|
|
5286
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
|
|
5287
|
-
socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
|
|
5288
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
5289
|
-
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
5290
|
-
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5291
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5292
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5293
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5294
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5295
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
5296
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5297
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
5298
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5299
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
|
|
5300
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
|
|
5301
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5302
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
5303
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5304
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5305
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
5306
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5307
|
-
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
5308
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
5309
|
-
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5310
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5311
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
5312
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
5313
|
-
};
|
|
5314
|
-
export type UserUpsertWithoutGateActedStepsInput = {
|
|
5315
|
-
update: Prisma.XOR<Prisma.UserUpdateWithoutGateActedStepsInput, Prisma.UserUncheckedUpdateWithoutGateActedStepsInput>;
|
|
5316
|
-
create: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
5317
|
-
where?: Prisma.UserWhereInput;
|
|
5318
|
-
};
|
|
5319
|
-
export type UserUpdateToOneWithWhereWithoutGateActedStepsInput = {
|
|
5320
|
-
where?: Prisma.UserWhereInput;
|
|
5321
|
-
data: Prisma.XOR<Prisma.UserUpdateWithoutGateActedStepsInput, Prisma.UserUncheckedUpdateWithoutGateActedStepsInput>;
|
|
5322
|
-
};
|
|
5323
|
-
export type UserUpdateWithoutGateActedStepsInput = {
|
|
5324
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5325
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5326
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5327
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5328
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5329
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5330
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5331
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5332
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5333
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5334
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5335
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5336
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5337
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5338
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5339
|
-
tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
|
|
5340
|
-
tenantMemberships?: Prisma.TenantMembershipUpdateManyWithoutUserNestedInput;
|
|
5341
|
-
userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
|
|
5342
|
-
wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
|
|
5343
|
-
refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
|
|
5344
|
-
passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
|
|
5345
|
-
suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
|
|
5346
|
-
emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
|
|
5347
|
-
deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
|
|
5348
|
-
socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
|
|
5349
|
-
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
5350
|
-
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
5351
|
-
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5352
|
-
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5353
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5354
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5355
|
-
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5356
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
5357
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
5358
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
5359
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
5360
|
-
offerLettersGenerated?: Prisma.OfferLetterUpdateManyWithoutGeneratedByNestedInput;
|
|
5361
|
-
offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
|
|
5362
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUpdateManyWithoutRequestedByNestedInput;
|
|
5363
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUpdateManyWithoutReviewedByNestedInput;
|
|
5364
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUpdateManyWithoutRequestedByNestedInput;
|
|
5365
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUpdateManyWithoutAssigneeNestedInput;
|
|
5366
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUpdateManyWithoutReviewedByNestedInput;
|
|
5367
|
-
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
5368
|
-
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
5369
|
-
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
5370
|
-
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
5371
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
5372
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
5373
|
-
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
5374
|
-
};
|
|
5375
|
-
export type UserUncheckedUpdateWithoutGateActedStepsInput = {
|
|
5376
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5377
|
-
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5378
|
-
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5379
|
-
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5380
|
-
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5381
|
-
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5382
|
-
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5383
|
-
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
5384
|
-
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5385
|
-
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5386
|
-
tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5387
|
-
walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5388
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5389
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
5390
|
-
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5391
|
-
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
5392
|
-
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
5393
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutUserNestedInput;
|
|
5394
|
-
userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
|
|
5395
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
|
|
5396
|
-
passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
|
|
5397
|
-
suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
|
|
5398
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
|
|
5399
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
|
|
5400
|
-
socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
|
|
5401
|
-
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
5402
|
-
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
5403
|
-
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5404
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5405
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5406
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5407
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5408
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
5409
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5410
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
5411
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5412
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
|
|
5413
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
|
|
5414
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5415
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
5416
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5417
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5418
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
5419
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5420
|
-
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
5421
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
5422
|
-
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5423
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5424
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
5425
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
5426
|
-
};
|
|
5427
|
-
export type UserCreateWithoutStepApprovalsInput = {
|
|
5428
|
-
id?: string;
|
|
5429
|
-
email: string;
|
|
5430
|
-
password?: string | null;
|
|
5431
|
-
phone?: string | null;
|
|
5432
|
-
firstName?: string | null;
|
|
5433
|
-
lastName?: string | null;
|
|
5434
|
-
isActive?: boolean;
|
|
5435
|
-
isEmailVerified?: boolean;
|
|
5436
|
-
googleId?: string | null;
|
|
5437
|
-
avatar?: string | null;
|
|
5438
|
-
createdAt?: Date | string;
|
|
5439
|
-
updatedAt?: Date | string;
|
|
5440
|
-
emailVerifiedAt?: Date | string | null;
|
|
5441
|
-
emailVerificationToken?: string | null;
|
|
5442
|
-
lastLoginAt?: Date | string | null;
|
|
5443
|
-
tenant?: Prisma.TenantCreateNestedOneWithoutUsersInput;
|
|
5444
|
-
tenantMemberships?: Prisma.TenantMembershipCreateNestedManyWithoutUserInput;
|
|
5445
|
-
userRoles?: Prisma.UserRoleCreateNestedManyWithoutUserInput;
|
|
5446
|
-
wallet?: Prisma.WalletCreateNestedOneWithoutUserInput;
|
|
5447
|
-
refreshTokens?: Prisma.RefreshTokenCreateNestedManyWithoutUserInput;
|
|
5448
|
-
passwordResets?: Prisma.PasswordResetCreateNestedManyWithoutUserInput;
|
|
5449
|
-
suspensions?: Prisma.UserSuspensionCreateNestedManyWithoutUserInput;
|
|
5450
|
-
emailPreferences?: Prisma.EmailPreferenceCreateNestedManyWithoutUserInput;
|
|
5451
|
-
deviceEndpoints?: Prisma.DeviceEndpointCreateNestedManyWithoutUserInput;
|
|
5452
|
-
socials?: Prisma.SocialCreateNestedManyWithoutUserInput;
|
|
5453
|
-
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
5454
|
-
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
5455
|
-
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5456
|
-
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5457
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5458
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5459
|
-
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5460
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
5461
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
5462
|
-
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
5463
|
-
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
5464
|
-
offerLettersGenerated?: Prisma.OfferLetterCreateNestedManyWithoutGeneratedByInput;
|
|
5465
|
-
offerLettersSent?: Prisma.OfferLetterCreateNestedManyWithoutSentByInput;
|
|
5466
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestCreateNestedManyWithoutRequestedByInput;
|
|
5467
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestCreateNestedManyWithoutReviewedByInput;
|
|
5468
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestCreateNestedManyWithoutRequestedByInput;
|
|
5469
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestCreateNestedManyWithoutAssigneeInput;
|
|
5470
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestCreateNestedManyWithoutReviewedByInput;
|
|
5471
|
-
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
5472
|
-
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
5473
|
-
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
5474
|
-
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
5475
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5476
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5477
|
-
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
5478
|
-
};
|
|
5479
|
-
export type UserUncheckedCreateWithoutStepApprovalsInput = {
|
|
5480
|
-
id?: string;
|
|
5481
|
-
email: string;
|
|
5482
|
-
password?: string | null;
|
|
5483
|
-
phone?: string | null;
|
|
5484
|
-
firstName?: string | null;
|
|
5485
|
-
lastName?: string | null;
|
|
5486
|
-
isActive?: boolean;
|
|
5487
|
-
isEmailVerified?: boolean;
|
|
5488
|
-
googleId?: string | null;
|
|
5489
|
-
avatar?: string | null;
|
|
5490
|
-
tenantId?: string | null;
|
|
5491
|
-
walletId?: string | null;
|
|
5492
|
-
createdAt?: Date | string;
|
|
5493
|
-
updatedAt?: Date | string;
|
|
5494
|
-
emailVerifiedAt?: Date | string | null;
|
|
5495
|
-
emailVerificationToken?: string | null;
|
|
5496
|
-
lastLoginAt?: Date | string | null;
|
|
5497
|
-
tenantMemberships?: Prisma.TenantMembershipUncheckedCreateNestedManyWithoutUserInput;
|
|
5498
|
-
userRoles?: Prisma.UserRoleUncheckedCreateNestedManyWithoutUserInput;
|
|
5499
|
-
refreshTokens?: Prisma.RefreshTokenUncheckedCreateNestedManyWithoutUserInput;
|
|
5500
|
-
passwordResets?: Prisma.PasswordResetUncheckedCreateNestedManyWithoutUserInput;
|
|
5501
|
-
suspensions?: Prisma.UserSuspensionUncheckedCreateNestedManyWithoutUserInput;
|
|
5502
|
-
emailPreferences?: Prisma.EmailPreferenceUncheckedCreateNestedManyWithoutUserInput;
|
|
5503
|
-
deviceEndpoints?: Prisma.DeviceEndpointUncheckedCreateNestedManyWithoutUserInput;
|
|
5504
|
-
socials?: Prisma.SocialUncheckedCreateNestedManyWithoutUserInput;
|
|
5505
|
-
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
5506
|
-
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
5507
|
-
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5508
|
-
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5509
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5510
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5511
|
-
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5512
|
-
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
5513
|
-
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5514
|
-
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
5515
|
-
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5516
|
-
offerLettersGenerated?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutGeneratedByInput;
|
|
5517
|
-
offerLettersSent?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutSentByInput;
|
|
5518
|
-
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5519
|
-
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
5520
|
-
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5521
|
-
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5522
|
-
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
5523
|
-
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
5524
|
-
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
5525
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
5526
|
-
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5527
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5528
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5529
|
-
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
4519
|
+
export type UserUpdateWithoutApprovedRefundsInput = {
|
|
4520
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4521
|
+
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4522
|
+
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4523
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4524
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4525
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4526
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4527
|
+
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4528
|
+
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4529
|
+
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4530
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4531
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4532
|
+
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4533
|
+
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4534
|
+
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4535
|
+
tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
|
|
4536
|
+
tenantMemberships?: Prisma.TenantMembershipUpdateManyWithoutUserNestedInput;
|
|
4537
|
+
userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
|
|
4538
|
+
wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
|
|
4539
|
+
refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
|
|
4540
|
+
passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
|
|
4541
|
+
suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
|
|
4542
|
+
emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
|
|
4543
|
+
deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
|
|
4544
|
+
socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
|
|
4545
|
+
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
4546
|
+
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4547
|
+
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4548
|
+
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4549
|
+
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4550
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4551
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
4552
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4553
|
+
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
4554
|
+
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
4555
|
+
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
4556
|
+
offerLettersGenerated?: Prisma.OfferLetterUpdateManyWithoutGeneratedByNestedInput;
|
|
4557
|
+
offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
|
|
4558
|
+
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUpdateManyWithoutRequestedByNestedInput;
|
|
4559
|
+
transferRequestsReviewed?: Prisma.PropertyTransferRequestUpdateManyWithoutReviewedByNestedInput;
|
|
4560
|
+
approvalRequestsSubmitted?: Prisma.ApprovalRequestUpdateManyWithoutRequestedByNestedInput;
|
|
4561
|
+
approvalRequestsAssigned?: Prisma.ApprovalRequestUpdateManyWithoutAssigneeNestedInput;
|
|
4562
|
+
approvalRequestsReviewed?: Prisma.ApprovalRequestUpdateManyWithoutReviewedByNestedInput;
|
|
4563
|
+
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
4564
|
+
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
4565
|
+
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
4566
|
+
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
5530
4567
|
};
|
|
5531
|
-
export type
|
|
5532
|
-
|
|
5533
|
-
|
|
4568
|
+
export type UserUncheckedUpdateWithoutApprovedRefundsInput = {
|
|
4569
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4570
|
+
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4571
|
+
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4572
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4573
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4574
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4575
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4576
|
+
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4577
|
+
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4578
|
+
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4579
|
+
tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4580
|
+
walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4581
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4582
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4583
|
+
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4584
|
+
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4585
|
+
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4586
|
+
tenantMemberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutUserNestedInput;
|
|
4587
|
+
userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
|
|
4588
|
+
refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
|
|
4589
|
+
passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
|
|
4590
|
+
suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
|
|
4591
|
+
emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
|
|
4592
|
+
deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
|
|
4593
|
+
socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
|
|
4594
|
+
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
4595
|
+
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4596
|
+
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4597
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4598
|
+
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4599
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4600
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
4601
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4602
|
+
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4603
|
+
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
4604
|
+
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4605
|
+
offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
|
|
4606
|
+
offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
|
|
4607
|
+
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4608
|
+
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4609
|
+
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4610
|
+
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4611
|
+
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4612
|
+
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4613
|
+
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
4614
|
+
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4615
|
+
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
5534
4616
|
};
|
|
5535
|
-
export type
|
|
5536
|
-
update: Prisma.XOR<Prisma.
|
|
5537
|
-
create: Prisma.XOR<Prisma.
|
|
4617
|
+
export type UserUpsertWithoutProcessedRefundsInput = {
|
|
4618
|
+
update: Prisma.XOR<Prisma.UserUpdateWithoutProcessedRefundsInput, Prisma.UserUncheckedUpdateWithoutProcessedRefundsInput>;
|
|
4619
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutProcessedRefundsInput, Prisma.UserUncheckedCreateWithoutProcessedRefundsInput>;
|
|
5538
4620
|
where?: Prisma.UserWhereInput;
|
|
5539
4621
|
};
|
|
5540
|
-
export type
|
|
4622
|
+
export type UserUpdateToOneWithWhereWithoutProcessedRefundsInput = {
|
|
5541
4623
|
where?: Prisma.UserWhereInput;
|
|
5542
|
-
data: Prisma.XOR<Prisma.
|
|
4624
|
+
data: Prisma.XOR<Prisma.UserUpdateWithoutProcessedRefundsInput, Prisma.UserUncheckedUpdateWithoutProcessedRefundsInput>;
|
|
5543
4625
|
};
|
|
5544
|
-
export type
|
|
4626
|
+
export type UserUpdateWithoutProcessedRefundsInput = {
|
|
5545
4627
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5546
4628
|
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5547
4629
|
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -5571,9 +4653,9 @@ export type UserUpdateWithoutStepApprovalsInput = {
|
|
|
5571
4653
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
5572
4654
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5573
4655
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5574
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5575
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5576
4656
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4657
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4658
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
5577
4659
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
5578
4660
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
5579
4661
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -5587,13 +4669,10 @@ export type UserUpdateWithoutStepApprovalsInput = {
|
|
|
5587
4669
|
approvalRequestsReviewed?: Prisma.ApprovalRequestUpdateManyWithoutReviewedByNestedInput;
|
|
5588
4670
|
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
5589
4671
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
5590
|
-
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
5591
4672
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
5592
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
5593
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
5594
4673
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
5595
4674
|
};
|
|
5596
|
-
export type
|
|
4675
|
+
export type UserUncheckedUpdateWithoutProcessedRefundsInput = {
|
|
5597
4676
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5598
4677
|
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
5599
4678
|
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
@@ -5623,9 +4702,9 @@ export type UserUncheckedUpdateWithoutStepApprovalsInput = {
|
|
|
5623
4702
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
5624
4703
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5625
4704
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5626
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5627
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5628
4705
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4706
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4707
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
5629
4708
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
5630
4709
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5631
4710
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -5639,10 +4718,7 @@ export type UserUncheckedUpdateWithoutStepApprovalsInput = {
|
|
|
5639
4718
|
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
5640
4719
|
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
5641
4720
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
5642
|
-
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
5643
4721
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5644
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5645
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
5646
4722
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
5647
4723
|
};
|
|
5648
4724
|
export type UserCreateWithoutApplicationPaymentsInput = {
|
|
@@ -5674,10 +4750,9 @@ export type UserCreateWithoutApplicationPaymentsInput = {
|
|
|
5674
4750
|
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
5675
4751
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
5676
4752
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5677
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5678
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5679
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5680
4753
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4754
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4755
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5681
4756
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
5682
4757
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
5683
4758
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -5693,8 +4768,6 @@ export type UserCreateWithoutApplicationPaymentsInput = {
|
|
|
5693
4768
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
5694
4769
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
5695
4770
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
5696
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5697
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5698
4771
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
5699
4772
|
};
|
|
5700
4773
|
export type UserUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
@@ -5726,10 +4799,9 @@ export type UserUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
|
5726
4799
|
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
5727
4800
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
5728
4801
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5729
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5730
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5731
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5732
4802
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4803
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4804
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5733
4805
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
5734
4806
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5735
4807
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -5745,8 +4817,6 @@ export type UserUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
|
5745
4817
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
5746
4818
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
5747
4819
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5748
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5749
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5750
4820
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
5751
4821
|
};
|
|
5752
4822
|
export type UserCreateOrConnectWithoutApplicationPaymentsInput = {
|
|
@@ -5791,10 +4861,9 @@ export type UserUpdateWithoutApplicationPaymentsInput = {
|
|
|
5791
4861
|
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
5792
4862
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
5793
4863
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5794
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5795
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5796
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5797
4864
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4865
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
4866
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
5798
4867
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
5799
4868
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
5800
4869
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -5810,8 +4879,6 @@ export type UserUpdateWithoutApplicationPaymentsInput = {
|
|
|
5810
4879
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
5811
4880
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
5812
4881
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
5813
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
5814
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
5815
4882
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
5816
4883
|
};
|
|
5817
4884
|
export type UserUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
@@ -5843,10 +4910,9 @@ export type UserUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
|
5843
4910
|
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
5844
4911
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
5845
4912
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5846
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5847
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5848
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5849
4913
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4914
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4915
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
5850
4916
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
5851
4917
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5852
4918
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -5862,8 +4928,6 @@ export type UserUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
|
5862
4928
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
5863
4929
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
5864
4930
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5865
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5866
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
5867
4931
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
5868
4932
|
};
|
|
5869
4933
|
export type UserCreateWithoutUploadedDocsInput = {
|
|
@@ -5896,9 +4960,8 @@ export type UserCreateWithoutUploadedDocsInput = {
|
|
|
5896
4960
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
5897
4961
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5898
4962
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4963
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
4964
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5902
4965
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
5903
4966
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
5904
4967
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -5914,8 +4977,6 @@ export type UserCreateWithoutUploadedDocsInput = {
|
|
|
5914
4977
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
5915
4978
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
5916
4979
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
5917
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5918
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
5919
4980
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
5920
4981
|
};
|
|
5921
4982
|
export type UserUncheckedCreateWithoutUploadedDocsInput = {
|
|
@@ -5948,9 +5009,8 @@ export type UserUncheckedCreateWithoutUploadedDocsInput = {
|
|
|
5948
5009
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
5949
5010
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5950
5011
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5012
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5013
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5954
5014
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
5955
5015
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5956
5016
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -5966,8 +5026,6 @@ export type UserUncheckedCreateWithoutUploadedDocsInput = {
|
|
|
5966
5026
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
5967
5027
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
5968
5028
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5969
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5970
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
5971
5029
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
5972
5030
|
};
|
|
5973
5031
|
export type UserCreateOrConnectWithoutUploadedDocsInput = {
|
|
@@ -6013,9 +5071,8 @@ export type UserUpdateWithoutUploadedDocsInput = {
|
|
|
6013
5071
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
6014
5072
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6015
5073
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5074
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
5075
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
6019
5076
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
6020
5077
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
6021
5078
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6031,8 +5088,6 @@ export type UserUpdateWithoutUploadedDocsInput = {
|
|
|
6031
5088
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
6032
5089
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
6033
5090
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
6034
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6035
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
6036
5091
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
6037
5092
|
};
|
|
6038
5093
|
export type UserUncheckedUpdateWithoutUploadedDocsInput = {
|
|
@@ -6065,9 +5120,8 @@ export type UserUncheckedUpdateWithoutUploadedDocsInput = {
|
|
|
6065
5120
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
6066
5121
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6067
5122
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5123
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5124
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
6071
5125
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
6072
5126
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6073
5127
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6083,8 +5137,6 @@ export type UserUncheckedUpdateWithoutUploadedDocsInput = {
|
|
|
6083
5137
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
6084
5138
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
6085
5139
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6086
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6087
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
6088
5140
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
6089
5141
|
};
|
|
6090
5142
|
export type UserCreateWithoutDocumentReviewsInput = {
|
|
@@ -6117,10 +5169,9 @@ export type UserCreateWithoutDocumentReviewsInput = {
|
|
|
6117
5169
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
6118
5170
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6119
5171
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6120
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6121
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6122
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6123
5172
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5173
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5174
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6124
5175
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
6125
5176
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
6126
5177
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6135,8 +5186,6 @@ export type UserCreateWithoutDocumentReviewsInput = {
|
|
|
6135
5186
|
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
6136
5187
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
6137
5188
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
6138
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6139
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6140
5189
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
6141
5190
|
};
|
|
6142
5191
|
export type UserUncheckedCreateWithoutDocumentReviewsInput = {
|
|
@@ -6169,10 +5218,9 @@ export type UserUncheckedCreateWithoutDocumentReviewsInput = {
|
|
|
6169
5218
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
6170
5219
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6171
5220
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6172
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6173
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6174
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6175
5221
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5222
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5223
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6176
5224
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
6177
5225
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6178
5226
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6187,8 +5235,6 @@ export type UserUncheckedCreateWithoutDocumentReviewsInput = {
|
|
|
6187
5235
|
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
6188
5236
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
6189
5237
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
6190
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6191
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6192
5238
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
6193
5239
|
};
|
|
6194
5240
|
export type UserCreateOrConnectWithoutDocumentReviewsInput = {
|
|
@@ -6234,10 +5280,9 @@ export type UserUpdateWithoutDocumentReviewsInput = {
|
|
|
6234
5280
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
6235
5281
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6236
5282
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6237
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6238
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6239
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6240
5283
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5284
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
5285
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
6241
5286
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
6242
5287
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
6243
5288
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6252,8 +5297,6 @@ export type UserUpdateWithoutDocumentReviewsInput = {
|
|
|
6252
5297
|
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
6253
5298
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
6254
5299
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
6255
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6256
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
6257
5300
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
6258
5301
|
};
|
|
6259
5302
|
export type UserUncheckedUpdateWithoutDocumentReviewsInput = {
|
|
@@ -6286,10 +5329,9 @@ export type UserUncheckedUpdateWithoutDocumentReviewsInput = {
|
|
|
6286
5329
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
6287
5330
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6288
5331
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6289
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6290
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6291
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6292
5332
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5333
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
5334
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
6293
5335
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
6294
5336
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6295
5337
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6304,8 +5346,6 @@ export type UserUncheckedUpdateWithoutDocumentReviewsInput = {
|
|
|
6304
5346
|
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
6305
5347
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
6306
5348
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
6307
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6308
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
6309
5349
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
6310
5350
|
};
|
|
6311
5351
|
export type UserCreateWithoutCompletedStagesInput = {
|
|
@@ -6338,10 +5378,8 @@ export type UserCreateWithoutCompletedStagesInput = {
|
|
|
6338
5378
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
6339
5379
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6340
5380
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6341
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6342
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6343
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6344
5381
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5382
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6345
5383
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
6346
5384
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
6347
5385
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6357,7 +5395,6 @@ export type UserCreateWithoutCompletedStagesInput = {
|
|
|
6357
5395
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
6358
5396
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
6359
5397
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
6360
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6361
5398
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
6362
5399
|
};
|
|
6363
5400
|
export type UserUncheckedCreateWithoutCompletedStagesInput = {
|
|
@@ -6390,10 +5427,8 @@ export type UserUncheckedCreateWithoutCompletedStagesInput = {
|
|
|
6390
5427
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
6391
5428
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6392
5429
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6393
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6394
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6395
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6396
5430
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5431
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6397
5432
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
6398
5433
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6399
5434
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6409,7 +5444,6 @@ export type UserUncheckedCreateWithoutCompletedStagesInput = {
|
|
|
6409
5444
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
6410
5445
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
6411
5446
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6412
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6413
5447
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
6414
5448
|
};
|
|
6415
5449
|
export type UserCreateOrConnectWithoutCompletedStagesInput = {
|
|
@@ -6455,10 +5489,8 @@ export type UserUpdateWithoutCompletedStagesInput = {
|
|
|
6455
5489
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
6456
5490
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6457
5491
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6458
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6459
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6460
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6461
5492
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5493
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6462
5494
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
6463
5495
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
6464
5496
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6474,7 +5506,6 @@ export type UserUpdateWithoutCompletedStagesInput = {
|
|
|
6474
5506
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
6475
5507
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
6476
5508
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
6477
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6478
5509
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
6479
5510
|
};
|
|
6480
5511
|
export type UserUncheckedUpdateWithoutCompletedStagesInput = {
|
|
@@ -6507,10 +5538,8 @@ export type UserUncheckedUpdateWithoutCompletedStagesInput = {
|
|
|
6507
5538
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
6508
5539
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6509
5540
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6510
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6511
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6512
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6513
5541
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5542
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6514
5543
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
6515
5544
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6516
5545
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6526,7 +5555,6 @@ export type UserUncheckedUpdateWithoutCompletedStagesInput = {
|
|
|
6526
5555
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
6527
5556
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
6528
5557
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6529
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6530
5558
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
6531
5559
|
};
|
|
6532
5560
|
export type UserCreateWithoutDocumentApprovalsInput = {
|
|
@@ -6559,10 +5587,8 @@ export type UserCreateWithoutDocumentApprovalsInput = {
|
|
|
6559
5587
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
6560
5588
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6561
5589
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6562
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6563
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6564
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6565
5590
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5591
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6566
5592
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
6567
5593
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
6568
5594
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6578,7 +5604,6 @@ export type UserCreateWithoutDocumentApprovalsInput = {
|
|
|
6578
5604
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
6579
5605
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
6580
5606
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
6581
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6582
5607
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
6583
5608
|
};
|
|
6584
5609
|
export type UserUncheckedCreateWithoutDocumentApprovalsInput = {
|
|
@@ -6611,10 +5636,8 @@ export type UserUncheckedCreateWithoutDocumentApprovalsInput = {
|
|
|
6611
5636
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
6612
5637
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6613
5638
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6614
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6615
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6616
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6617
5639
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5640
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6618
5641
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
6619
5642
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6620
5643
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6630,7 +5653,6 @@ export type UserUncheckedCreateWithoutDocumentApprovalsInput = {
|
|
|
6630
5653
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
6631
5654
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
6632
5655
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6633
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6634
5656
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
6635
5657
|
};
|
|
6636
5658
|
export type UserCreateOrConnectWithoutDocumentApprovalsInput = {
|
|
@@ -6676,10 +5698,8 @@ export type UserUpdateWithoutDocumentApprovalsInput = {
|
|
|
6676
5698
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
6677
5699
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6678
5700
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6679
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6680
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6681
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6682
5701
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5702
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
6683
5703
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
6684
5704
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
6685
5705
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6695,7 +5715,6 @@ export type UserUpdateWithoutDocumentApprovalsInput = {
|
|
|
6695
5715
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
6696
5716
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
6697
5717
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
6698
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
6699
5718
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
6700
5719
|
};
|
|
6701
5720
|
export type UserUncheckedUpdateWithoutDocumentApprovalsInput = {
|
|
@@ -6728,10 +5747,8 @@ export type UserUncheckedUpdateWithoutDocumentApprovalsInput = {
|
|
|
6728
5747
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
6729
5748
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6730
5749
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6731
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6732
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6733
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6734
5750
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5751
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
6735
5752
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
6736
5753
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6737
5754
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -6747,7 +5764,6 @@ export type UserUncheckedUpdateWithoutDocumentApprovalsInput = {
|
|
|
6747
5764
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
6748
5765
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
6749
5766
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6750
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
6751
5767
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
6752
5768
|
};
|
|
6753
5769
|
export type UserCreateWithoutOfferLettersGeneratedInput = {
|
|
@@ -6780,10 +5796,9 @@ export type UserCreateWithoutOfferLettersGeneratedInput = {
|
|
|
6780
5796
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
6781
5797
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6782
5798
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6783
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6784
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6785
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6786
5799
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5800
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5801
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6787
5802
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
6788
5803
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
6789
5804
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6798,8 +5813,6 @@ export type UserCreateWithoutOfferLettersGeneratedInput = {
|
|
|
6798
5813
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
6799
5814
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
6800
5815
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
6801
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6802
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6803
5816
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
6804
5817
|
};
|
|
6805
5818
|
export type UserUncheckedCreateWithoutOfferLettersGeneratedInput = {
|
|
@@ -6832,10 +5845,9 @@ export type UserUncheckedCreateWithoutOfferLettersGeneratedInput = {
|
|
|
6832
5845
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
6833
5846
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6834
5847
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6835
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6836
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6837
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6838
5848
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5849
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5850
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6839
5851
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
6840
5852
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6841
5853
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6850,8 +5862,6 @@ export type UserUncheckedCreateWithoutOfferLettersGeneratedInput = {
|
|
|
6850
5862
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
6851
5863
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
6852
5864
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6853
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6854
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6855
5865
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
6856
5866
|
};
|
|
6857
5867
|
export type UserCreateOrConnectWithoutOfferLettersGeneratedInput = {
|
|
@@ -6888,10 +5898,9 @@ export type UserCreateWithoutOfferLettersSentInput = {
|
|
|
6888
5898
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
6889
5899
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6890
5900
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6891
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6892
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6893
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6894
5901
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5902
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
5903
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6895
5904
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
6896
5905
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
6897
5906
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6906,8 +5915,6 @@ export type UserCreateWithoutOfferLettersSentInput = {
|
|
|
6906
5915
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
6907
5916
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
6908
5917
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
6909
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6910
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
6911
5918
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
6912
5919
|
};
|
|
6913
5920
|
export type UserUncheckedCreateWithoutOfferLettersSentInput = {
|
|
@@ -6940,10 +5947,9 @@ export type UserUncheckedCreateWithoutOfferLettersSentInput = {
|
|
|
6940
5947
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
6941
5948
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6942
5949
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6943
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6944
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6945
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6946
5950
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5951
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
5952
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6947
5953
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
6948
5954
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6949
5955
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -6958,8 +5964,6 @@ export type UserUncheckedCreateWithoutOfferLettersSentInput = {
|
|
|
6958
5964
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
6959
5965
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
6960
5966
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6961
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6962
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
6963
5967
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
6964
5968
|
};
|
|
6965
5969
|
export type UserCreateOrConnectWithoutOfferLettersSentInput = {
|
|
@@ -7005,10 +6009,9 @@ export type UserUpdateWithoutOfferLettersGeneratedInput = {
|
|
|
7005
6009
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
7006
6010
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7007
6011
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7008
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7009
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7010
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7011
6012
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6013
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6014
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7012
6015
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
7013
6016
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
7014
6017
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -7023,8 +6026,6 @@ export type UserUpdateWithoutOfferLettersGeneratedInput = {
|
|
|
7023
6026
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
7024
6027
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
7025
6028
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
7026
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7027
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7028
6029
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
7029
6030
|
};
|
|
7030
6031
|
export type UserUncheckedUpdateWithoutOfferLettersGeneratedInput = {
|
|
@@ -7057,10 +6058,9 @@ export type UserUncheckedUpdateWithoutOfferLettersGeneratedInput = {
|
|
|
7057
6058
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
7058
6059
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7059
6060
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7060
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7061
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7062
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7063
6061
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6062
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6063
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7064
6064
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
7065
6065
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7066
6066
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -7075,8 +6075,6 @@ export type UserUncheckedUpdateWithoutOfferLettersGeneratedInput = {
|
|
|
7075
6075
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
7076
6076
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
7077
6077
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7078
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7079
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7080
6078
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
7081
6079
|
};
|
|
7082
6080
|
export type UserUpsertWithoutOfferLettersSentInput = {
|
|
@@ -7118,10 +6116,9 @@ export type UserUpdateWithoutOfferLettersSentInput = {
|
|
|
7118
6116
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
7119
6117
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7120
6118
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7121
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7122
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7123
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7124
6119
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6120
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6121
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7125
6122
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
7126
6123
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
7127
6124
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -7136,8 +6133,6 @@ export type UserUpdateWithoutOfferLettersSentInput = {
|
|
|
7136
6133
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
7137
6134
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
7138
6135
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
7139
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7140
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7141
6136
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
7142
6137
|
};
|
|
7143
6138
|
export type UserUncheckedUpdateWithoutOfferLettersSentInput = {
|
|
@@ -7170,10 +6165,9 @@ export type UserUncheckedUpdateWithoutOfferLettersSentInput = {
|
|
|
7170
6165
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
7171
6166
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7172
6167
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7173
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7174
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7175
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7176
6168
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6169
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6170
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7177
6171
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
7178
6172
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7179
6173
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -7188,8 +6182,6 @@ export type UserUncheckedUpdateWithoutOfferLettersSentInput = {
|
|
|
7188
6182
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
7189
6183
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
7190
6184
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7191
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7192
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7193
6185
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
7194
6186
|
};
|
|
7195
6187
|
export type UserCreateWithoutInitiatedTerminationsInput = {
|
|
@@ -7222,10 +6214,9 @@ export type UserCreateWithoutInitiatedTerminationsInput = {
|
|
|
7222
6214
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
7223
6215
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
7224
6216
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
7225
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7226
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
7227
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
7228
6217
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6218
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6219
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7229
6220
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
7230
6221
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
7231
6222
|
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
@@ -7240,8 +6231,6 @@ export type UserCreateWithoutInitiatedTerminationsInput = {
|
|
|
7240
6231
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
7241
6232
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
7242
6233
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
7243
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7244
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7245
6234
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
7246
6235
|
};
|
|
7247
6236
|
export type UserUncheckedCreateWithoutInitiatedTerminationsInput = {
|
|
@@ -7274,10 +6263,9 @@ export type UserUncheckedCreateWithoutInitiatedTerminationsInput = {
|
|
|
7274
6263
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
7275
6264
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
7276
6265
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
7277
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7278
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
7279
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
7280
6266
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6267
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6268
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7281
6269
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
7282
6270
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7283
6271
|
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
@@ -7292,8 +6280,6 @@ export type UserUncheckedCreateWithoutInitiatedTerminationsInput = {
|
|
|
7292
6280
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
7293
6281
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
7294
6282
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7295
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7296
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7297
6283
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
7298
6284
|
};
|
|
7299
6285
|
export type UserCreateOrConnectWithoutInitiatedTerminationsInput = {
|
|
@@ -7330,10 +6316,9 @@ export type UserCreateWithoutReviewedTerminationsInput = {
|
|
|
7330
6316
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
7331
6317
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
7332
6318
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
7333
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7334
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
7335
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
7336
6319
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6320
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6321
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7337
6322
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
7338
6323
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
7339
6324
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -7348,8 +6333,6 @@ export type UserCreateWithoutReviewedTerminationsInput = {
|
|
|
7348
6333
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
7349
6334
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
7350
6335
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
7351
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7352
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7353
6336
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
7354
6337
|
};
|
|
7355
6338
|
export type UserUncheckedCreateWithoutReviewedTerminationsInput = {
|
|
@@ -7382,10 +6365,9 @@ export type UserUncheckedCreateWithoutReviewedTerminationsInput = {
|
|
|
7382
6365
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
7383
6366
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
7384
6367
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
7385
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7386
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
7387
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
7388
6368
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6369
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6370
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7389
6371
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
7390
6372
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7391
6373
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -7400,8 +6382,6 @@ export type UserUncheckedCreateWithoutReviewedTerminationsInput = {
|
|
|
7400
6382
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
7401
6383
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
7402
6384
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7403
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7404
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7405
6385
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
7406
6386
|
};
|
|
7407
6387
|
export type UserCreateOrConnectWithoutReviewedTerminationsInput = {
|
|
@@ -7447,10 +6427,9 @@ export type UserUpdateWithoutInitiatedTerminationsInput = {
|
|
|
7447
6427
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
7448
6428
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7449
6429
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7450
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7451
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7452
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7453
6430
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6431
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6432
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7454
6433
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
7455
6434
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
7456
6435
|
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
@@ -7465,8 +6444,6 @@ export type UserUpdateWithoutInitiatedTerminationsInput = {
|
|
|
7465
6444
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
7466
6445
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
7467
6446
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
7468
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7469
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7470
6447
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
7471
6448
|
};
|
|
7472
6449
|
export type UserUncheckedUpdateWithoutInitiatedTerminationsInput = {
|
|
@@ -7499,10 +6476,9 @@ export type UserUncheckedUpdateWithoutInitiatedTerminationsInput = {
|
|
|
7499
6476
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
7500
6477
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7501
6478
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7502
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7503
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7504
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7505
6479
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6480
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6481
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7506
6482
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
7507
6483
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7508
6484
|
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
@@ -7517,8 +6493,6 @@ export type UserUncheckedUpdateWithoutInitiatedTerminationsInput = {
|
|
|
7517
6493
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
7518
6494
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
7519
6495
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7520
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7521
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7522
6496
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
7523
6497
|
};
|
|
7524
6498
|
export type UserUpsertWithoutReviewedTerminationsInput = {
|
|
@@ -7560,10 +6534,9 @@ export type UserUpdateWithoutReviewedTerminationsInput = {
|
|
|
7560
6534
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
7561
6535
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7562
6536
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7563
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7564
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7565
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7566
6537
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6538
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6539
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7567
6540
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
7568
6541
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
7569
6542
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -7578,8 +6551,6 @@ export type UserUpdateWithoutReviewedTerminationsInput = {
|
|
|
7578
6551
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
7579
6552
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
7580
6553
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
7581
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7582
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7583
6554
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
7584
6555
|
};
|
|
7585
6556
|
export type UserUncheckedUpdateWithoutReviewedTerminationsInput = {
|
|
@@ -7612,10 +6583,9 @@ export type UserUncheckedUpdateWithoutReviewedTerminationsInput = {
|
|
|
7612
6583
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
7613
6584
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7614
6585
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7615
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7616
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7617
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7618
6586
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6587
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6588
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7619
6589
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
7620
6590
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7621
6591
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -7630,8 +6600,6 @@ export type UserUncheckedUpdateWithoutReviewedTerminationsInput = {
|
|
|
7630
6600
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
7631
6601
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
7632
6602
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7633
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7634
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7635
6603
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
7636
6604
|
};
|
|
7637
6605
|
export type UserCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
@@ -7664,10 +6632,9 @@ export type UserCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7664
6632
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
7665
6633
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
7666
6634
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
7667
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7668
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
7669
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
7670
6635
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6636
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6637
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7671
6638
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
7672
6639
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
7673
6640
|
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
@@ -7682,8 +6649,6 @@ export type UserCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7682
6649
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
7683
6650
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
7684
6651
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
7685
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7686
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7687
6652
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
7688
6653
|
};
|
|
7689
6654
|
export type UserUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
@@ -7716,10 +6681,9 @@ export type UserUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7716
6681
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
7717
6682
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
7718
6683
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
7719
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7720
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
7721
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
7722
6684
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6685
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6686
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7723
6687
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7724
6688
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
7725
6689
|
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
@@ -7734,8 +6698,6 @@ export type UserUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7734
6698
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
7735
6699
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
7736
6700
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7737
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7738
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7739
6701
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
7740
6702
|
};
|
|
7741
6703
|
export type UserCreateOrConnectWithoutPaymentMethodChangeRequestsInput = {
|
|
@@ -7772,10 +6734,9 @@ export type UserCreateWithoutReviewedChangeRequestsInput = {
|
|
|
7772
6734
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
7773
6735
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
7774
6736
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
7775
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7776
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
7777
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
7778
6737
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6738
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
6739
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7779
6740
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
7780
6741
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
7781
6742
|
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
@@ -7790,8 +6751,6 @@ export type UserCreateWithoutReviewedChangeRequestsInput = {
|
|
|
7790
6751
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
7791
6752
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
7792
6753
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
7793
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7794
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
7795
6754
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
7796
6755
|
};
|
|
7797
6756
|
export type UserUncheckedCreateWithoutReviewedChangeRequestsInput = {
|
|
@@ -7824,10 +6783,9 @@ export type UserUncheckedCreateWithoutReviewedChangeRequestsInput = {
|
|
|
7824
6783
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
7825
6784
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
7826
6785
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
7827
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7828
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
7829
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
7830
6786
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6787
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
6788
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7831
6789
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
7832
6790
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
7833
6791
|
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
@@ -7842,8 +6800,6 @@ export type UserUncheckedCreateWithoutReviewedChangeRequestsInput = {
|
|
|
7842
6800
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
7843
6801
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
7844
6802
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7845
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7846
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
7847
6803
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
7848
6804
|
};
|
|
7849
6805
|
export type UserCreateOrConnectWithoutReviewedChangeRequestsInput = {
|
|
@@ -7889,10 +6845,9 @@ export type UserUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7889
6845
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
7890
6846
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7891
6847
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7892
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7893
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7894
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7895
6848
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6849
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6850
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7896
6851
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
7897
6852
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
7898
6853
|
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
@@ -7907,8 +6862,6 @@ export type UserUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7907
6862
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
7908
6863
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
7909
6864
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
7910
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7911
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
7912
6865
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
7913
6866
|
};
|
|
7914
6867
|
export type UserUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
@@ -7941,10 +6894,9 @@ export type UserUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7941
6894
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
7942
6895
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7943
6896
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7944
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7945
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7946
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7947
6897
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6898
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
6899
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7948
6900
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7949
6901
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
7950
6902
|
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
@@ -7959,8 +6911,6 @@ export type UserUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
7959
6911
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
7960
6912
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
7961
6913
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7962
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7963
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
7964
6914
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
7965
6915
|
};
|
|
7966
6916
|
export type UserUpsertWithoutReviewedChangeRequestsInput = {
|
|
@@ -8002,10 +6952,9 @@ export type UserUpdateWithoutReviewedChangeRequestsInput = {
|
|
|
8002
6952
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
8003
6953
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
8004
6954
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
8005
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
8006
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
8007
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
8008
6955
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6956
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
6957
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8009
6958
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
8010
6959
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
8011
6960
|
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
@@ -8020,8 +6969,6 @@ export type UserUpdateWithoutReviewedChangeRequestsInput = {
|
|
|
8020
6969
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
8021
6970
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
8022
6971
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
8023
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
8024
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8025
6972
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
8026
6973
|
};
|
|
8027
6974
|
export type UserUncheckedUpdateWithoutReviewedChangeRequestsInput = {
|
|
@@ -8054,10 +7001,9 @@ export type UserUncheckedUpdateWithoutReviewedChangeRequestsInput = {
|
|
|
8054
7001
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
8055
7002
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
8056
7003
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
8057
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
8058
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
8059
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
8060
7004
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7005
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7006
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8061
7007
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
8062
7008
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
8063
7009
|
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
@@ -8072,8 +7018,6 @@ export type UserUncheckedUpdateWithoutReviewedChangeRequestsInput = {
|
|
|
8072
7018
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
8073
7019
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
8074
7020
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8075
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8076
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8077
7021
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
8078
7022
|
};
|
|
8079
7023
|
export type UserCreateWithoutTransferRequestsSubmittedInput = {
|
|
@@ -8106,10 +7050,9 @@ export type UserCreateWithoutTransferRequestsSubmittedInput = {
|
|
|
8106
7050
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
8107
7051
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
8108
7052
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
8109
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
8110
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
8111
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
8112
7053
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
7054
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7055
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8113
7056
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
8114
7057
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
8115
7058
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8124,8 +7067,6 @@ export type UserCreateWithoutTransferRequestsSubmittedInput = {
|
|
|
8124
7067
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
8125
7068
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
8126
7069
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
8127
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
8128
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8129
7070
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
8130
7071
|
};
|
|
8131
7072
|
export type UserUncheckedCreateWithoutTransferRequestsSubmittedInput = {
|
|
@@ -8158,10 +7099,9 @@ export type UserUncheckedCreateWithoutTransferRequestsSubmittedInput = {
|
|
|
8158
7099
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
8159
7100
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
8160
7101
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
8161
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
8162
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
8163
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
8164
7102
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
7103
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7104
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8165
7105
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
8166
7106
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8167
7107
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8176,8 +7116,6 @@ export type UserUncheckedCreateWithoutTransferRequestsSubmittedInput = {
|
|
|
8176
7116
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
8177
7117
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
8178
7118
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8179
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8180
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8181
7119
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
8182
7120
|
};
|
|
8183
7121
|
export type UserCreateOrConnectWithoutTransferRequestsSubmittedInput = {
|
|
@@ -8214,10 +7152,9 @@ export type UserCreateWithoutTransferRequestsReviewedInput = {
|
|
|
8214
7152
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
8215
7153
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
8216
7154
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
8217
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
8218
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
8219
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
8220
7155
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
7156
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7157
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8221
7158
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
8222
7159
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
8223
7160
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8232,8 +7169,6 @@ export type UserCreateWithoutTransferRequestsReviewedInput = {
|
|
|
8232
7169
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
8233
7170
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
8234
7171
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
8235
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
8236
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8237
7172
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
8238
7173
|
};
|
|
8239
7174
|
export type UserUncheckedCreateWithoutTransferRequestsReviewedInput = {
|
|
@@ -8266,10 +7201,9 @@ export type UserUncheckedCreateWithoutTransferRequestsReviewedInput = {
|
|
|
8266
7201
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
8267
7202
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
8268
7203
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
8269
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
8270
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
8271
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
8272
7204
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
7205
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7206
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8273
7207
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
8274
7208
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8275
7209
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8284,8 +7218,6 @@ export type UserUncheckedCreateWithoutTransferRequestsReviewedInput = {
|
|
|
8284
7218
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
8285
7219
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
8286
7220
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8287
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8288
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8289
7221
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
8290
7222
|
};
|
|
8291
7223
|
export type UserCreateOrConnectWithoutTransferRequestsReviewedInput = {
|
|
@@ -8331,10 +7263,9 @@ export type UserUpdateWithoutTransferRequestsSubmittedInput = {
|
|
|
8331
7263
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
8332
7264
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
8333
7265
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
8334
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
8335
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
8336
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
8337
7266
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7267
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7268
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8338
7269
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
8339
7270
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
8340
7271
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -8349,8 +7280,6 @@ export type UserUpdateWithoutTransferRequestsSubmittedInput = {
|
|
|
8349
7280
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
8350
7281
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
8351
7282
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
8352
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
8353
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8354
7283
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
8355
7284
|
};
|
|
8356
7285
|
export type UserUncheckedUpdateWithoutTransferRequestsSubmittedInput = {
|
|
@@ -8383,10 +7312,9 @@ export type UserUncheckedUpdateWithoutTransferRequestsSubmittedInput = {
|
|
|
8383
7312
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
8384
7313
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
8385
7314
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
8386
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
8387
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
8388
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
8389
7315
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7316
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7317
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8390
7318
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
8391
7319
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8392
7320
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -8401,8 +7329,6 @@ export type UserUncheckedUpdateWithoutTransferRequestsSubmittedInput = {
|
|
|
8401
7329
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
8402
7330
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
8403
7331
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8404
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8405
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8406
7332
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
8407
7333
|
};
|
|
8408
7334
|
export type UserUpsertWithoutTransferRequestsReviewedInput = {
|
|
@@ -8444,10 +7370,9 @@ export type UserUpdateWithoutTransferRequestsReviewedInput = {
|
|
|
8444
7370
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
8445
7371
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
8446
7372
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
8447
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
8448
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
8449
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
8450
7373
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7374
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7375
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8451
7376
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
8452
7377
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
8453
7378
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -8462,8 +7387,6 @@ export type UserUpdateWithoutTransferRequestsReviewedInput = {
|
|
|
8462
7387
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
8463
7388
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
8464
7389
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
8465
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
8466
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8467
7390
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
8468
7391
|
};
|
|
8469
7392
|
export type UserUncheckedUpdateWithoutTransferRequestsReviewedInput = {
|
|
@@ -8496,10 +7419,9 @@ export type UserUncheckedUpdateWithoutTransferRequestsReviewedInput = {
|
|
|
8496
7419
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
8497
7420
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
8498
7421
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
8499
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
8500
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
8501
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
8502
7422
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7423
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7424
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8503
7425
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
8504
7426
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8505
7427
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -8514,8 +7436,6 @@ export type UserUncheckedUpdateWithoutTransferRequestsReviewedInput = {
|
|
|
8514
7436
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
8515
7437
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
8516
7438
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8517
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8518
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8519
7439
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
8520
7440
|
};
|
|
8521
7441
|
export type UserCreateWithoutApprovalRequestsSubmittedInput = {
|
|
@@ -8548,10 +7468,9 @@ export type UserCreateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8548
7468
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
8549
7469
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
8550
7470
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
8551
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
8552
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
8553
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
8554
7471
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
7472
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7473
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8555
7474
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
8556
7475
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
8557
7476
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8566,8 +7485,6 @@ export type UserCreateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8566
7485
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
8567
7486
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
8568
7487
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
8569
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
8570
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8571
7488
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
8572
7489
|
};
|
|
8573
7490
|
export type UserUncheckedCreateWithoutApprovalRequestsSubmittedInput = {
|
|
@@ -8600,10 +7517,9 @@ export type UserUncheckedCreateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8600
7517
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
8601
7518
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
8602
7519
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
8603
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
8604
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
8605
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
8606
7520
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
7521
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7522
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8607
7523
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
8608
7524
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8609
7525
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8618,8 +7534,6 @@ export type UserUncheckedCreateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8618
7534
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
8619
7535
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
8620
7536
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8621
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8622
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8623
7537
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
8624
7538
|
};
|
|
8625
7539
|
export type UserCreateOrConnectWithoutApprovalRequestsSubmittedInput = {
|
|
@@ -8656,10 +7570,9 @@ export type UserCreateWithoutApprovalRequestsAssignedInput = {
|
|
|
8656
7570
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
8657
7571
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
8658
7572
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
8659
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
8660
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
8661
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
8662
7573
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
7574
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7575
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8663
7576
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
8664
7577
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
8665
7578
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8674,8 +7587,6 @@ export type UserCreateWithoutApprovalRequestsAssignedInput = {
|
|
|
8674
7587
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
8675
7588
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
8676
7589
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
8677
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
8678
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8679
7590
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
8680
7591
|
};
|
|
8681
7592
|
export type UserUncheckedCreateWithoutApprovalRequestsAssignedInput = {
|
|
@@ -8708,10 +7619,9 @@ export type UserUncheckedCreateWithoutApprovalRequestsAssignedInput = {
|
|
|
8708
7619
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
8709
7620
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
8710
7621
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
8711
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
8712
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
8713
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
8714
7622
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
7623
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7624
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8715
7625
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
8716
7626
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8717
7627
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8726,8 +7636,6 @@ export type UserUncheckedCreateWithoutApprovalRequestsAssignedInput = {
|
|
|
8726
7636
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
8727
7637
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
8728
7638
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8729
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8730
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8731
7639
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
8732
7640
|
};
|
|
8733
7641
|
export type UserCreateOrConnectWithoutApprovalRequestsAssignedInput = {
|
|
@@ -8764,10 +7672,9 @@ export type UserCreateWithoutApprovalRequestsReviewedInput = {
|
|
|
8764
7672
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
8765
7673
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
8766
7674
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
8767
|
-
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
8768
|
-
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
8769
|
-
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
8770
7675
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
7676
|
+
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
7677
|
+
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8771
7678
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
8772
7679
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
8773
7680
|
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8782,8 +7689,6 @@ export type UserCreateWithoutApprovalRequestsReviewedInput = {
|
|
|
8782
7689
|
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
8783
7690
|
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
8784
7691
|
documentReviews?: Prisma.DocumentReviewCreateNestedManyWithoutReviewerInput;
|
|
8785
|
-
documentApprovals?: Prisma.DocumentApprovalCreateNestedManyWithoutReviewerInput;
|
|
8786
|
-
completedStages?: Prisma.ApprovalStageProgressCreateNestedManyWithoutCompletedByInput;
|
|
8787
7692
|
organizationMemberships?: Prisma.OrganizationMemberCreateNestedManyWithoutUserInput;
|
|
8788
7693
|
};
|
|
8789
7694
|
export type UserUncheckedCreateWithoutApprovalRequestsReviewedInput = {
|
|
@@ -8816,10 +7721,9 @@ export type UserUncheckedCreateWithoutApprovalRequestsReviewedInput = {
|
|
|
8816
7721
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
8817
7722
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
8818
7723
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
8819
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
8820
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
8821
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
8822
7724
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
7725
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
7726
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8823
7727
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
8824
7728
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8825
7729
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
@@ -8834,8 +7738,6 @@ export type UserUncheckedCreateWithoutApprovalRequestsReviewedInput = {
|
|
|
8834
7738
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
8835
7739
|
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
8836
7740
|
documentReviews?: Prisma.DocumentReviewUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8837
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedCreateNestedManyWithoutReviewerInput;
|
|
8838
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedCreateNestedManyWithoutCompletedByInput;
|
|
8839
7741
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedCreateNestedManyWithoutUserInput;
|
|
8840
7742
|
};
|
|
8841
7743
|
export type UserCreateOrConnectWithoutApprovalRequestsReviewedInput = {
|
|
@@ -8881,10 +7783,9 @@ export type UserUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8881
7783
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
8882
7784
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
8883
7785
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
8884
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
8885
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
8886
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
8887
7786
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7787
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7788
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8888
7789
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
8889
7790
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
8890
7791
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -8899,8 +7800,6 @@ export type UserUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8899
7800
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
8900
7801
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
8901
7802
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
8902
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
8903
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
8904
7803
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
8905
7804
|
};
|
|
8906
7805
|
export type UserUncheckedUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
@@ -8933,10 +7832,9 @@ export type UserUncheckedUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8933
7832
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
8934
7833
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
8935
7834
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
8936
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
8937
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
8938
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
8939
7835
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7836
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7837
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8940
7838
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
8941
7839
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8942
7840
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -8951,8 +7849,6 @@ export type UserUncheckedUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
|
8951
7849
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
8952
7850
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
8953
7851
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8954
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8955
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
8956
7852
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
8957
7853
|
};
|
|
8958
7854
|
export type UserUpsertWithoutApprovalRequestsAssignedInput = {
|
|
@@ -8994,10 +7890,9 @@ export type UserUpdateWithoutApprovalRequestsAssignedInput = {
|
|
|
8994
7890
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
8995
7891
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
8996
7892
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
8997
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
8998
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
8999
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
9000
7893
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7894
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
7895
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
9001
7896
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
9002
7897
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
9003
7898
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -9012,8 +7907,6 @@ export type UserUpdateWithoutApprovalRequestsAssignedInput = {
|
|
|
9012
7907
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
9013
7908
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
9014
7909
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
9015
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
9016
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
9017
7910
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
9018
7911
|
};
|
|
9019
7912
|
export type UserUncheckedUpdateWithoutApprovalRequestsAssignedInput = {
|
|
@@ -9046,10 +7939,9 @@ export type UserUncheckedUpdateWithoutApprovalRequestsAssignedInput = {
|
|
|
9046
7939
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
9047
7940
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
9048
7941
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
9049
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
9050
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
9051
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
9052
7942
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7943
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
7944
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
9053
7945
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
9054
7946
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9055
7947
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -9064,8 +7956,6 @@ export type UserUncheckedUpdateWithoutApprovalRequestsAssignedInput = {
|
|
|
9064
7956
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
9065
7957
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
9066
7958
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9067
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9068
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
9069
7959
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
9070
7960
|
};
|
|
9071
7961
|
export type UserUpsertWithoutApprovalRequestsReviewedInput = {
|
|
@@ -9107,10 +7997,9 @@ export type UserUpdateWithoutApprovalRequestsReviewedInput = {
|
|
|
9107
7997
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
9108
7998
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
9109
7999
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
9110
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
9111
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
9112
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
9113
8000
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
8001
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
8002
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
9114
8003
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
9115
8004
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
9116
8005
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -9125,8 +8014,6 @@ export type UserUpdateWithoutApprovalRequestsReviewedInput = {
|
|
|
9125
8014
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
9126
8015
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
9127
8016
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
9128
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
9129
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
9130
8017
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
9131
8018
|
};
|
|
9132
8019
|
export type UserUncheckedUpdateWithoutApprovalRequestsReviewedInput = {
|
|
@@ -9159,10 +8046,9 @@ export type UserUncheckedUpdateWithoutApprovalRequestsReviewedInput = {
|
|
|
9159
8046
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
9160
8047
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
9161
8048
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
9162
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
9163
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
9164
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
9165
8049
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
8050
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8051
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
9166
8052
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
9167
8053
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9168
8054
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -9177,8 +8063,6 @@ export type UserUncheckedUpdateWithoutApprovalRequestsReviewedInput = {
|
|
|
9177
8063
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
9178
8064
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
9179
8065
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9180
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9181
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
9182
8066
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
9183
8067
|
};
|
|
9184
8068
|
export type UserCreateManyTenantInput = {
|
|
@@ -9228,10 +8112,9 @@ export type UserUpdateWithoutTenantInput = {
|
|
|
9228
8112
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
9229
8113
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
9230
8114
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
9231
|
-
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
9232
|
-
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
9233
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
9234
8115
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
8116
|
+
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
8117
|
+
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
9235
8118
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
9236
8119
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
9237
8120
|
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -9247,8 +8130,6 @@ export type UserUpdateWithoutTenantInput = {
|
|
|
9247
8130
|
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
9248
8131
|
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
9249
8132
|
documentReviews?: Prisma.DocumentReviewUpdateManyWithoutReviewerNestedInput;
|
|
9250
|
-
documentApprovals?: Prisma.DocumentApprovalUpdateManyWithoutReviewerNestedInput;
|
|
9251
|
-
completedStages?: Prisma.ApprovalStageProgressUpdateManyWithoutCompletedByNestedInput;
|
|
9252
8133
|
organizationMemberships?: Prisma.OrganizationMemberUpdateManyWithoutUserNestedInput;
|
|
9253
8134
|
};
|
|
9254
8135
|
export type UserUncheckedUpdateWithoutTenantInput = {
|
|
@@ -9280,10 +8161,9 @@ export type UserUncheckedUpdateWithoutTenantInput = {
|
|
|
9280
8161
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
9281
8162
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
9282
8163
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
9283
|
-
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
9284
|
-
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
9285
|
-
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
9286
8164
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
8165
|
+
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
8166
|
+
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
9287
8167
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
9288
8168
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9289
8169
|
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
@@ -9299,8 +8179,6 @@ export type UserUncheckedUpdateWithoutTenantInput = {
|
|
|
9299
8179
|
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
9300
8180
|
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
9301
8181
|
documentReviews?: Prisma.DocumentReviewUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9302
|
-
documentApprovals?: Prisma.DocumentApprovalUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
9303
|
-
completedStages?: Prisma.ApprovalStageProgressUncheckedUpdateManyWithoutCompletedByNestedInput;
|
|
9304
8182
|
organizationMemberships?: Prisma.OrganizationMemberUncheckedUpdateManyWithoutUserNestedInput;
|
|
9305
8183
|
};
|
|
9306
8184
|
export type UserUncheckedUpdateManyWithoutTenantInput = {
|
|
@@ -9337,10 +8215,9 @@ export type UserCountOutputType = {
|
|
|
9337
8215
|
applications: number;
|
|
9338
8216
|
soldApplications: number;
|
|
9339
8217
|
applicationPayments: number;
|
|
9340
|
-
assignedSteps: number;
|
|
9341
|
-
gateActedSteps: number;
|
|
9342
|
-
stepApprovals: number;
|
|
9343
8218
|
uploadedDocs: number;
|
|
8219
|
+
documentApprovals: number;
|
|
8220
|
+
completedStages: number;
|
|
9344
8221
|
paymentMethodChangeRequests: number;
|
|
9345
8222
|
reviewedChangeRequests: number;
|
|
9346
8223
|
initiatedTerminations: number;
|
|
@@ -9356,8 +8233,6 @@ export type UserCountOutputType = {
|
|
|
9356
8233
|
approvedRefunds: number;
|
|
9357
8234
|
processedRefunds: number;
|
|
9358
8235
|
documentReviews: number;
|
|
9359
|
-
documentApprovals: number;
|
|
9360
|
-
completedStages: number;
|
|
9361
8236
|
organizationMemberships: number;
|
|
9362
8237
|
};
|
|
9363
8238
|
export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -9373,10 +8248,9 @@ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.I
|
|
|
9373
8248
|
applications?: boolean | UserCountOutputTypeCountApplicationsArgs;
|
|
9374
8249
|
soldApplications?: boolean | UserCountOutputTypeCountSoldApplicationsArgs;
|
|
9375
8250
|
applicationPayments?: boolean | UserCountOutputTypeCountApplicationPaymentsArgs;
|
|
9376
|
-
assignedSteps?: boolean | UserCountOutputTypeCountAssignedStepsArgs;
|
|
9377
|
-
gateActedSteps?: boolean | UserCountOutputTypeCountGateActedStepsArgs;
|
|
9378
|
-
stepApprovals?: boolean | UserCountOutputTypeCountStepApprovalsArgs;
|
|
9379
8251
|
uploadedDocs?: boolean | UserCountOutputTypeCountUploadedDocsArgs;
|
|
8252
|
+
documentApprovals?: boolean | UserCountOutputTypeCountDocumentApprovalsArgs;
|
|
8253
|
+
completedStages?: boolean | UserCountOutputTypeCountCompletedStagesArgs;
|
|
9380
8254
|
paymentMethodChangeRequests?: boolean | UserCountOutputTypeCountPaymentMethodChangeRequestsArgs;
|
|
9381
8255
|
reviewedChangeRequests?: boolean | UserCountOutputTypeCountReviewedChangeRequestsArgs;
|
|
9382
8256
|
initiatedTerminations?: boolean | UserCountOutputTypeCountInitiatedTerminationsArgs;
|
|
@@ -9392,8 +8266,6 @@ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.I
|
|
|
9392
8266
|
approvedRefunds?: boolean | UserCountOutputTypeCountApprovedRefundsArgs;
|
|
9393
8267
|
processedRefunds?: boolean | UserCountOutputTypeCountProcessedRefundsArgs;
|
|
9394
8268
|
documentReviews?: boolean | UserCountOutputTypeCountDocumentReviewsArgs;
|
|
9395
|
-
documentApprovals?: boolean | UserCountOutputTypeCountDocumentApprovalsArgs;
|
|
9396
|
-
completedStages?: boolean | UserCountOutputTypeCountCompletedStagesArgs;
|
|
9397
8269
|
organizationMemberships?: boolean | UserCountOutputTypeCountOrganizationMembershipsArgs;
|
|
9398
8270
|
};
|
|
9399
8271
|
/**
|
|
@@ -9480,26 +8352,20 @@ export type UserCountOutputTypeCountApplicationPaymentsArgs<ExtArgs extends runt
|
|
|
9480
8352
|
/**
|
|
9481
8353
|
* UserCountOutputType without action
|
|
9482
8354
|
*/
|
|
9483
|
-
export type
|
|
9484
|
-
where?: Prisma.
|
|
9485
|
-
};
|
|
9486
|
-
/**
|
|
9487
|
-
* UserCountOutputType without action
|
|
9488
|
-
*/
|
|
9489
|
-
export type UserCountOutputTypeCountGateActedStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
9490
|
-
where?: Prisma.DocumentationStepWhereInput;
|
|
8355
|
+
export type UserCountOutputTypeCountUploadedDocsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
8356
|
+
where?: Prisma.ApplicationDocumentWhereInput;
|
|
9491
8357
|
};
|
|
9492
8358
|
/**
|
|
9493
8359
|
* UserCountOutputType without action
|
|
9494
8360
|
*/
|
|
9495
|
-
export type
|
|
9496
|
-
where?: Prisma.
|
|
8361
|
+
export type UserCountOutputTypeCountDocumentApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
8362
|
+
where?: Prisma.DocumentApprovalWhereInput;
|
|
9497
8363
|
};
|
|
9498
8364
|
/**
|
|
9499
8365
|
* UserCountOutputType without action
|
|
9500
8366
|
*/
|
|
9501
|
-
export type
|
|
9502
|
-
where?: Prisma.
|
|
8367
|
+
export type UserCountOutputTypeCountCompletedStagesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
8368
|
+
where?: Prisma.ApprovalStageProgressWhereInput;
|
|
9503
8369
|
};
|
|
9504
8370
|
/**
|
|
9505
8371
|
* UserCountOutputType without action
|
|
@@ -9591,18 +8457,6 @@ export type UserCountOutputTypeCountProcessedRefundsArgs<ExtArgs extends runtime
|
|
|
9591
8457
|
export type UserCountOutputTypeCountDocumentReviewsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
9592
8458
|
where?: Prisma.DocumentReviewWhereInput;
|
|
9593
8459
|
};
|
|
9594
|
-
/**
|
|
9595
|
-
* UserCountOutputType without action
|
|
9596
|
-
*/
|
|
9597
|
-
export type UserCountOutputTypeCountDocumentApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
9598
|
-
where?: Prisma.DocumentApprovalWhereInput;
|
|
9599
|
-
};
|
|
9600
|
-
/**
|
|
9601
|
-
* UserCountOutputType without action
|
|
9602
|
-
*/
|
|
9603
|
-
export type UserCountOutputTypeCountCompletedStagesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
9604
|
-
where?: Prisma.ApprovalStageProgressWhereInput;
|
|
9605
|
-
};
|
|
9606
8460
|
/**
|
|
9607
8461
|
* UserCountOutputType without action
|
|
9608
8462
|
*/
|
|
@@ -9641,10 +8495,9 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
|
|
|
9641
8495
|
applications?: boolean | Prisma.User$applicationsArgs<ExtArgs>;
|
|
9642
8496
|
soldApplications?: boolean | Prisma.User$soldApplicationsArgs<ExtArgs>;
|
|
9643
8497
|
applicationPayments?: boolean | Prisma.User$applicationPaymentsArgs<ExtArgs>;
|
|
9644
|
-
assignedSteps?: boolean | Prisma.User$assignedStepsArgs<ExtArgs>;
|
|
9645
|
-
gateActedSteps?: boolean | Prisma.User$gateActedStepsArgs<ExtArgs>;
|
|
9646
|
-
stepApprovals?: boolean | Prisma.User$stepApprovalsArgs<ExtArgs>;
|
|
9647
8498
|
uploadedDocs?: boolean | Prisma.User$uploadedDocsArgs<ExtArgs>;
|
|
8499
|
+
documentApprovals?: boolean | Prisma.User$documentApprovalsArgs<ExtArgs>;
|
|
8500
|
+
completedStages?: boolean | Prisma.User$completedStagesArgs<ExtArgs>;
|
|
9648
8501
|
paymentMethodChangeRequests?: boolean | Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
9649
8502
|
reviewedChangeRequests?: boolean | Prisma.User$reviewedChangeRequestsArgs<ExtArgs>;
|
|
9650
8503
|
initiatedTerminations?: boolean | Prisma.User$initiatedTerminationsArgs<ExtArgs>;
|
|
@@ -9660,8 +8513,6 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
|
|
|
9660
8513
|
approvedRefunds?: boolean | Prisma.User$approvedRefundsArgs<ExtArgs>;
|
|
9661
8514
|
processedRefunds?: boolean | Prisma.User$processedRefundsArgs<ExtArgs>;
|
|
9662
8515
|
documentReviews?: boolean | Prisma.User$documentReviewsArgs<ExtArgs>;
|
|
9663
|
-
documentApprovals?: boolean | Prisma.User$documentApprovalsArgs<ExtArgs>;
|
|
9664
|
-
completedStages?: boolean | Prisma.User$completedStagesArgs<ExtArgs>;
|
|
9665
8516
|
organizationMemberships?: boolean | Prisma.User$organizationMembershipsArgs<ExtArgs>;
|
|
9666
8517
|
_count?: boolean | Prisma.UserCountOutputTypeDefaultArgs<ExtArgs>;
|
|
9667
8518
|
}, ExtArgs["result"]["user"]>;
|
|
@@ -9700,10 +8551,9 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
9700
8551
|
applications?: boolean | Prisma.User$applicationsArgs<ExtArgs>;
|
|
9701
8552
|
soldApplications?: boolean | Prisma.User$soldApplicationsArgs<ExtArgs>;
|
|
9702
8553
|
applicationPayments?: boolean | Prisma.User$applicationPaymentsArgs<ExtArgs>;
|
|
9703
|
-
assignedSteps?: boolean | Prisma.User$assignedStepsArgs<ExtArgs>;
|
|
9704
|
-
gateActedSteps?: boolean | Prisma.User$gateActedStepsArgs<ExtArgs>;
|
|
9705
|
-
stepApprovals?: boolean | Prisma.User$stepApprovalsArgs<ExtArgs>;
|
|
9706
8554
|
uploadedDocs?: boolean | Prisma.User$uploadedDocsArgs<ExtArgs>;
|
|
8555
|
+
documentApprovals?: boolean | Prisma.User$documentApprovalsArgs<ExtArgs>;
|
|
8556
|
+
completedStages?: boolean | Prisma.User$completedStagesArgs<ExtArgs>;
|
|
9707
8557
|
paymentMethodChangeRequests?: boolean | Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
9708
8558
|
reviewedChangeRequests?: boolean | Prisma.User$reviewedChangeRequestsArgs<ExtArgs>;
|
|
9709
8559
|
initiatedTerminations?: boolean | Prisma.User$initiatedTerminationsArgs<ExtArgs>;
|
|
@@ -9719,8 +8569,6 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
9719
8569
|
approvedRefunds?: boolean | Prisma.User$approvedRefundsArgs<ExtArgs>;
|
|
9720
8570
|
processedRefunds?: boolean | Prisma.User$processedRefundsArgs<ExtArgs>;
|
|
9721
8571
|
documentReviews?: boolean | Prisma.User$documentReviewsArgs<ExtArgs>;
|
|
9722
|
-
documentApprovals?: boolean | Prisma.User$documentApprovalsArgs<ExtArgs>;
|
|
9723
|
-
completedStages?: boolean | Prisma.User$completedStagesArgs<ExtArgs>;
|
|
9724
8572
|
organizationMemberships?: boolean | Prisma.User$organizationMembershipsArgs<ExtArgs>;
|
|
9725
8573
|
_count?: boolean | Prisma.UserCountOutputTypeDefaultArgs<ExtArgs>;
|
|
9726
8574
|
};
|
|
@@ -9741,10 +8589,9 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
9741
8589
|
applications: Prisma.$ApplicationPayload<ExtArgs>[];
|
|
9742
8590
|
soldApplications: Prisma.$ApplicationPayload<ExtArgs>[];
|
|
9743
8591
|
applicationPayments: Prisma.$ApplicationPaymentPayload<ExtArgs>[];
|
|
9744
|
-
assignedSteps: Prisma.$DocumentationStepPayload<ExtArgs>[];
|
|
9745
|
-
gateActedSteps: Prisma.$DocumentationStepPayload<ExtArgs>[];
|
|
9746
|
-
stepApprovals: Prisma.$DocumentationStepApprovalPayload<ExtArgs>[];
|
|
9747
8592
|
uploadedDocs: Prisma.$ApplicationDocumentPayload<ExtArgs>[];
|
|
8593
|
+
documentApprovals: Prisma.$DocumentApprovalPayload<ExtArgs>[];
|
|
8594
|
+
completedStages: Prisma.$ApprovalStageProgressPayload<ExtArgs>[];
|
|
9748
8595
|
paymentMethodChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
9749
8596
|
reviewedChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
9750
8597
|
initiatedTerminations: Prisma.$ApplicationTerminationPayload<ExtArgs>[];
|
|
@@ -9760,8 +8607,6 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
9760
8607
|
approvedRefunds: Prisma.$ApplicationRefundPayload<ExtArgs>[];
|
|
9761
8608
|
processedRefunds: Prisma.$ApplicationRefundPayload<ExtArgs>[];
|
|
9762
8609
|
documentReviews: Prisma.$DocumentReviewPayload<ExtArgs>[];
|
|
9763
|
-
documentApprovals: Prisma.$DocumentApprovalPayload<ExtArgs>[];
|
|
9764
|
-
completedStages: Prisma.$ApprovalStageProgressPayload<ExtArgs>[];
|
|
9765
8610
|
organizationMemberships: Prisma.$OrganizationMemberPayload<ExtArgs>[];
|
|
9766
8611
|
};
|
|
9767
8612
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
@@ -10073,10 +8918,9 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
|
|
|
10073
8918
|
applications<T extends Prisma.User$applicationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$applicationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10074
8919
|
soldApplications<T extends Prisma.User$soldApplicationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$soldApplicationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10075
8920
|
applicationPayments<T extends Prisma.User$applicationPaymentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$applicationPaymentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationPaymentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10076
|
-
assignedSteps<T extends Prisma.User$assignedStepsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$assignedStepsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10077
|
-
gateActedSteps<T extends Prisma.User$gateActedStepsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$gateActedStepsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10078
|
-
stepApprovals<T extends Prisma.User$stepApprovalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$stepApprovalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentationStepApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10079
8921
|
uploadedDocs<T extends Prisma.User$uploadedDocsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$uploadedDocsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationDocumentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
8922
|
+
documentApprovals<T extends Prisma.User$documentApprovalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$documentApprovalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
8923
|
+
completedStages<T extends Prisma.User$completedStagesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$completedStagesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalStageProgressPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10080
8924
|
paymentMethodChangeRequests<T extends Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10081
8925
|
reviewedChangeRequests<T extends Prisma.User$reviewedChangeRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$reviewedChangeRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10082
8926
|
initiatedTerminations<T extends Prisma.User$initiatedTerminationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$initiatedTerminationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationTerminationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
@@ -10092,8 +8936,6 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
|
|
|
10092
8936
|
approvedRefunds<T extends Prisma.User$approvedRefundsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$approvedRefundsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationRefundPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10093
8937
|
processedRefunds<T extends Prisma.User$processedRefundsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$processedRefundsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApplicationRefundPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10094
8938
|
documentReviews<T extends Prisma.User$documentReviewsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$documentReviewsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentReviewPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10095
|
-
documentApprovals<T extends Prisma.User$documentApprovalsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$documentApprovalsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DocumentApprovalPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10096
|
-
completedStages<T extends Prisma.User$completedStagesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$completedStagesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalStageProgressPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10097
8939
|
organizationMemberships<T extends Prisma.User$organizationMembershipsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$organizationMembershipsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$OrganizationMemberPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
10098
8940
|
/**
|
|
10099
8941
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -10777,96 +9619,73 @@ export type User$applicationPaymentsArgs<ExtArgs extends runtime.Types.Extension
|
|
|
10777
9619
|
distinct?: Prisma.ApplicationPaymentScalarFieldEnum | Prisma.ApplicationPaymentScalarFieldEnum[];
|
|
10778
9620
|
};
|
|
10779
9621
|
/**
|
|
10780
|
-
* User.
|
|
10781
|
-
*/
|
|
10782
|
-
export type User$assignedStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
10783
|
-
/**
|
|
10784
|
-
* Select specific fields to fetch from the DocumentationStep
|
|
10785
|
-
*/
|
|
10786
|
-
select?: Prisma.DocumentationStepSelect<ExtArgs> | null;
|
|
10787
|
-
/**
|
|
10788
|
-
* Omit specific fields from the DocumentationStep
|
|
10789
|
-
*/
|
|
10790
|
-
omit?: Prisma.DocumentationStepOmit<ExtArgs> | null;
|
|
10791
|
-
/**
|
|
10792
|
-
* Choose, which related nodes to fetch as well
|
|
10793
|
-
*/
|
|
10794
|
-
include?: Prisma.DocumentationStepInclude<ExtArgs> | null;
|
|
10795
|
-
where?: Prisma.DocumentationStepWhereInput;
|
|
10796
|
-
orderBy?: Prisma.DocumentationStepOrderByWithRelationInput | Prisma.DocumentationStepOrderByWithRelationInput[];
|
|
10797
|
-
cursor?: Prisma.DocumentationStepWhereUniqueInput;
|
|
10798
|
-
take?: number;
|
|
10799
|
-
skip?: number;
|
|
10800
|
-
distinct?: Prisma.DocumentationStepScalarFieldEnum | Prisma.DocumentationStepScalarFieldEnum[];
|
|
10801
|
-
};
|
|
10802
|
-
/**
|
|
10803
|
-
* User.gateActedSteps
|
|
9622
|
+
* User.uploadedDocs
|
|
10804
9623
|
*/
|
|
10805
|
-
export type User$
|
|
9624
|
+
export type User$uploadedDocsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
10806
9625
|
/**
|
|
10807
|
-
* Select specific fields to fetch from the
|
|
9626
|
+
* Select specific fields to fetch from the ApplicationDocument
|
|
10808
9627
|
*/
|
|
10809
|
-
select?: Prisma.
|
|
9628
|
+
select?: Prisma.ApplicationDocumentSelect<ExtArgs> | null;
|
|
10810
9629
|
/**
|
|
10811
|
-
* Omit specific fields from the
|
|
9630
|
+
* Omit specific fields from the ApplicationDocument
|
|
10812
9631
|
*/
|
|
10813
|
-
omit?: Prisma.
|
|
9632
|
+
omit?: Prisma.ApplicationDocumentOmit<ExtArgs> | null;
|
|
10814
9633
|
/**
|
|
10815
9634
|
* Choose, which related nodes to fetch as well
|
|
10816
9635
|
*/
|
|
10817
|
-
include?: Prisma.
|
|
10818
|
-
where?: Prisma.
|
|
10819
|
-
orderBy?: Prisma.
|
|
10820
|
-
cursor?: Prisma.
|
|
9636
|
+
include?: Prisma.ApplicationDocumentInclude<ExtArgs> | null;
|
|
9637
|
+
where?: Prisma.ApplicationDocumentWhereInput;
|
|
9638
|
+
orderBy?: Prisma.ApplicationDocumentOrderByWithRelationInput | Prisma.ApplicationDocumentOrderByWithRelationInput[];
|
|
9639
|
+
cursor?: Prisma.ApplicationDocumentWhereUniqueInput;
|
|
10821
9640
|
take?: number;
|
|
10822
9641
|
skip?: number;
|
|
10823
|
-
distinct?: Prisma.
|
|
9642
|
+
distinct?: Prisma.ApplicationDocumentScalarFieldEnum | Prisma.ApplicationDocumentScalarFieldEnum[];
|
|
10824
9643
|
};
|
|
10825
9644
|
/**
|
|
10826
|
-
* User.
|
|
9645
|
+
* User.documentApprovals
|
|
10827
9646
|
*/
|
|
10828
|
-
export type User$
|
|
9647
|
+
export type User$documentApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
10829
9648
|
/**
|
|
10830
|
-
* Select specific fields to fetch from the
|
|
9649
|
+
* Select specific fields to fetch from the DocumentApproval
|
|
10831
9650
|
*/
|
|
10832
|
-
select?: Prisma.
|
|
9651
|
+
select?: Prisma.DocumentApprovalSelect<ExtArgs> | null;
|
|
10833
9652
|
/**
|
|
10834
|
-
* Omit specific fields from the
|
|
9653
|
+
* Omit specific fields from the DocumentApproval
|
|
10835
9654
|
*/
|
|
10836
|
-
omit?: Prisma.
|
|
9655
|
+
omit?: Prisma.DocumentApprovalOmit<ExtArgs> | null;
|
|
10837
9656
|
/**
|
|
10838
9657
|
* Choose, which related nodes to fetch as well
|
|
10839
9658
|
*/
|
|
10840
|
-
include?: Prisma.
|
|
10841
|
-
where?: Prisma.
|
|
10842
|
-
orderBy?: Prisma.
|
|
10843
|
-
cursor?: Prisma.
|
|
9659
|
+
include?: Prisma.DocumentApprovalInclude<ExtArgs> | null;
|
|
9660
|
+
where?: Prisma.DocumentApprovalWhereInput;
|
|
9661
|
+
orderBy?: Prisma.DocumentApprovalOrderByWithRelationInput | Prisma.DocumentApprovalOrderByWithRelationInput[];
|
|
9662
|
+
cursor?: Prisma.DocumentApprovalWhereUniqueInput;
|
|
10844
9663
|
take?: number;
|
|
10845
9664
|
skip?: number;
|
|
10846
|
-
distinct?: Prisma.
|
|
9665
|
+
distinct?: Prisma.DocumentApprovalScalarFieldEnum | Prisma.DocumentApprovalScalarFieldEnum[];
|
|
10847
9666
|
};
|
|
10848
9667
|
/**
|
|
10849
|
-
* User.
|
|
9668
|
+
* User.completedStages
|
|
10850
9669
|
*/
|
|
10851
|
-
export type User$
|
|
9670
|
+
export type User$completedStagesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
10852
9671
|
/**
|
|
10853
|
-
* Select specific fields to fetch from the
|
|
9672
|
+
* Select specific fields to fetch from the ApprovalStageProgress
|
|
10854
9673
|
*/
|
|
10855
|
-
select?: Prisma.
|
|
9674
|
+
select?: Prisma.ApprovalStageProgressSelect<ExtArgs> | null;
|
|
10856
9675
|
/**
|
|
10857
|
-
* Omit specific fields from the
|
|
9676
|
+
* Omit specific fields from the ApprovalStageProgress
|
|
10858
9677
|
*/
|
|
10859
|
-
omit?: Prisma.
|
|
9678
|
+
omit?: Prisma.ApprovalStageProgressOmit<ExtArgs> | null;
|
|
10860
9679
|
/**
|
|
10861
9680
|
* Choose, which related nodes to fetch as well
|
|
10862
9681
|
*/
|
|
10863
|
-
include?: Prisma.
|
|
10864
|
-
where?: Prisma.
|
|
10865
|
-
orderBy?: Prisma.
|
|
10866
|
-
cursor?: Prisma.
|
|
9682
|
+
include?: Prisma.ApprovalStageProgressInclude<ExtArgs> | null;
|
|
9683
|
+
where?: Prisma.ApprovalStageProgressWhereInput;
|
|
9684
|
+
orderBy?: Prisma.ApprovalStageProgressOrderByWithRelationInput | Prisma.ApprovalStageProgressOrderByWithRelationInput[];
|
|
9685
|
+
cursor?: Prisma.ApprovalStageProgressWhereUniqueInput;
|
|
10867
9686
|
take?: number;
|
|
10868
9687
|
skip?: number;
|
|
10869
|
-
distinct?: Prisma.
|
|
9688
|
+
distinct?: Prisma.ApprovalStageProgressScalarFieldEnum | Prisma.ApprovalStageProgressScalarFieldEnum[];
|
|
10870
9689
|
};
|
|
10871
9690
|
/**
|
|
10872
9691
|
* User.paymentMethodChangeRequests
|
|
@@ -11213,52 +10032,6 @@ export type User$documentReviewsArgs<ExtArgs extends runtime.Types.Extensions.In
|
|
|
11213
10032
|
skip?: number;
|
|
11214
10033
|
distinct?: Prisma.DocumentReviewScalarFieldEnum | Prisma.DocumentReviewScalarFieldEnum[];
|
|
11215
10034
|
};
|
|
11216
|
-
/**
|
|
11217
|
-
* User.documentApprovals
|
|
11218
|
-
*/
|
|
11219
|
-
export type User$documentApprovalsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
11220
|
-
/**
|
|
11221
|
-
* Select specific fields to fetch from the DocumentApproval
|
|
11222
|
-
*/
|
|
11223
|
-
select?: Prisma.DocumentApprovalSelect<ExtArgs> | null;
|
|
11224
|
-
/**
|
|
11225
|
-
* Omit specific fields from the DocumentApproval
|
|
11226
|
-
*/
|
|
11227
|
-
omit?: Prisma.DocumentApprovalOmit<ExtArgs> | null;
|
|
11228
|
-
/**
|
|
11229
|
-
* Choose, which related nodes to fetch as well
|
|
11230
|
-
*/
|
|
11231
|
-
include?: Prisma.DocumentApprovalInclude<ExtArgs> | null;
|
|
11232
|
-
where?: Prisma.DocumentApprovalWhereInput;
|
|
11233
|
-
orderBy?: Prisma.DocumentApprovalOrderByWithRelationInput | Prisma.DocumentApprovalOrderByWithRelationInput[];
|
|
11234
|
-
cursor?: Prisma.DocumentApprovalWhereUniqueInput;
|
|
11235
|
-
take?: number;
|
|
11236
|
-
skip?: number;
|
|
11237
|
-
distinct?: Prisma.DocumentApprovalScalarFieldEnum | Prisma.DocumentApprovalScalarFieldEnum[];
|
|
11238
|
-
};
|
|
11239
|
-
/**
|
|
11240
|
-
* User.completedStages
|
|
11241
|
-
*/
|
|
11242
|
-
export type User$completedStagesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
11243
|
-
/**
|
|
11244
|
-
* Select specific fields to fetch from the ApprovalStageProgress
|
|
11245
|
-
*/
|
|
11246
|
-
select?: Prisma.ApprovalStageProgressSelect<ExtArgs> | null;
|
|
11247
|
-
/**
|
|
11248
|
-
* Omit specific fields from the ApprovalStageProgress
|
|
11249
|
-
*/
|
|
11250
|
-
omit?: Prisma.ApprovalStageProgressOmit<ExtArgs> | null;
|
|
11251
|
-
/**
|
|
11252
|
-
* Choose, which related nodes to fetch as well
|
|
11253
|
-
*/
|
|
11254
|
-
include?: Prisma.ApprovalStageProgressInclude<ExtArgs> | null;
|
|
11255
|
-
where?: Prisma.ApprovalStageProgressWhereInput;
|
|
11256
|
-
orderBy?: Prisma.ApprovalStageProgressOrderByWithRelationInput | Prisma.ApprovalStageProgressOrderByWithRelationInput[];
|
|
11257
|
-
cursor?: Prisma.ApprovalStageProgressWhereUniqueInput;
|
|
11258
|
-
take?: number;
|
|
11259
|
-
skip?: number;
|
|
11260
|
-
distinct?: Prisma.ApprovalStageProgressScalarFieldEnum | Prisma.ApprovalStageProgressScalarFieldEnum[];
|
|
11261
|
-
};
|
|
11262
10035
|
/**
|
|
11263
10036
|
* User.organizationMemberships
|
|
11264
10037
|
*/
|