@valentine-efagene/qshelter-common 2.0.118 → 2.0.120
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/commonInputTypes.d.ts +90 -0
- package/dist/generated/client/enums.d.ts +21 -0
- package/dist/generated/client/enums.js +19 -1
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +37 -0
- package/dist/generated/client/internal/prismaNamespace.js +27 -2
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +25 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +27 -2
- package/dist/generated/client/models/DocumentationPlanStep.d.ts +241 -1
- package/dist/generated/client/models/DocumentationStep.d.ts +897 -1
- package/dist/generated/client/models/User.d.ts +385 -0
- package/package.json +1 -1
- package/prisma/schema.prisma +19 -19
|
@@ -249,6 +249,7 @@ export type UserWhereInput = {
|
|
|
249
249
|
soldApplications?: Prisma.ApplicationListRelationFilter;
|
|
250
250
|
applicationPayments?: Prisma.ApplicationPaymentListRelationFilter;
|
|
251
251
|
assignedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
252
|
+
gateActedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
252
253
|
stepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
253
254
|
uploadedDocs?: Prisma.ApplicationDocumentListRelationFilter;
|
|
254
255
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
@@ -299,6 +300,7 @@ export type UserOrderByWithRelationInput = {
|
|
|
299
300
|
soldApplications?: Prisma.ApplicationOrderByRelationAggregateInput;
|
|
300
301
|
applicationPayments?: Prisma.ApplicationPaymentOrderByRelationAggregateInput;
|
|
301
302
|
assignedSteps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
|
|
303
|
+
gateActedSteps?: Prisma.DocumentationStepOrderByRelationAggregateInput;
|
|
302
304
|
stepApprovals?: Prisma.DocumentationStepApprovalOrderByRelationAggregateInput;
|
|
303
305
|
uploadedDocs?: Prisma.ApplicationDocumentOrderByRelationAggregateInput;
|
|
304
306
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestOrderByRelationAggregateInput;
|
|
@@ -353,6 +355,7 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
|
353
355
|
soldApplications?: Prisma.ApplicationListRelationFilter;
|
|
354
356
|
applicationPayments?: Prisma.ApplicationPaymentListRelationFilter;
|
|
355
357
|
assignedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
358
|
+
gateActedSteps?: Prisma.DocumentationStepListRelationFilter;
|
|
356
359
|
stepApprovals?: Prisma.DocumentationStepApprovalListRelationFilter;
|
|
357
360
|
uploadedDocs?: Prisma.ApplicationDocumentListRelationFilter;
|
|
358
361
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestListRelationFilter;
|
|
@@ -445,6 +448,7 @@ export type UserCreateInput = {
|
|
|
445
448
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
446
449
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
447
450
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
451
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
448
452
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
449
453
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
450
454
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -493,6 +497,7 @@ export type UserUncheckedCreateInput = {
|
|
|
493
497
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
494
498
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
495
499
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
500
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
496
501
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
497
502
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
498
503
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -541,6 +546,7 @@ export type UserUpdateInput = {
|
|
|
541
546
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
542
547
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
543
548
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
549
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
544
550
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
545
551
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
546
552
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -589,6 +595,7 @@ export type UserUncheckedUpdateInput = {
|
|
|
589
595
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
590
596
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
591
597
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
598
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
592
599
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
593
600
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
594
601
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -999,6 +1006,11 @@ export type UserCreateNestedOneWithoutAssignedStepsInput = {
|
|
|
999
1006
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAssignedStepsInput;
|
|
1000
1007
|
connect?: Prisma.UserWhereUniqueInput;
|
|
1001
1008
|
};
|
|
1009
|
+
export type UserCreateNestedOneWithoutGateActedStepsInput = {
|
|
1010
|
+
create?: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
1011
|
+
connectOrCreate?: Prisma.UserCreateOrConnectWithoutGateActedStepsInput;
|
|
1012
|
+
connect?: Prisma.UserWhereUniqueInput;
|
|
1013
|
+
};
|
|
1002
1014
|
export type UserUpdateOneWithoutAssignedStepsNestedInput = {
|
|
1003
1015
|
create?: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
1004
1016
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAssignedStepsInput;
|
|
@@ -1008,6 +1020,15 @@ export type UserUpdateOneWithoutAssignedStepsNestedInput = {
|
|
|
1008
1020
|
connect?: Prisma.UserWhereUniqueInput;
|
|
1009
1021
|
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutAssignedStepsInput, Prisma.UserUpdateWithoutAssignedStepsInput>, Prisma.UserUncheckedUpdateWithoutAssignedStepsInput>;
|
|
1010
1022
|
};
|
|
1023
|
+
export type UserUpdateOneWithoutGateActedStepsNestedInput = {
|
|
1024
|
+
create?: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
1025
|
+
connectOrCreate?: Prisma.UserCreateOrConnectWithoutGateActedStepsInput;
|
|
1026
|
+
upsert?: Prisma.UserUpsertWithoutGateActedStepsInput;
|
|
1027
|
+
disconnect?: Prisma.UserWhereInput | boolean;
|
|
1028
|
+
delete?: Prisma.UserWhereInput | boolean;
|
|
1029
|
+
connect?: Prisma.UserWhereUniqueInput;
|
|
1030
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutGateActedStepsInput, Prisma.UserUpdateWithoutGateActedStepsInput>, Prisma.UserUncheckedUpdateWithoutGateActedStepsInput>;
|
|
1031
|
+
};
|
|
1011
1032
|
export type UserCreateNestedOneWithoutStepApprovalsInput = {
|
|
1012
1033
|
create?: Prisma.XOR<Prisma.UserCreateWithoutStepApprovalsInput, Prisma.UserUncheckedCreateWithoutStepApprovalsInput>;
|
|
1013
1034
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutStepApprovalsInput;
|
|
@@ -1228,6 +1249,7 @@ export type UserCreateWithoutUserRolesInput = {
|
|
|
1228
1249
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1229
1250
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1230
1251
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1252
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1231
1253
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1232
1254
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1233
1255
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -1275,6 +1297,7 @@ export type UserUncheckedCreateWithoutUserRolesInput = {
|
|
|
1275
1297
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1276
1298
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1277
1299
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1300
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1278
1301
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1279
1302
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1280
1303
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -1335,6 +1358,7 @@ export type UserUpdateWithoutUserRolesInput = {
|
|
|
1335
1358
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
1336
1359
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
1337
1360
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
1361
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
1338
1362
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
1339
1363
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
1340
1364
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -1382,6 +1406,7 @@ export type UserUncheckedUpdateWithoutUserRolesInput = {
|
|
|
1382
1406
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
1383
1407
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
1384
1408
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
1409
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
1385
1410
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
1386
1411
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
1387
1412
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -1429,6 +1454,7 @@ export type UserCreateWithoutTenantMembershipsInput = {
|
|
|
1429
1454
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1430
1455
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1431
1456
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1457
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1432
1458
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1433
1459
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1434
1460
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -1476,6 +1502,7 @@ export type UserUncheckedCreateWithoutTenantMembershipsInput = {
|
|
|
1476
1502
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1477
1503
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1478
1504
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1505
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1479
1506
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1480
1507
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1481
1508
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -1536,6 +1563,7 @@ export type UserUpdateWithoutTenantMembershipsInput = {
|
|
|
1536
1563
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
1537
1564
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
1538
1565
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
1566
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
1539
1567
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
1540
1568
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
1541
1569
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -1583,6 +1611,7 @@ export type UserUncheckedUpdateWithoutTenantMembershipsInput = {
|
|
|
1583
1611
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
1584
1612
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
1585
1613
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
1614
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
1586
1615
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
1587
1616
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
1588
1617
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -1630,6 +1659,7 @@ export type UserCreateWithoutTenantInput = {
|
|
|
1630
1659
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1631
1660
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1632
1661
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1662
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1633
1663
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1634
1664
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1635
1665
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -1677,6 +1707,7 @@ export type UserUncheckedCreateWithoutTenantInput = {
|
|
|
1677
1707
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1678
1708
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1679
1709
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1710
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1680
1711
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1681
1712
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1682
1713
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -1767,6 +1798,7 @@ export type UserCreateWithoutRefreshTokensInput = {
|
|
|
1767
1798
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1768
1799
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1769
1800
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
1801
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1770
1802
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1771
1803
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1772
1804
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -1814,6 +1846,7 @@ export type UserUncheckedCreateWithoutRefreshTokensInput = {
|
|
|
1814
1846
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
1815
1847
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
1816
1848
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
1849
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
1817
1850
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
1818
1851
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
1819
1852
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -1874,6 +1907,7 @@ export type UserUpdateWithoutRefreshTokensInput = {
|
|
|
1874
1907
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
1875
1908
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
1876
1909
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
1910
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
1877
1911
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
1878
1912
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
1879
1913
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -1921,6 +1955,7 @@ export type UserUncheckedUpdateWithoutRefreshTokensInput = {
|
|
|
1921
1955
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
1922
1956
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
1923
1957
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
1958
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
1924
1959
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
1925
1960
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
1926
1961
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -1968,6 +2003,7 @@ export type UserCreateWithoutPasswordResetsInput = {
|
|
|
1968
2003
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
1969
2004
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
1970
2005
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2006
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
1971
2007
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
1972
2008
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
1973
2009
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -2015,6 +2051,7 @@ export type UserUncheckedCreateWithoutPasswordResetsInput = {
|
|
|
2015
2051
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2016
2052
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2017
2053
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2054
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2018
2055
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2019
2056
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2020
2057
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -2075,6 +2112,7 @@ export type UserUpdateWithoutPasswordResetsInput = {
|
|
|
2075
2112
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2076
2113
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2077
2114
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2115
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2078
2116
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2079
2117
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2080
2118
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2122,6 +2160,7 @@ export type UserUncheckedUpdateWithoutPasswordResetsInput = {
|
|
|
2122
2160
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2123
2161
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2124
2162
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2163
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2125
2164
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2126
2165
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2127
2166
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2169,6 +2208,7 @@ export type UserCreateWithoutSuspensionsInput = {
|
|
|
2169
2208
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2170
2209
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2171
2210
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2211
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2172
2212
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2173
2213
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2174
2214
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -2216,6 +2256,7 @@ export type UserUncheckedCreateWithoutSuspensionsInput = {
|
|
|
2216
2256
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2217
2257
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2218
2258
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2259
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2219
2260
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2220
2261
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2221
2262
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -2276,6 +2317,7 @@ export type UserUpdateWithoutSuspensionsInput = {
|
|
|
2276
2317
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2277
2318
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2278
2319
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2320
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2279
2321
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2280
2322
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2281
2323
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2323,6 +2365,7 @@ export type UserUncheckedUpdateWithoutSuspensionsInput = {
|
|
|
2323
2365
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2324
2366
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2325
2367
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2368
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2326
2369
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2327
2370
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2328
2371
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2370,6 +2413,7 @@ export type UserCreateWithoutEmailPreferencesInput = {
|
|
|
2370
2413
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2371
2414
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2372
2415
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2416
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2373
2417
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2374
2418
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2375
2419
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -2417,6 +2461,7 @@ export type UserUncheckedCreateWithoutEmailPreferencesInput = {
|
|
|
2417
2461
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2418
2462
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2419
2463
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2464
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2420
2465
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2421
2466
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2422
2467
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -2477,6 +2522,7 @@ export type UserUpdateWithoutEmailPreferencesInput = {
|
|
|
2477
2522
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2478
2523
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2479
2524
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2525
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2480
2526
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2481
2527
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2482
2528
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2524,6 +2570,7 @@ export type UserUncheckedUpdateWithoutEmailPreferencesInput = {
|
|
|
2524
2570
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2525
2571
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2526
2572
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2573
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2527
2574
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2528
2575
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2529
2576
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2571,6 +2618,7 @@ export type UserCreateWithoutDeviceEndpointsInput = {
|
|
|
2571
2618
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2572
2619
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2573
2620
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2621
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2574
2622
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2575
2623
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2576
2624
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -2618,6 +2666,7 @@ export type UserUncheckedCreateWithoutDeviceEndpointsInput = {
|
|
|
2618
2666
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2619
2667
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2620
2668
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2669
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2621
2670
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2622
2671
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2623
2672
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -2678,6 +2727,7 @@ export type UserUpdateWithoutDeviceEndpointsInput = {
|
|
|
2678
2727
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2679
2728
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2680
2729
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2730
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2681
2731
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2682
2732
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2683
2733
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2725,6 +2775,7 @@ export type UserUncheckedUpdateWithoutDeviceEndpointsInput = {
|
|
|
2725
2775
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2726
2776
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2727
2777
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2778
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2728
2779
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2729
2780
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2730
2781
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2772,6 +2823,7 @@ export type UserCreateWithoutSocialsInput = {
|
|
|
2772
2823
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2773
2824
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2774
2825
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
2826
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2775
2827
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2776
2828
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2777
2829
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -2819,6 +2871,7 @@ export type UserUncheckedCreateWithoutSocialsInput = {
|
|
|
2819
2871
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
2820
2872
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
2821
2873
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
2874
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
2822
2875
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
2823
2876
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
2824
2877
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -2879,6 +2932,7 @@ export type UserUpdateWithoutSocialsInput = {
|
|
|
2879
2932
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
2880
2933
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
2881
2934
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
2935
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
2882
2936
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
2883
2937
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
2884
2938
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2926,6 +2980,7 @@ export type UserUncheckedUpdateWithoutSocialsInput = {
|
|
|
2926
2980
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
2927
2981
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
2928
2982
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
2983
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
2929
2984
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
2930
2985
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
2931
2986
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -2973,6 +3028,7 @@ export type UserCreateWithoutWalletInput = {
|
|
|
2973
3028
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
2974
3029
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
2975
3030
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3031
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
2976
3032
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
2977
3033
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
2978
3034
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -3020,6 +3076,7 @@ export type UserUncheckedCreateWithoutWalletInput = {
|
|
|
3020
3076
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3021
3077
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3022
3078
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3079
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3023
3080
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3024
3081
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3025
3082
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -3080,6 +3137,7 @@ export type UserUpdateWithoutWalletInput = {
|
|
|
3080
3137
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3081
3138
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3082
3139
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3140
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3083
3141
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3084
3142
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3085
3143
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3127,6 +3185,7 @@ export type UserUncheckedUpdateWithoutWalletInput = {
|
|
|
3127
3185
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3128
3186
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3129
3187
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3188
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3130
3189
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3131
3190
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3132
3191
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3174,6 +3233,7 @@ export type UserCreateWithoutPropertiesInput = {
|
|
|
3174
3233
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3175
3234
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3176
3235
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3236
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3177
3237
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3178
3238
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3179
3239
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -3221,6 +3281,7 @@ export type UserUncheckedCreateWithoutPropertiesInput = {
|
|
|
3221
3281
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3222
3282
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3223
3283
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3284
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3224
3285
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3225
3286
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3226
3287
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -3281,6 +3342,7 @@ export type UserUpdateWithoutPropertiesInput = {
|
|
|
3281
3342
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3282
3343
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3283
3344
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3345
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3284
3346
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3285
3347
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3286
3348
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3328,6 +3390,7 @@ export type UserUncheckedUpdateWithoutPropertiesInput = {
|
|
|
3328
3390
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3329
3391
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3330
3392
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3393
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3331
3394
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3332
3395
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3333
3396
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3375,6 +3438,7 @@ export type UserCreateWithoutApplicationsInput = {
|
|
|
3375
3438
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3376
3439
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3377
3440
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3441
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3378
3442
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3379
3443
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3380
3444
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -3422,6 +3486,7 @@ export type UserUncheckedCreateWithoutApplicationsInput = {
|
|
|
3422
3486
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3423
3487
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3424
3488
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3489
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3425
3490
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3426
3491
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3427
3492
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -3473,6 +3538,7 @@ export type UserCreateWithoutSoldApplicationsInput = {
|
|
|
3473
3538
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
3474
3539
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3475
3540
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3541
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3476
3542
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3477
3543
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3478
3544
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -3520,6 +3586,7 @@ export type UserUncheckedCreateWithoutSoldApplicationsInput = {
|
|
|
3520
3586
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
3521
3587
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3522
3588
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3589
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3523
3590
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3524
3591
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3525
3592
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -3580,6 +3647,7 @@ export type UserUpdateWithoutApplicationsInput = {
|
|
|
3580
3647
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
3581
3648
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3582
3649
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3650
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3583
3651
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3584
3652
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3585
3653
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3627,6 +3695,7 @@ export type UserUncheckedUpdateWithoutApplicationsInput = {
|
|
|
3627
3695
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
3628
3696
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3629
3697
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3698
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3630
3699
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3631
3700
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3632
3701
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3683,6 +3752,7 @@ export type UserUpdateWithoutSoldApplicationsInput = {
|
|
|
3683
3752
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
3684
3753
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
3685
3754
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
3755
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
3686
3756
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
3687
3757
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
3688
3758
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3730,6 +3800,7 @@ export type UserUncheckedUpdateWithoutSoldApplicationsInput = {
|
|
|
3730
3800
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
3731
3801
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
3732
3802
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
3803
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
3733
3804
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
3734
3805
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
3735
3806
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -3778,6 +3849,7 @@ export type UserCreateWithoutRequestedRefundsInput = {
|
|
|
3778
3849
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3779
3850
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3780
3851
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3852
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3781
3853
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3782
3854
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3783
3855
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -3825,6 +3897,7 @@ export type UserUncheckedCreateWithoutRequestedRefundsInput = {
|
|
|
3825
3897
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3826
3898
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3827
3899
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
3900
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3828
3901
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3829
3902
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3830
3903
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -3876,6 +3949,7 @@ export type UserCreateWithoutApprovedRefundsInput = {
|
|
|
3876
3949
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3877
3950
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3878
3951
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
3952
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3879
3953
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3880
3954
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3881
3955
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -3923,6 +3997,7 @@ export type UserUncheckedCreateWithoutApprovedRefundsInput = {
|
|
|
3923
3997
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
3924
3998
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
3925
3999
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4000
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
3926
4001
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
3927
4002
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
3928
4003
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -3974,6 +4049,7 @@ export type UserCreateWithoutProcessedRefundsInput = {
|
|
|
3974
4049
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
3975
4050
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
3976
4051
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4052
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
3977
4053
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
3978
4054
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
3979
4055
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -4021,6 +4097,7 @@ export type UserUncheckedCreateWithoutProcessedRefundsInput = {
|
|
|
4021
4097
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4022
4098
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4023
4099
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4100
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4024
4101
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4025
4102
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4026
4103
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -4081,6 +4158,7 @@ export type UserUpdateWithoutRequestedRefundsInput = {
|
|
|
4081
4158
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4082
4159
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4083
4160
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4161
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4084
4162
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4085
4163
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4086
4164
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4128,6 +4206,7 @@ export type UserUncheckedUpdateWithoutRequestedRefundsInput = {
|
|
|
4128
4206
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4129
4207
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4130
4208
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4209
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4131
4210
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4132
4211
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4133
4212
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4184,6 +4263,7 @@ export type UserUpdateWithoutApprovedRefundsInput = {
|
|
|
4184
4263
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4185
4264
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4186
4265
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4266
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4187
4267
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4188
4268
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4189
4269
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4231,6 +4311,7 @@ export type UserUncheckedUpdateWithoutApprovedRefundsInput = {
|
|
|
4231
4311
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4232
4312
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4233
4313
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4314
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4234
4315
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4235
4316
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4236
4317
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4287,6 +4368,7 @@ export type UserUpdateWithoutProcessedRefundsInput = {
|
|
|
4287
4368
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4288
4369
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4289
4370
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4371
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4290
4372
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4291
4373
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4292
4374
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4334,6 +4416,7 @@ export type UserUncheckedUpdateWithoutProcessedRefundsInput = {
|
|
|
4334
4416
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4335
4417
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4336
4418
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4419
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4337
4420
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4338
4421
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4339
4422
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4380,6 +4463,7 @@ export type UserCreateWithoutAssignedStepsInput = {
|
|
|
4380
4463
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4381
4464
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4382
4465
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4466
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4383
4467
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4384
4468
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4385
4469
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -4427,6 +4511,7 @@ export type UserUncheckedCreateWithoutAssignedStepsInput = {
|
|
|
4427
4511
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4428
4512
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4429
4513
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4514
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4430
4515
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4431
4516
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4432
4517
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -4448,6 +4533,106 @@ export type UserCreateOrConnectWithoutAssignedStepsInput = {
|
|
|
4448
4533
|
where: Prisma.UserWhereUniqueInput;
|
|
4449
4534
|
create: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
4450
4535
|
};
|
|
4536
|
+
export type UserCreateWithoutGateActedStepsInput = {
|
|
4537
|
+
id?: string;
|
|
4538
|
+
email: string;
|
|
4539
|
+
password?: string | null;
|
|
4540
|
+
phone?: string | null;
|
|
4541
|
+
firstName?: string | null;
|
|
4542
|
+
lastName?: string | null;
|
|
4543
|
+
isActive?: boolean;
|
|
4544
|
+
isEmailVerified?: boolean;
|
|
4545
|
+
googleId?: string | null;
|
|
4546
|
+
avatar?: string | null;
|
|
4547
|
+
createdAt?: Date | string;
|
|
4548
|
+
updatedAt?: Date | string;
|
|
4549
|
+
emailVerifiedAt?: Date | string | null;
|
|
4550
|
+
emailVerificationToken?: string | null;
|
|
4551
|
+
lastLoginAt?: Date | string | null;
|
|
4552
|
+
tenant?: Prisma.TenantCreateNestedOneWithoutUsersInput;
|
|
4553
|
+
tenantMemberships?: Prisma.TenantMembershipCreateNestedManyWithoutUserInput;
|
|
4554
|
+
userRoles?: Prisma.UserRoleCreateNestedManyWithoutUserInput;
|
|
4555
|
+
wallet?: Prisma.WalletCreateNestedOneWithoutUserInput;
|
|
4556
|
+
refreshTokens?: Prisma.RefreshTokenCreateNestedManyWithoutUserInput;
|
|
4557
|
+
passwordResets?: Prisma.PasswordResetCreateNestedManyWithoutUserInput;
|
|
4558
|
+
suspensions?: Prisma.UserSuspensionCreateNestedManyWithoutUserInput;
|
|
4559
|
+
emailPreferences?: Prisma.EmailPreferenceCreateNestedManyWithoutUserInput;
|
|
4560
|
+
deviceEndpoints?: Prisma.DeviceEndpointCreateNestedManyWithoutUserInput;
|
|
4561
|
+
socials?: Prisma.SocialCreateNestedManyWithoutUserInput;
|
|
4562
|
+
properties?: Prisma.PropertyCreateNestedManyWithoutUserInput;
|
|
4563
|
+
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4564
|
+
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4565
|
+
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4566
|
+
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4567
|
+
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4568
|
+
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4569
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4570
|
+
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
4571
|
+
initiatedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutInitiatorInput;
|
|
4572
|
+
reviewedTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutReviewerInput;
|
|
4573
|
+
offerLettersGenerated?: Prisma.OfferLetterCreateNestedManyWithoutGeneratedByInput;
|
|
4574
|
+
offerLettersSent?: Prisma.OfferLetterCreateNestedManyWithoutSentByInput;
|
|
4575
|
+
transferRequestsSubmitted?: Prisma.PropertyTransferRequestCreateNestedManyWithoutRequestedByInput;
|
|
4576
|
+
transferRequestsReviewed?: Prisma.PropertyTransferRequestCreateNestedManyWithoutReviewedByInput;
|
|
4577
|
+
approvalRequestsSubmitted?: Prisma.ApprovalRequestCreateNestedManyWithoutRequestedByInput;
|
|
4578
|
+
approvalRequestsAssigned?: Prisma.ApprovalRequestCreateNestedManyWithoutAssigneeInput;
|
|
4579
|
+
approvalRequestsReviewed?: Prisma.ApprovalRequestCreateNestedManyWithoutReviewedByInput;
|
|
4580
|
+
requestedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutRequestedByInput;
|
|
4581
|
+
approvedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutApprovedByInput;
|
|
4582
|
+
processedRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutProcessedByInput;
|
|
4583
|
+
};
|
|
4584
|
+
export type UserUncheckedCreateWithoutGateActedStepsInput = {
|
|
4585
|
+
id?: string;
|
|
4586
|
+
email: string;
|
|
4587
|
+
password?: string | null;
|
|
4588
|
+
phone?: string | null;
|
|
4589
|
+
firstName?: string | null;
|
|
4590
|
+
lastName?: string | null;
|
|
4591
|
+
isActive?: boolean;
|
|
4592
|
+
isEmailVerified?: boolean;
|
|
4593
|
+
googleId?: string | null;
|
|
4594
|
+
avatar?: string | null;
|
|
4595
|
+
tenantId?: string | null;
|
|
4596
|
+
walletId?: string | null;
|
|
4597
|
+
createdAt?: Date | string;
|
|
4598
|
+
updatedAt?: Date | string;
|
|
4599
|
+
emailVerifiedAt?: Date | string | null;
|
|
4600
|
+
emailVerificationToken?: string | null;
|
|
4601
|
+
lastLoginAt?: Date | string | null;
|
|
4602
|
+
tenantMemberships?: Prisma.TenantMembershipUncheckedCreateNestedManyWithoutUserInput;
|
|
4603
|
+
userRoles?: Prisma.UserRoleUncheckedCreateNestedManyWithoutUserInput;
|
|
4604
|
+
refreshTokens?: Prisma.RefreshTokenUncheckedCreateNestedManyWithoutUserInput;
|
|
4605
|
+
passwordResets?: Prisma.PasswordResetUncheckedCreateNestedManyWithoutUserInput;
|
|
4606
|
+
suspensions?: Prisma.UserSuspensionUncheckedCreateNestedManyWithoutUserInput;
|
|
4607
|
+
emailPreferences?: Prisma.EmailPreferenceUncheckedCreateNestedManyWithoutUserInput;
|
|
4608
|
+
deviceEndpoints?: Prisma.DeviceEndpointUncheckedCreateNestedManyWithoutUserInput;
|
|
4609
|
+
socials?: Prisma.SocialUncheckedCreateNestedManyWithoutUserInput;
|
|
4610
|
+
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutUserInput;
|
|
4611
|
+
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4612
|
+
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4613
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4614
|
+
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4615
|
+
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4616
|
+
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4617
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
4618
|
+
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4619
|
+
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutInitiatorInput;
|
|
4620
|
+
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutReviewerInput;
|
|
4621
|
+
offerLettersGenerated?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutGeneratedByInput;
|
|
4622
|
+
offerLettersSent?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutSentByInput;
|
|
4623
|
+
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
4624
|
+
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
4625
|
+
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
4626
|
+
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4627
|
+
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutReviewedByInput;
|
|
4628
|
+
requestedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutRequestedByInput;
|
|
4629
|
+
approvedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutApprovedByInput;
|
|
4630
|
+
processedRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutProcessedByInput;
|
|
4631
|
+
};
|
|
4632
|
+
export type UserCreateOrConnectWithoutGateActedStepsInput = {
|
|
4633
|
+
where: Prisma.UserWhereUniqueInput;
|
|
4634
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
4635
|
+
};
|
|
4451
4636
|
export type UserUpsertWithoutAssignedStepsInput = {
|
|
4452
4637
|
update: Prisma.XOR<Prisma.UserUpdateWithoutAssignedStepsInput, Prisma.UserUncheckedUpdateWithoutAssignedStepsInput>;
|
|
4453
4638
|
create: Prisma.XOR<Prisma.UserCreateWithoutAssignedStepsInput, Prisma.UserUncheckedCreateWithoutAssignedStepsInput>;
|
|
@@ -4487,6 +4672,7 @@ export type UserUpdateWithoutAssignedStepsInput = {
|
|
|
4487
4672
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4488
4673
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4489
4674
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4675
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4490
4676
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4491
4677
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4492
4678
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4534,6 +4720,112 @@ export type UserUncheckedUpdateWithoutAssignedStepsInput = {
|
|
|
4534
4720
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4535
4721
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4536
4722
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4723
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4724
|
+
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4725
|
+
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4726
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4727
|
+
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4728
|
+
initiatedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutInitiatorNestedInput;
|
|
4729
|
+
reviewedTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
4730
|
+
offerLettersGenerated?: Prisma.OfferLetterUncheckedUpdateManyWithoutGeneratedByNestedInput;
|
|
4731
|
+
offerLettersSent?: Prisma.OfferLetterUncheckedUpdateManyWithoutSentByNestedInput;
|
|
4732
|
+
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4733
|
+
transferRequestsReviewed?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4734
|
+
approvalRequestsSubmitted?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4735
|
+
approvalRequestsAssigned?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4736
|
+
approvalRequestsReviewed?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutReviewedByNestedInput;
|
|
4737
|
+
requestedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutRequestedByNestedInput;
|
|
4738
|
+
approvedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutApprovedByNestedInput;
|
|
4739
|
+
processedRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutProcessedByNestedInput;
|
|
4740
|
+
};
|
|
4741
|
+
export type UserUpsertWithoutGateActedStepsInput = {
|
|
4742
|
+
update: Prisma.XOR<Prisma.UserUpdateWithoutGateActedStepsInput, Prisma.UserUncheckedUpdateWithoutGateActedStepsInput>;
|
|
4743
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutGateActedStepsInput, Prisma.UserUncheckedCreateWithoutGateActedStepsInput>;
|
|
4744
|
+
where?: Prisma.UserWhereInput;
|
|
4745
|
+
};
|
|
4746
|
+
export type UserUpdateToOneWithWhereWithoutGateActedStepsInput = {
|
|
4747
|
+
where?: Prisma.UserWhereInput;
|
|
4748
|
+
data: Prisma.XOR<Prisma.UserUpdateWithoutGateActedStepsInput, Prisma.UserUncheckedUpdateWithoutGateActedStepsInput>;
|
|
4749
|
+
};
|
|
4750
|
+
export type UserUpdateWithoutGateActedStepsInput = {
|
|
4751
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4752
|
+
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4753
|
+
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4754
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4755
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4756
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4757
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4758
|
+
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4759
|
+
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4760
|
+
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4761
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4762
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4763
|
+
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4764
|
+
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4765
|
+
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4766
|
+
tenant?: Prisma.TenantUpdateOneWithoutUsersNestedInput;
|
|
4767
|
+
tenantMemberships?: Prisma.TenantMembershipUpdateManyWithoutUserNestedInput;
|
|
4768
|
+
userRoles?: Prisma.UserRoleUpdateManyWithoutUserNestedInput;
|
|
4769
|
+
wallet?: Prisma.WalletUpdateOneWithoutUserNestedInput;
|
|
4770
|
+
refreshTokens?: Prisma.RefreshTokenUpdateManyWithoutUserNestedInput;
|
|
4771
|
+
passwordResets?: Prisma.PasswordResetUpdateManyWithoutUserNestedInput;
|
|
4772
|
+
suspensions?: Prisma.UserSuspensionUpdateManyWithoutUserNestedInput;
|
|
4773
|
+
emailPreferences?: Prisma.EmailPreferenceUpdateManyWithoutUserNestedInput;
|
|
4774
|
+
deviceEndpoints?: Prisma.DeviceEndpointUpdateManyWithoutUserNestedInput;
|
|
4775
|
+
socials?: Prisma.SocialUpdateManyWithoutUserNestedInput;
|
|
4776
|
+
properties?: Prisma.PropertyUpdateManyWithoutUserNestedInput;
|
|
4777
|
+
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4778
|
+
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4779
|
+
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4780
|
+
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4781
|
+
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4782
|
+
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4783
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4784
|
+
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
4785
|
+
initiatedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutInitiatorNestedInput;
|
|
4786
|
+
reviewedTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutReviewerNestedInput;
|
|
4787
|
+
offerLettersGenerated?: Prisma.OfferLetterUpdateManyWithoutGeneratedByNestedInput;
|
|
4788
|
+
offerLettersSent?: Prisma.OfferLetterUpdateManyWithoutSentByNestedInput;
|
|
4789
|
+
transferRequestsSubmitted?: Prisma.PropertyTransferRequestUpdateManyWithoutRequestedByNestedInput;
|
|
4790
|
+
transferRequestsReviewed?: Prisma.PropertyTransferRequestUpdateManyWithoutReviewedByNestedInput;
|
|
4791
|
+
approvalRequestsSubmitted?: Prisma.ApprovalRequestUpdateManyWithoutRequestedByNestedInput;
|
|
4792
|
+
approvalRequestsAssigned?: Prisma.ApprovalRequestUpdateManyWithoutAssigneeNestedInput;
|
|
4793
|
+
approvalRequestsReviewed?: Prisma.ApprovalRequestUpdateManyWithoutReviewedByNestedInput;
|
|
4794
|
+
requestedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutRequestedByNestedInput;
|
|
4795
|
+
approvedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutApprovedByNestedInput;
|
|
4796
|
+
processedRefunds?: Prisma.ApplicationRefundUpdateManyWithoutProcessedByNestedInput;
|
|
4797
|
+
};
|
|
4798
|
+
export type UserUncheckedUpdateWithoutGateActedStepsInput = {
|
|
4799
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4800
|
+
email?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
4801
|
+
password?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4802
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4803
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4804
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4805
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4806
|
+
isEmailVerified?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
4807
|
+
googleId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4808
|
+
avatar?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4809
|
+
tenantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4810
|
+
walletId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4811
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4812
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
4813
|
+
emailVerifiedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4814
|
+
emailVerificationToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
4815
|
+
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
4816
|
+
tenantMemberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutUserNestedInput;
|
|
4817
|
+
userRoles?: Prisma.UserRoleUncheckedUpdateManyWithoutUserNestedInput;
|
|
4818
|
+
refreshTokens?: Prisma.RefreshTokenUncheckedUpdateManyWithoutUserNestedInput;
|
|
4819
|
+
passwordResets?: Prisma.PasswordResetUncheckedUpdateManyWithoutUserNestedInput;
|
|
4820
|
+
suspensions?: Prisma.UserSuspensionUncheckedUpdateManyWithoutUserNestedInput;
|
|
4821
|
+
emailPreferences?: Prisma.EmailPreferenceUncheckedUpdateManyWithoutUserNestedInput;
|
|
4822
|
+
deviceEndpoints?: Prisma.DeviceEndpointUncheckedUpdateManyWithoutUserNestedInput;
|
|
4823
|
+
socials?: Prisma.SocialUncheckedUpdateManyWithoutUserNestedInput;
|
|
4824
|
+
properties?: Prisma.PropertyUncheckedUpdateManyWithoutUserNestedInput;
|
|
4825
|
+
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4826
|
+
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4827
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4828
|
+
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
4537
4829
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4538
4830
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4539
4831
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4582,6 +4874,7 @@ export type UserCreateWithoutStepApprovalsInput = {
|
|
|
4582
4874
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4583
4875
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4584
4876
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
4877
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4585
4878
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4586
4879
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4587
4880
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
@@ -4629,6 +4922,7 @@ export type UserUncheckedCreateWithoutStepApprovalsInput = {
|
|
|
4629
4922
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4630
4923
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
4631
4924
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
4925
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4632
4926
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4633
4927
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
4634
4928
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
@@ -4689,6 +4983,7 @@ export type UserUpdateWithoutStepApprovalsInput = {
|
|
|
4689
4983
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4690
4984
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
4691
4985
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
4986
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4692
4987
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4693
4988
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
4694
4989
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
@@ -4736,6 +5031,7 @@ export type UserUncheckedUpdateWithoutStepApprovalsInput = {
|
|
|
4736
5031
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4737
5032
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
4738
5033
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5034
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4739
5035
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4740
5036
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
4741
5037
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
@@ -4782,6 +5078,7 @@ export type UserCreateWithoutApplicationPaymentsInput = {
|
|
|
4782
5078
|
applications?: Prisma.ApplicationCreateNestedManyWithoutBuyerInput;
|
|
4783
5079
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4784
5080
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5081
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4785
5082
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4786
5083
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
4787
5084
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -4829,6 +5126,7 @@ export type UserUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
|
4829
5126
|
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutBuyerInput;
|
|
4830
5127
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
4831
5128
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5129
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
4832
5130
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
4833
5131
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
4834
5132
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -4889,6 +5187,7 @@ export type UserUpdateWithoutApplicationPaymentsInput = {
|
|
|
4889
5187
|
applications?: Prisma.ApplicationUpdateManyWithoutBuyerNestedInput;
|
|
4890
5188
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
4891
5189
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5190
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
4892
5191
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
4893
5192
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
4894
5193
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4936,6 +5235,7 @@ export type UserUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
|
4936
5235
|
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutBuyerNestedInput;
|
|
4937
5236
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
4938
5237
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5238
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
4939
5239
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
4940
5240
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
4941
5241
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -4984,6 +5284,7 @@ export type UserCreateWithoutUploadedDocsInput = {
|
|
|
4984
5284
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
4985
5285
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
4986
5286
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5287
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
4987
5288
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
4988
5289
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
4989
5290
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
@@ -5031,6 +5332,7 @@ export type UserUncheckedCreateWithoutUploadedDocsInput = {
|
|
|
5031
5332
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5032
5333
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5033
5334
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5335
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5034
5336
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5035
5337
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
5036
5338
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
@@ -5091,6 +5393,7 @@ export type UserUpdateWithoutUploadedDocsInput = {
|
|
|
5091
5393
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5092
5394
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5093
5395
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5396
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5094
5397
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5095
5398
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
5096
5399
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
@@ -5138,6 +5441,7 @@ export type UserUncheckedUpdateWithoutUploadedDocsInput = {
|
|
|
5138
5441
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5139
5442
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5140
5443
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5444
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5141
5445
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5142
5446
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
5143
5447
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
@@ -5185,6 +5489,7 @@ export type UserCreateWithoutOfferLettersGeneratedInput = {
|
|
|
5185
5489
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5186
5490
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5187
5491
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5492
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5188
5493
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5189
5494
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5190
5495
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -5232,6 +5537,7 @@ export type UserUncheckedCreateWithoutOfferLettersGeneratedInput = {
|
|
|
5232
5537
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5233
5538
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5234
5539
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5540
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5235
5541
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5236
5542
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5237
5543
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -5283,6 +5589,7 @@ export type UserCreateWithoutOfferLettersSentInput = {
|
|
|
5283
5589
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5284
5590
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5285
5591
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5592
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5286
5593
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5287
5594
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5288
5595
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -5330,6 +5637,7 @@ export type UserUncheckedCreateWithoutOfferLettersSentInput = {
|
|
|
5330
5637
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5331
5638
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5332
5639
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5640
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5333
5641
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5334
5642
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5335
5643
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -5390,6 +5698,7 @@ export type UserUpdateWithoutOfferLettersGeneratedInput = {
|
|
|
5390
5698
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5391
5699
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5392
5700
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5701
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5393
5702
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5394
5703
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5395
5704
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5437,6 +5746,7 @@ export type UserUncheckedUpdateWithoutOfferLettersGeneratedInput = {
|
|
|
5437
5746
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5438
5747
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5439
5748
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5749
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5440
5750
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5441
5751
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5442
5752
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5493,6 +5803,7 @@ export type UserUpdateWithoutOfferLettersSentInput = {
|
|
|
5493
5803
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5494
5804
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5495
5805
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
5806
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5496
5807
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5497
5808
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5498
5809
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5540,6 +5851,7 @@ export type UserUncheckedUpdateWithoutOfferLettersSentInput = {
|
|
|
5540
5851
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5541
5852
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5542
5853
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
5854
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5543
5855
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5544
5856
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5545
5857
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5587,6 +5899,7 @@ export type UserCreateWithoutInitiatedTerminationsInput = {
|
|
|
5587
5899
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5588
5900
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5589
5901
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
5902
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5590
5903
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5591
5904
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5592
5905
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -5634,6 +5947,7 @@ export type UserUncheckedCreateWithoutInitiatedTerminationsInput = {
|
|
|
5634
5947
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5635
5948
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5636
5949
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
5950
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5637
5951
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5638
5952
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5639
5953
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -5685,6 +5999,7 @@ export type UserCreateWithoutReviewedTerminationsInput = {
|
|
|
5685
5999
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5686
6000
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5687
6001
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6002
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5688
6003
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5689
6004
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5690
6005
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -5732,6 +6047,7 @@ export type UserUncheckedCreateWithoutReviewedTerminationsInput = {
|
|
|
5732
6047
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
5733
6048
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
5734
6049
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6050
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
5735
6051
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
5736
6052
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
5737
6053
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -5792,6 +6108,7 @@ export type UserUpdateWithoutInitiatedTerminationsInput = {
|
|
|
5792
6108
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5793
6109
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5794
6110
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6111
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5795
6112
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5796
6113
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5797
6114
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5839,6 +6156,7 @@ export type UserUncheckedUpdateWithoutInitiatedTerminationsInput = {
|
|
|
5839
6156
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5840
6157
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5841
6158
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6159
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5842
6160
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5843
6161
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5844
6162
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5895,6 +6213,7 @@ export type UserUpdateWithoutReviewedTerminationsInput = {
|
|
|
5895
6213
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
5896
6214
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
5897
6215
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6216
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
5898
6217
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
5899
6218
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
5900
6219
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5942,6 +6261,7 @@ export type UserUncheckedUpdateWithoutReviewedTerminationsInput = {
|
|
|
5942
6261
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
5943
6262
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
5944
6263
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6264
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
5945
6265
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
5946
6266
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
5947
6267
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -5989,6 +6309,7 @@ export type UserCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
5989
6309
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
5990
6310
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
5991
6311
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6312
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
5992
6313
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
5993
6314
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
5994
6315
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutReviewerInput;
|
|
@@ -6036,6 +6357,7 @@ export type UserUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
6036
6357
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6037
6358
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6038
6359
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6360
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6039
6361
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6040
6362
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6041
6363
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutReviewerInput;
|
|
@@ -6087,6 +6409,7 @@ export type UserCreateWithoutReviewedChangeRequestsInput = {
|
|
|
6087
6409
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6088
6410
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6089
6411
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6412
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6090
6413
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6091
6414
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6092
6415
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -6134,6 +6457,7 @@ export type UserUncheckedCreateWithoutReviewedChangeRequestsInput = {
|
|
|
6134
6457
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6135
6458
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6136
6459
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6460
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6137
6461
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6138
6462
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6139
6463
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -6194,6 +6518,7 @@ export type UserUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
6194
6518
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6195
6519
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6196
6520
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6521
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6197
6522
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6198
6523
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6199
6524
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutReviewerNestedInput;
|
|
@@ -6241,6 +6566,7 @@ export type UserUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
6241
6566
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6242
6567
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6243
6568
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6569
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6244
6570
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6245
6571
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6246
6572
|
reviewedChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutReviewerNestedInput;
|
|
@@ -6297,6 +6623,7 @@ export type UserUpdateWithoutReviewedChangeRequestsInput = {
|
|
|
6297
6623
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6298
6624
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6299
6625
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6626
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6300
6627
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6301
6628
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6302
6629
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -6344,6 +6671,7 @@ export type UserUncheckedUpdateWithoutReviewedChangeRequestsInput = {
|
|
|
6344
6671
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6345
6672
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6346
6673
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6674
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6347
6675
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6348
6676
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6349
6677
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -6391,6 +6719,7 @@ export type UserCreateWithoutTransferRequestsSubmittedInput = {
|
|
|
6391
6719
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6392
6720
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6393
6721
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6722
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6394
6723
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6395
6724
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6396
6725
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -6438,6 +6767,7 @@ export type UserUncheckedCreateWithoutTransferRequestsSubmittedInput = {
|
|
|
6438
6767
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6439
6768
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6440
6769
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6770
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6441
6771
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6442
6772
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6443
6773
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -6489,6 +6819,7 @@ export type UserCreateWithoutTransferRequestsReviewedInput = {
|
|
|
6489
6819
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6490
6820
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6491
6821
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
6822
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6492
6823
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6493
6824
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6494
6825
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -6536,6 +6867,7 @@ export type UserUncheckedCreateWithoutTransferRequestsReviewedInput = {
|
|
|
6536
6867
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6537
6868
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6538
6869
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
6870
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6539
6871
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6540
6872
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6541
6873
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -6596,6 +6928,7 @@ export type UserUpdateWithoutTransferRequestsSubmittedInput = {
|
|
|
6596
6928
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6597
6929
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6598
6930
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
6931
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6599
6932
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6600
6933
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6601
6934
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -6643,6 +6976,7 @@ export type UserUncheckedUpdateWithoutTransferRequestsSubmittedInput = {
|
|
|
6643
6976
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6644
6977
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6645
6978
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
6979
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6646
6980
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6647
6981
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6648
6982
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -6699,6 +7033,7 @@ export type UserUpdateWithoutTransferRequestsReviewedInput = {
|
|
|
6699
7033
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
6700
7034
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
6701
7035
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7036
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
6702
7037
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
6703
7038
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
6704
7039
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -6746,6 +7081,7 @@ export type UserUncheckedUpdateWithoutTransferRequestsReviewedInput = {
|
|
|
6746
7081
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
6747
7082
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
6748
7083
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7084
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
6749
7085
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
6750
7086
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
6751
7087
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -6793,6 +7129,7 @@ export type UserCreateWithoutApprovalRequestsSubmittedInput = {
|
|
|
6793
7129
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6794
7130
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6795
7131
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7132
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6796
7133
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6797
7134
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6798
7135
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -6840,6 +7177,7 @@ export type UserUncheckedCreateWithoutApprovalRequestsSubmittedInput = {
|
|
|
6840
7177
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6841
7178
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6842
7179
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7180
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6843
7181
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6844
7182
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6845
7183
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -6891,6 +7229,7 @@ export type UserCreateWithoutApprovalRequestsAssignedInput = {
|
|
|
6891
7229
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6892
7230
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6893
7231
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7232
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6894
7233
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6895
7234
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6896
7235
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -6938,6 +7277,7 @@ export type UserUncheckedCreateWithoutApprovalRequestsAssignedInput = {
|
|
|
6938
7277
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
6939
7278
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
6940
7279
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7280
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
6941
7281
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
6942
7282
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
6943
7283
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -6989,6 +7329,7 @@ export type UserCreateWithoutApprovalRequestsReviewedInput = {
|
|
|
6989
7329
|
soldApplications?: Prisma.ApplicationCreateNestedManyWithoutSellerInput;
|
|
6990
7330
|
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutPayerInput;
|
|
6991
7331
|
assignedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutAssigneeInput;
|
|
7332
|
+
gateActedSteps?: Prisma.DocumentationStepCreateNestedManyWithoutGateActedByInput;
|
|
6992
7333
|
stepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutApproverInput;
|
|
6993
7334
|
uploadedDocs?: Prisma.ApplicationDocumentCreateNestedManyWithoutUploadedByInput;
|
|
6994
7335
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutRequestorInput;
|
|
@@ -7036,6 +7377,7 @@ export type UserUncheckedCreateWithoutApprovalRequestsReviewedInput = {
|
|
|
7036
7377
|
soldApplications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutSellerInput;
|
|
7037
7378
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutPayerInput;
|
|
7038
7379
|
assignedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutAssigneeInput;
|
|
7380
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutGateActedByInput;
|
|
7039
7381
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutApproverInput;
|
|
7040
7382
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutUploadedByInput;
|
|
7041
7383
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutRequestorInput;
|
|
@@ -7096,6 +7438,7 @@ export type UserUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
|
7096
7438
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7097
7439
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7098
7440
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7441
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7099
7442
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7100
7443
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7101
7444
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7143,6 +7486,7 @@ export type UserUncheckedUpdateWithoutApprovalRequestsSubmittedInput = {
|
|
|
7143
7486
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7144
7487
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7145
7488
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7489
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7146
7490
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7147
7491
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7148
7492
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7199,6 +7543,7 @@ export type UserUpdateWithoutApprovalRequestsAssignedInput = {
|
|
|
7199
7543
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7200
7544
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7201
7545
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7546
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7202
7547
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7203
7548
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7204
7549
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7246,6 +7591,7 @@ export type UserUncheckedUpdateWithoutApprovalRequestsAssignedInput = {
|
|
|
7246
7591
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7247
7592
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7248
7593
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7594
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7249
7595
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7250
7596
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7251
7597
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7302,6 +7648,7 @@ export type UserUpdateWithoutApprovalRequestsReviewedInput = {
|
|
|
7302
7648
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7303
7649
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7304
7650
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7651
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7305
7652
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7306
7653
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7307
7654
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7349,6 +7696,7 @@ export type UserUncheckedUpdateWithoutApprovalRequestsReviewedInput = {
|
|
|
7349
7696
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7350
7697
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7351
7698
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7699
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7352
7700
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7353
7701
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7354
7702
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7413,6 +7761,7 @@ export type UserUpdateWithoutTenantInput = {
|
|
|
7413
7761
|
soldApplications?: Prisma.ApplicationUpdateManyWithoutSellerNestedInput;
|
|
7414
7762
|
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutPayerNestedInput;
|
|
7415
7763
|
assignedSteps?: Prisma.DocumentationStepUpdateManyWithoutAssigneeNestedInput;
|
|
7764
|
+
gateActedSteps?: Prisma.DocumentationStepUpdateManyWithoutGateActedByNestedInput;
|
|
7416
7765
|
stepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutApproverNestedInput;
|
|
7417
7766
|
uploadedDocs?: Prisma.ApplicationDocumentUpdateManyWithoutUploadedByNestedInput;
|
|
7418
7767
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7460,6 +7809,7 @@ export type UserUncheckedUpdateWithoutTenantInput = {
|
|
|
7460
7809
|
soldApplications?: Prisma.ApplicationUncheckedUpdateManyWithoutSellerNestedInput;
|
|
7461
7810
|
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutPayerNestedInput;
|
|
7462
7811
|
assignedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutAssigneeNestedInput;
|
|
7812
|
+
gateActedSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutGateActedByNestedInput;
|
|
7463
7813
|
stepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutApproverNestedInput;
|
|
7464
7814
|
uploadedDocs?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutUploadedByNestedInput;
|
|
7465
7815
|
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutRequestorNestedInput;
|
|
@@ -7512,6 +7862,7 @@ export type UserCountOutputType = {
|
|
|
7512
7862
|
soldApplications: number;
|
|
7513
7863
|
applicationPayments: number;
|
|
7514
7864
|
assignedSteps: number;
|
|
7865
|
+
gateActedSteps: number;
|
|
7515
7866
|
stepApprovals: number;
|
|
7516
7867
|
uploadedDocs: number;
|
|
7517
7868
|
paymentMethodChangeRequests: number;
|
|
@@ -7543,6 +7894,7 @@ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.I
|
|
|
7543
7894
|
soldApplications?: boolean | UserCountOutputTypeCountSoldApplicationsArgs;
|
|
7544
7895
|
applicationPayments?: boolean | UserCountOutputTypeCountApplicationPaymentsArgs;
|
|
7545
7896
|
assignedSteps?: boolean | UserCountOutputTypeCountAssignedStepsArgs;
|
|
7897
|
+
gateActedSteps?: boolean | UserCountOutputTypeCountGateActedStepsArgs;
|
|
7546
7898
|
stepApprovals?: boolean | UserCountOutputTypeCountStepApprovalsArgs;
|
|
7547
7899
|
uploadedDocs?: boolean | UserCountOutputTypeCountUploadedDocsArgs;
|
|
7548
7900
|
paymentMethodChangeRequests?: boolean | UserCountOutputTypeCountPaymentMethodChangeRequestsArgs;
|
|
@@ -7647,6 +7999,12 @@ export type UserCountOutputTypeCountApplicationPaymentsArgs<ExtArgs extends runt
|
|
|
7647
7999
|
export type UserCountOutputTypeCountAssignedStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
7648
8000
|
where?: Prisma.DocumentationStepWhereInput;
|
|
7649
8001
|
};
|
|
8002
|
+
/**
|
|
8003
|
+
* UserCountOutputType without action
|
|
8004
|
+
*/
|
|
8005
|
+
export type UserCountOutputTypeCountGateActedStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
8006
|
+
where?: Prisma.DocumentationStepWhereInput;
|
|
8007
|
+
};
|
|
7650
8008
|
/**
|
|
7651
8009
|
* UserCountOutputType without action
|
|
7652
8010
|
*/
|
|
@@ -7776,6 +8134,7 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
|
|
|
7776
8134
|
soldApplications?: boolean | Prisma.User$soldApplicationsArgs<ExtArgs>;
|
|
7777
8135
|
applicationPayments?: boolean | Prisma.User$applicationPaymentsArgs<ExtArgs>;
|
|
7778
8136
|
assignedSteps?: boolean | Prisma.User$assignedStepsArgs<ExtArgs>;
|
|
8137
|
+
gateActedSteps?: boolean | Prisma.User$gateActedStepsArgs<ExtArgs>;
|
|
7779
8138
|
stepApprovals?: boolean | Prisma.User$stepApprovalsArgs<ExtArgs>;
|
|
7780
8139
|
uploadedDocs?: boolean | Prisma.User$uploadedDocsArgs<ExtArgs>;
|
|
7781
8140
|
paymentMethodChangeRequests?: boolean | Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
@@ -7830,6 +8189,7 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
7830
8189
|
soldApplications?: boolean | Prisma.User$soldApplicationsArgs<ExtArgs>;
|
|
7831
8190
|
applicationPayments?: boolean | Prisma.User$applicationPaymentsArgs<ExtArgs>;
|
|
7832
8191
|
assignedSteps?: boolean | Prisma.User$assignedStepsArgs<ExtArgs>;
|
|
8192
|
+
gateActedSteps?: boolean | Prisma.User$gateActedStepsArgs<ExtArgs>;
|
|
7833
8193
|
stepApprovals?: boolean | Prisma.User$stepApprovalsArgs<ExtArgs>;
|
|
7834
8194
|
uploadedDocs?: boolean | Prisma.User$uploadedDocsArgs<ExtArgs>;
|
|
7835
8195
|
paymentMethodChangeRequests?: boolean | Prisma.User$paymentMethodChangeRequestsArgs<ExtArgs>;
|
|
@@ -7866,6 +8226,7 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
7866
8226
|
soldApplications: Prisma.$ApplicationPayload<ExtArgs>[];
|
|
7867
8227
|
applicationPayments: Prisma.$ApplicationPaymentPayload<ExtArgs>[];
|
|
7868
8228
|
assignedSteps: Prisma.$DocumentationStepPayload<ExtArgs>[];
|
|
8229
|
+
gateActedSteps: Prisma.$DocumentationStepPayload<ExtArgs>[];
|
|
7869
8230
|
stepApprovals: Prisma.$DocumentationStepApprovalPayload<ExtArgs>[];
|
|
7870
8231
|
uploadedDocs: Prisma.$ApplicationDocumentPayload<ExtArgs>[];
|
|
7871
8232
|
paymentMethodChangeRequests: Prisma.$PaymentMethodChangeRequestPayload<ExtArgs>[];
|
|
@@ -8193,6 +8554,7 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
|
|
|
8193
8554
|
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>;
|
|
8194
8555
|
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>;
|
|
8195
8556
|
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>;
|
|
8557
|
+
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>;
|
|
8196
8558
|
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>;
|
|
8197
8559
|
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>;
|
|
8198
8560
|
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>;
|
|
@@ -8913,6 +9275,29 @@ export type User$assignedStepsArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
|
|
8913
9275
|
skip?: number;
|
|
8914
9276
|
distinct?: Prisma.DocumentationStepScalarFieldEnum | Prisma.DocumentationStepScalarFieldEnum[];
|
|
8915
9277
|
};
|
|
9278
|
+
/**
|
|
9279
|
+
* User.gateActedSteps
|
|
9280
|
+
*/
|
|
9281
|
+
export type User$gateActedStepsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
9282
|
+
/**
|
|
9283
|
+
* Select specific fields to fetch from the DocumentationStep
|
|
9284
|
+
*/
|
|
9285
|
+
select?: Prisma.DocumentationStepSelect<ExtArgs> | null;
|
|
9286
|
+
/**
|
|
9287
|
+
* Omit specific fields from the DocumentationStep
|
|
9288
|
+
*/
|
|
9289
|
+
omit?: Prisma.DocumentationStepOmit<ExtArgs> | null;
|
|
9290
|
+
/**
|
|
9291
|
+
* Choose, which related nodes to fetch as well
|
|
9292
|
+
*/
|
|
9293
|
+
include?: Prisma.DocumentationStepInclude<ExtArgs> | null;
|
|
9294
|
+
where?: Prisma.DocumentationStepWhereInput;
|
|
9295
|
+
orderBy?: Prisma.DocumentationStepOrderByWithRelationInput | Prisma.DocumentationStepOrderByWithRelationInput[];
|
|
9296
|
+
cursor?: Prisma.DocumentationStepWhereUniqueInput;
|
|
9297
|
+
take?: number;
|
|
9298
|
+
skip?: number;
|
|
9299
|
+
distinct?: Prisma.DocumentationStepScalarFieldEnum | Prisma.DocumentationStepScalarFieldEnum[];
|
|
9300
|
+
};
|
|
8916
9301
|
/**
|
|
8917
9302
|
* User.stepApprovals
|
|
8918
9303
|
*/
|