@valentine-efagene/qshelter-common 2.0.54 → 2.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/browser.d.ts +0 -15
- package/dist/generated/client/client.d.ts +0 -15
- package/dist/generated/client/commonInputTypes.d.ts +0 -60
- package/dist/generated/client/enums.d.ts +0 -16
- package/dist/generated/client/enums.js +0 -14
- package/dist/generated/client/internal/class.d.ts +0 -33
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +12 -294
- package/dist/generated/client/internal/prismaNamespace.js +11 -78
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +11 -84
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +11 -78
- package/dist/generated/client/models/Contract.d.ts +0 -583
- package/dist/generated/client/models/ContractEvent.d.ts +285 -93
- package/dist/generated/client/models/Property.d.ts +0 -211
- package/dist/generated/client/models/PropertyPaymentMethod.d.ts +0 -187
- package/dist/generated/client/models/Tenant.d.ts +0 -366
- package/dist/generated/client/models/User.d.ts +0 -311
- package/dist/generated/client/models/index.d.ts +0 -3
- package/dist/generated/client/models/index.js +0 -3
- package/dist/generated/client/models.d.ts +0 -3
- package/package.json +1 -1
- package/prisma/migrations/20260105080236_remove_prequalification_model/migration.sql +37 -0
- package/prisma/schema.prisma +30 -159
|
@@ -308,7 +308,6 @@ export type PropertyWhereInput = {
|
|
|
308
308
|
amenities?: Prisma.PropertyAmenityListRelationFilter;
|
|
309
309
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkListRelationFilter;
|
|
310
310
|
variants?: Prisma.PropertyVariantListRelationFilter;
|
|
311
|
-
prequalifications?: Prisma.PrequalificationListRelationFilter;
|
|
312
311
|
};
|
|
313
312
|
export type PropertyOrderByWithRelationInput = {
|
|
314
313
|
id?: Prisma.SortOrder;
|
|
@@ -340,7 +339,6 @@ export type PropertyOrderByWithRelationInput = {
|
|
|
340
339
|
amenities?: Prisma.PropertyAmenityOrderByRelationAggregateInput;
|
|
341
340
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkOrderByRelationAggregateInput;
|
|
342
341
|
variants?: Prisma.PropertyVariantOrderByRelationAggregateInput;
|
|
343
|
-
prequalifications?: Prisma.PrequalificationOrderByRelationAggregateInput;
|
|
344
342
|
_relevance?: Prisma.PropertyOrderByRelevanceInput;
|
|
345
343
|
};
|
|
346
344
|
export type PropertyWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -376,7 +374,6 @@ export type PropertyWhereUniqueInput = Prisma.AtLeast<{
|
|
|
376
374
|
amenities?: Prisma.PropertyAmenityListRelationFilter;
|
|
377
375
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkListRelationFilter;
|
|
378
376
|
variants?: Prisma.PropertyVariantListRelationFilter;
|
|
379
|
-
prequalifications?: Prisma.PrequalificationListRelationFilter;
|
|
380
377
|
}, "id">;
|
|
381
378
|
export type PropertyOrderByWithAggregationInput = {
|
|
382
379
|
id?: Prisma.SortOrder;
|
|
@@ -459,7 +456,6 @@ export type PropertyCreateInput = {
|
|
|
459
456
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
460
457
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
461
458
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
462
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
463
459
|
};
|
|
464
460
|
export type PropertyUncheckedCreateInput = {
|
|
465
461
|
id?: string;
|
|
@@ -488,7 +484,6 @@ export type PropertyUncheckedCreateInput = {
|
|
|
488
484
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
489
485
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
490
486
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
491
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
492
487
|
};
|
|
493
488
|
export type PropertyUpdateInput = {
|
|
494
489
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -517,7 +512,6 @@ export type PropertyUpdateInput = {
|
|
|
517
512
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
518
513
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
519
514
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
520
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
521
515
|
};
|
|
522
516
|
export type PropertyUncheckedUpdateInput = {
|
|
523
517
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -546,7 +540,6 @@ export type PropertyUncheckedUpdateInput = {
|
|
|
546
540
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
547
541
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
548
542
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
549
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
550
543
|
};
|
|
551
544
|
export type PropertyCreateManyInput = {
|
|
552
545
|
id?: string;
|
|
@@ -889,18 +882,6 @@ export type PropertyUpdateOneRequiredWithoutPaymentMethodsNestedInput = {
|
|
|
889
882
|
connect?: Prisma.PropertyWhereUniqueInput;
|
|
890
883
|
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyUpdateToOneWithWhereWithoutPaymentMethodsInput, Prisma.PropertyUpdateWithoutPaymentMethodsInput>, Prisma.PropertyUncheckedUpdateWithoutPaymentMethodsInput>;
|
|
891
884
|
};
|
|
892
|
-
export type PropertyCreateNestedOneWithoutPrequalificationsInput = {
|
|
893
|
-
create?: Prisma.XOR<Prisma.PropertyCreateWithoutPrequalificationsInput, Prisma.PropertyUncheckedCreateWithoutPrequalificationsInput>;
|
|
894
|
-
connectOrCreate?: Prisma.PropertyCreateOrConnectWithoutPrequalificationsInput;
|
|
895
|
-
connect?: Prisma.PropertyWhereUniqueInput;
|
|
896
|
-
};
|
|
897
|
-
export type PropertyUpdateOneRequiredWithoutPrequalificationsNestedInput = {
|
|
898
|
-
create?: Prisma.XOR<Prisma.PropertyCreateWithoutPrequalificationsInput, Prisma.PropertyUncheckedCreateWithoutPrequalificationsInput>;
|
|
899
|
-
connectOrCreate?: Prisma.PropertyCreateOrConnectWithoutPrequalificationsInput;
|
|
900
|
-
upsert?: Prisma.PropertyUpsertWithoutPrequalificationsInput;
|
|
901
|
-
connect?: Prisma.PropertyWhereUniqueInput;
|
|
902
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.PropertyUpdateToOneWithWhereWithoutPrequalificationsInput, Prisma.PropertyUpdateWithoutPrequalificationsInput>, Prisma.PropertyUncheckedUpdateWithoutPrequalificationsInput>;
|
|
903
|
-
};
|
|
904
885
|
export type PropertyCreateWithoutUserInput = {
|
|
905
886
|
id?: string;
|
|
906
887
|
title: string;
|
|
@@ -927,7 +908,6 @@ export type PropertyCreateWithoutUserInput = {
|
|
|
927
908
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
928
909
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
929
910
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
930
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
931
911
|
};
|
|
932
912
|
export type PropertyUncheckedCreateWithoutUserInput = {
|
|
933
913
|
id?: string;
|
|
@@ -955,7 +935,6 @@ export type PropertyUncheckedCreateWithoutUserInput = {
|
|
|
955
935
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
956
936
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
957
937
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
958
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
959
938
|
};
|
|
960
939
|
export type PropertyCreateOrConnectWithoutUserInput = {
|
|
961
940
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1030,7 +1009,6 @@ export type PropertyCreateWithoutTenantInput = {
|
|
|
1030
1009
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1031
1010
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1032
1011
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1033
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1034
1012
|
};
|
|
1035
1013
|
export type PropertyUncheckedCreateWithoutTenantInput = {
|
|
1036
1014
|
id?: string;
|
|
@@ -1058,7 +1036,6 @@ export type PropertyUncheckedCreateWithoutTenantInput = {
|
|
|
1058
1036
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1059
1037
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1060
1038
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1061
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1062
1039
|
};
|
|
1063
1040
|
export type PropertyCreateOrConnectWithoutTenantInput = {
|
|
1064
1041
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1107,7 +1084,6 @@ export type PropertyCreateWithoutMediaInput = {
|
|
|
1107
1084
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1108
1085
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1109
1086
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1110
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1111
1087
|
};
|
|
1112
1088
|
export type PropertyUncheckedCreateWithoutMediaInput = {
|
|
1113
1089
|
id?: string;
|
|
@@ -1135,7 +1111,6 @@ export type PropertyUncheckedCreateWithoutMediaInput = {
|
|
|
1135
1111
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1136
1112
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1137
1113
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1138
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1139
1114
|
};
|
|
1140
1115
|
export type PropertyCreateOrConnectWithoutMediaInput = {
|
|
1141
1116
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1167,7 +1142,6 @@ export type PropertyCreateWithoutDisplayImageInput = {
|
|
|
1167
1142
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1168
1143
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1169
1144
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1170
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1171
1145
|
};
|
|
1172
1146
|
export type PropertyUncheckedCreateWithoutDisplayImageInput = {
|
|
1173
1147
|
id?: string;
|
|
@@ -1195,7 +1169,6 @@ export type PropertyUncheckedCreateWithoutDisplayImageInput = {
|
|
|
1195
1169
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1196
1170
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1197
1171
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1198
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1199
1172
|
};
|
|
1200
1173
|
export type PropertyCreateOrConnectWithoutDisplayImageInput = {
|
|
1201
1174
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1240,7 +1213,6 @@ export type PropertyUpdateWithoutMediaInput = {
|
|
|
1240
1213
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
1241
1214
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
1242
1215
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
1243
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
1244
1216
|
};
|
|
1245
1217
|
export type PropertyUncheckedUpdateWithoutMediaInput = {
|
|
1246
1218
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1268,7 +1240,6 @@ export type PropertyUncheckedUpdateWithoutMediaInput = {
|
|
|
1268
1240
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1269
1241
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1270
1242
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1271
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1272
1243
|
};
|
|
1273
1244
|
export type PropertyUpsertWithWhereUniqueWithoutDisplayImageInput = {
|
|
1274
1245
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1309,7 +1280,6 @@ export type PropertyCreateWithoutDocumentsInput = {
|
|
|
1309
1280
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1310
1281
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1311
1282
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1312
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1313
1283
|
};
|
|
1314
1284
|
export type PropertyUncheckedCreateWithoutDocumentsInput = {
|
|
1315
1285
|
id?: string;
|
|
@@ -1337,7 +1307,6 @@ export type PropertyUncheckedCreateWithoutDocumentsInput = {
|
|
|
1337
1307
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1338
1308
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1339
1309
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1340
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1341
1310
|
};
|
|
1342
1311
|
export type PropertyCreateOrConnectWithoutDocumentsInput = {
|
|
1343
1312
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1378,7 +1347,6 @@ export type PropertyUpdateWithoutDocumentsInput = {
|
|
|
1378
1347
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
1379
1348
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
1380
1349
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
1381
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
1382
1350
|
};
|
|
1383
1351
|
export type PropertyUncheckedUpdateWithoutDocumentsInput = {
|
|
1384
1352
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1406,7 +1374,6 @@ export type PropertyUncheckedUpdateWithoutDocumentsInput = {
|
|
|
1406
1374
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1407
1375
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1408
1376
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1409
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1410
1377
|
};
|
|
1411
1378
|
export type PropertyCreateWithoutVariantsInput = {
|
|
1412
1379
|
id?: string;
|
|
@@ -1434,7 +1401,6 @@ export type PropertyCreateWithoutVariantsInput = {
|
|
|
1434
1401
|
media?: Prisma.PropertyMediaCreateNestedManyWithoutPropertyInput;
|
|
1435
1402
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1436
1403
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1437
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1438
1404
|
};
|
|
1439
1405
|
export type PropertyUncheckedCreateWithoutVariantsInput = {
|
|
1440
1406
|
id?: string;
|
|
@@ -1462,7 +1428,6 @@ export type PropertyUncheckedCreateWithoutVariantsInput = {
|
|
|
1462
1428
|
media?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1463
1429
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1464
1430
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1465
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1466
1431
|
};
|
|
1467
1432
|
export type PropertyCreateOrConnectWithoutVariantsInput = {
|
|
1468
1433
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1503,7 +1468,6 @@ export type PropertyUpdateWithoutVariantsInput = {
|
|
|
1503
1468
|
media?: Prisma.PropertyMediaUpdateManyWithoutPropertyNestedInput;
|
|
1504
1469
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
1505
1470
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
1506
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
1507
1471
|
};
|
|
1508
1472
|
export type PropertyUncheckedUpdateWithoutVariantsInput = {
|
|
1509
1473
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1531,7 +1495,6 @@ export type PropertyUncheckedUpdateWithoutVariantsInput = {
|
|
|
1531
1495
|
media?: Prisma.PropertyMediaUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1532
1496
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1533
1497
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1534
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1535
1498
|
};
|
|
1536
1499
|
export type PropertyCreateWithoutAmenitiesInput = {
|
|
1537
1500
|
id?: string;
|
|
@@ -1559,7 +1522,6 @@ export type PropertyCreateWithoutAmenitiesInput = {
|
|
|
1559
1522
|
media?: Prisma.PropertyMediaCreateNestedManyWithoutPropertyInput;
|
|
1560
1523
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1561
1524
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1562
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1563
1525
|
};
|
|
1564
1526
|
export type PropertyUncheckedCreateWithoutAmenitiesInput = {
|
|
1565
1527
|
id?: string;
|
|
@@ -1587,7 +1549,6 @@ export type PropertyUncheckedCreateWithoutAmenitiesInput = {
|
|
|
1587
1549
|
media?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1588
1550
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1589
1551
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1590
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1591
1552
|
};
|
|
1592
1553
|
export type PropertyCreateOrConnectWithoutAmenitiesInput = {
|
|
1593
1554
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1628,7 +1589,6 @@ export type PropertyUpdateWithoutAmenitiesInput = {
|
|
|
1628
1589
|
media?: Prisma.PropertyMediaUpdateManyWithoutPropertyNestedInput;
|
|
1629
1590
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
1630
1591
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
1631
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
1632
1592
|
};
|
|
1633
1593
|
export type PropertyUncheckedUpdateWithoutAmenitiesInput = {
|
|
1634
1594
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1656,7 +1616,6 @@ export type PropertyUncheckedUpdateWithoutAmenitiesInput = {
|
|
|
1656
1616
|
media?: Prisma.PropertyMediaUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1657
1617
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1658
1618
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1659
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1660
1619
|
};
|
|
1661
1620
|
export type PropertyCreateWithoutPaymentMethodsInput = {
|
|
1662
1621
|
id?: string;
|
|
@@ -1684,7 +1643,6 @@ export type PropertyCreateWithoutPaymentMethodsInput = {
|
|
|
1684
1643
|
media?: Prisma.PropertyMediaCreateNestedManyWithoutPropertyInput;
|
|
1685
1644
|
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1686
1645
|
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1687
|
-
prequalifications?: Prisma.PrequalificationCreateNestedManyWithoutPropertyInput;
|
|
1688
1646
|
};
|
|
1689
1647
|
export type PropertyUncheckedCreateWithoutPaymentMethodsInput = {
|
|
1690
1648
|
id?: string;
|
|
@@ -1712,7 +1670,6 @@ export type PropertyUncheckedCreateWithoutPaymentMethodsInput = {
|
|
|
1712
1670
|
media?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1713
1671
|
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1714
1672
|
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1715
|
-
prequalifications?: Prisma.PrequalificationUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1716
1673
|
};
|
|
1717
1674
|
export type PropertyCreateOrConnectWithoutPaymentMethodsInput = {
|
|
1718
1675
|
where: Prisma.PropertyWhereUniqueInput;
|
|
@@ -1753,7 +1710,6 @@ export type PropertyUpdateWithoutPaymentMethodsInput = {
|
|
|
1753
1710
|
media?: Prisma.PropertyMediaUpdateManyWithoutPropertyNestedInput;
|
|
1754
1711
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
1755
1712
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
1756
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
1757
1713
|
};
|
|
1758
1714
|
export type PropertyUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
1759
1715
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1781,132 +1737,6 @@ export type PropertyUncheckedUpdateWithoutPaymentMethodsInput = {
|
|
|
1781
1737
|
media?: Prisma.PropertyMediaUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1782
1738
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1783
1739
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1784
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1785
|
-
};
|
|
1786
|
-
export type PropertyCreateWithoutPrequalificationsInput = {
|
|
1787
|
-
id?: string;
|
|
1788
|
-
title: string;
|
|
1789
|
-
category: string;
|
|
1790
|
-
propertyType: string;
|
|
1791
|
-
country: string;
|
|
1792
|
-
currency: string;
|
|
1793
|
-
city: string;
|
|
1794
|
-
district?: string | null;
|
|
1795
|
-
zipCode?: string | null;
|
|
1796
|
-
streetAddress?: string | null;
|
|
1797
|
-
longitude?: number | null;
|
|
1798
|
-
latitude?: number | null;
|
|
1799
|
-
status?: string;
|
|
1800
|
-
description?: string | null;
|
|
1801
|
-
isPublished?: boolean;
|
|
1802
|
-
publishedAt?: Date | string | null;
|
|
1803
|
-
createdAt?: Date | string;
|
|
1804
|
-
updatedAt?: Date | string;
|
|
1805
|
-
tenant: Prisma.TenantCreateNestedOneWithoutPropertiesInput;
|
|
1806
|
-
user: Prisma.UserCreateNestedOneWithoutPropertiesInput;
|
|
1807
|
-
displayImage?: Prisma.PropertyMediaCreateNestedOneWithoutDisplayForPropertiesInput;
|
|
1808
|
-
documents?: Prisma.PropertyDocumentCreateNestedManyWithoutPropertyInput;
|
|
1809
|
-
media?: Prisma.PropertyMediaCreateNestedManyWithoutPropertyInput;
|
|
1810
|
-
amenities?: Prisma.PropertyAmenityCreateNestedManyWithoutPropertyInput;
|
|
1811
|
-
paymentMethods?: Prisma.PropertyPaymentMethodLinkCreateNestedManyWithoutPropertyInput;
|
|
1812
|
-
variants?: Prisma.PropertyVariantCreateNestedManyWithoutPropertyInput;
|
|
1813
|
-
};
|
|
1814
|
-
export type PropertyUncheckedCreateWithoutPrequalificationsInput = {
|
|
1815
|
-
id?: string;
|
|
1816
|
-
tenantId: string;
|
|
1817
|
-
userId: string;
|
|
1818
|
-
title: string;
|
|
1819
|
-
category: string;
|
|
1820
|
-
propertyType: string;
|
|
1821
|
-
country: string;
|
|
1822
|
-
currency: string;
|
|
1823
|
-
city: string;
|
|
1824
|
-
district?: string | null;
|
|
1825
|
-
zipCode?: string | null;
|
|
1826
|
-
streetAddress?: string | null;
|
|
1827
|
-
longitude?: number | null;
|
|
1828
|
-
latitude?: number | null;
|
|
1829
|
-
status?: string;
|
|
1830
|
-
description?: string | null;
|
|
1831
|
-
displayImageId?: string | null;
|
|
1832
|
-
isPublished?: boolean;
|
|
1833
|
-
publishedAt?: Date | string | null;
|
|
1834
|
-
createdAt?: Date | string;
|
|
1835
|
-
updatedAt?: Date | string;
|
|
1836
|
-
documents?: Prisma.PropertyDocumentUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1837
|
-
media?: Prisma.PropertyMediaUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1838
|
-
amenities?: Prisma.PropertyAmenityUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1839
|
-
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1840
|
-
variants?: Prisma.PropertyVariantUncheckedCreateNestedManyWithoutPropertyInput;
|
|
1841
|
-
};
|
|
1842
|
-
export type PropertyCreateOrConnectWithoutPrequalificationsInput = {
|
|
1843
|
-
where: Prisma.PropertyWhereUniqueInput;
|
|
1844
|
-
create: Prisma.XOR<Prisma.PropertyCreateWithoutPrequalificationsInput, Prisma.PropertyUncheckedCreateWithoutPrequalificationsInput>;
|
|
1845
|
-
};
|
|
1846
|
-
export type PropertyUpsertWithoutPrequalificationsInput = {
|
|
1847
|
-
update: Prisma.XOR<Prisma.PropertyUpdateWithoutPrequalificationsInput, Prisma.PropertyUncheckedUpdateWithoutPrequalificationsInput>;
|
|
1848
|
-
create: Prisma.XOR<Prisma.PropertyCreateWithoutPrequalificationsInput, Prisma.PropertyUncheckedCreateWithoutPrequalificationsInput>;
|
|
1849
|
-
where?: Prisma.PropertyWhereInput;
|
|
1850
|
-
};
|
|
1851
|
-
export type PropertyUpdateToOneWithWhereWithoutPrequalificationsInput = {
|
|
1852
|
-
where?: Prisma.PropertyWhereInput;
|
|
1853
|
-
data: Prisma.XOR<Prisma.PropertyUpdateWithoutPrequalificationsInput, Prisma.PropertyUncheckedUpdateWithoutPrequalificationsInput>;
|
|
1854
|
-
};
|
|
1855
|
-
export type PropertyUpdateWithoutPrequalificationsInput = {
|
|
1856
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1857
|
-
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1858
|
-
category?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1859
|
-
propertyType?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1860
|
-
country?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1861
|
-
currency?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1862
|
-
city?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1863
|
-
district?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1864
|
-
zipCode?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1865
|
-
streetAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1866
|
-
longitude?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1867
|
-
latitude?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1868
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1869
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1870
|
-
isPublished?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1871
|
-
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1872
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1873
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1874
|
-
tenant?: Prisma.TenantUpdateOneRequiredWithoutPropertiesNestedInput;
|
|
1875
|
-
user?: Prisma.UserUpdateOneRequiredWithoutPropertiesNestedInput;
|
|
1876
|
-
displayImage?: Prisma.PropertyMediaUpdateOneWithoutDisplayForPropertiesNestedInput;
|
|
1877
|
-
documents?: Prisma.PropertyDocumentUpdateManyWithoutPropertyNestedInput;
|
|
1878
|
-
media?: Prisma.PropertyMediaUpdateManyWithoutPropertyNestedInput;
|
|
1879
|
-
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
1880
|
-
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
1881
|
-
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
1882
|
-
};
|
|
1883
|
-
export type PropertyUncheckedUpdateWithoutPrequalificationsInput = {
|
|
1884
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1885
|
-
tenantId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1886
|
-
userId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1887
|
-
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1888
|
-
category?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1889
|
-
propertyType?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1890
|
-
country?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1891
|
-
currency?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1892
|
-
city?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1893
|
-
district?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1894
|
-
zipCode?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1895
|
-
streetAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1896
|
-
longitude?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1897
|
-
latitude?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null;
|
|
1898
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1899
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1900
|
-
displayImageId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1901
|
-
isPublished?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1902
|
-
publishedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1903
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1904
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1905
|
-
documents?: Prisma.PropertyDocumentUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1906
|
-
media?: Prisma.PropertyMediaUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1907
|
-
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1908
|
-
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1909
|
-
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1910
1740
|
};
|
|
1911
1741
|
export type PropertyCreateManyUserInput = {
|
|
1912
1742
|
id?: string;
|
|
@@ -1956,7 +1786,6 @@ export type PropertyUpdateWithoutUserInput = {
|
|
|
1956
1786
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
1957
1787
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
1958
1788
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
1959
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
1960
1789
|
};
|
|
1961
1790
|
export type PropertyUncheckedUpdateWithoutUserInput = {
|
|
1962
1791
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -1984,7 +1813,6 @@ export type PropertyUncheckedUpdateWithoutUserInput = {
|
|
|
1984
1813
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1985
1814
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1986
1815
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1987
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
1988
1816
|
};
|
|
1989
1817
|
export type PropertyUncheckedUpdateManyWithoutUserInput = {
|
|
1990
1818
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2056,7 +1884,6 @@ export type PropertyUpdateWithoutTenantInput = {
|
|
|
2056
1884
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
2057
1885
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
2058
1886
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
2059
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
2060
1887
|
};
|
|
2061
1888
|
export type PropertyUncheckedUpdateWithoutTenantInput = {
|
|
2062
1889
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2084,7 +1911,6 @@ export type PropertyUncheckedUpdateWithoutTenantInput = {
|
|
|
2084
1911
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2085
1912
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2086
1913
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2087
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2088
1914
|
};
|
|
2089
1915
|
export type PropertyUncheckedUpdateManyWithoutTenantInput = {
|
|
2090
1916
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2156,7 +1982,6 @@ export type PropertyUpdateWithoutDisplayImageInput = {
|
|
|
2156
1982
|
amenities?: Prisma.PropertyAmenityUpdateManyWithoutPropertyNestedInput;
|
|
2157
1983
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUpdateManyWithoutPropertyNestedInput;
|
|
2158
1984
|
variants?: Prisma.PropertyVariantUpdateManyWithoutPropertyNestedInput;
|
|
2159
|
-
prequalifications?: Prisma.PrequalificationUpdateManyWithoutPropertyNestedInput;
|
|
2160
1985
|
};
|
|
2161
1986
|
export type PropertyUncheckedUpdateWithoutDisplayImageInput = {
|
|
2162
1987
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2184,7 +2009,6 @@ export type PropertyUncheckedUpdateWithoutDisplayImageInput = {
|
|
|
2184
2009
|
amenities?: Prisma.PropertyAmenityUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2185
2010
|
paymentMethods?: Prisma.PropertyPaymentMethodLinkUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2186
2011
|
variants?: Prisma.PropertyVariantUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2187
|
-
prequalifications?: Prisma.PrequalificationUncheckedUpdateManyWithoutPropertyNestedInput;
|
|
2188
2012
|
};
|
|
2189
2013
|
export type PropertyUncheckedUpdateManyWithoutDisplayImageInput = {
|
|
2190
2014
|
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
@@ -2217,7 +2041,6 @@ export type PropertyCountOutputType = {
|
|
|
2217
2041
|
amenities: number;
|
|
2218
2042
|
paymentMethods: number;
|
|
2219
2043
|
variants: number;
|
|
2220
|
-
prequalifications: number;
|
|
2221
2044
|
};
|
|
2222
2045
|
export type PropertyCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2223
2046
|
documents?: boolean | PropertyCountOutputTypeCountDocumentsArgs;
|
|
@@ -2225,7 +2048,6 @@ export type PropertyCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensio
|
|
|
2225
2048
|
amenities?: boolean | PropertyCountOutputTypeCountAmenitiesArgs;
|
|
2226
2049
|
paymentMethods?: boolean | PropertyCountOutputTypeCountPaymentMethodsArgs;
|
|
2227
2050
|
variants?: boolean | PropertyCountOutputTypeCountVariantsArgs;
|
|
2228
|
-
prequalifications?: boolean | PropertyCountOutputTypeCountPrequalificationsArgs;
|
|
2229
2051
|
};
|
|
2230
2052
|
/**
|
|
2231
2053
|
* PropertyCountOutputType without action
|
|
@@ -2266,12 +2088,6 @@ export type PropertyCountOutputTypeCountPaymentMethodsArgs<ExtArgs extends runti
|
|
|
2266
2088
|
export type PropertyCountOutputTypeCountVariantsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2267
2089
|
where?: Prisma.PropertyVariantWhereInput;
|
|
2268
2090
|
};
|
|
2269
|
-
/**
|
|
2270
|
-
* PropertyCountOutputType without action
|
|
2271
|
-
*/
|
|
2272
|
-
export type PropertyCountOutputTypeCountPrequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2273
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
2274
|
-
};
|
|
2275
2091
|
export type PropertySelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2276
2092
|
id?: boolean;
|
|
2277
2093
|
tenantId?: boolean;
|
|
@@ -2302,7 +2118,6 @@ export type PropertySelect<ExtArgs extends runtime.Types.Extensions.InternalArgs
|
|
|
2302
2118
|
amenities?: boolean | Prisma.Property$amenitiesArgs<ExtArgs>;
|
|
2303
2119
|
paymentMethods?: boolean | Prisma.Property$paymentMethodsArgs<ExtArgs>;
|
|
2304
2120
|
variants?: boolean | Prisma.Property$variantsArgs<ExtArgs>;
|
|
2305
|
-
prequalifications?: boolean | Prisma.Property$prequalificationsArgs<ExtArgs>;
|
|
2306
2121
|
_count?: boolean | Prisma.PropertyCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2307
2122
|
}, ExtArgs["result"]["property"]>;
|
|
2308
2123
|
export type PropertySelectScalar = {
|
|
@@ -2338,7 +2153,6 @@ export type PropertyInclude<ExtArgs extends runtime.Types.Extensions.InternalArg
|
|
|
2338
2153
|
amenities?: boolean | Prisma.Property$amenitiesArgs<ExtArgs>;
|
|
2339
2154
|
paymentMethods?: boolean | Prisma.Property$paymentMethodsArgs<ExtArgs>;
|
|
2340
2155
|
variants?: boolean | Prisma.Property$variantsArgs<ExtArgs>;
|
|
2341
|
-
prequalifications?: boolean | Prisma.Property$prequalificationsArgs<ExtArgs>;
|
|
2342
2156
|
_count?: boolean | Prisma.PropertyCountOutputTypeDefaultArgs<ExtArgs>;
|
|
2343
2157
|
};
|
|
2344
2158
|
export type $PropertyPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
@@ -2352,7 +2166,6 @@ export type $PropertyPayload<ExtArgs extends runtime.Types.Extensions.InternalAr
|
|
|
2352
2166
|
amenities: Prisma.$PropertyAmenityPayload<ExtArgs>[];
|
|
2353
2167
|
paymentMethods: Prisma.$PropertyPaymentMethodLinkPayload<ExtArgs>[];
|
|
2354
2168
|
variants: Prisma.$PropertyVariantPayload<ExtArgs>[];
|
|
2355
|
-
prequalifications: Prisma.$PrequalificationPayload<ExtArgs>[];
|
|
2356
2169
|
};
|
|
2357
2170
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2358
2171
|
id: string;
|
|
@@ -2661,7 +2474,6 @@ export interface Prisma__PropertyClient<T, Null = never, ExtArgs extends runtime
|
|
|
2661
2474
|
amenities<T extends Prisma.Property$amenitiesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Property$amenitiesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyAmenityPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2662
2475
|
paymentMethods<T extends Prisma.Property$paymentMethodsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Property$paymentMethodsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyPaymentMethodLinkPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2663
2476
|
variants<T extends Prisma.Property$variantsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Property$variantsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PropertyVariantPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2664
|
-
prequalifications<T extends Prisma.Property$prequalificationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Property$prequalificationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PrequalificationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2665
2477
|
/**
|
|
2666
2478
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2667
2479
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -3168,29 +2980,6 @@ export type Property$variantsArgs<ExtArgs extends runtime.Types.Extensions.Inter
|
|
|
3168
2980
|
skip?: number;
|
|
3169
2981
|
distinct?: Prisma.PropertyVariantScalarFieldEnum | Prisma.PropertyVariantScalarFieldEnum[];
|
|
3170
2982
|
};
|
|
3171
|
-
/**
|
|
3172
|
-
* Property.prequalifications
|
|
3173
|
-
*/
|
|
3174
|
-
export type Property$prequalificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3175
|
-
/**
|
|
3176
|
-
* Select specific fields to fetch from the Prequalification
|
|
3177
|
-
*/
|
|
3178
|
-
select?: Prisma.PrequalificationSelect<ExtArgs> | null;
|
|
3179
|
-
/**
|
|
3180
|
-
* Omit specific fields from the Prequalification
|
|
3181
|
-
*/
|
|
3182
|
-
omit?: Prisma.PrequalificationOmit<ExtArgs> | null;
|
|
3183
|
-
/**
|
|
3184
|
-
* Choose, which related nodes to fetch as well
|
|
3185
|
-
*/
|
|
3186
|
-
include?: Prisma.PrequalificationInclude<ExtArgs> | null;
|
|
3187
|
-
where?: Prisma.PrequalificationWhereInput;
|
|
3188
|
-
orderBy?: Prisma.PrequalificationOrderByWithRelationInput | Prisma.PrequalificationOrderByWithRelationInput[];
|
|
3189
|
-
cursor?: Prisma.PrequalificationWhereUniqueInput;
|
|
3190
|
-
take?: number;
|
|
3191
|
-
skip?: number;
|
|
3192
|
-
distinct?: Prisma.PrequalificationScalarFieldEnum | Prisma.PrequalificationScalarFieldEnum[];
|
|
3193
|
-
};
|
|
3194
2983
|
/**
|
|
3195
2984
|
* Property without action
|
|
3196
2985
|
*/
|