@valentine-efagene/qshelter-common 2.0.103 → 2.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/browser.d.ts +10 -0
- package/dist/generated/client/client.d.ts +10 -0
- package/dist/generated/client/commonInputTypes.d.ts +90 -0
- package/dist/generated/client/enums.d.ts +34 -0
- package/dist/generated/client/enums.js +31 -0
- package/dist/generated/client/internal/class.d.ts +22 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +208 -1
- package/dist/generated/client/internal/prismaNamespace.js +57 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +61 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +57 -0
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +299 -1
- package/dist/generated/client/models/QuestionnairePhase.d.ts +413 -1
- package/dist/generated/client/models/QuestionnairePlan.d.ts +1844 -0
- package/dist/generated/client/models/QuestionnairePlan.js +1 -0
- package/dist/generated/client/models/QuestionnairePlanQuestion.d.ts +1444 -0
- package/dist/generated/client/models/QuestionnairePlanQuestion.js +1 -0
- package/dist/generated/client/models/Tenant.d.ts +549 -0
- package/dist/generated/client/models/index.d.ts +2 -0
- package/dist/generated/client/models/index.js +2 -0
- package/dist/generated/client/models.d.ts +2 -0
- package/dist/src/prisma/tenant.js +2 -0
- package/package.json +1 -1
- package/prisma/schema.prisma +138 -0
|
@@ -202,6 +202,7 @@ export type TenantWhereInput = {
|
|
|
202
202
|
settings?: Prisma.SettingsListRelationFilter;
|
|
203
203
|
domainEvents?: Prisma.DomainEventListRelationFilter;
|
|
204
204
|
workflowBlockers?: Prisma.WorkflowBlockerListRelationFilter;
|
|
205
|
+
questionnairePlans?: Prisma.QuestionnairePlanListRelationFilter;
|
|
205
206
|
};
|
|
206
207
|
export type TenantOrderByWithRelationInput = {
|
|
207
208
|
id?: Prisma.SortOrder;
|
|
@@ -266,6 +267,7 @@ export type TenantOrderByWithRelationInput = {
|
|
|
266
267
|
settings?: Prisma.SettingsOrderByRelationAggregateInput;
|
|
267
268
|
domainEvents?: Prisma.DomainEventOrderByRelationAggregateInput;
|
|
268
269
|
workflowBlockers?: Prisma.WorkflowBlockerOrderByRelationAggregateInput;
|
|
270
|
+
questionnairePlans?: Prisma.QuestionnairePlanOrderByRelationAggregateInput;
|
|
269
271
|
_relevance?: Prisma.TenantOrderByRelevanceInput;
|
|
270
272
|
};
|
|
271
273
|
export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -334,6 +336,7 @@ export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
|
334
336
|
settings?: Prisma.SettingsListRelationFilter;
|
|
335
337
|
domainEvents?: Prisma.DomainEventListRelationFilter;
|
|
336
338
|
workflowBlockers?: Prisma.WorkflowBlockerListRelationFilter;
|
|
339
|
+
questionnairePlans?: Prisma.QuestionnairePlanListRelationFilter;
|
|
337
340
|
}, "id" | "subdomain">;
|
|
338
341
|
export type TenantOrderByWithAggregationInput = {
|
|
339
342
|
id?: Prisma.SortOrder;
|
|
@@ -420,6 +423,7 @@ export type TenantCreateInput = {
|
|
|
420
423
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
421
424
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
422
425
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
426
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
423
427
|
};
|
|
424
428
|
export type TenantUncheckedCreateInput = {
|
|
425
429
|
id?: string;
|
|
@@ -484,6 +488,7 @@ export type TenantUncheckedCreateInput = {
|
|
|
484
488
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
485
489
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
486
490
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
491
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
487
492
|
};
|
|
488
493
|
export type TenantUpdateInput = {
|
|
489
494
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -548,6 +553,7 @@ export type TenantUpdateInput = {
|
|
|
548
553
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
549
554
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
550
555
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
556
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
551
557
|
};
|
|
552
558
|
export type TenantUncheckedUpdateInput = {
|
|
553
559
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -612,6 +618,7 @@ export type TenantUncheckedUpdateInput = {
|
|
|
612
618
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
613
619
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
614
620
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
621
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
615
622
|
};
|
|
616
623
|
export type TenantCreateManyInput = {
|
|
617
624
|
id?: string;
|
|
@@ -910,6 +917,20 @@ export type TenantUpdateOneWithoutDocumentationPlansNestedInput = {
|
|
|
910
917
|
connect?: Prisma.TenantWhereUniqueInput;
|
|
911
918
|
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutDocumentationPlansInput, Prisma.TenantUpdateWithoutDocumentationPlansInput>, Prisma.TenantUncheckedUpdateWithoutDocumentationPlansInput>;
|
|
912
919
|
};
|
|
920
|
+
export type TenantCreateNestedOneWithoutQuestionnairePlansInput = {
|
|
921
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutQuestionnairePlansInput, Prisma.TenantUncheckedCreateWithoutQuestionnairePlansInput>;
|
|
922
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutQuestionnairePlansInput;
|
|
923
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
924
|
+
};
|
|
925
|
+
export type TenantUpdateOneWithoutQuestionnairePlansNestedInput = {
|
|
926
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutQuestionnairePlansInput, Prisma.TenantUncheckedCreateWithoutQuestionnairePlansInput>;
|
|
927
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutQuestionnairePlansInput;
|
|
928
|
+
upsert?: Prisma.TenantUpsertWithoutQuestionnairePlansInput;
|
|
929
|
+
disconnect?: Prisma.TenantWhereInput | boolean;
|
|
930
|
+
delete?: Prisma.TenantWhereInput | boolean;
|
|
931
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
932
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutQuestionnairePlansInput, Prisma.TenantUpdateWithoutQuestionnairePlansInput>, Prisma.TenantUncheckedUpdateWithoutQuestionnairePlansInput>;
|
|
933
|
+
};
|
|
913
934
|
export type TenantCreateNestedOneWithoutPaymentPlansInput = {
|
|
914
935
|
create?: Prisma.XOR<Prisma.TenantCreateWithoutPaymentPlansInput, Prisma.TenantUncheckedCreateWithoutPaymentPlansInput>;
|
|
915
936
|
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutPaymentPlansInput;
|
|
@@ -1418,6 +1439,7 @@ export type TenantCreateWithoutUsersInput = {
|
|
|
1418
1439
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
1419
1440
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
1420
1441
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
1442
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
1421
1443
|
};
|
|
1422
1444
|
export type TenantUncheckedCreateWithoutUsersInput = {
|
|
1423
1445
|
id?: string;
|
|
@@ -1481,6 +1503,7 @@ export type TenantUncheckedCreateWithoutUsersInput = {
|
|
|
1481
1503
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
1482
1504
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1483
1505
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
1506
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1484
1507
|
};
|
|
1485
1508
|
export type TenantCreateOrConnectWithoutUsersInput = {
|
|
1486
1509
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1557,6 +1580,7 @@ export type TenantUpdateWithoutUsersInput = {
|
|
|
1557
1580
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
1558
1581
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
1559
1582
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
1583
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
1560
1584
|
};
|
|
1561
1585
|
export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
1562
1586
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1620,6 +1644,7 @@ export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
|
1620
1644
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1621
1645
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1622
1646
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1647
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1623
1648
|
};
|
|
1624
1649
|
export type TenantCreateWithoutRolesInput = {
|
|
1625
1650
|
id?: string;
|
|
@@ -1683,6 +1708,7 @@ export type TenantCreateWithoutRolesInput = {
|
|
|
1683
1708
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
1684
1709
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
1685
1710
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
1711
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
1686
1712
|
};
|
|
1687
1713
|
export type TenantUncheckedCreateWithoutRolesInput = {
|
|
1688
1714
|
id?: string;
|
|
@@ -1746,6 +1772,7 @@ export type TenantUncheckedCreateWithoutRolesInput = {
|
|
|
1746
1772
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
1747
1773
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1748
1774
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
1775
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1749
1776
|
};
|
|
1750
1777
|
export type TenantCreateOrConnectWithoutRolesInput = {
|
|
1751
1778
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1822,6 +1849,7 @@ export type TenantUpdateWithoutRolesInput = {
|
|
|
1822
1849
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
1823
1850
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
1824
1851
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
1852
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
1825
1853
|
};
|
|
1826
1854
|
export type TenantUncheckedUpdateWithoutRolesInput = {
|
|
1827
1855
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1885,6 +1913,7 @@ export type TenantUncheckedUpdateWithoutRolesInput = {
|
|
|
1885
1913
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1886
1914
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1887
1915
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1916
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1888
1917
|
};
|
|
1889
1918
|
export type TenantCreateWithoutPermissionsInput = {
|
|
1890
1919
|
id?: string;
|
|
@@ -1948,6 +1977,7 @@ export type TenantCreateWithoutPermissionsInput = {
|
|
|
1948
1977
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
1949
1978
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
1950
1979
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
1980
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
1951
1981
|
};
|
|
1952
1982
|
export type TenantUncheckedCreateWithoutPermissionsInput = {
|
|
1953
1983
|
id?: string;
|
|
@@ -2011,6 +2041,7 @@ export type TenantUncheckedCreateWithoutPermissionsInput = {
|
|
|
2011
2041
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
2012
2042
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2013
2043
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2044
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
2014
2045
|
};
|
|
2015
2046
|
export type TenantCreateOrConnectWithoutPermissionsInput = {
|
|
2016
2047
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2087,6 +2118,7 @@ export type TenantUpdateWithoutPermissionsInput = {
|
|
|
2087
2118
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
2088
2119
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
2089
2120
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
2121
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
2090
2122
|
};
|
|
2091
2123
|
export type TenantUncheckedUpdateWithoutPermissionsInput = {
|
|
2092
2124
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2150,6 +2182,7 @@ export type TenantUncheckedUpdateWithoutPermissionsInput = {
|
|
|
2150
2182
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2151
2183
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2152
2184
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2185
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2153
2186
|
};
|
|
2154
2187
|
export type TenantCreateWithoutMembershipsInput = {
|
|
2155
2188
|
id?: string;
|
|
@@ -2213,6 +2246,7 @@ export type TenantCreateWithoutMembershipsInput = {
|
|
|
2213
2246
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
2214
2247
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
2215
2248
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
2249
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
2216
2250
|
};
|
|
2217
2251
|
export type TenantUncheckedCreateWithoutMembershipsInput = {
|
|
2218
2252
|
id?: string;
|
|
@@ -2276,6 +2310,7 @@ export type TenantUncheckedCreateWithoutMembershipsInput = {
|
|
|
2276
2310
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
2277
2311
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2278
2312
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2313
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
2279
2314
|
};
|
|
2280
2315
|
export type TenantCreateOrConnectWithoutMembershipsInput = {
|
|
2281
2316
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2352,6 +2387,7 @@ export type TenantUpdateWithoutMembershipsInput = {
|
|
|
2352
2387
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
2353
2388
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
2354
2389
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
2390
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
2355
2391
|
};
|
|
2356
2392
|
export type TenantUncheckedUpdateWithoutMembershipsInput = {
|
|
2357
2393
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2415,6 +2451,7 @@ export type TenantUncheckedUpdateWithoutMembershipsInput = {
|
|
|
2415
2451
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2416
2452
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2417
2453
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2454
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2418
2455
|
};
|
|
2419
2456
|
export type TenantCreateWithoutApiKeysInput = {
|
|
2420
2457
|
id?: string;
|
|
@@ -2478,6 +2515,7 @@ export type TenantCreateWithoutApiKeysInput = {
|
|
|
2478
2515
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
2479
2516
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
2480
2517
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
2518
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
2481
2519
|
};
|
|
2482
2520
|
export type TenantUncheckedCreateWithoutApiKeysInput = {
|
|
2483
2521
|
id?: string;
|
|
@@ -2541,6 +2579,7 @@ export type TenantUncheckedCreateWithoutApiKeysInput = {
|
|
|
2541
2579
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
2542
2580
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2543
2581
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2582
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
2544
2583
|
};
|
|
2545
2584
|
export type TenantCreateOrConnectWithoutApiKeysInput = {
|
|
2546
2585
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2617,6 +2656,7 @@ export type TenantUpdateWithoutApiKeysInput = {
|
|
|
2617
2656
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
2618
2657
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
2619
2658
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
2659
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
2620
2660
|
};
|
|
2621
2661
|
export type TenantUncheckedUpdateWithoutApiKeysInput = {
|
|
2622
2662
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2680,6 +2720,7 @@ export type TenantUncheckedUpdateWithoutApiKeysInput = {
|
|
|
2680
2720
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2681
2721
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2682
2722
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2723
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2683
2724
|
};
|
|
2684
2725
|
export type TenantCreateWithoutSocialsInput = {
|
|
2685
2726
|
id?: string;
|
|
@@ -2743,6 +2784,7 @@ export type TenantCreateWithoutSocialsInput = {
|
|
|
2743
2784
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
2744
2785
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
2745
2786
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
2787
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
2746
2788
|
};
|
|
2747
2789
|
export type TenantUncheckedCreateWithoutSocialsInput = {
|
|
2748
2790
|
id?: string;
|
|
@@ -2806,6 +2848,7 @@ export type TenantUncheckedCreateWithoutSocialsInput = {
|
|
|
2806
2848
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
2807
2849
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2808
2850
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2851
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
2809
2852
|
};
|
|
2810
2853
|
export type TenantCreateOrConnectWithoutSocialsInput = {
|
|
2811
2854
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2882,6 +2925,7 @@ export type TenantUpdateWithoutSocialsInput = {
|
|
|
2882
2925
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
2883
2926
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
2884
2927
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
2928
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
2885
2929
|
};
|
|
2886
2930
|
export type TenantUncheckedUpdateWithoutSocialsInput = {
|
|
2887
2931
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2945,6 +2989,7 @@ export type TenantUncheckedUpdateWithoutSocialsInput = {
|
|
|
2945
2989
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2946
2990
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2947
2991
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2992
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2948
2993
|
};
|
|
2949
2994
|
export type TenantCreateWithoutWalletsInput = {
|
|
2950
2995
|
id?: string;
|
|
@@ -3008,6 +3053,7 @@ export type TenantCreateWithoutWalletsInput = {
|
|
|
3008
3053
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
3009
3054
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
3010
3055
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
3056
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
3011
3057
|
};
|
|
3012
3058
|
export type TenantUncheckedCreateWithoutWalletsInput = {
|
|
3013
3059
|
id?: string;
|
|
@@ -3071,6 +3117,7 @@ export type TenantUncheckedCreateWithoutWalletsInput = {
|
|
|
3071
3117
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
3072
3118
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3073
3119
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
3120
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
3074
3121
|
};
|
|
3075
3122
|
export type TenantCreateOrConnectWithoutWalletsInput = {
|
|
3076
3123
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -3147,6 +3194,7 @@ export type TenantUpdateWithoutWalletsInput = {
|
|
|
3147
3194
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
3148
3195
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
3149
3196
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
3197
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
3150
3198
|
};
|
|
3151
3199
|
export type TenantUncheckedUpdateWithoutWalletsInput = {
|
|
3152
3200
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -3210,6 +3258,7 @@ export type TenantUncheckedUpdateWithoutWalletsInput = {
|
|
|
3210
3258
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3211
3259
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3212
3260
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3261
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3213
3262
|
};
|
|
3214
3263
|
export type TenantCreateWithoutTransactionsInput = {
|
|
3215
3264
|
id?: string;
|
|
@@ -3273,6 +3322,7 @@ export type TenantCreateWithoutTransactionsInput = {
|
|
|
3273
3322
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
3274
3323
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
3275
3324
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
3325
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
3276
3326
|
};
|
|
3277
3327
|
export type TenantUncheckedCreateWithoutTransactionsInput = {
|
|
3278
3328
|
id?: string;
|
|
@@ -3336,6 +3386,7 @@ export type TenantUncheckedCreateWithoutTransactionsInput = {
|
|
|
3336
3386
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
3337
3387
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3338
3388
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
3389
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
3339
3390
|
};
|
|
3340
3391
|
export type TenantCreateOrConnectWithoutTransactionsInput = {
|
|
3341
3392
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -3412,6 +3463,7 @@ export type TenantUpdateWithoutTransactionsInput = {
|
|
|
3412
3463
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
3413
3464
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
3414
3465
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
3466
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
3415
3467
|
};
|
|
3416
3468
|
export type TenantUncheckedUpdateWithoutTransactionsInput = {
|
|
3417
3469
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -3475,6 +3527,7 @@ export type TenantUncheckedUpdateWithoutTransactionsInput = {
|
|
|
3475
3527
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3476
3528
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3477
3529
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3530
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3478
3531
|
};
|
|
3479
3532
|
export type TenantCreateWithoutSettingsInput = {
|
|
3480
3533
|
id?: string;
|
|
@@ -3538,6 +3591,7 @@ export type TenantCreateWithoutSettingsInput = {
|
|
|
3538
3591
|
transactions?: Prisma.TransactionCreateNestedManyWithoutTenantInput;
|
|
3539
3592
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
3540
3593
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
3594
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
3541
3595
|
};
|
|
3542
3596
|
export type TenantUncheckedCreateWithoutSettingsInput = {
|
|
3543
3597
|
id?: string;
|
|
@@ -3601,6 +3655,7 @@ export type TenantUncheckedCreateWithoutSettingsInput = {
|
|
|
3601
3655
|
transactions?: Prisma.TransactionUncheckedCreateNestedManyWithoutTenantInput;
|
|
3602
3656
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3603
3657
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
3658
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
3604
3659
|
};
|
|
3605
3660
|
export type TenantCreateOrConnectWithoutSettingsInput = {
|
|
3606
3661
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -3677,6 +3732,7 @@ export type TenantUpdateWithoutSettingsInput = {
|
|
|
3677
3732
|
transactions?: Prisma.TransactionUpdateManyWithoutTenantNestedInput;
|
|
3678
3733
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
3679
3734
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
3735
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
3680
3736
|
};
|
|
3681
3737
|
export type TenantUncheckedUpdateWithoutSettingsInput = {
|
|
3682
3738
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -3740,6 +3796,7 @@ export type TenantUncheckedUpdateWithoutSettingsInput = {
|
|
|
3740
3796
|
transactions?: Prisma.TransactionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3741
3797
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3742
3798
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3799
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
3743
3800
|
};
|
|
3744
3801
|
export type TenantCreateWithoutPropertiesInput = {
|
|
3745
3802
|
id?: string;
|
|
@@ -3803,6 +3860,7 @@ export type TenantCreateWithoutPropertiesInput = {
|
|
|
3803
3860
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
3804
3861
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
3805
3862
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
3863
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
3806
3864
|
};
|
|
3807
3865
|
export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
3808
3866
|
id?: string;
|
|
@@ -3866,6 +3924,7 @@ export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
|
3866
3924
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
3867
3925
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
3868
3926
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
3927
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
3869
3928
|
};
|
|
3870
3929
|
export type TenantCreateOrConnectWithoutPropertiesInput = {
|
|
3871
3930
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -3942,6 +4001,7 @@ export type TenantUpdateWithoutPropertiesInput = {
|
|
|
3942
4001
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
3943
4002
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
3944
4003
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
4004
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
3945
4005
|
};
|
|
3946
4006
|
export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
3947
4007
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -4005,6 +4065,7 @@ export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
|
4005
4065
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4006
4066
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4007
4067
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4068
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4008
4069
|
};
|
|
4009
4070
|
export type TenantCreateWithoutPropertyMediaInput = {
|
|
4010
4071
|
id?: string;
|
|
@@ -4068,6 +4129,7 @@ export type TenantCreateWithoutPropertyMediaInput = {
|
|
|
4068
4129
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
4069
4130
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
4070
4131
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
4132
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
4071
4133
|
};
|
|
4072
4134
|
export type TenantUncheckedCreateWithoutPropertyMediaInput = {
|
|
4073
4135
|
id?: string;
|
|
@@ -4131,6 +4193,7 @@ export type TenantUncheckedCreateWithoutPropertyMediaInput = {
|
|
|
4131
4193
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
4132
4194
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4133
4195
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
4196
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
4134
4197
|
};
|
|
4135
4198
|
export type TenantCreateOrConnectWithoutPropertyMediaInput = {
|
|
4136
4199
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -4207,6 +4270,7 @@ export type TenantUpdateWithoutPropertyMediaInput = {
|
|
|
4207
4270
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
4208
4271
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
4209
4272
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
4273
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
4210
4274
|
};
|
|
4211
4275
|
export type TenantUncheckedUpdateWithoutPropertyMediaInput = {
|
|
4212
4276
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -4270,6 +4334,7 @@ export type TenantUncheckedUpdateWithoutPropertyMediaInput = {
|
|
|
4270
4334
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4271
4335
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4272
4336
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4337
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4273
4338
|
};
|
|
4274
4339
|
export type TenantCreateWithoutPropertyDocumentsInput = {
|
|
4275
4340
|
id?: string;
|
|
@@ -4333,6 +4398,7 @@ export type TenantCreateWithoutPropertyDocumentsInput = {
|
|
|
4333
4398
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
4334
4399
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
4335
4400
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
4401
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
4336
4402
|
};
|
|
4337
4403
|
export type TenantUncheckedCreateWithoutPropertyDocumentsInput = {
|
|
4338
4404
|
id?: string;
|
|
@@ -4396,6 +4462,7 @@ export type TenantUncheckedCreateWithoutPropertyDocumentsInput = {
|
|
|
4396
4462
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
4397
4463
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4398
4464
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
4465
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
4399
4466
|
};
|
|
4400
4467
|
export type TenantCreateOrConnectWithoutPropertyDocumentsInput = {
|
|
4401
4468
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -4472,6 +4539,7 @@ export type TenantUpdateWithoutPropertyDocumentsInput = {
|
|
|
4472
4539
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
4473
4540
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
4474
4541
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
4542
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
4475
4543
|
};
|
|
4476
4544
|
export type TenantUncheckedUpdateWithoutPropertyDocumentsInput = {
|
|
4477
4545
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -4535,6 +4603,7 @@ export type TenantUncheckedUpdateWithoutPropertyDocumentsInput = {
|
|
|
4535
4603
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4536
4604
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4537
4605
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4606
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4538
4607
|
};
|
|
4539
4608
|
export type TenantCreateWithoutAmenitiesInput = {
|
|
4540
4609
|
id?: string;
|
|
@@ -4598,6 +4667,7 @@ export type TenantCreateWithoutAmenitiesInput = {
|
|
|
4598
4667
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
4599
4668
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
4600
4669
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
4670
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
4601
4671
|
};
|
|
4602
4672
|
export type TenantUncheckedCreateWithoutAmenitiesInput = {
|
|
4603
4673
|
id?: string;
|
|
@@ -4661,6 +4731,7 @@ export type TenantUncheckedCreateWithoutAmenitiesInput = {
|
|
|
4661
4731
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
4662
4732
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4663
4733
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
4734
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
4664
4735
|
};
|
|
4665
4736
|
export type TenantCreateOrConnectWithoutAmenitiesInput = {
|
|
4666
4737
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -4737,6 +4808,7 @@ export type TenantUpdateWithoutAmenitiesInput = {
|
|
|
4737
4808
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
4738
4809
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
4739
4810
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
4811
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
4740
4812
|
};
|
|
4741
4813
|
export type TenantUncheckedUpdateWithoutAmenitiesInput = {
|
|
4742
4814
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -4800,6 +4872,7 @@ export type TenantUncheckedUpdateWithoutAmenitiesInput = {
|
|
|
4800
4872
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4801
4873
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4802
4874
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4875
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
4803
4876
|
};
|
|
4804
4877
|
export type TenantCreateWithoutPropertyVariantsInput = {
|
|
4805
4878
|
id?: string;
|
|
@@ -4863,6 +4936,7 @@ export type TenantCreateWithoutPropertyVariantsInput = {
|
|
|
4863
4936
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
4864
4937
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
4865
4938
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
4939
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
4866
4940
|
};
|
|
4867
4941
|
export type TenantUncheckedCreateWithoutPropertyVariantsInput = {
|
|
4868
4942
|
id?: string;
|
|
@@ -4926,6 +5000,7 @@ export type TenantUncheckedCreateWithoutPropertyVariantsInput = {
|
|
|
4926
5000
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
4927
5001
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
4928
5002
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
5003
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
4929
5004
|
};
|
|
4930
5005
|
export type TenantCreateOrConnectWithoutPropertyVariantsInput = {
|
|
4931
5006
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -5002,6 +5077,7 @@ export type TenantUpdateWithoutPropertyVariantsInput = {
|
|
|
5002
5077
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
5003
5078
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
5004
5079
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
5080
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
5005
5081
|
};
|
|
5006
5082
|
export type TenantUncheckedUpdateWithoutPropertyVariantsInput = {
|
|
5007
5083
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -5065,6 +5141,7 @@ export type TenantUncheckedUpdateWithoutPropertyVariantsInput = {
|
|
|
5065
5141
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5066
5142
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5067
5143
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5144
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5068
5145
|
};
|
|
5069
5146
|
export type TenantCreateWithoutPropertyVariantAmenitiesInput = {
|
|
5070
5147
|
id?: string;
|
|
@@ -5128,6 +5205,7 @@ export type TenantCreateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5128
5205
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
5129
5206
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
5130
5207
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
5208
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
5131
5209
|
};
|
|
5132
5210
|
export type TenantUncheckedCreateWithoutPropertyVariantAmenitiesInput = {
|
|
5133
5211
|
id?: string;
|
|
@@ -5191,6 +5269,7 @@ export type TenantUncheckedCreateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5191
5269
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
5192
5270
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5193
5271
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
5272
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
5194
5273
|
};
|
|
5195
5274
|
export type TenantCreateOrConnectWithoutPropertyVariantAmenitiesInput = {
|
|
5196
5275
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -5267,6 +5346,7 @@ export type TenantUpdateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5267
5346
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
5268
5347
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
5269
5348
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
5349
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
5270
5350
|
};
|
|
5271
5351
|
export type TenantUncheckedUpdateWithoutPropertyVariantAmenitiesInput = {
|
|
5272
5352
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -5330,6 +5410,7 @@ export type TenantUncheckedUpdateWithoutPropertyVariantAmenitiesInput = {
|
|
|
5330
5410
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5331
5411
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5332
5412
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5413
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5333
5414
|
};
|
|
5334
5415
|
export type TenantCreateWithoutPropertyVariantMediaInput = {
|
|
5335
5416
|
id?: string;
|
|
@@ -5393,6 +5474,7 @@ export type TenantCreateWithoutPropertyVariantMediaInput = {
|
|
|
5393
5474
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
5394
5475
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
5395
5476
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
5477
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
5396
5478
|
};
|
|
5397
5479
|
export type TenantUncheckedCreateWithoutPropertyVariantMediaInput = {
|
|
5398
5480
|
id?: string;
|
|
@@ -5456,6 +5538,7 @@ export type TenantUncheckedCreateWithoutPropertyVariantMediaInput = {
|
|
|
5456
5538
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
5457
5539
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5458
5540
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
5541
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
5459
5542
|
};
|
|
5460
5543
|
export type TenantCreateOrConnectWithoutPropertyVariantMediaInput = {
|
|
5461
5544
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -5532,6 +5615,7 @@ export type TenantUpdateWithoutPropertyVariantMediaInput = {
|
|
|
5532
5615
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
5533
5616
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
5534
5617
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
5618
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
5535
5619
|
};
|
|
5536
5620
|
export type TenantUncheckedUpdateWithoutPropertyVariantMediaInput = {
|
|
5537
5621
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -5595,6 +5679,7 @@ export type TenantUncheckedUpdateWithoutPropertyVariantMediaInput = {
|
|
|
5595
5679
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5596
5680
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5597
5681
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5682
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5598
5683
|
};
|
|
5599
5684
|
export type TenantCreateWithoutPropertyUnitsInput = {
|
|
5600
5685
|
id?: string;
|
|
@@ -5658,6 +5743,7 @@ export type TenantCreateWithoutPropertyUnitsInput = {
|
|
|
5658
5743
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
5659
5744
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
5660
5745
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
5746
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
5661
5747
|
};
|
|
5662
5748
|
export type TenantUncheckedCreateWithoutPropertyUnitsInput = {
|
|
5663
5749
|
id?: string;
|
|
@@ -5721,6 +5807,7 @@ export type TenantUncheckedCreateWithoutPropertyUnitsInput = {
|
|
|
5721
5807
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
5722
5808
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5723
5809
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
5810
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
5724
5811
|
};
|
|
5725
5812
|
export type TenantCreateOrConnectWithoutPropertyUnitsInput = {
|
|
5726
5813
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -5797,6 +5884,7 @@ export type TenantUpdateWithoutPropertyUnitsInput = {
|
|
|
5797
5884
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
5798
5885
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
5799
5886
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
5887
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
5800
5888
|
};
|
|
5801
5889
|
export type TenantUncheckedUpdateWithoutPropertyUnitsInput = {
|
|
5802
5890
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -5860,6 +5948,7 @@ export type TenantUncheckedUpdateWithoutPropertyUnitsInput = {
|
|
|
5860
5948
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5861
5949
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5862
5950
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5951
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
5863
5952
|
};
|
|
5864
5953
|
export type TenantCreateWithoutPropertyAmenitiesInput = {
|
|
5865
5954
|
id?: string;
|
|
@@ -5923,6 +6012,7 @@ export type TenantCreateWithoutPropertyAmenitiesInput = {
|
|
|
5923
6012
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
5924
6013
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
5925
6014
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
6015
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
5926
6016
|
};
|
|
5927
6017
|
export type TenantUncheckedCreateWithoutPropertyAmenitiesInput = {
|
|
5928
6018
|
id?: string;
|
|
@@ -5986,6 +6076,7 @@ export type TenantUncheckedCreateWithoutPropertyAmenitiesInput = {
|
|
|
5986
6076
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
5987
6077
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
5988
6078
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
6079
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
5989
6080
|
};
|
|
5990
6081
|
export type TenantCreateOrConnectWithoutPropertyAmenitiesInput = {
|
|
5991
6082
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -6062,6 +6153,7 @@ export type TenantUpdateWithoutPropertyAmenitiesInput = {
|
|
|
6062
6153
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
6063
6154
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
6064
6155
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
6156
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
6065
6157
|
};
|
|
6066
6158
|
export type TenantUncheckedUpdateWithoutPropertyAmenitiesInput = {
|
|
6067
6159
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -6125,6 +6217,7 @@ export type TenantUncheckedUpdateWithoutPropertyAmenitiesInput = {
|
|
|
6125
6217
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6126
6218
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6127
6219
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6220
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6128
6221
|
};
|
|
6129
6222
|
export type TenantCreateWithoutDocumentationPlansInput = {
|
|
6130
6223
|
id?: string;
|
|
@@ -6188,6 +6281,7 @@ export type TenantCreateWithoutDocumentationPlansInput = {
|
|
|
6188
6281
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
6189
6282
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
6190
6283
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
6284
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
6191
6285
|
};
|
|
6192
6286
|
export type TenantUncheckedCreateWithoutDocumentationPlansInput = {
|
|
6193
6287
|
id?: string;
|
|
@@ -6251,6 +6345,7 @@ export type TenantUncheckedCreateWithoutDocumentationPlansInput = {
|
|
|
6251
6345
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
6252
6346
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6253
6347
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
6348
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
6254
6349
|
};
|
|
6255
6350
|
export type TenantCreateOrConnectWithoutDocumentationPlansInput = {
|
|
6256
6351
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -6327,6 +6422,7 @@ export type TenantUpdateWithoutDocumentationPlansInput = {
|
|
|
6327
6422
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
6328
6423
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
6329
6424
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
6425
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
6330
6426
|
};
|
|
6331
6427
|
export type TenantUncheckedUpdateWithoutDocumentationPlansInput = {
|
|
6332
6428
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -6390,6 +6486,276 @@ export type TenantUncheckedUpdateWithoutDocumentationPlansInput = {
|
|
|
6390
6486
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6391
6487
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6392
6488
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6489
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6490
|
+
};
|
|
6491
|
+
export type TenantCreateWithoutQuestionnairePlansInput = {
|
|
6492
|
+
id?: string;
|
|
6493
|
+
name: string;
|
|
6494
|
+
subdomain: string;
|
|
6495
|
+
isActive?: boolean;
|
|
6496
|
+
createdAt?: Date | string;
|
|
6497
|
+
updatedAt?: Date | string;
|
|
6498
|
+
users?: Prisma.UserCreateNestedManyWithoutTenantInput;
|
|
6499
|
+
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
6500
|
+
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
6501
|
+
documentationPlans?: Prisma.DocumentationPlanCreateNestedManyWithoutTenantInput;
|
|
6502
|
+
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
6503
|
+
applications?: Prisma.ApplicationCreateNestedManyWithoutTenantInput;
|
|
6504
|
+
roles?: Prisma.RoleCreateNestedManyWithoutTenantInput;
|
|
6505
|
+
permissions?: Prisma.PermissionCreateNestedManyWithoutTenantInput;
|
|
6506
|
+
memberships?: Prisma.TenantMembershipCreateNestedManyWithoutTenantInput;
|
|
6507
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
6508
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
6509
|
+
contractTerminations?: Prisma.ApplicationTerminationCreateNestedManyWithoutTenantInput;
|
|
6510
|
+
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
6511
|
+
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
6512
|
+
apiKeys?: Prisma.ApiKeyCreateNestedManyWithoutTenantInput;
|
|
6513
|
+
eventChannels?: Prisma.EventChannelCreateNestedManyWithoutTenantInput;
|
|
6514
|
+
eventTypes?: Prisma.EventTypeCreateNestedManyWithoutTenantInput;
|
|
6515
|
+
eventHandlers?: Prisma.EventHandlerCreateNestedManyWithoutTenantInput;
|
|
6516
|
+
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
6517
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
6518
|
+
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
6519
|
+
contractRefunds?: Prisma.ApplicationRefundCreateNestedManyWithoutTenantInput;
|
|
6520
|
+
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutTenantInput;
|
|
6521
|
+
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseCreateNestedManyWithoutTenantInput;
|
|
6522
|
+
phaseEventAttachments?: Prisma.PhaseEventAttachmentCreateNestedManyWithoutTenantInput;
|
|
6523
|
+
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepCreateNestedManyWithoutTenantInput;
|
|
6524
|
+
stepEventAttachments?: Prisma.StepEventAttachmentCreateNestedManyWithoutTenantInput;
|
|
6525
|
+
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentCreateNestedManyWithoutTenantInput;
|
|
6526
|
+
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldCreateNestedManyWithoutTenantInput;
|
|
6527
|
+
applicationPhases?: Prisma.ApplicationPhaseCreateNestedManyWithoutTenantInput;
|
|
6528
|
+
questionnairePhases?: Prisma.QuestionnairePhaseCreateNestedManyWithoutTenantInput;
|
|
6529
|
+
documentationPhases?: Prisma.DocumentationPhaseCreateNestedManyWithoutTenantInput;
|
|
6530
|
+
paymentPhases?: Prisma.PaymentPhaseCreateNestedManyWithoutTenantInput;
|
|
6531
|
+
questionnaireFields?: Prisma.QuestionnaireFieldCreateNestedManyWithoutTenantInput;
|
|
6532
|
+
applicationEvents?: Prisma.ApplicationEventCreateNestedManyWithoutTenantInput;
|
|
6533
|
+
documentationSteps?: Prisma.DocumentationStepCreateNestedManyWithoutTenantInput;
|
|
6534
|
+
documentationStepDocuments?: Prisma.DocumentationStepDocumentCreateNestedManyWithoutTenantInput;
|
|
6535
|
+
documentationStepApprovals?: Prisma.DocumentationStepApprovalCreateNestedManyWithoutTenantInput;
|
|
6536
|
+
paymentInstallments?: Prisma.PaymentInstallmentCreateNestedManyWithoutTenantInput;
|
|
6537
|
+
applicationPayments?: Prisma.ApplicationPaymentCreateNestedManyWithoutTenantInput;
|
|
6538
|
+
applicationDocuments?: Prisma.ApplicationDocumentCreateNestedManyWithoutTenantInput;
|
|
6539
|
+
propertyMedia?: Prisma.PropertyMediaCreateNestedManyWithoutTenantInput;
|
|
6540
|
+
propertyDocuments?: Prisma.PropertyDocumentCreateNestedManyWithoutTenantInput;
|
|
6541
|
+
propertyVariants?: Prisma.PropertyVariantCreateNestedManyWithoutTenantInput;
|
|
6542
|
+
propertyVariantAmenities?: Prisma.PropertyVariantAmenityCreateNestedManyWithoutTenantInput;
|
|
6543
|
+
propertyVariantMedia?: Prisma.PropertyVariantMediaCreateNestedManyWithoutTenantInput;
|
|
6544
|
+
propertyUnits?: Prisma.PropertyUnitCreateNestedManyWithoutTenantInput;
|
|
6545
|
+
propertyAmenities?: Prisma.PropertyAmenityCreateNestedManyWithoutTenantInput;
|
|
6546
|
+
eventHandlerExecutions?: Prisma.EventHandlerExecutionCreateNestedManyWithoutTenantInput;
|
|
6547
|
+
amenities?: Prisma.AmenityCreateNestedManyWithoutTenantInput;
|
|
6548
|
+
socials?: Prisma.SocialCreateNestedManyWithoutTenantInput;
|
|
6549
|
+
wallets?: Prisma.WalletCreateNestedManyWithoutTenantInput;
|
|
6550
|
+
transactions?: Prisma.TransactionCreateNestedManyWithoutTenantInput;
|
|
6551
|
+
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
6552
|
+
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
6553
|
+
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
6554
|
+
};
|
|
6555
|
+
export type TenantUncheckedCreateWithoutQuestionnairePlansInput = {
|
|
6556
|
+
id?: string;
|
|
6557
|
+
name: string;
|
|
6558
|
+
subdomain: string;
|
|
6559
|
+
isActive?: boolean;
|
|
6560
|
+
createdAt?: Date | string;
|
|
6561
|
+
updatedAt?: Date | string;
|
|
6562
|
+
users?: Prisma.UserUncheckedCreateNestedManyWithoutTenantInput;
|
|
6563
|
+
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
6564
|
+
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
6565
|
+
documentationPlans?: Prisma.DocumentationPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
6566
|
+
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
6567
|
+
applications?: Prisma.ApplicationUncheckedCreateNestedManyWithoutTenantInput;
|
|
6568
|
+
roles?: Prisma.RoleUncheckedCreateNestedManyWithoutTenantInput;
|
|
6569
|
+
permissions?: Prisma.PermissionUncheckedCreateNestedManyWithoutTenantInput;
|
|
6570
|
+
memberships?: Prisma.TenantMembershipUncheckedCreateNestedManyWithoutTenantInput;
|
|
6571
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
6572
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
6573
|
+
contractTerminations?: Prisma.ApplicationTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
6574
|
+
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
6575
|
+
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
6576
|
+
apiKeys?: Prisma.ApiKeyUncheckedCreateNestedManyWithoutTenantInput;
|
|
6577
|
+
eventChannels?: Prisma.EventChannelUncheckedCreateNestedManyWithoutTenantInput;
|
|
6578
|
+
eventTypes?: Prisma.EventTypeUncheckedCreateNestedManyWithoutTenantInput;
|
|
6579
|
+
eventHandlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutTenantInput;
|
|
6580
|
+
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6581
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
6582
|
+
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
6583
|
+
contractRefunds?: Prisma.ApplicationRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
6584
|
+
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutTenantInput;
|
|
6585
|
+
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6586
|
+
phaseEventAttachments?: Prisma.PhaseEventAttachmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6587
|
+
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
6588
|
+
stepEventAttachments?: Prisma.StepEventAttachmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6589
|
+
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6590
|
+
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
6591
|
+
applicationPhases?: Prisma.ApplicationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6592
|
+
questionnairePhases?: Prisma.QuestionnairePhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6593
|
+
documentationPhases?: Prisma.DocumentationPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6594
|
+
paymentPhases?: Prisma.PaymentPhaseUncheckedCreateNestedManyWithoutTenantInput;
|
|
6595
|
+
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedCreateNestedManyWithoutTenantInput;
|
|
6596
|
+
applicationEvents?: Prisma.ApplicationEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6597
|
+
documentationSteps?: Prisma.DocumentationStepUncheckedCreateNestedManyWithoutTenantInput;
|
|
6598
|
+
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6599
|
+
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedCreateNestedManyWithoutTenantInput;
|
|
6600
|
+
paymentInstallments?: Prisma.PaymentInstallmentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6601
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6602
|
+
applicationDocuments?: Prisma.ApplicationDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6603
|
+
propertyMedia?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
6604
|
+
propertyDocuments?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutTenantInput;
|
|
6605
|
+
propertyVariants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutTenantInput;
|
|
6606
|
+
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
6607
|
+
propertyVariantMedia?: Prisma.PropertyVariantMediaUncheckedCreateNestedManyWithoutTenantInput;
|
|
6608
|
+
propertyUnits?: Prisma.PropertyUnitUncheckedCreateNestedManyWithoutTenantInput;
|
|
6609
|
+
propertyAmenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
6610
|
+
eventHandlerExecutions?: Prisma.EventHandlerExecutionUncheckedCreateNestedManyWithoutTenantInput;
|
|
6611
|
+
amenities?: Prisma.AmenityUncheckedCreateNestedManyWithoutTenantInput;
|
|
6612
|
+
socials?: Prisma.SocialUncheckedCreateNestedManyWithoutTenantInput;
|
|
6613
|
+
wallets?: Prisma.WalletUncheckedCreateNestedManyWithoutTenantInput;
|
|
6614
|
+
transactions?: Prisma.TransactionUncheckedCreateNestedManyWithoutTenantInput;
|
|
6615
|
+
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
6616
|
+
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6617
|
+
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
6618
|
+
};
|
|
6619
|
+
export type TenantCreateOrConnectWithoutQuestionnairePlansInput = {
|
|
6620
|
+
where: Prisma.TenantWhereUniqueInput;
|
|
6621
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutQuestionnairePlansInput, Prisma.TenantUncheckedCreateWithoutQuestionnairePlansInput>;
|
|
6622
|
+
};
|
|
6623
|
+
export type TenantUpsertWithoutQuestionnairePlansInput = {
|
|
6624
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutQuestionnairePlansInput, Prisma.TenantUncheckedUpdateWithoutQuestionnairePlansInput>;
|
|
6625
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutQuestionnairePlansInput, Prisma.TenantUncheckedCreateWithoutQuestionnairePlansInput>;
|
|
6626
|
+
where?: Prisma.TenantWhereInput;
|
|
6627
|
+
};
|
|
6628
|
+
export type TenantUpdateToOneWithWhereWithoutQuestionnairePlansInput = {
|
|
6629
|
+
where?: Prisma.TenantWhereInput;
|
|
6630
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutQuestionnairePlansInput, Prisma.TenantUncheckedUpdateWithoutQuestionnairePlansInput>;
|
|
6631
|
+
};
|
|
6632
|
+
export type TenantUpdateWithoutQuestionnairePlansInput = {
|
|
6633
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
6634
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
6635
|
+
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
6636
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
6637
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
6638
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
6639
|
+
users?: Prisma.UserUpdateManyWithoutTenantNestedInput;
|
|
6640
|
+
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
6641
|
+
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
6642
|
+
documentationPlans?: Prisma.DocumentationPlanUpdateManyWithoutTenantNestedInput;
|
|
6643
|
+
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
6644
|
+
applications?: Prisma.ApplicationUpdateManyWithoutTenantNestedInput;
|
|
6645
|
+
roles?: Prisma.RoleUpdateManyWithoutTenantNestedInput;
|
|
6646
|
+
permissions?: Prisma.PermissionUpdateManyWithoutTenantNestedInput;
|
|
6647
|
+
memberships?: Prisma.TenantMembershipUpdateManyWithoutTenantNestedInput;
|
|
6648
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
6649
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
6650
|
+
contractTerminations?: Prisma.ApplicationTerminationUpdateManyWithoutTenantNestedInput;
|
|
6651
|
+
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
6652
|
+
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
6653
|
+
apiKeys?: Prisma.ApiKeyUpdateManyWithoutTenantNestedInput;
|
|
6654
|
+
eventChannels?: Prisma.EventChannelUpdateManyWithoutTenantNestedInput;
|
|
6655
|
+
eventTypes?: Prisma.EventTypeUpdateManyWithoutTenantNestedInput;
|
|
6656
|
+
eventHandlers?: Prisma.EventHandlerUpdateManyWithoutTenantNestedInput;
|
|
6657
|
+
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
6658
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
6659
|
+
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
6660
|
+
contractRefunds?: Prisma.ApplicationRefundUpdateManyWithoutTenantNestedInput;
|
|
6661
|
+
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutTenantNestedInput;
|
|
6662
|
+
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseUpdateManyWithoutTenantNestedInput;
|
|
6663
|
+
phaseEventAttachments?: Prisma.PhaseEventAttachmentUpdateManyWithoutTenantNestedInput;
|
|
6664
|
+
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepUpdateManyWithoutTenantNestedInput;
|
|
6665
|
+
stepEventAttachments?: Prisma.StepEventAttachmentUpdateManyWithoutTenantNestedInput;
|
|
6666
|
+
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentUpdateManyWithoutTenantNestedInput;
|
|
6667
|
+
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldUpdateManyWithoutTenantNestedInput;
|
|
6668
|
+
applicationPhases?: Prisma.ApplicationPhaseUpdateManyWithoutTenantNestedInput;
|
|
6669
|
+
questionnairePhases?: Prisma.QuestionnairePhaseUpdateManyWithoutTenantNestedInput;
|
|
6670
|
+
documentationPhases?: Prisma.DocumentationPhaseUpdateManyWithoutTenantNestedInput;
|
|
6671
|
+
paymentPhases?: Prisma.PaymentPhaseUpdateManyWithoutTenantNestedInput;
|
|
6672
|
+
questionnaireFields?: Prisma.QuestionnaireFieldUpdateManyWithoutTenantNestedInput;
|
|
6673
|
+
applicationEvents?: Prisma.ApplicationEventUpdateManyWithoutTenantNestedInput;
|
|
6674
|
+
documentationSteps?: Prisma.DocumentationStepUpdateManyWithoutTenantNestedInput;
|
|
6675
|
+
documentationStepDocuments?: Prisma.DocumentationStepDocumentUpdateManyWithoutTenantNestedInput;
|
|
6676
|
+
documentationStepApprovals?: Prisma.DocumentationStepApprovalUpdateManyWithoutTenantNestedInput;
|
|
6677
|
+
paymentInstallments?: Prisma.PaymentInstallmentUpdateManyWithoutTenantNestedInput;
|
|
6678
|
+
applicationPayments?: Prisma.ApplicationPaymentUpdateManyWithoutTenantNestedInput;
|
|
6679
|
+
applicationDocuments?: Prisma.ApplicationDocumentUpdateManyWithoutTenantNestedInput;
|
|
6680
|
+
propertyMedia?: Prisma.PropertyMediaUpdateManyWithoutTenantNestedInput;
|
|
6681
|
+
propertyDocuments?: Prisma.PropertyDocumentUpdateManyWithoutTenantNestedInput;
|
|
6682
|
+
propertyVariants?: Prisma.PropertyVariantUpdateManyWithoutTenantNestedInput;
|
|
6683
|
+
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUpdateManyWithoutTenantNestedInput;
|
|
6684
|
+
propertyVariantMedia?: Prisma.PropertyVariantMediaUpdateManyWithoutTenantNestedInput;
|
|
6685
|
+
propertyUnits?: Prisma.PropertyUnitUpdateManyWithoutTenantNestedInput;
|
|
6686
|
+
propertyAmenities?: Prisma.PropertyAmenityUpdateManyWithoutTenantNestedInput;
|
|
6687
|
+
eventHandlerExecutions?: Prisma.EventHandlerExecutionUpdateManyWithoutTenantNestedInput;
|
|
6688
|
+
amenities?: Prisma.AmenityUpdateManyWithoutTenantNestedInput;
|
|
6689
|
+
socials?: Prisma.SocialUpdateManyWithoutTenantNestedInput;
|
|
6690
|
+
wallets?: Prisma.WalletUpdateManyWithoutTenantNestedInput;
|
|
6691
|
+
transactions?: Prisma.TransactionUpdateManyWithoutTenantNestedInput;
|
|
6692
|
+
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
6693
|
+
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
6694
|
+
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
6695
|
+
};
|
|
6696
|
+
export type TenantUncheckedUpdateWithoutQuestionnairePlansInput = {
|
|
6697
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
6698
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
6699
|
+
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
6700
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
6701
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
6702
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
6703
|
+
users?: Prisma.UserUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6704
|
+
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6705
|
+
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6706
|
+
documentationPlans?: Prisma.DocumentationPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6707
|
+
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6708
|
+
applications?: Prisma.ApplicationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6709
|
+
roles?: Prisma.RoleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6710
|
+
permissions?: Prisma.PermissionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6711
|
+
memberships?: Prisma.TenantMembershipUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6712
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6713
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6714
|
+
contractTerminations?: Prisma.ApplicationTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6715
|
+
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6716
|
+
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6717
|
+
apiKeys?: Prisma.ApiKeyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6718
|
+
eventChannels?: Prisma.EventChannelUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6719
|
+
eventTypes?: Prisma.EventTypeUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6720
|
+
eventHandlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6721
|
+
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6722
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6723
|
+
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6724
|
+
contractRefunds?: Prisma.ApplicationRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6725
|
+
propertyPaymentMethodLinks?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6726
|
+
propertyPaymentMethodPhases?: Prisma.PropertyPaymentMethodPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6727
|
+
phaseEventAttachments?: Prisma.PhaseEventAttachmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6728
|
+
paymentMethodPhaseSteps?: Prisma.PaymentMethodPhaseStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6729
|
+
stepEventAttachments?: Prisma.StepEventAttachmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6730
|
+
paymentMethodPhaseDocuments?: Prisma.PaymentMethodPhaseDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6731
|
+
paymentMethodPhaseFields?: Prisma.PaymentMethodPhaseFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6732
|
+
applicationPhases?: Prisma.ApplicationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6733
|
+
questionnairePhases?: Prisma.QuestionnairePhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6734
|
+
documentationPhases?: Prisma.DocumentationPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6735
|
+
paymentPhases?: Prisma.PaymentPhaseUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6736
|
+
questionnaireFields?: Prisma.QuestionnaireFieldUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6737
|
+
applicationEvents?: Prisma.ApplicationEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6738
|
+
documentationSteps?: Prisma.DocumentationStepUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6739
|
+
documentationStepDocuments?: Prisma.DocumentationStepDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6740
|
+
documentationStepApprovals?: Prisma.DocumentationStepApprovalUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6741
|
+
paymentInstallments?: Prisma.PaymentInstallmentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6742
|
+
applicationPayments?: Prisma.ApplicationPaymentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6743
|
+
applicationDocuments?: Prisma.ApplicationDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6744
|
+
propertyMedia?: Prisma.PropertyMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6745
|
+
propertyDocuments?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6746
|
+
propertyVariants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6747
|
+
propertyVariantAmenities?: Prisma.PropertyVariantAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6748
|
+
propertyVariantMedia?: Prisma.PropertyVariantMediaUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6749
|
+
propertyUnits?: Prisma.PropertyUnitUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6750
|
+
propertyAmenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6751
|
+
eventHandlerExecutions?: Prisma.EventHandlerExecutionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6752
|
+
amenities?: Prisma.AmenityUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6753
|
+
socials?: Prisma.SocialUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6754
|
+
wallets?: Prisma.WalletUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6755
|
+
transactions?: Prisma.TransactionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6756
|
+
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6757
|
+
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6758
|
+
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6393
6759
|
};
|
|
6394
6760
|
export type TenantCreateWithoutPaymentPlansInput = {
|
|
6395
6761
|
id?: string;
|
|
@@ -6453,6 +6819,7 @@ export type TenantCreateWithoutPaymentPlansInput = {
|
|
|
6453
6819
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
6454
6820
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
6455
6821
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
6822
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
6456
6823
|
};
|
|
6457
6824
|
export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
6458
6825
|
id?: string;
|
|
@@ -6516,6 +6883,7 @@ export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
|
6516
6883
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
6517
6884
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6518
6885
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
6886
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
6519
6887
|
};
|
|
6520
6888
|
export type TenantCreateOrConnectWithoutPaymentPlansInput = {
|
|
6521
6889
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -6592,6 +6960,7 @@ export type TenantUpdateWithoutPaymentPlansInput = {
|
|
|
6592
6960
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
6593
6961
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
6594
6962
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
6963
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
6595
6964
|
};
|
|
6596
6965
|
export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
6597
6966
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -6655,6 +7024,7 @@ export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
|
6655
7024
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6656
7025
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6657
7026
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7027
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6658
7028
|
};
|
|
6659
7029
|
export type TenantCreateWithoutPaymentMethodsInput = {
|
|
6660
7030
|
id?: string;
|
|
@@ -6718,6 +7088,7 @@ export type TenantCreateWithoutPaymentMethodsInput = {
|
|
|
6718
7088
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
6719
7089
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
6720
7090
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
7091
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
6721
7092
|
};
|
|
6722
7093
|
export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
6723
7094
|
id?: string;
|
|
@@ -6781,6 +7152,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
|
6781
7152
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
6782
7153
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
6783
7154
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
7155
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
6784
7156
|
};
|
|
6785
7157
|
export type TenantCreateOrConnectWithoutPaymentMethodsInput = {
|
|
6786
7158
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -6857,6 +7229,7 @@ export type TenantUpdateWithoutPaymentMethodsInput = {
|
|
|
6857
7229
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
6858
7230
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
6859
7231
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
7232
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
6860
7233
|
};
|
|
6861
7234
|
export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
6862
7235
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -6920,6 +7293,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
|
6920
7293
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6921
7294
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6922
7295
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7296
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
6923
7297
|
};
|
|
6924
7298
|
export type TenantCreateWithoutPropertyPaymentMethodLinksInput = {
|
|
6925
7299
|
id?: string;
|
|
@@ -6983,6 +7357,7 @@ export type TenantCreateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
6983
7357
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
6984
7358
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
6985
7359
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
7360
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
6986
7361
|
};
|
|
6987
7362
|
export type TenantUncheckedCreateWithoutPropertyPaymentMethodLinksInput = {
|
|
6988
7363
|
id?: string;
|
|
@@ -7046,6 +7421,7 @@ export type TenantUncheckedCreateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
7046
7421
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
7047
7422
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7048
7423
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
7424
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
7049
7425
|
};
|
|
7050
7426
|
export type TenantCreateOrConnectWithoutPropertyPaymentMethodLinksInput = {
|
|
7051
7427
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -7122,6 +7498,7 @@ export type TenantUpdateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
7122
7498
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
7123
7499
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
7124
7500
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
7501
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
7125
7502
|
};
|
|
7126
7503
|
export type TenantUncheckedUpdateWithoutPropertyPaymentMethodLinksInput = {
|
|
7127
7504
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -7185,6 +7562,7 @@ export type TenantUncheckedUpdateWithoutPropertyPaymentMethodLinksInput = {
|
|
|
7185
7562
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7186
7563
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7187
7564
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7565
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7188
7566
|
};
|
|
7189
7567
|
export type TenantCreateWithoutPropertyPaymentMethodPhasesInput = {
|
|
7190
7568
|
id?: string;
|
|
@@ -7248,6 +7626,7 @@ export type TenantCreateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
7248
7626
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
7249
7627
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
7250
7628
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
7629
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
7251
7630
|
};
|
|
7252
7631
|
export type TenantUncheckedCreateWithoutPropertyPaymentMethodPhasesInput = {
|
|
7253
7632
|
id?: string;
|
|
@@ -7311,6 +7690,7 @@ export type TenantUncheckedCreateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
7311
7690
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
7312
7691
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7313
7692
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
7693
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
7314
7694
|
};
|
|
7315
7695
|
export type TenantCreateOrConnectWithoutPropertyPaymentMethodPhasesInput = {
|
|
7316
7696
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -7387,6 +7767,7 @@ export type TenantUpdateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
7387
7767
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
7388
7768
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
7389
7769
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
7770
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
7390
7771
|
};
|
|
7391
7772
|
export type TenantUncheckedUpdateWithoutPropertyPaymentMethodPhasesInput = {
|
|
7392
7773
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -7450,6 +7831,7 @@ export type TenantUncheckedUpdateWithoutPropertyPaymentMethodPhasesInput = {
|
|
|
7450
7831
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7451
7832
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7452
7833
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7834
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7453
7835
|
};
|
|
7454
7836
|
export type TenantCreateWithoutPhaseEventAttachmentsInput = {
|
|
7455
7837
|
id?: string;
|
|
@@ -7513,6 +7895,7 @@ export type TenantCreateWithoutPhaseEventAttachmentsInput = {
|
|
|
7513
7895
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
7514
7896
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
7515
7897
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
7898
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
7516
7899
|
};
|
|
7517
7900
|
export type TenantUncheckedCreateWithoutPhaseEventAttachmentsInput = {
|
|
7518
7901
|
id?: string;
|
|
@@ -7576,6 +7959,7 @@ export type TenantUncheckedCreateWithoutPhaseEventAttachmentsInput = {
|
|
|
7576
7959
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
7577
7960
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7578
7961
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
7962
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
7579
7963
|
};
|
|
7580
7964
|
export type TenantCreateOrConnectWithoutPhaseEventAttachmentsInput = {
|
|
7581
7965
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -7652,6 +8036,7 @@ export type TenantUpdateWithoutPhaseEventAttachmentsInput = {
|
|
|
7652
8036
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
7653
8037
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
7654
8038
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
8039
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
7655
8040
|
};
|
|
7656
8041
|
export type TenantUncheckedUpdateWithoutPhaseEventAttachmentsInput = {
|
|
7657
8042
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -7715,6 +8100,7 @@ export type TenantUncheckedUpdateWithoutPhaseEventAttachmentsInput = {
|
|
|
7715
8100
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7716
8101
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7717
8102
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8103
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7718
8104
|
};
|
|
7719
8105
|
export type TenantCreateWithoutPaymentMethodPhaseStepsInput = {
|
|
7720
8106
|
id?: string;
|
|
@@ -7778,6 +8164,7 @@ export type TenantCreateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
7778
8164
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
7779
8165
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
7780
8166
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
8167
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
7781
8168
|
};
|
|
7782
8169
|
export type TenantUncheckedCreateWithoutPaymentMethodPhaseStepsInput = {
|
|
7783
8170
|
id?: string;
|
|
@@ -7841,6 +8228,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
7841
8228
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
7842
8229
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
7843
8230
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
8231
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
7844
8232
|
};
|
|
7845
8233
|
export type TenantCreateOrConnectWithoutPaymentMethodPhaseStepsInput = {
|
|
7846
8234
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -7917,6 +8305,7 @@ export type TenantUpdateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
7917
8305
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
7918
8306
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
7919
8307
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
8308
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
7920
8309
|
};
|
|
7921
8310
|
export type TenantUncheckedUpdateWithoutPaymentMethodPhaseStepsInput = {
|
|
7922
8311
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -7980,6 +8369,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodPhaseStepsInput = {
|
|
|
7980
8369
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7981
8370
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7982
8371
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8372
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
7983
8373
|
};
|
|
7984
8374
|
export type TenantCreateWithoutStepEventAttachmentsInput = {
|
|
7985
8375
|
id?: string;
|
|
@@ -8043,6 +8433,7 @@ export type TenantCreateWithoutStepEventAttachmentsInput = {
|
|
|
8043
8433
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
8044
8434
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
8045
8435
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
8436
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
8046
8437
|
};
|
|
8047
8438
|
export type TenantUncheckedCreateWithoutStepEventAttachmentsInput = {
|
|
8048
8439
|
id?: string;
|
|
@@ -8106,6 +8497,7 @@ export type TenantUncheckedCreateWithoutStepEventAttachmentsInput = {
|
|
|
8106
8497
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
8107
8498
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8108
8499
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
8500
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
8109
8501
|
};
|
|
8110
8502
|
export type TenantCreateOrConnectWithoutStepEventAttachmentsInput = {
|
|
8111
8503
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -8182,6 +8574,7 @@ export type TenantUpdateWithoutStepEventAttachmentsInput = {
|
|
|
8182
8574
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
8183
8575
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
8184
8576
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
8577
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
8185
8578
|
};
|
|
8186
8579
|
export type TenantUncheckedUpdateWithoutStepEventAttachmentsInput = {
|
|
8187
8580
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -8245,6 +8638,7 @@ export type TenantUncheckedUpdateWithoutStepEventAttachmentsInput = {
|
|
|
8245
8638
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8246
8639
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8247
8640
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8641
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8248
8642
|
};
|
|
8249
8643
|
export type TenantCreateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
8250
8644
|
id?: string;
|
|
@@ -8308,6 +8702,7 @@ export type TenantCreateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
8308
8702
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
8309
8703
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
8310
8704
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
8705
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
8311
8706
|
};
|
|
8312
8707
|
export type TenantUncheckedCreateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
8313
8708
|
id?: string;
|
|
@@ -8371,6 +8766,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
8371
8766
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
8372
8767
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8373
8768
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
8769
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
8374
8770
|
};
|
|
8375
8771
|
export type TenantCreateOrConnectWithoutPaymentMethodPhaseDocumentsInput = {
|
|
8376
8772
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -8447,6 +8843,7 @@ export type TenantUpdateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
8447
8843
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
8448
8844
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
8449
8845
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
8846
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
8450
8847
|
};
|
|
8451
8848
|
export type TenantUncheckedUpdateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
8452
8849
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -8510,6 +8907,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodPhaseDocumentsInput = {
|
|
|
8510
8907
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8511
8908
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8512
8909
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8910
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8513
8911
|
};
|
|
8514
8912
|
export type TenantCreateWithoutPaymentMethodPhaseFieldsInput = {
|
|
8515
8913
|
id?: string;
|
|
@@ -8573,6 +8971,7 @@ export type TenantCreateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
8573
8971
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
8574
8972
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
8575
8973
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
8974
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
8576
8975
|
};
|
|
8577
8976
|
export type TenantUncheckedCreateWithoutPaymentMethodPhaseFieldsInput = {
|
|
8578
8977
|
id?: string;
|
|
@@ -8636,6 +9035,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
8636
9035
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
8637
9036
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8638
9037
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
9038
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
8639
9039
|
};
|
|
8640
9040
|
export type TenantCreateOrConnectWithoutPaymentMethodPhaseFieldsInput = {
|
|
8641
9041
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -8712,6 +9112,7 @@ export type TenantUpdateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
8712
9112
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
8713
9113
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
8714
9114
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
9115
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
8715
9116
|
};
|
|
8716
9117
|
export type TenantUncheckedUpdateWithoutPaymentMethodPhaseFieldsInput = {
|
|
8717
9118
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -8775,6 +9176,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodPhaseFieldsInput = {
|
|
|
8775
9176
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8776
9177
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8777
9178
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9179
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
8778
9180
|
};
|
|
8779
9181
|
export type TenantCreateWithoutApplicationsInput = {
|
|
8780
9182
|
id?: string;
|
|
@@ -8838,6 +9240,7 @@ export type TenantCreateWithoutApplicationsInput = {
|
|
|
8838
9240
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
8839
9241
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
8840
9242
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
9243
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
8841
9244
|
};
|
|
8842
9245
|
export type TenantUncheckedCreateWithoutApplicationsInput = {
|
|
8843
9246
|
id?: string;
|
|
@@ -8901,6 +9304,7 @@ export type TenantUncheckedCreateWithoutApplicationsInput = {
|
|
|
8901
9304
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
8902
9305
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
8903
9306
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
9307
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
8904
9308
|
};
|
|
8905
9309
|
export type TenantCreateOrConnectWithoutApplicationsInput = {
|
|
8906
9310
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -8977,6 +9381,7 @@ export type TenantUpdateWithoutApplicationsInput = {
|
|
|
8977
9381
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
8978
9382
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
8979
9383
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
9384
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
8980
9385
|
};
|
|
8981
9386
|
export type TenantUncheckedUpdateWithoutApplicationsInput = {
|
|
8982
9387
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -9040,6 +9445,7 @@ export type TenantUncheckedUpdateWithoutApplicationsInput = {
|
|
|
9040
9445
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9041
9446
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9042
9447
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9448
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9043
9449
|
};
|
|
9044
9450
|
export type TenantCreateWithoutContractRefundsInput = {
|
|
9045
9451
|
id?: string;
|
|
@@ -9103,6 +9509,7 @@ export type TenantCreateWithoutContractRefundsInput = {
|
|
|
9103
9509
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
9104
9510
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
9105
9511
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
9512
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
9106
9513
|
};
|
|
9107
9514
|
export type TenantUncheckedCreateWithoutContractRefundsInput = {
|
|
9108
9515
|
id?: string;
|
|
@@ -9166,6 +9573,7 @@ export type TenantUncheckedCreateWithoutContractRefundsInput = {
|
|
|
9166
9573
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
9167
9574
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9168
9575
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
9576
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
9169
9577
|
};
|
|
9170
9578
|
export type TenantCreateOrConnectWithoutContractRefundsInput = {
|
|
9171
9579
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -9242,6 +9650,7 @@ export type TenantUpdateWithoutContractRefundsInput = {
|
|
|
9242
9650
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
9243
9651
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
9244
9652
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
9653
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
9245
9654
|
};
|
|
9246
9655
|
export type TenantUncheckedUpdateWithoutContractRefundsInput = {
|
|
9247
9656
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -9305,6 +9714,7 @@ export type TenantUncheckedUpdateWithoutContractRefundsInput = {
|
|
|
9305
9714
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9306
9715
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9307
9716
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9717
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9308
9718
|
};
|
|
9309
9719
|
export type TenantCreateWithoutApplicationPhasesInput = {
|
|
9310
9720
|
id?: string;
|
|
@@ -9368,6 +9778,7 @@ export type TenantCreateWithoutApplicationPhasesInput = {
|
|
|
9368
9778
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
9369
9779
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
9370
9780
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
9781
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
9371
9782
|
};
|
|
9372
9783
|
export type TenantUncheckedCreateWithoutApplicationPhasesInput = {
|
|
9373
9784
|
id?: string;
|
|
@@ -9431,6 +9842,7 @@ export type TenantUncheckedCreateWithoutApplicationPhasesInput = {
|
|
|
9431
9842
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
9432
9843
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9433
9844
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
9845
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
9434
9846
|
};
|
|
9435
9847
|
export type TenantCreateOrConnectWithoutApplicationPhasesInput = {
|
|
9436
9848
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -9507,6 +9919,7 @@ export type TenantUpdateWithoutApplicationPhasesInput = {
|
|
|
9507
9919
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
9508
9920
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
9509
9921
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
9922
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
9510
9923
|
};
|
|
9511
9924
|
export type TenantUncheckedUpdateWithoutApplicationPhasesInput = {
|
|
9512
9925
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -9570,6 +9983,7 @@ export type TenantUncheckedUpdateWithoutApplicationPhasesInput = {
|
|
|
9570
9983
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9571
9984
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9572
9985
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9986
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9573
9987
|
};
|
|
9574
9988
|
export type TenantCreateWithoutQuestionnairePhasesInput = {
|
|
9575
9989
|
id?: string;
|
|
@@ -9633,6 +10047,7 @@ export type TenantCreateWithoutQuestionnairePhasesInput = {
|
|
|
9633
10047
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
9634
10048
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
9635
10049
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
10050
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
9636
10051
|
};
|
|
9637
10052
|
export type TenantUncheckedCreateWithoutQuestionnairePhasesInput = {
|
|
9638
10053
|
id?: string;
|
|
@@ -9696,6 +10111,7 @@ export type TenantUncheckedCreateWithoutQuestionnairePhasesInput = {
|
|
|
9696
10111
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
9697
10112
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9698
10113
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
10114
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
9699
10115
|
};
|
|
9700
10116
|
export type TenantCreateOrConnectWithoutQuestionnairePhasesInput = {
|
|
9701
10117
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -9772,6 +10188,7 @@ export type TenantUpdateWithoutQuestionnairePhasesInput = {
|
|
|
9772
10188
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
9773
10189
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
9774
10190
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
10191
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
9775
10192
|
};
|
|
9776
10193
|
export type TenantUncheckedUpdateWithoutQuestionnairePhasesInput = {
|
|
9777
10194
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -9835,6 +10252,7 @@ export type TenantUncheckedUpdateWithoutQuestionnairePhasesInput = {
|
|
|
9835
10252
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9836
10253
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9837
10254
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10255
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
9838
10256
|
};
|
|
9839
10257
|
export type TenantCreateWithoutDocumentationPhasesInput = {
|
|
9840
10258
|
id?: string;
|
|
@@ -9898,6 +10316,7 @@ export type TenantCreateWithoutDocumentationPhasesInput = {
|
|
|
9898
10316
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
9899
10317
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
9900
10318
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
10319
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
9901
10320
|
};
|
|
9902
10321
|
export type TenantUncheckedCreateWithoutDocumentationPhasesInput = {
|
|
9903
10322
|
id?: string;
|
|
@@ -9961,6 +10380,7 @@ export type TenantUncheckedCreateWithoutDocumentationPhasesInput = {
|
|
|
9961
10380
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
9962
10381
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
9963
10382
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
10383
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
9964
10384
|
};
|
|
9965
10385
|
export type TenantCreateOrConnectWithoutDocumentationPhasesInput = {
|
|
9966
10386
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -10037,6 +10457,7 @@ export type TenantUpdateWithoutDocumentationPhasesInput = {
|
|
|
10037
10457
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
10038
10458
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
10039
10459
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
10460
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
10040
10461
|
};
|
|
10041
10462
|
export type TenantUncheckedUpdateWithoutDocumentationPhasesInput = {
|
|
10042
10463
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -10100,6 +10521,7 @@ export type TenantUncheckedUpdateWithoutDocumentationPhasesInput = {
|
|
|
10100
10521
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10101
10522
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10102
10523
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10524
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10103
10525
|
};
|
|
10104
10526
|
export type TenantCreateWithoutPaymentPhasesInput = {
|
|
10105
10527
|
id?: string;
|
|
@@ -10163,6 +10585,7 @@ export type TenantCreateWithoutPaymentPhasesInput = {
|
|
|
10163
10585
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
10164
10586
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
10165
10587
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
10588
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
10166
10589
|
};
|
|
10167
10590
|
export type TenantUncheckedCreateWithoutPaymentPhasesInput = {
|
|
10168
10591
|
id?: string;
|
|
@@ -10226,6 +10649,7 @@ export type TenantUncheckedCreateWithoutPaymentPhasesInput = {
|
|
|
10226
10649
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
10227
10650
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10228
10651
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
10652
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
10229
10653
|
};
|
|
10230
10654
|
export type TenantCreateOrConnectWithoutPaymentPhasesInput = {
|
|
10231
10655
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -10302,6 +10726,7 @@ export type TenantUpdateWithoutPaymentPhasesInput = {
|
|
|
10302
10726
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
10303
10727
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
10304
10728
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
10729
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
10305
10730
|
};
|
|
10306
10731
|
export type TenantUncheckedUpdateWithoutPaymentPhasesInput = {
|
|
10307
10732
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -10365,6 +10790,7 @@ export type TenantUncheckedUpdateWithoutPaymentPhasesInput = {
|
|
|
10365
10790
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10366
10791
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10367
10792
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10793
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10368
10794
|
};
|
|
10369
10795
|
export type TenantCreateWithoutQuestionnaireFieldsInput = {
|
|
10370
10796
|
id?: string;
|
|
@@ -10428,6 +10854,7 @@ export type TenantCreateWithoutQuestionnaireFieldsInput = {
|
|
|
10428
10854
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
10429
10855
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
10430
10856
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
10857
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
10431
10858
|
};
|
|
10432
10859
|
export type TenantUncheckedCreateWithoutQuestionnaireFieldsInput = {
|
|
10433
10860
|
id?: string;
|
|
@@ -10491,6 +10918,7 @@ export type TenantUncheckedCreateWithoutQuestionnaireFieldsInput = {
|
|
|
10491
10918
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
10492
10919
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10493
10920
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
10921
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
10494
10922
|
};
|
|
10495
10923
|
export type TenantCreateOrConnectWithoutQuestionnaireFieldsInput = {
|
|
10496
10924
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -10567,6 +10995,7 @@ export type TenantUpdateWithoutQuestionnaireFieldsInput = {
|
|
|
10567
10995
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
10568
10996
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
10569
10997
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
10998
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
10570
10999
|
};
|
|
10571
11000
|
export type TenantUncheckedUpdateWithoutQuestionnaireFieldsInput = {
|
|
10572
11001
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -10630,6 +11059,7 @@ export type TenantUncheckedUpdateWithoutQuestionnaireFieldsInput = {
|
|
|
10630
11059
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10631
11060
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10632
11061
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11062
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10633
11063
|
};
|
|
10634
11064
|
export type TenantCreateWithoutApplicationEventsInput = {
|
|
10635
11065
|
id?: string;
|
|
@@ -10693,6 +11123,7 @@ export type TenantCreateWithoutApplicationEventsInput = {
|
|
|
10693
11123
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
10694
11124
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
10695
11125
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
11126
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
10696
11127
|
};
|
|
10697
11128
|
export type TenantUncheckedCreateWithoutApplicationEventsInput = {
|
|
10698
11129
|
id?: string;
|
|
@@ -10756,6 +11187,7 @@ export type TenantUncheckedCreateWithoutApplicationEventsInput = {
|
|
|
10756
11187
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
10757
11188
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
10758
11189
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
11190
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
10759
11191
|
};
|
|
10760
11192
|
export type TenantCreateOrConnectWithoutApplicationEventsInput = {
|
|
10761
11193
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -10832,6 +11264,7 @@ export type TenantUpdateWithoutApplicationEventsInput = {
|
|
|
10832
11264
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
10833
11265
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
10834
11266
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
11267
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
10835
11268
|
};
|
|
10836
11269
|
export type TenantUncheckedUpdateWithoutApplicationEventsInput = {
|
|
10837
11270
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -10895,6 +11328,7 @@ export type TenantUncheckedUpdateWithoutApplicationEventsInput = {
|
|
|
10895
11328
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10896
11329
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10897
11330
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11331
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
10898
11332
|
};
|
|
10899
11333
|
export type TenantCreateWithoutDocumentationStepsInput = {
|
|
10900
11334
|
id?: string;
|
|
@@ -10958,6 +11392,7 @@ export type TenantCreateWithoutDocumentationStepsInput = {
|
|
|
10958
11392
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
10959
11393
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
10960
11394
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
11395
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
10961
11396
|
};
|
|
10962
11397
|
export type TenantUncheckedCreateWithoutDocumentationStepsInput = {
|
|
10963
11398
|
id?: string;
|
|
@@ -11021,6 +11456,7 @@ export type TenantUncheckedCreateWithoutDocumentationStepsInput = {
|
|
|
11021
11456
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
11022
11457
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
11023
11458
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
11459
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
11024
11460
|
};
|
|
11025
11461
|
export type TenantCreateOrConnectWithoutDocumentationStepsInput = {
|
|
11026
11462
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -11097,6 +11533,7 @@ export type TenantUpdateWithoutDocumentationStepsInput = {
|
|
|
11097
11533
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
11098
11534
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
11099
11535
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
11536
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
11100
11537
|
};
|
|
11101
11538
|
export type TenantUncheckedUpdateWithoutDocumentationStepsInput = {
|
|
11102
11539
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -11160,6 +11597,7 @@ export type TenantUncheckedUpdateWithoutDocumentationStepsInput = {
|
|
|
11160
11597
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11161
11598
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11162
11599
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11600
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11163
11601
|
};
|
|
11164
11602
|
export type TenantCreateWithoutDocumentationStepDocumentsInput = {
|
|
11165
11603
|
id?: string;
|
|
@@ -11223,6 +11661,7 @@ export type TenantCreateWithoutDocumentationStepDocumentsInput = {
|
|
|
11223
11661
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
11224
11662
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
11225
11663
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
11664
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
11226
11665
|
};
|
|
11227
11666
|
export type TenantUncheckedCreateWithoutDocumentationStepDocumentsInput = {
|
|
11228
11667
|
id?: string;
|
|
@@ -11286,6 +11725,7 @@ export type TenantUncheckedCreateWithoutDocumentationStepDocumentsInput = {
|
|
|
11286
11725
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
11287
11726
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
11288
11727
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
11728
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
11289
11729
|
};
|
|
11290
11730
|
export type TenantCreateOrConnectWithoutDocumentationStepDocumentsInput = {
|
|
11291
11731
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -11362,6 +11802,7 @@ export type TenantUpdateWithoutDocumentationStepDocumentsInput = {
|
|
|
11362
11802
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
11363
11803
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
11364
11804
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
11805
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
11365
11806
|
};
|
|
11366
11807
|
export type TenantUncheckedUpdateWithoutDocumentationStepDocumentsInput = {
|
|
11367
11808
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -11425,6 +11866,7 @@ export type TenantUncheckedUpdateWithoutDocumentationStepDocumentsInput = {
|
|
|
11425
11866
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11426
11867
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11427
11868
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11869
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11428
11870
|
};
|
|
11429
11871
|
export type TenantCreateWithoutDocumentationStepApprovalsInput = {
|
|
11430
11872
|
id?: string;
|
|
@@ -11488,6 +11930,7 @@ export type TenantCreateWithoutDocumentationStepApprovalsInput = {
|
|
|
11488
11930
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
11489
11931
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
11490
11932
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
11933
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
11491
11934
|
};
|
|
11492
11935
|
export type TenantUncheckedCreateWithoutDocumentationStepApprovalsInput = {
|
|
11493
11936
|
id?: string;
|
|
@@ -11551,6 +11994,7 @@ export type TenantUncheckedCreateWithoutDocumentationStepApprovalsInput = {
|
|
|
11551
11994
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
11552
11995
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
11553
11996
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
11997
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
11554
11998
|
};
|
|
11555
11999
|
export type TenantCreateOrConnectWithoutDocumentationStepApprovalsInput = {
|
|
11556
12000
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -11627,6 +12071,7 @@ export type TenantUpdateWithoutDocumentationStepApprovalsInput = {
|
|
|
11627
12071
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
11628
12072
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
11629
12073
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
12074
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
11630
12075
|
};
|
|
11631
12076
|
export type TenantUncheckedUpdateWithoutDocumentationStepApprovalsInput = {
|
|
11632
12077
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -11690,6 +12135,7 @@ export type TenantUncheckedUpdateWithoutDocumentationStepApprovalsInput = {
|
|
|
11690
12135
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11691
12136
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11692
12137
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12138
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11693
12139
|
};
|
|
11694
12140
|
export type TenantCreateWithoutPaymentInstallmentsInput = {
|
|
11695
12141
|
id?: string;
|
|
@@ -11753,6 +12199,7 @@ export type TenantCreateWithoutPaymentInstallmentsInput = {
|
|
|
11753
12199
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
11754
12200
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
11755
12201
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
12202
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
11756
12203
|
};
|
|
11757
12204
|
export type TenantUncheckedCreateWithoutPaymentInstallmentsInput = {
|
|
11758
12205
|
id?: string;
|
|
@@ -11816,6 +12263,7 @@ export type TenantUncheckedCreateWithoutPaymentInstallmentsInput = {
|
|
|
11816
12263
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
11817
12264
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
11818
12265
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
12266
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
11819
12267
|
};
|
|
11820
12268
|
export type TenantCreateOrConnectWithoutPaymentInstallmentsInput = {
|
|
11821
12269
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -11892,6 +12340,7 @@ export type TenantUpdateWithoutPaymentInstallmentsInput = {
|
|
|
11892
12340
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
11893
12341
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
11894
12342
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
12343
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
11895
12344
|
};
|
|
11896
12345
|
export type TenantUncheckedUpdateWithoutPaymentInstallmentsInput = {
|
|
11897
12346
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -11955,6 +12404,7 @@ export type TenantUncheckedUpdateWithoutPaymentInstallmentsInput = {
|
|
|
11955
12404
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11956
12405
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11957
12406
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12407
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
11958
12408
|
};
|
|
11959
12409
|
export type TenantCreateWithoutApplicationPaymentsInput = {
|
|
11960
12410
|
id?: string;
|
|
@@ -12018,6 +12468,7 @@ export type TenantCreateWithoutApplicationPaymentsInput = {
|
|
|
12018
12468
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
12019
12469
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
12020
12470
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
12471
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
12021
12472
|
};
|
|
12022
12473
|
export type TenantUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
12023
12474
|
id?: string;
|
|
@@ -12081,6 +12532,7 @@ export type TenantUncheckedCreateWithoutApplicationPaymentsInput = {
|
|
|
12081
12532
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
12082
12533
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12083
12534
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
12535
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12084
12536
|
};
|
|
12085
12537
|
export type TenantCreateOrConnectWithoutApplicationPaymentsInput = {
|
|
12086
12538
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -12157,6 +12609,7 @@ export type TenantUpdateWithoutApplicationPaymentsInput = {
|
|
|
12157
12609
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
12158
12610
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
12159
12611
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
12612
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
12160
12613
|
};
|
|
12161
12614
|
export type TenantUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
12162
12615
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12220,6 +12673,7 @@ export type TenantUncheckedUpdateWithoutApplicationPaymentsInput = {
|
|
|
12220
12673
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12221
12674
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12222
12675
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12676
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12223
12677
|
};
|
|
12224
12678
|
export type TenantCreateWithoutApplicationDocumentsInput = {
|
|
12225
12679
|
id?: string;
|
|
@@ -12283,6 +12737,7 @@ export type TenantCreateWithoutApplicationDocumentsInput = {
|
|
|
12283
12737
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
12284
12738
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
12285
12739
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
12740
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
12286
12741
|
};
|
|
12287
12742
|
export type TenantUncheckedCreateWithoutApplicationDocumentsInput = {
|
|
12288
12743
|
id?: string;
|
|
@@ -12346,6 +12801,7 @@ export type TenantUncheckedCreateWithoutApplicationDocumentsInput = {
|
|
|
12346
12801
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
12347
12802
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12348
12803
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
12804
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12349
12805
|
};
|
|
12350
12806
|
export type TenantCreateOrConnectWithoutApplicationDocumentsInput = {
|
|
12351
12807
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -12422,6 +12878,7 @@ export type TenantUpdateWithoutApplicationDocumentsInput = {
|
|
|
12422
12878
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
12423
12879
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
12424
12880
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
12881
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
12425
12882
|
};
|
|
12426
12883
|
export type TenantUncheckedUpdateWithoutApplicationDocumentsInput = {
|
|
12427
12884
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12485,6 +12942,7 @@ export type TenantUncheckedUpdateWithoutApplicationDocumentsInput = {
|
|
|
12485
12942
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12486
12943
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12487
12944
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12945
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12488
12946
|
};
|
|
12489
12947
|
export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
12490
12948
|
id?: string;
|
|
@@ -12548,6 +13006,7 @@ export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
|
12548
13006
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
12549
13007
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
12550
13008
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
13009
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
12551
13010
|
};
|
|
12552
13011
|
export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
12553
13012
|
id?: string;
|
|
@@ -12611,6 +13070,7 @@ export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
|
12611
13070
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
12612
13071
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12613
13072
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
13073
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12614
13074
|
};
|
|
12615
13075
|
export type TenantCreateOrConnectWithoutDocumentTemplatesInput = {
|
|
12616
13076
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -12687,6 +13147,7 @@ export type TenantUpdateWithoutDocumentTemplatesInput = {
|
|
|
12687
13147
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
12688
13148
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
12689
13149
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
13150
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
12690
13151
|
};
|
|
12691
13152
|
export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
12692
13153
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -12750,6 +13211,7 @@ export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
|
12750
13211
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12751
13212
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12752
13213
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13214
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
12753
13215
|
};
|
|
12754
13216
|
export type TenantCreateWithoutOfferLettersInput = {
|
|
12755
13217
|
id?: string;
|
|
@@ -12813,6 +13275,7 @@ export type TenantCreateWithoutOfferLettersInput = {
|
|
|
12813
13275
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
12814
13276
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
12815
13277
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
13278
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
12816
13279
|
};
|
|
12817
13280
|
export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
12818
13281
|
id?: string;
|
|
@@ -12876,6 +13339,7 @@ export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
|
12876
13339
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
12877
13340
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
12878
13341
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
13342
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
12879
13343
|
};
|
|
12880
13344
|
export type TenantCreateOrConnectWithoutOfferLettersInput = {
|
|
12881
13345
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -12952,6 +13416,7 @@ export type TenantUpdateWithoutOfferLettersInput = {
|
|
|
12952
13416
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
12953
13417
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
12954
13418
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
13419
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
12955
13420
|
};
|
|
12956
13421
|
export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
12957
13422
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13015,6 +13480,7 @@ export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
|
13015
13480
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13016
13481
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13017
13482
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13483
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13018
13484
|
};
|
|
13019
13485
|
export type TenantCreateWithoutContractTerminationsInput = {
|
|
13020
13486
|
id?: string;
|
|
@@ -13078,6 +13544,7 @@ export type TenantCreateWithoutContractTerminationsInput = {
|
|
|
13078
13544
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
13079
13545
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
13080
13546
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
13547
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
13081
13548
|
};
|
|
13082
13549
|
export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
13083
13550
|
id?: string;
|
|
@@ -13141,6 +13608,7 @@ export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
|
13141
13608
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
13142
13609
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13143
13610
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
13611
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
13144
13612
|
};
|
|
13145
13613
|
export type TenantCreateOrConnectWithoutContractTerminationsInput = {
|
|
13146
13614
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -13217,6 +13685,7 @@ export type TenantUpdateWithoutContractTerminationsInput = {
|
|
|
13217
13685
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
13218
13686
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
13219
13687
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
13688
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
13220
13689
|
};
|
|
13221
13690
|
export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
13222
13691
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13280,6 +13749,7 @@ export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
|
13280
13749
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13281
13750
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13282
13751
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13752
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13283
13753
|
};
|
|
13284
13754
|
export type TenantCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
13285
13755
|
id?: string;
|
|
@@ -13343,6 +13813,7 @@ export type TenantCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
13343
13813
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
13344
13814
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
13345
13815
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
13816
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
13346
13817
|
};
|
|
13347
13818
|
export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
13348
13819
|
id?: string;
|
|
@@ -13406,6 +13877,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
13406
13877
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
13407
13878
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13408
13879
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
13880
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
13409
13881
|
};
|
|
13410
13882
|
export type TenantCreateOrConnectWithoutPaymentMethodChangeRequestsInput = {
|
|
13411
13883
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -13482,6 +13954,7 @@ export type TenantUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
13482
13954
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
13483
13955
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
13484
13956
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
13957
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
13485
13958
|
};
|
|
13486
13959
|
export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
13487
13960
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13545,6 +14018,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
13545
14018
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13546
14019
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13547
14020
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14021
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13548
14022
|
};
|
|
13549
14023
|
export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
13550
14024
|
id?: string;
|
|
@@ -13608,6 +14082,7 @@ export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
|
13608
14082
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
13609
14083
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
13610
14084
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
14085
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
13611
14086
|
};
|
|
13612
14087
|
export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
13613
14088
|
id?: string;
|
|
@@ -13671,6 +14146,7 @@ export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
|
13671
14146
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
13672
14147
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13673
14148
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
14149
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
13674
14150
|
};
|
|
13675
14151
|
export type TenantCreateOrConnectWithoutDocumentRequirementRulesInput = {
|
|
13676
14152
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -13747,6 +14223,7 @@ export type TenantUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
13747
14223
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
13748
14224
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
13749
14225
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
14226
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
13750
14227
|
};
|
|
13751
14228
|
export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
13752
14229
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -13810,6 +14287,7 @@ export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
13810
14287
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13811
14288
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13812
14289
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14290
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
13813
14291
|
};
|
|
13814
14292
|
export type TenantCreateWithoutEventChannelsInput = {
|
|
13815
14293
|
id?: string;
|
|
@@ -13873,6 +14351,7 @@ export type TenantCreateWithoutEventChannelsInput = {
|
|
|
13873
14351
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
13874
14352
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
13875
14353
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
14354
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
13876
14355
|
};
|
|
13877
14356
|
export type TenantUncheckedCreateWithoutEventChannelsInput = {
|
|
13878
14357
|
id?: string;
|
|
@@ -13936,6 +14415,7 @@ export type TenantUncheckedCreateWithoutEventChannelsInput = {
|
|
|
13936
14415
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
13937
14416
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
13938
14417
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
14418
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
13939
14419
|
};
|
|
13940
14420
|
export type TenantCreateOrConnectWithoutEventChannelsInput = {
|
|
13941
14421
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -14012,6 +14492,7 @@ export type TenantUpdateWithoutEventChannelsInput = {
|
|
|
14012
14492
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
14013
14493
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
14014
14494
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
14495
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
14015
14496
|
};
|
|
14016
14497
|
export type TenantUncheckedUpdateWithoutEventChannelsInput = {
|
|
14017
14498
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -14075,6 +14556,7 @@ export type TenantUncheckedUpdateWithoutEventChannelsInput = {
|
|
|
14075
14556
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14076
14557
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14077
14558
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14559
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14078
14560
|
};
|
|
14079
14561
|
export type TenantCreateWithoutEventTypesInput = {
|
|
14080
14562
|
id?: string;
|
|
@@ -14138,6 +14620,7 @@ export type TenantCreateWithoutEventTypesInput = {
|
|
|
14138
14620
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
14139
14621
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
14140
14622
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
14623
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
14141
14624
|
};
|
|
14142
14625
|
export type TenantUncheckedCreateWithoutEventTypesInput = {
|
|
14143
14626
|
id?: string;
|
|
@@ -14201,6 +14684,7 @@ export type TenantUncheckedCreateWithoutEventTypesInput = {
|
|
|
14201
14684
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
14202
14685
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14203
14686
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
14687
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
14204
14688
|
};
|
|
14205
14689
|
export type TenantCreateOrConnectWithoutEventTypesInput = {
|
|
14206
14690
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -14277,6 +14761,7 @@ export type TenantUpdateWithoutEventTypesInput = {
|
|
|
14277
14761
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
14278
14762
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
14279
14763
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
14764
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
14280
14765
|
};
|
|
14281
14766
|
export type TenantUncheckedUpdateWithoutEventTypesInput = {
|
|
14282
14767
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -14340,6 +14825,7 @@ export type TenantUncheckedUpdateWithoutEventTypesInput = {
|
|
|
14340
14825
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14341
14826
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14342
14827
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14828
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14343
14829
|
};
|
|
14344
14830
|
export type TenantCreateWithoutEventHandlersInput = {
|
|
14345
14831
|
id?: string;
|
|
@@ -14403,6 +14889,7 @@ export type TenantCreateWithoutEventHandlersInput = {
|
|
|
14403
14889
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
14404
14890
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
14405
14891
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
14892
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
14406
14893
|
};
|
|
14407
14894
|
export type TenantUncheckedCreateWithoutEventHandlersInput = {
|
|
14408
14895
|
id?: string;
|
|
@@ -14466,6 +14953,7 @@ export type TenantUncheckedCreateWithoutEventHandlersInput = {
|
|
|
14466
14953
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
14467
14954
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14468
14955
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
14956
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
14469
14957
|
};
|
|
14470
14958
|
export type TenantCreateOrConnectWithoutEventHandlersInput = {
|
|
14471
14959
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -14542,6 +15030,7 @@ export type TenantUpdateWithoutEventHandlersInput = {
|
|
|
14542
15030
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
14543
15031
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
14544
15032
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
15033
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
14545
15034
|
};
|
|
14546
15035
|
export type TenantUncheckedUpdateWithoutEventHandlersInput = {
|
|
14547
15036
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -14605,6 +15094,7 @@ export type TenantUncheckedUpdateWithoutEventHandlersInput = {
|
|
|
14605
15094
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14606
15095
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14607
15096
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15097
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14608
15098
|
};
|
|
14609
15099
|
export type TenantCreateWithoutWorkflowEventsInput = {
|
|
14610
15100
|
id?: string;
|
|
@@ -14668,6 +15158,7 @@ export type TenantCreateWithoutWorkflowEventsInput = {
|
|
|
14668
15158
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
14669
15159
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
14670
15160
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
15161
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
14671
15162
|
};
|
|
14672
15163
|
export type TenantUncheckedCreateWithoutWorkflowEventsInput = {
|
|
14673
15164
|
id?: string;
|
|
@@ -14731,6 +15222,7 @@ export type TenantUncheckedCreateWithoutWorkflowEventsInput = {
|
|
|
14731
15222
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
14732
15223
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14733
15224
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
15225
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
14734
15226
|
};
|
|
14735
15227
|
export type TenantCreateOrConnectWithoutWorkflowEventsInput = {
|
|
14736
15228
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -14807,6 +15299,7 @@ export type TenantUpdateWithoutWorkflowEventsInput = {
|
|
|
14807
15299
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
14808
15300
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
14809
15301
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
15302
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
14810
15303
|
};
|
|
14811
15304
|
export type TenantUncheckedUpdateWithoutWorkflowEventsInput = {
|
|
14812
15305
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -14870,6 +15363,7 @@ export type TenantUncheckedUpdateWithoutWorkflowEventsInput = {
|
|
|
14870
15363
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14871
15364
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14872
15365
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15366
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
14873
15367
|
};
|
|
14874
15368
|
export type TenantCreateWithoutEventHandlerExecutionsInput = {
|
|
14875
15369
|
id?: string;
|
|
@@ -14933,6 +15427,7 @@ export type TenantCreateWithoutEventHandlerExecutionsInput = {
|
|
|
14933
15427
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
14934
15428
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
14935
15429
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
15430
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
14936
15431
|
};
|
|
14937
15432
|
export type TenantUncheckedCreateWithoutEventHandlerExecutionsInput = {
|
|
14938
15433
|
id?: string;
|
|
@@ -14996,6 +15491,7 @@ export type TenantUncheckedCreateWithoutEventHandlerExecutionsInput = {
|
|
|
14996
15491
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
14997
15492
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
14998
15493
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
15494
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
14999
15495
|
};
|
|
15000
15496
|
export type TenantCreateOrConnectWithoutEventHandlerExecutionsInput = {
|
|
15001
15497
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -15072,6 +15568,7 @@ export type TenantUpdateWithoutEventHandlerExecutionsInput = {
|
|
|
15072
15568
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
15073
15569
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
15074
15570
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
15571
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
15075
15572
|
};
|
|
15076
15573
|
export type TenantUncheckedUpdateWithoutEventHandlerExecutionsInput = {
|
|
15077
15574
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -15135,6 +15632,7 @@ export type TenantUncheckedUpdateWithoutEventHandlerExecutionsInput = {
|
|
|
15135
15632
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15136
15633
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15137
15634
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15635
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15138
15636
|
};
|
|
15139
15637
|
export type TenantCreateWithoutDomainEventsInput = {
|
|
15140
15638
|
id?: string;
|
|
@@ -15198,6 +15696,7 @@ export type TenantCreateWithoutDomainEventsInput = {
|
|
|
15198
15696
|
transactions?: Prisma.TransactionCreateNestedManyWithoutTenantInput;
|
|
15199
15697
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
15200
15698
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
15699
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
15201
15700
|
};
|
|
15202
15701
|
export type TenantUncheckedCreateWithoutDomainEventsInput = {
|
|
15203
15702
|
id?: string;
|
|
@@ -15261,6 +15760,7 @@ export type TenantUncheckedCreateWithoutDomainEventsInput = {
|
|
|
15261
15760
|
transactions?: Prisma.TransactionUncheckedCreateNestedManyWithoutTenantInput;
|
|
15262
15761
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
15263
15762
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
15763
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
15264
15764
|
};
|
|
15265
15765
|
export type TenantCreateOrConnectWithoutDomainEventsInput = {
|
|
15266
15766
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -15337,6 +15837,7 @@ export type TenantUpdateWithoutDomainEventsInput = {
|
|
|
15337
15837
|
transactions?: Prisma.TransactionUpdateManyWithoutTenantNestedInput;
|
|
15338
15838
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
15339
15839
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
15840
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
15340
15841
|
};
|
|
15341
15842
|
export type TenantUncheckedUpdateWithoutDomainEventsInput = {
|
|
15342
15843
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -15400,6 +15901,7 @@ export type TenantUncheckedUpdateWithoutDomainEventsInput = {
|
|
|
15400
15901
|
transactions?: Prisma.TransactionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15401
15902
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15402
15903
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15904
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15403
15905
|
};
|
|
15404
15906
|
export type TenantCreateWithoutPropertyTransferRequestsInput = {
|
|
15405
15907
|
id?: string;
|
|
@@ -15463,6 +15965,7 @@ export type TenantCreateWithoutPropertyTransferRequestsInput = {
|
|
|
15463
15965
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
15464
15966
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
15465
15967
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
15968
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
15466
15969
|
};
|
|
15467
15970
|
export type TenantUncheckedCreateWithoutPropertyTransferRequestsInput = {
|
|
15468
15971
|
id?: string;
|
|
@@ -15526,6 +16029,7 @@ export type TenantUncheckedCreateWithoutPropertyTransferRequestsInput = {
|
|
|
15526
16029
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
15527
16030
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
15528
16031
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
16032
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
15529
16033
|
};
|
|
15530
16034
|
export type TenantCreateOrConnectWithoutPropertyTransferRequestsInput = {
|
|
15531
16035
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -15602,6 +16106,7 @@ export type TenantUpdateWithoutPropertyTransferRequestsInput = {
|
|
|
15602
16106
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
15603
16107
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
15604
16108
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
16109
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
15605
16110
|
};
|
|
15606
16111
|
export type TenantUncheckedUpdateWithoutPropertyTransferRequestsInput = {
|
|
15607
16112
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -15665,6 +16170,7 @@ export type TenantUncheckedUpdateWithoutPropertyTransferRequestsInput = {
|
|
|
15665
16170
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15666
16171
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15667
16172
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16173
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15668
16174
|
};
|
|
15669
16175
|
export type TenantCreateWithoutApprovalRequestsInput = {
|
|
15670
16176
|
id?: string;
|
|
@@ -15728,6 +16234,7 @@ export type TenantCreateWithoutApprovalRequestsInput = {
|
|
|
15728
16234
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
15729
16235
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
15730
16236
|
workflowBlockers?: Prisma.WorkflowBlockerCreateNestedManyWithoutTenantInput;
|
|
16237
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
15731
16238
|
};
|
|
15732
16239
|
export type TenantUncheckedCreateWithoutApprovalRequestsInput = {
|
|
15733
16240
|
id?: string;
|
|
@@ -15791,6 +16298,7 @@ export type TenantUncheckedCreateWithoutApprovalRequestsInput = {
|
|
|
15791
16298
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
15792
16299
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
15793
16300
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedCreateNestedManyWithoutTenantInput;
|
|
16301
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
15794
16302
|
};
|
|
15795
16303
|
export type TenantCreateOrConnectWithoutApprovalRequestsInput = {
|
|
15796
16304
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -15867,6 +16375,7 @@ export type TenantUpdateWithoutApprovalRequestsInput = {
|
|
|
15867
16375
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
15868
16376
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
15869
16377
|
workflowBlockers?: Prisma.WorkflowBlockerUpdateManyWithoutTenantNestedInput;
|
|
16378
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
15870
16379
|
};
|
|
15871
16380
|
export type TenantUncheckedUpdateWithoutApprovalRequestsInput = {
|
|
15872
16381
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -15930,6 +16439,7 @@ export type TenantUncheckedUpdateWithoutApprovalRequestsInput = {
|
|
|
15930
16439
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15931
16440
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15932
16441
|
workflowBlockers?: Prisma.WorkflowBlockerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16442
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
15933
16443
|
};
|
|
15934
16444
|
export type TenantCreateWithoutWorkflowBlockersInput = {
|
|
15935
16445
|
id?: string;
|
|
@@ -15993,6 +16503,7 @@ export type TenantCreateWithoutWorkflowBlockersInput = {
|
|
|
15993
16503
|
transactions?: Prisma.TransactionCreateNestedManyWithoutTenantInput;
|
|
15994
16504
|
settings?: Prisma.SettingsCreateNestedManyWithoutTenantInput;
|
|
15995
16505
|
domainEvents?: Prisma.DomainEventCreateNestedManyWithoutTenantInput;
|
|
16506
|
+
questionnairePlans?: Prisma.QuestionnairePlanCreateNestedManyWithoutTenantInput;
|
|
15996
16507
|
};
|
|
15997
16508
|
export type TenantUncheckedCreateWithoutWorkflowBlockersInput = {
|
|
15998
16509
|
id?: string;
|
|
@@ -16056,6 +16567,7 @@ export type TenantUncheckedCreateWithoutWorkflowBlockersInput = {
|
|
|
16056
16567
|
transactions?: Prisma.TransactionUncheckedCreateNestedManyWithoutTenantInput;
|
|
16057
16568
|
settings?: Prisma.SettingsUncheckedCreateNestedManyWithoutTenantInput;
|
|
16058
16569
|
domainEvents?: Prisma.DomainEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
16570
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
16059
16571
|
};
|
|
16060
16572
|
export type TenantCreateOrConnectWithoutWorkflowBlockersInput = {
|
|
16061
16573
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -16132,6 +16644,7 @@ export type TenantUpdateWithoutWorkflowBlockersInput = {
|
|
|
16132
16644
|
transactions?: Prisma.TransactionUpdateManyWithoutTenantNestedInput;
|
|
16133
16645
|
settings?: Prisma.SettingsUpdateManyWithoutTenantNestedInput;
|
|
16134
16646
|
domainEvents?: Prisma.DomainEventUpdateManyWithoutTenantNestedInput;
|
|
16647
|
+
questionnairePlans?: Prisma.QuestionnairePlanUpdateManyWithoutTenantNestedInput;
|
|
16135
16648
|
};
|
|
16136
16649
|
export type TenantUncheckedUpdateWithoutWorkflowBlockersInput = {
|
|
16137
16650
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -16195,6 +16708,7 @@ export type TenantUncheckedUpdateWithoutWorkflowBlockersInput = {
|
|
|
16195
16708
|
transactions?: Prisma.TransactionUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16196
16709
|
settings?: Prisma.SettingsUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16197
16710
|
domainEvents?: Prisma.DomainEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16711
|
+
questionnairePlans?: Prisma.QuestionnairePlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
16198
16712
|
};
|
|
16199
16713
|
/**
|
|
16200
16714
|
* Count Type TenantCountOutputType
|
|
@@ -16256,6 +16770,7 @@ export type TenantCountOutputType = {
|
|
|
16256
16770
|
settings: number;
|
|
16257
16771
|
domainEvents: number;
|
|
16258
16772
|
workflowBlockers: number;
|
|
16773
|
+
questionnairePlans: number;
|
|
16259
16774
|
};
|
|
16260
16775
|
export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
16261
16776
|
users?: boolean | TenantCountOutputTypeCountUsersArgs;
|
|
@@ -16314,6 +16829,7 @@ export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions
|
|
|
16314
16829
|
settings?: boolean | TenantCountOutputTypeCountSettingsArgs;
|
|
16315
16830
|
domainEvents?: boolean | TenantCountOutputTypeCountDomainEventsArgs;
|
|
16316
16831
|
workflowBlockers?: boolean | TenantCountOutputTypeCountWorkflowBlockersArgs;
|
|
16832
|
+
questionnairePlans?: boolean | TenantCountOutputTypeCountQuestionnairePlansArgs;
|
|
16317
16833
|
};
|
|
16318
16834
|
/**
|
|
16319
16835
|
* TenantCountOutputType without action
|
|
@@ -16660,6 +17176,12 @@ export type TenantCountOutputTypeCountDomainEventsArgs<ExtArgs extends runtime.T
|
|
|
16660
17176
|
export type TenantCountOutputTypeCountWorkflowBlockersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
16661
17177
|
where?: Prisma.WorkflowBlockerWhereInput;
|
|
16662
17178
|
};
|
|
17179
|
+
/**
|
|
17180
|
+
* TenantCountOutputType without action
|
|
17181
|
+
*/
|
|
17182
|
+
export type TenantCountOutputTypeCountQuestionnairePlansArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
17183
|
+
where?: Prisma.QuestionnairePlanWhereInput;
|
|
17184
|
+
};
|
|
16663
17185
|
export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
16664
17186
|
id?: boolean;
|
|
16665
17187
|
name?: boolean;
|
|
@@ -16723,6 +17245,7 @@ export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
16723
17245
|
settings?: boolean | Prisma.Tenant$settingsArgs<ExtArgs>;
|
|
16724
17246
|
domainEvents?: boolean | Prisma.Tenant$domainEventsArgs<ExtArgs>;
|
|
16725
17247
|
workflowBlockers?: boolean | Prisma.Tenant$workflowBlockersArgs<ExtArgs>;
|
|
17248
|
+
questionnairePlans?: boolean | Prisma.Tenant$questionnairePlansArgs<ExtArgs>;
|
|
16726
17249
|
_count?: boolean | Prisma.TenantCountOutputTypeDefaultArgs<ExtArgs>;
|
|
16727
17250
|
}, ExtArgs["result"]["tenant"]>;
|
|
16728
17251
|
export type TenantSelectScalar = {
|
|
@@ -16791,6 +17314,7 @@ export type TenantInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
16791
17314
|
settings?: boolean | Prisma.Tenant$settingsArgs<ExtArgs>;
|
|
16792
17315
|
domainEvents?: boolean | Prisma.Tenant$domainEventsArgs<ExtArgs>;
|
|
16793
17316
|
workflowBlockers?: boolean | Prisma.Tenant$workflowBlockersArgs<ExtArgs>;
|
|
17317
|
+
questionnairePlans?: boolean | Prisma.Tenant$questionnairePlansArgs<ExtArgs>;
|
|
16794
17318
|
_count?: boolean | Prisma.TenantCountOutputTypeDefaultArgs<ExtArgs>;
|
|
16795
17319
|
};
|
|
16796
17320
|
export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -16852,6 +17376,7 @@ export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
16852
17376
|
settings: Prisma.$SettingsPayload<ExtArgs>[];
|
|
16853
17377
|
domainEvents: Prisma.$DomainEventPayload<ExtArgs>[];
|
|
16854
17378
|
workflowBlockers: Prisma.$WorkflowBlockerPayload<ExtArgs>[];
|
|
17379
|
+
questionnairePlans: Prisma.$QuestionnairePlanPayload<ExtArgs>[];
|
|
16855
17380
|
};
|
|
16856
17381
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
16857
17382
|
id: string;
|
|
@@ -17193,6 +17718,7 @@ export interface Prisma__TenantClient<T, Null = never, ExtArgs extends runtime.T
|
|
|
17193
17718
|
settings<T extends Prisma.Tenant$settingsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$settingsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SettingsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
17194
17719
|
domainEvents<T extends Prisma.Tenant$domainEventsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$domainEventsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$DomainEventPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
17195
17720
|
workflowBlockers<T extends Prisma.Tenant$workflowBlockersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$workflowBlockersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WorkflowBlockerPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
17721
|
+
questionnairePlans<T extends Prisma.Tenant$questionnairePlansArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$questionnairePlansArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuestionnairePlanPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
17196
17722
|
/**
|
|
17197
17723
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
17198
17724
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -18839,6 +19365,29 @@ export type Tenant$workflowBlockersArgs<ExtArgs extends runtime.Types.Extensions
|
|
|
18839
19365
|
skip?: number;
|
|
18840
19366
|
distinct?: Prisma.WorkflowBlockerScalarFieldEnum | Prisma.WorkflowBlockerScalarFieldEnum[];
|
|
18841
19367
|
};
|
|
19368
|
+
/**
|
|
19369
|
+
* Tenant.questionnairePlans
|
|
19370
|
+
*/
|
|
19371
|
+
export type Tenant$questionnairePlansArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
19372
|
+
/**
|
|
19373
|
+
* Select specific fields to fetch from the QuestionnairePlan
|
|
19374
|
+
*/
|
|
19375
|
+
select?: Prisma.QuestionnairePlanSelect<ExtArgs> | null;
|
|
19376
|
+
/**
|
|
19377
|
+
* Omit specific fields from the QuestionnairePlan
|
|
19378
|
+
*/
|
|
19379
|
+
omit?: Prisma.QuestionnairePlanOmit<ExtArgs> | null;
|
|
19380
|
+
/**
|
|
19381
|
+
* Choose, which related nodes to fetch as well
|
|
19382
|
+
*/
|
|
19383
|
+
include?: Prisma.QuestionnairePlanInclude<ExtArgs> | null;
|
|
19384
|
+
where?: Prisma.QuestionnairePlanWhereInput;
|
|
19385
|
+
orderBy?: Prisma.QuestionnairePlanOrderByWithRelationInput | Prisma.QuestionnairePlanOrderByWithRelationInput[];
|
|
19386
|
+
cursor?: Prisma.QuestionnairePlanWhereUniqueInput;
|
|
19387
|
+
take?: number;
|
|
19388
|
+
skip?: number;
|
|
19389
|
+
distinct?: Prisma.QuestionnairePlanScalarFieldEnum | Prisma.QuestionnairePlanScalarFieldEnum[];
|
|
19390
|
+
};
|
|
18842
19391
|
/**
|
|
18843
19392
|
* Tenant without action
|
|
18844
19393
|
*/
|