@valentine-efagene/qshelter-common 2.0.78 → 2.0.81
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 +5 -0
- package/dist/generated/client/client.d.ts +5 -0
- package/dist/generated/client/commonInputTypes.d.ts +120 -30
- package/dist/generated/client/enums.d.ts +10 -10
- package/dist/generated/client/enums.js +9 -9
- package/dist/generated/client/internal/class.d.ts +11 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +129 -8
- package/dist/generated/client/internal/prismaNamespace.js +44 -4
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +45 -3
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +44 -4
- package/dist/generated/client/models/Contract.d.ts +323 -0
- package/dist/generated/client/models/ContractEvent.d.ts +76 -66
- package/dist/generated/client/models/ContractRefund.d.ts +2560 -0
- package/dist/generated/client/models/ContractRefund.js +1 -0
- package/dist/generated/client/models/ContractTermination.d.ts +0 -3
- package/dist/generated/client/models/Tenant.d.ts +235 -0
- package/dist/generated/client/models/User.d.ts +1103 -22
- package/dist/generated/client/models/index.d.ts +1 -0
- package/dist/generated/client/models/index.js +1 -0
- package/dist/generated/client/models.d.ts +1 -0
- package/package.json +1 -1
- package/prisma/schema.prisma +77 -11
|
@@ -163,6 +163,7 @@ export type TenantWhereInput = {
|
|
|
163
163
|
workflowEvents?: Prisma.WorkflowEventListRelationFilter;
|
|
164
164
|
propertyTransferRequests?: Prisma.PropertyTransferRequestListRelationFilter;
|
|
165
165
|
approvalRequests?: Prisma.ApprovalRequestListRelationFilter;
|
|
166
|
+
contractRefunds?: Prisma.ContractRefundListRelationFilter;
|
|
166
167
|
};
|
|
167
168
|
export type TenantOrderByWithRelationInput = {
|
|
168
169
|
id?: Prisma.SortOrder;
|
|
@@ -188,6 +189,7 @@ export type TenantOrderByWithRelationInput = {
|
|
|
188
189
|
workflowEvents?: Prisma.WorkflowEventOrderByRelationAggregateInput;
|
|
189
190
|
propertyTransferRequests?: Prisma.PropertyTransferRequestOrderByRelationAggregateInput;
|
|
190
191
|
approvalRequests?: Prisma.ApprovalRequestOrderByRelationAggregateInput;
|
|
192
|
+
contractRefunds?: Prisma.ContractRefundOrderByRelationAggregateInput;
|
|
191
193
|
_relevance?: Prisma.TenantOrderByRelevanceInput;
|
|
192
194
|
};
|
|
193
195
|
export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -217,6 +219,7 @@ export type TenantWhereUniqueInput = Prisma.AtLeast<{
|
|
|
217
219
|
workflowEvents?: Prisma.WorkflowEventListRelationFilter;
|
|
218
220
|
propertyTransferRequests?: Prisma.PropertyTransferRequestListRelationFilter;
|
|
219
221
|
approvalRequests?: Prisma.ApprovalRequestListRelationFilter;
|
|
222
|
+
contractRefunds?: Prisma.ContractRefundListRelationFilter;
|
|
220
223
|
}, "id" | "subdomain">;
|
|
221
224
|
export type TenantOrderByWithAggregationInput = {
|
|
222
225
|
id?: Prisma.SortOrder;
|
|
@@ -264,6 +267,7 @@ export type TenantCreateInput = {
|
|
|
264
267
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
265
268
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
266
269
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
270
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
267
271
|
};
|
|
268
272
|
export type TenantUncheckedCreateInput = {
|
|
269
273
|
id?: string;
|
|
@@ -289,6 +293,7 @@ export type TenantUncheckedCreateInput = {
|
|
|
289
293
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
290
294
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
291
295
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
296
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
292
297
|
};
|
|
293
298
|
export type TenantUpdateInput = {
|
|
294
299
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -314,6 +319,7 @@ export type TenantUpdateInput = {
|
|
|
314
319
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
315
320
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
316
321
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
322
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
317
323
|
};
|
|
318
324
|
export type TenantUncheckedUpdateInput = {
|
|
319
325
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -339,6 +345,7 @@ export type TenantUncheckedUpdateInput = {
|
|
|
339
345
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
340
346
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
341
347
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
348
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
342
349
|
};
|
|
343
350
|
export type TenantCreateManyInput = {
|
|
344
351
|
id?: string;
|
|
@@ -477,6 +484,18 @@ export type TenantUpdateOneRequiredWithoutContractsNestedInput = {
|
|
|
477
484
|
connect?: Prisma.TenantWhereUniqueInput;
|
|
478
485
|
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutContractsInput, Prisma.TenantUpdateWithoutContractsInput>, Prisma.TenantUncheckedUpdateWithoutContractsInput>;
|
|
479
486
|
};
|
|
487
|
+
export type TenantCreateNestedOneWithoutContractRefundsInput = {
|
|
488
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutContractRefundsInput, Prisma.TenantUncheckedCreateWithoutContractRefundsInput>;
|
|
489
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutContractRefundsInput;
|
|
490
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
491
|
+
};
|
|
492
|
+
export type TenantUpdateOneRequiredWithoutContractRefundsNestedInput = {
|
|
493
|
+
create?: Prisma.XOR<Prisma.TenantCreateWithoutContractRefundsInput, Prisma.TenantUncheckedCreateWithoutContractRefundsInput>;
|
|
494
|
+
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutContractRefundsInput;
|
|
495
|
+
upsert?: Prisma.TenantUpsertWithoutContractRefundsInput;
|
|
496
|
+
connect?: Prisma.TenantWhereUniqueInput;
|
|
497
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TenantUpdateToOneWithWhereWithoutContractRefundsInput, Prisma.TenantUpdateWithoutContractRefundsInput>, Prisma.TenantUncheckedUpdateWithoutContractRefundsInput>;
|
|
498
|
+
};
|
|
480
499
|
export type TenantCreateNestedOneWithoutDocumentTemplatesInput = {
|
|
481
500
|
create?: Prisma.XOR<Prisma.TenantCreateWithoutDocumentTemplatesInput, Prisma.TenantUncheckedCreateWithoutDocumentTemplatesInput>;
|
|
482
501
|
connectOrCreate?: Prisma.TenantCreateOrConnectWithoutDocumentTemplatesInput;
|
|
@@ -632,6 +651,7 @@ export type TenantCreateWithoutUsersInput = {
|
|
|
632
651
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
633
652
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
634
653
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
654
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
635
655
|
};
|
|
636
656
|
export type TenantUncheckedCreateWithoutUsersInput = {
|
|
637
657
|
id?: string;
|
|
@@ -656,6 +676,7 @@ export type TenantUncheckedCreateWithoutUsersInput = {
|
|
|
656
676
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
657
677
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
658
678
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
679
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
659
680
|
};
|
|
660
681
|
export type TenantCreateOrConnectWithoutUsersInput = {
|
|
661
682
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -693,6 +714,7 @@ export type TenantUpdateWithoutUsersInput = {
|
|
|
693
714
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
694
715
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
695
716
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
717
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
696
718
|
};
|
|
697
719
|
export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
698
720
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -717,6 +739,7 @@ export type TenantUncheckedUpdateWithoutUsersInput = {
|
|
|
717
739
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
718
740
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
719
741
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
742
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
720
743
|
};
|
|
721
744
|
export type TenantCreateWithoutApiKeysInput = {
|
|
722
745
|
id?: string;
|
|
@@ -741,6 +764,7 @@ export type TenantCreateWithoutApiKeysInput = {
|
|
|
741
764
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
742
765
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
743
766
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
767
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
744
768
|
};
|
|
745
769
|
export type TenantUncheckedCreateWithoutApiKeysInput = {
|
|
746
770
|
id?: string;
|
|
@@ -765,6 +789,7 @@ export type TenantUncheckedCreateWithoutApiKeysInput = {
|
|
|
765
789
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
766
790
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
767
791
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
792
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
768
793
|
};
|
|
769
794
|
export type TenantCreateOrConnectWithoutApiKeysInput = {
|
|
770
795
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -802,6 +827,7 @@ export type TenantUpdateWithoutApiKeysInput = {
|
|
|
802
827
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
803
828
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
804
829
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
830
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
805
831
|
};
|
|
806
832
|
export type TenantUncheckedUpdateWithoutApiKeysInput = {
|
|
807
833
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -826,6 +852,7 @@ export type TenantUncheckedUpdateWithoutApiKeysInput = {
|
|
|
826
852
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
827
853
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
828
854
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
855
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
829
856
|
};
|
|
830
857
|
export type TenantCreateWithoutPropertiesInput = {
|
|
831
858
|
id?: string;
|
|
@@ -850,6 +877,7 @@ export type TenantCreateWithoutPropertiesInput = {
|
|
|
850
877
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
851
878
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
852
879
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
880
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
853
881
|
};
|
|
854
882
|
export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
855
883
|
id?: string;
|
|
@@ -874,6 +902,7 @@ export type TenantUncheckedCreateWithoutPropertiesInput = {
|
|
|
874
902
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
875
903
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
876
904
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
905
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
877
906
|
};
|
|
878
907
|
export type TenantCreateOrConnectWithoutPropertiesInput = {
|
|
879
908
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -911,6 +940,7 @@ export type TenantUpdateWithoutPropertiesInput = {
|
|
|
911
940
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
912
941
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
913
942
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
943
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
914
944
|
};
|
|
915
945
|
export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
916
946
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -935,6 +965,7 @@ export type TenantUncheckedUpdateWithoutPropertiesInput = {
|
|
|
935
965
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
936
966
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
937
967
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
968
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
938
969
|
};
|
|
939
970
|
export type TenantCreateWithoutPaymentPlansInput = {
|
|
940
971
|
id?: string;
|
|
@@ -959,6 +990,7 @@ export type TenantCreateWithoutPaymentPlansInput = {
|
|
|
959
990
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
960
991
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
961
992
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
993
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
962
994
|
};
|
|
963
995
|
export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
964
996
|
id?: string;
|
|
@@ -983,6 +1015,7 @@ export type TenantUncheckedCreateWithoutPaymentPlansInput = {
|
|
|
983
1015
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
984
1016
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
985
1017
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1018
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
986
1019
|
};
|
|
987
1020
|
export type TenantCreateOrConnectWithoutPaymentPlansInput = {
|
|
988
1021
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1020,6 +1053,7 @@ export type TenantUpdateWithoutPaymentPlansInput = {
|
|
|
1020
1053
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1021
1054
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1022
1055
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1056
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1023
1057
|
};
|
|
1024
1058
|
export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
1025
1059
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1044,6 +1078,7 @@ export type TenantUncheckedUpdateWithoutPaymentPlansInput = {
|
|
|
1044
1078
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1045
1079
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1046
1080
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1081
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1047
1082
|
};
|
|
1048
1083
|
export type TenantCreateWithoutPaymentMethodsInput = {
|
|
1049
1084
|
id?: string;
|
|
@@ -1068,6 +1103,7 @@ export type TenantCreateWithoutPaymentMethodsInput = {
|
|
|
1068
1103
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1069
1104
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1070
1105
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1106
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1071
1107
|
};
|
|
1072
1108
|
export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
1073
1109
|
id?: string;
|
|
@@ -1092,6 +1128,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodsInput = {
|
|
|
1092
1128
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1093
1129
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1094
1130
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1131
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1095
1132
|
};
|
|
1096
1133
|
export type TenantCreateOrConnectWithoutPaymentMethodsInput = {
|
|
1097
1134
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1129,6 +1166,7 @@ export type TenantUpdateWithoutPaymentMethodsInput = {
|
|
|
1129
1166
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1130
1167
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1131
1168
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1169
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1132
1170
|
};
|
|
1133
1171
|
export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
1134
1172
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1153,6 +1191,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
|
1153
1191
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1154
1192
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1155
1193
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1194
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1156
1195
|
};
|
|
1157
1196
|
export type TenantCreateWithoutContractsInput = {
|
|
1158
1197
|
id?: string;
|
|
@@ -1177,6 +1216,7 @@ export type TenantCreateWithoutContractsInput = {
|
|
|
1177
1216
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1178
1217
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1179
1218
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1219
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1180
1220
|
};
|
|
1181
1221
|
export type TenantUncheckedCreateWithoutContractsInput = {
|
|
1182
1222
|
id?: string;
|
|
@@ -1201,6 +1241,7 @@ export type TenantUncheckedCreateWithoutContractsInput = {
|
|
|
1201
1241
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1202
1242
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1203
1243
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1244
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1204
1245
|
};
|
|
1205
1246
|
export type TenantCreateOrConnectWithoutContractsInput = {
|
|
1206
1247
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1238,6 +1279,7 @@ export type TenantUpdateWithoutContractsInput = {
|
|
|
1238
1279
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1239
1280
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1240
1281
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1282
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1241
1283
|
};
|
|
1242
1284
|
export type TenantUncheckedUpdateWithoutContractsInput = {
|
|
1243
1285
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1262,6 +1304,120 @@ export type TenantUncheckedUpdateWithoutContractsInput = {
|
|
|
1262
1304
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1263
1305
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1264
1306
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1307
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1308
|
+
};
|
|
1309
|
+
export type TenantCreateWithoutContractRefundsInput = {
|
|
1310
|
+
id?: string;
|
|
1311
|
+
name: string;
|
|
1312
|
+
subdomain: string;
|
|
1313
|
+
isActive?: boolean;
|
|
1314
|
+
createdAt?: Date | string;
|
|
1315
|
+
updatedAt?: Date | string;
|
|
1316
|
+
users?: Prisma.UserCreateNestedManyWithoutTenantInput;
|
|
1317
|
+
properties?: Prisma.PropertyCreateNestedManyWithoutTenantInput;
|
|
1318
|
+
paymentPlans?: Prisma.PaymentPlanCreateNestedManyWithoutTenantInput;
|
|
1319
|
+
paymentMethods?: Prisma.PropertyPaymentMethodCreateNestedManyWithoutTenantInput;
|
|
1320
|
+
contracts?: Prisma.ContractCreateNestedManyWithoutTenantInput;
|
|
1321
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestCreateNestedManyWithoutTenantInput;
|
|
1322
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleCreateNestedManyWithoutTenantInput;
|
|
1323
|
+
contractTerminations?: Prisma.ContractTerminationCreateNestedManyWithoutTenantInput;
|
|
1324
|
+
documentTemplates?: Prisma.DocumentTemplateCreateNestedManyWithoutTenantInput;
|
|
1325
|
+
offerLetters?: Prisma.OfferLetterCreateNestedManyWithoutTenantInput;
|
|
1326
|
+
apiKeys?: Prisma.ApiKeyCreateNestedManyWithoutTenantInput;
|
|
1327
|
+
eventChannels?: Prisma.EventChannelCreateNestedManyWithoutTenantInput;
|
|
1328
|
+
eventTypes?: Prisma.EventTypeCreateNestedManyWithoutTenantInput;
|
|
1329
|
+
eventHandlers?: Prisma.EventHandlerCreateNestedManyWithoutTenantInput;
|
|
1330
|
+
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1331
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1332
|
+
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1333
|
+
};
|
|
1334
|
+
export type TenantUncheckedCreateWithoutContractRefundsInput = {
|
|
1335
|
+
id?: string;
|
|
1336
|
+
name: string;
|
|
1337
|
+
subdomain: string;
|
|
1338
|
+
isActive?: boolean;
|
|
1339
|
+
createdAt?: Date | string;
|
|
1340
|
+
updatedAt?: Date | string;
|
|
1341
|
+
users?: Prisma.UserUncheckedCreateNestedManyWithoutTenantInput;
|
|
1342
|
+
properties?: Prisma.PropertyUncheckedCreateNestedManyWithoutTenantInput;
|
|
1343
|
+
paymentPlans?: Prisma.PaymentPlanUncheckedCreateNestedManyWithoutTenantInput;
|
|
1344
|
+
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedCreateNestedManyWithoutTenantInput;
|
|
1345
|
+
contracts?: Prisma.ContractUncheckedCreateNestedManyWithoutTenantInput;
|
|
1346
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1347
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedCreateNestedManyWithoutTenantInput;
|
|
1348
|
+
contractTerminations?: Prisma.ContractTerminationUncheckedCreateNestedManyWithoutTenantInput;
|
|
1349
|
+
documentTemplates?: Prisma.DocumentTemplateUncheckedCreateNestedManyWithoutTenantInput;
|
|
1350
|
+
offerLetters?: Prisma.OfferLetterUncheckedCreateNestedManyWithoutTenantInput;
|
|
1351
|
+
apiKeys?: Prisma.ApiKeyUncheckedCreateNestedManyWithoutTenantInput;
|
|
1352
|
+
eventChannels?: Prisma.EventChannelUncheckedCreateNestedManyWithoutTenantInput;
|
|
1353
|
+
eventTypes?: Prisma.EventTypeUncheckedCreateNestedManyWithoutTenantInput;
|
|
1354
|
+
eventHandlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutTenantInput;
|
|
1355
|
+
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1356
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1357
|
+
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1358
|
+
};
|
|
1359
|
+
export type TenantCreateOrConnectWithoutContractRefundsInput = {
|
|
1360
|
+
where: Prisma.TenantWhereUniqueInput;
|
|
1361
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutContractRefundsInput, Prisma.TenantUncheckedCreateWithoutContractRefundsInput>;
|
|
1362
|
+
};
|
|
1363
|
+
export type TenantUpsertWithoutContractRefundsInput = {
|
|
1364
|
+
update: Prisma.XOR<Prisma.TenantUpdateWithoutContractRefundsInput, Prisma.TenantUncheckedUpdateWithoutContractRefundsInput>;
|
|
1365
|
+
create: Prisma.XOR<Prisma.TenantCreateWithoutContractRefundsInput, Prisma.TenantUncheckedCreateWithoutContractRefundsInput>;
|
|
1366
|
+
where?: Prisma.TenantWhereInput;
|
|
1367
|
+
};
|
|
1368
|
+
export type TenantUpdateToOneWithWhereWithoutContractRefundsInput = {
|
|
1369
|
+
where?: Prisma.TenantWhereInput;
|
|
1370
|
+
data: Prisma.XOR<Prisma.TenantUpdateWithoutContractRefundsInput, Prisma.TenantUncheckedUpdateWithoutContractRefundsInput>;
|
|
1371
|
+
};
|
|
1372
|
+
export type TenantUpdateWithoutContractRefundsInput = {
|
|
1373
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1374
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1375
|
+
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1376
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1377
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1378
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1379
|
+
users?: Prisma.UserUpdateManyWithoutTenantNestedInput;
|
|
1380
|
+
properties?: Prisma.PropertyUpdateManyWithoutTenantNestedInput;
|
|
1381
|
+
paymentPlans?: Prisma.PaymentPlanUpdateManyWithoutTenantNestedInput;
|
|
1382
|
+
paymentMethods?: Prisma.PropertyPaymentMethodUpdateManyWithoutTenantNestedInput;
|
|
1383
|
+
contracts?: Prisma.ContractUpdateManyWithoutTenantNestedInput;
|
|
1384
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUpdateManyWithoutTenantNestedInput;
|
|
1385
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleUpdateManyWithoutTenantNestedInput;
|
|
1386
|
+
contractTerminations?: Prisma.ContractTerminationUpdateManyWithoutTenantNestedInput;
|
|
1387
|
+
documentTemplates?: Prisma.DocumentTemplateUpdateManyWithoutTenantNestedInput;
|
|
1388
|
+
offerLetters?: Prisma.OfferLetterUpdateManyWithoutTenantNestedInput;
|
|
1389
|
+
apiKeys?: Prisma.ApiKeyUpdateManyWithoutTenantNestedInput;
|
|
1390
|
+
eventChannels?: Prisma.EventChannelUpdateManyWithoutTenantNestedInput;
|
|
1391
|
+
eventTypes?: Prisma.EventTypeUpdateManyWithoutTenantNestedInput;
|
|
1392
|
+
eventHandlers?: Prisma.EventHandlerUpdateManyWithoutTenantNestedInput;
|
|
1393
|
+
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1394
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1395
|
+
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1396
|
+
};
|
|
1397
|
+
export type TenantUncheckedUpdateWithoutContractRefundsInput = {
|
|
1398
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1399
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1400
|
+
subdomain?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1401
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1402
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1403
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1404
|
+
users?: Prisma.UserUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1405
|
+
properties?: Prisma.PropertyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1406
|
+
paymentPlans?: Prisma.PaymentPlanUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1407
|
+
paymentMethods?: Prisma.PropertyPaymentMethodUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1408
|
+
contracts?: Prisma.ContractUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1409
|
+
paymentMethodChangeRequests?: Prisma.PaymentMethodChangeRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1410
|
+
documentRequirementRules?: Prisma.DocumentRequirementRuleUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1411
|
+
contractTerminations?: Prisma.ContractTerminationUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1412
|
+
documentTemplates?: Prisma.DocumentTemplateUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1413
|
+
offerLetters?: Prisma.OfferLetterUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1414
|
+
apiKeys?: Prisma.ApiKeyUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1415
|
+
eventChannels?: Prisma.EventChannelUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1416
|
+
eventTypes?: Prisma.EventTypeUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1417
|
+
eventHandlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1418
|
+
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1419
|
+
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1420
|
+
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1265
1421
|
};
|
|
1266
1422
|
export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
1267
1423
|
id?: string;
|
|
@@ -1286,6 +1442,7 @@ export type TenantCreateWithoutDocumentTemplatesInput = {
|
|
|
1286
1442
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1287
1443
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1288
1444
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1445
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1289
1446
|
};
|
|
1290
1447
|
export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
1291
1448
|
id?: string;
|
|
@@ -1310,6 +1467,7 @@ export type TenantUncheckedCreateWithoutDocumentTemplatesInput = {
|
|
|
1310
1467
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1311
1468
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1312
1469
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1470
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1313
1471
|
};
|
|
1314
1472
|
export type TenantCreateOrConnectWithoutDocumentTemplatesInput = {
|
|
1315
1473
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1347,6 +1505,7 @@ export type TenantUpdateWithoutDocumentTemplatesInput = {
|
|
|
1347
1505
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1348
1506
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1349
1507
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1508
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1350
1509
|
};
|
|
1351
1510
|
export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
1352
1511
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1371,6 +1530,7 @@ export type TenantUncheckedUpdateWithoutDocumentTemplatesInput = {
|
|
|
1371
1530
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1372
1531
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1373
1532
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1533
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1374
1534
|
};
|
|
1375
1535
|
export type TenantCreateWithoutOfferLettersInput = {
|
|
1376
1536
|
id?: string;
|
|
@@ -1395,6 +1555,7 @@ export type TenantCreateWithoutOfferLettersInput = {
|
|
|
1395
1555
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1396
1556
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1397
1557
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1558
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1398
1559
|
};
|
|
1399
1560
|
export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
1400
1561
|
id?: string;
|
|
@@ -1419,6 +1580,7 @@ export type TenantUncheckedCreateWithoutOfferLettersInput = {
|
|
|
1419
1580
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1420
1581
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1421
1582
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1583
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1422
1584
|
};
|
|
1423
1585
|
export type TenantCreateOrConnectWithoutOfferLettersInput = {
|
|
1424
1586
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1456,6 +1618,7 @@ export type TenantUpdateWithoutOfferLettersInput = {
|
|
|
1456
1618
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1457
1619
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1458
1620
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1621
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1459
1622
|
};
|
|
1460
1623
|
export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
1461
1624
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1480,6 +1643,7 @@ export type TenantUncheckedUpdateWithoutOfferLettersInput = {
|
|
|
1480
1643
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1481
1644
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1482
1645
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1646
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1483
1647
|
};
|
|
1484
1648
|
export type TenantCreateWithoutContractTerminationsInput = {
|
|
1485
1649
|
id?: string;
|
|
@@ -1504,6 +1668,7 @@ export type TenantCreateWithoutContractTerminationsInput = {
|
|
|
1504
1668
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1505
1669
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1506
1670
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1671
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1507
1672
|
};
|
|
1508
1673
|
export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
1509
1674
|
id?: string;
|
|
@@ -1528,6 +1693,7 @@ export type TenantUncheckedCreateWithoutContractTerminationsInput = {
|
|
|
1528
1693
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1529
1694
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1530
1695
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1696
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1531
1697
|
};
|
|
1532
1698
|
export type TenantCreateOrConnectWithoutContractTerminationsInput = {
|
|
1533
1699
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1565,6 +1731,7 @@ export type TenantUpdateWithoutContractTerminationsInput = {
|
|
|
1565
1731
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1566
1732
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1567
1733
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1734
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1568
1735
|
};
|
|
1569
1736
|
export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
1570
1737
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1589,6 +1756,7 @@ export type TenantUncheckedUpdateWithoutContractTerminationsInput = {
|
|
|
1589
1756
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1590
1757
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1591
1758
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1759
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1592
1760
|
};
|
|
1593
1761
|
export type TenantCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
1594
1762
|
id?: string;
|
|
@@ -1613,6 +1781,7 @@ export type TenantCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1613
1781
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1614
1782
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1615
1783
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1784
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1616
1785
|
};
|
|
1617
1786
|
export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
1618
1787
|
id?: string;
|
|
@@ -1637,6 +1806,7 @@ export type TenantUncheckedCreateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1637
1806
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1638
1807
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1639
1808
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1809
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1640
1810
|
};
|
|
1641
1811
|
export type TenantCreateOrConnectWithoutPaymentMethodChangeRequestsInput = {
|
|
1642
1812
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1674,6 +1844,7 @@ export type TenantUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1674
1844
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1675
1845
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1676
1846
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1847
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1677
1848
|
};
|
|
1678
1849
|
export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
1679
1850
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1698,6 +1869,7 @@ export type TenantUncheckedUpdateWithoutPaymentMethodChangeRequestsInput = {
|
|
|
1698
1869
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1699
1870
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1700
1871
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1872
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1701
1873
|
};
|
|
1702
1874
|
export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
1703
1875
|
id?: string;
|
|
@@ -1722,6 +1894,7 @@ export type TenantCreateWithoutDocumentRequirementRulesInput = {
|
|
|
1722
1894
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1723
1895
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1724
1896
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
1897
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1725
1898
|
};
|
|
1726
1899
|
export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
1727
1900
|
id?: string;
|
|
@@ -1746,6 +1919,7 @@ export type TenantUncheckedCreateWithoutDocumentRequirementRulesInput = {
|
|
|
1746
1919
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1747
1920
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1748
1921
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1922
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1749
1923
|
};
|
|
1750
1924
|
export type TenantCreateOrConnectWithoutDocumentRequirementRulesInput = {
|
|
1751
1925
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1783,6 +1957,7 @@ export type TenantUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
1783
1957
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1784
1958
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1785
1959
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
1960
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1786
1961
|
};
|
|
1787
1962
|
export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
1788
1963
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1807,6 +1982,7 @@ export type TenantUncheckedUpdateWithoutDocumentRequirementRulesInput = {
|
|
|
1807
1982
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1808
1983
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1809
1984
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1985
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1810
1986
|
};
|
|
1811
1987
|
export type TenantCreateWithoutEventChannelsInput = {
|
|
1812
1988
|
id?: string;
|
|
@@ -1831,6 +2007,7 @@ export type TenantCreateWithoutEventChannelsInput = {
|
|
|
1831
2007
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1832
2008
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1833
2009
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
2010
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1834
2011
|
};
|
|
1835
2012
|
export type TenantUncheckedCreateWithoutEventChannelsInput = {
|
|
1836
2013
|
id?: string;
|
|
@@ -1855,6 +2032,7 @@ export type TenantUncheckedCreateWithoutEventChannelsInput = {
|
|
|
1855
2032
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1856
2033
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1857
2034
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2035
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1858
2036
|
};
|
|
1859
2037
|
export type TenantCreateOrConnectWithoutEventChannelsInput = {
|
|
1860
2038
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -1892,6 +2070,7 @@ export type TenantUpdateWithoutEventChannelsInput = {
|
|
|
1892
2070
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
1893
2071
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
1894
2072
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
2073
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
1895
2074
|
};
|
|
1896
2075
|
export type TenantUncheckedUpdateWithoutEventChannelsInput = {
|
|
1897
2076
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1916,6 +2095,7 @@ export type TenantUncheckedUpdateWithoutEventChannelsInput = {
|
|
|
1916
2095
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1917
2096
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1918
2097
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2098
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
1919
2099
|
};
|
|
1920
2100
|
export type TenantCreateWithoutEventTypesInput = {
|
|
1921
2101
|
id?: string;
|
|
@@ -1940,6 +2120,7 @@ export type TenantCreateWithoutEventTypesInput = {
|
|
|
1940
2120
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
1941
2121
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
1942
2122
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
2123
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
1943
2124
|
};
|
|
1944
2125
|
export type TenantUncheckedCreateWithoutEventTypesInput = {
|
|
1945
2126
|
id?: string;
|
|
@@ -1964,6 +2145,7 @@ export type TenantUncheckedCreateWithoutEventTypesInput = {
|
|
|
1964
2145
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
1965
2146
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
1966
2147
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2148
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
1967
2149
|
};
|
|
1968
2150
|
export type TenantCreateOrConnectWithoutEventTypesInput = {
|
|
1969
2151
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2001,6 +2183,7 @@ export type TenantUpdateWithoutEventTypesInput = {
|
|
|
2001
2183
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
2002
2184
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
2003
2185
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
2186
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
2004
2187
|
};
|
|
2005
2188
|
export type TenantUncheckedUpdateWithoutEventTypesInput = {
|
|
2006
2189
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2025,6 +2208,7 @@ export type TenantUncheckedUpdateWithoutEventTypesInput = {
|
|
|
2025
2208
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2026
2209
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2027
2210
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2211
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2028
2212
|
};
|
|
2029
2213
|
export type TenantCreateWithoutEventHandlersInput = {
|
|
2030
2214
|
id?: string;
|
|
@@ -2049,6 +2233,7 @@ export type TenantCreateWithoutEventHandlersInput = {
|
|
|
2049
2233
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
2050
2234
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
2051
2235
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
2236
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
2052
2237
|
};
|
|
2053
2238
|
export type TenantUncheckedCreateWithoutEventHandlersInput = {
|
|
2054
2239
|
id?: string;
|
|
@@ -2073,6 +2258,7 @@ export type TenantUncheckedCreateWithoutEventHandlersInput = {
|
|
|
2073
2258
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2074
2259
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2075
2260
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2261
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
2076
2262
|
};
|
|
2077
2263
|
export type TenantCreateOrConnectWithoutEventHandlersInput = {
|
|
2078
2264
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2110,6 +2296,7 @@ export type TenantUpdateWithoutEventHandlersInput = {
|
|
|
2110
2296
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
2111
2297
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
2112
2298
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
2299
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
2113
2300
|
};
|
|
2114
2301
|
export type TenantUncheckedUpdateWithoutEventHandlersInput = {
|
|
2115
2302
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2134,6 +2321,7 @@ export type TenantUncheckedUpdateWithoutEventHandlersInput = {
|
|
|
2134
2321
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2135
2322
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2136
2323
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2324
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2137
2325
|
};
|
|
2138
2326
|
export type TenantCreateWithoutWorkflowEventsInput = {
|
|
2139
2327
|
id?: string;
|
|
@@ -2158,6 +2346,7 @@ export type TenantCreateWithoutWorkflowEventsInput = {
|
|
|
2158
2346
|
eventHandlers?: Prisma.EventHandlerCreateNestedManyWithoutTenantInput;
|
|
2159
2347
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
2160
2348
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
2349
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
2161
2350
|
};
|
|
2162
2351
|
export type TenantUncheckedCreateWithoutWorkflowEventsInput = {
|
|
2163
2352
|
id?: string;
|
|
@@ -2182,6 +2371,7 @@ export type TenantUncheckedCreateWithoutWorkflowEventsInput = {
|
|
|
2182
2371
|
eventHandlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2183
2372
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2184
2373
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2374
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
2185
2375
|
};
|
|
2186
2376
|
export type TenantCreateOrConnectWithoutWorkflowEventsInput = {
|
|
2187
2377
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2219,6 +2409,7 @@ export type TenantUpdateWithoutWorkflowEventsInput = {
|
|
|
2219
2409
|
eventHandlers?: Prisma.EventHandlerUpdateManyWithoutTenantNestedInput;
|
|
2220
2410
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
2221
2411
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
2412
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
2222
2413
|
};
|
|
2223
2414
|
export type TenantUncheckedUpdateWithoutWorkflowEventsInput = {
|
|
2224
2415
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2243,6 +2434,7 @@ export type TenantUncheckedUpdateWithoutWorkflowEventsInput = {
|
|
|
2243
2434
|
eventHandlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2244
2435
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2245
2436
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2437
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2246
2438
|
};
|
|
2247
2439
|
export type TenantCreateWithoutPropertyTransferRequestsInput = {
|
|
2248
2440
|
id?: string;
|
|
@@ -2267,6 +2459,7 @@ export type TenantCreateWithoutPropertyTransferRequestsInput = {
|
|
|
2267
2459
|
eventHandlers?: Prisma.EventHandlerCreateNestedManyWithoutTenantInput;
|
|
2268
2460
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
2269
2461
|
approvalRequests?: Prisma.ApprovalRequestCreateNestedManyWithoutTenantInput;
|
|
2462
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
2270
2463
|
};
|
|
2271
2464
|
export type TenantUncheckedCreateWithoutPropertyTransferRequestsInput = {
|
|
2272
2465
|
id?: string;
|
|
@@ -2291,6 +2484,7 @@ export type TenantUncheckedCreateWithoutPropertyTransferRequestsInput = {
|
|
|
2291
2484
|
eventHandlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2292
2485
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2293
2486
|
approvalRequests?: Prisma.ApprovalRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2487
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
2294
2488
|
};
|
|
2295
2489
|
export type TenantCreateOrConnectWithoutPropertyTransferRequestsInput = {
|
|
2296
2490
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2328,6 +2522,7 @@ export type TenantUpdateWithoutPropertyTransferRequestsInput = {
|
|
|
2328
2522
|
eventHandlers?: Prisma.EventHandlerUpdateManyWithoutTenantNestedInput;
|
|
2329
2523
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
2330
2524
|
approvalRequests?: Prisma.ApprovalRequestUpdateManyWithoutTenantNestedInput;
|
|
2525
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
2331
2526
|
};
|
|
2332
2527
|
export type TenantUncheckedUpdateWithoutPropertyTransferRequestsInput = {
|
|
2333
2528
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2352,6 +2547,7 @@ export type TenantUncheckedUpdateWithoutPropertyTransferRequestsInput = {
|
|
|
2352
2547
|
eventHandlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2353
2548
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2354
2549
|
approvalRequests?: Prisma.ApprovalRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2550
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2355
2551
|
};
|
|
2356
2552
|
export type TenantCreateWithoutApprovalRequestsInput = {
|
|
2357
2553
|
id?: string;
|
|
@@ -2376,6 +2572,7 @@ export type TenantCreateWithoutApprovalRequestsInput = {
|
|
|
2376
2572
|
eventHandlers?: Prisma.EventHandlerCreateNestedManyWithoutTenantInput;
|
|
2377
2573
|
workflowEvents?: Prisma.WorkflowEventCreateNestedManyWithoutTenantInput;
|
|
2378
2574
|
propertyTransferRequests?: Prisma.PropertyTransferRequestCreateNestedManyWithoutTenantInput;
|
|
2575
|
+
contractRefunds?: Prisma.ContractRefundCreateNestedManyWithoutTenantInput;
|
|
2379
2576
|
};
|
|
2380
2577
|
export type TenantUncheckedCreateWithoutApprovalRequestsInput = {
|
|
2381
2578
|
id?: string;
|
|
@@ -2400,6 +2597,7 @@ export type TenantUncheckedCreateWithoutApprovalRequestsInput = {
|
|
|
2400
2597
|
eventHandlers?: Prisma.EventHandlerUncheckedCreateNestedManyWithoutTenantInput;
|
|
2401
2598
|
workflowEvents?: Prisma.WorkflowEventUncheckedCreateNestedManyWithoutTenantInput;
|
|
2402
2599
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedCreateNestedManyWithoutTenantInput;
|
|
2600
|
+
contractRefunds?: Prisma.ContractRefundUncheckedCreateNestedManyWithoutTenantInput;
|
|
2403
2601
|
};
|
|
2404
2602
|
export type TenantCreateOrConnectWithoutApprovalRequestsInput = {
|
|
2405
2603
|
where: Prisma.TenantWhereUniqueInput;
|
|
@@ -2437,6 +2635,7 @@ export type TenantUpdateWithoutApprovalRequestsInput = {
|
|
|
2437
2635
|
eventHandlers?: Prisma.EventHandlerUpdateManyWithoutTenantNestedInput;
|
|
2438
2636
|
workflowEvents?: Prisma.WorkflowEventUpdateManyWithoutTenantNestedInput;
|
|
2439
2637
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUpdateManyWithoutTenantNestedInput;
|
|
2638
|
+
contractRefunds?: Prisma.ContractRefundUpdateManyWithoutTenantNestedInput;
|
|
2440
2639
|
};
|
|
2441
2640
|
export type TenantUncheckedUpdateWithoutApprovalRequestsInput = {
|
|
2442
2641
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2461,6 +2660,7 @@ export type TenantUncheckedUpdateWithoutApprovalRequestsInput = {
|
|
|
2461
2660
|
eventHandlers?: Prisma.EventHandlerUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2462
2661
|
workflowEvents?: Prisma.WorkflowEventUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2463
2662
|
propertyTransferRequests?: Prisma.PropertyTransferRequestUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2663
|
+
contractRefunds?: Prisma.ContractRefundUncheckedUpdateManyWithoutTenantNestedInput;
|
|
2464
2664
|
};
|
|
2465
2665
|
/**
|
|
2466
2666
|
* Count Type TenantCountOutputType
|
|
@@ -2483,6 +2683,7 @@ export type TenantCountOutputType = {
|
|
|
2483
2683
|
workflowEvents: number;
|
|
2484
2684
|
propertyTransferRequests: number;
|
|
2485
2685
|
approvalRequests: number;
|
|
2686
|
+
contractRefunds: number;
|
|
2486
2687
|
};
|
|
2487
2688
|
export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2488
2689
|
users?: boolean | TenantCountOutputTypeCountUsersArgs;
|
|
@@ -2502,6 +2703,7 @@ export type TenantCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions
|
|
|
2502
2703
|
workflowEvents?: boolean | TenantCountOutputTypeCountWorkflowEventsArgs;
|
|
2503
2704
|
propertyTransferRequests?: boolean | TenantCountOutputTypeCountPropertyTransferRequestsArgs;
|
|
2504
2705
|
approvalRequests?: boolean | TenantCountOutputTypeCountApprovalRequestsArgs;
|
|
2706
|
+
contractRefunds?: boolean | TenantCountOutputTypeCountContractRefundsArgs;
|
|
2505
2707
|
};
|
|
2506
2708
|
/**
|
|
2507
2709
|
* TenantCountOutputType without action
|
|
@@ -2614,6 +2816,12 @@ export type TenantCountOutputTypeCountPropertyTransferRequestsArgs<ExtArgs exten
|
|
|
2614
2816
|
export type TenantCountOutputTypeCountApprovalRequestsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2615
2817
|
where?: Prisma.ApprovalRequestWhereInput;
|
|
2616
2818
|
};
|
|
2819
|
+
/**
|
|
2820
|
+
* TenantCountOutputType without action
|
|
2821
|
+
*/
|
|
2822
|
+
export type TenantCountOutputTypeCountContractRefundsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2823
|
+
where?: Prisma.ContractRefundWhereInput;
|
|
2824
|
+
};
|
|
2617
2825
|
export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2618
2826
|
id?: boolean;
|
|
2619
2827
|
name?: boolean;
|
|
@@ -2638,6 +2846,7 @@ export type TenantSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
2638
2846
|
workflowEvents?: boolean | Prisma.Tenant$workflowEventsArgs<ExtArgs>;
|
|
2639
2847
|
propertyTransferRequests?: boolean | Prisma.Tenant$propertyTransferRequestsArgs<ExtArgs>;
|
|
2640
2848
|
approvalRequests?: boolean | Prisma.Tenant$approvalRequestsArgs<ExtArgs>;
|
|
2849
|
+
contractRefunds?: boolean | Prisma.Tenant$contractRefundsArgs<ExtArgs>;
|
|
2641
2850
|
_count?: boolean | Prisma.TenantCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2642
2851
|
}, ExtArgs["result"]["tenant"]>;
|
|
2643
2852
|
export type TenantSelectScalar = {
|
|
@@ -2667,6 +2876,7 @@ export type TenantInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
2667
2876
|
workflowEvents?: boolean | Prisma.Tenant$workflowEventsArgs<ExtArgs>;
|
|
2668
2877
|
propertyTransferRequests?: boolean | Prisma.Tenant$propertyTransferRequestsArgs<ExtArgs>;
|
|
2669
2878
|
approvalRequests?: boolean | Prisma.Tenant$approvalRequestsArgs<ExtArgs>;
|
|
2879
|
+
contractRefunds?: boolean | Prisma.Tenant$contractRefundsArgs<ExtArgs>;
|
|
2670
2880
|
_count?: boolean | Prisma.TenantCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2671
2881
|
};
|
|
2672
2882
|
export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -2689,6 +2899,7 @@ export type $TenantPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
2689
2899
|
workflowEvents: Prisma.$WorkflowEventPayload<ExtArgs>[];
|
|
2690
2900
|
propertyTransferRequests: Prisma.$PropertyTransferRequestPayload<ExtArgs>[];
|
|
2691
2901
|
approvalRequests: Prisma.$ApprovalRequestPayload<ExtArgs>[];
|
|
2902
|
+
contractRefunds: Prisma.$ContractRefundPayload<ExtArgs>[];
|
|
2692
2903
|
};
|
|
2693
2904
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2694
2905
|
id: string;
|
|
@@ -2991,6 +3202,7 @@ export interface Prisma__TenantClient<T, Null = never, ExtArgs extends runtime.T
|
|
|
2991
3202
|
workflowEvents<T extends Prisma.Tenant$workflowEventsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$workflowEventsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WorkflowEventPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2992
3203
|
propertyTransferRequests<T extends Prisma.Tenant$propertyTransferRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$propertyTransferRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyTransferRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2993
3204
|
approvalRequests<T extends Prisma.Tenant$approvalRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$approvalRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
3205
|
+
contractRefunds<T extends Prisma.Tenant$contractRefundsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Tenant$contractRefundsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ContractRefundPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2994
3206
|
/**
|
|
2995
3207
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2996
3208
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -3740,6 +3952,29 @@ export type Tenant$approvalRequestsArgs<ExtArgs extends runtime.Types.Extensions
|
|
|
3740
3952
|
skip?: number;
|
|
3741
3953
|
distinct?: Prisma.ApprovalRequestScalarFieldEnum | Prisma.ApprovalRequestScalarFieldEnum[];
|
|
3742
3954
|
};
|
|
3955
|
+
/**
|
|
3956
|
+
* Tenant.contractRefunds
|
|
3957
|
+
*/
|
|
3958
|
+
export type Tenant$contractRefundsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3959
|
+
/**
|
|
3960
|
+
* Select specific fields to fetch from the ContractRefund
|
|
3961
|
+
*/
|
|
3962
|
+
select?: Prisma.ContractRefundSelect<ExtArgs> | null;
|
|
3963
|
+
/**
|
|
3964
|
+
* Omit specific fields from the ContractRefund
|
|
3965
|
+
*/
|
|
3966
|
+
omit?: Prisma.ContractRefundOmit<ExtArgs> | null;
|
|
3967
|
+
/**
|
|
3968
|
+
* Choose, which related nodes to fetch as well
|
|
3969
|
+
*/
|
|
3970
|
+
include?: Prisma.ContractRefundInclude<ExtArgs> | null;
|
|
3971
|
+
where?: Prisma.ContractRefundWhereInput;
|
|
3972
|
+
orderBy?: Prisma.ContractRefundOrderByWithRelationInput | Prisma.ContractRefundOrderByWithRelationInput[];
|
|
3973
|
+
cursor?: Prisma.ContractRefundWhereUniqueInput;
|
|
3974
|
+
take?: number;
|
|
3975
|
+
skip?: number;
|
|
3976
|
+
distinct?: Prisma.ContractRefundScalarFieldEnum | Prisma.ContractRefundScalarFieldEnum[];
|
|
3977
|
+
};
|
|
3743
3978
|
/**
|
|
3744
3979
|
* Tenant without action
|
|
3745
3980
|
*/
|