@valentine-efagene/qshelter-common 2.0.149 → 2.0.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/commonInputTypes.d.ts +30 -0
- package/dist/generated/client/enums.d.ts +7 -0
- package/dist/generated/client/enums.js +6 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +4 -2
- package/dist/generated/client/internal/prismaNamespace.js +0 -2
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +0 -2
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +0 -2
- package/dist/generated/client/models/Property.d.ts +59 -120
- package/dist/src/middleware/error-handler.d.ts +1 -1
- package/dist/src/middleware/error-handler.js +85 -1
- package/package.json +1 -1
- package/prisma/migrations/20260125090213_remove_is_published_use_status_enum/migration.sql +10 -0
- package/prisma/schema.prisma +8 -2
|
@@ -5516,7 +5516,6 @@ export declare const PropertyScalarFieldEnum: {
|
|
|
5516
5516
|
readonly status: "status";
|
|
5517
5517
|
readonly description: "description";
|
|
5518
5518
|
readonly displayImageId: "displayImageId";
|
|
5519
|
-
readonly isPublished: "isPublished";
|
|
5520
5519
|
readonly publishedAt: "publishedAt";
|
|
5521
5520
|
readonly createdAt: "createdAt";
|
|
5522
5521
|
readonly updatedAt: "updatedAt";
|
|
@@ -6707,7 +6706,6 @@ export declare const PropertyOrderByRelevanceFieldEnum: {
|
|
|
6707
6706
|
readonly district: "district";
|
|
6708
6707
|
readonly zipCode: "zipCode";
|
|
6709
6708
|
readonly streetAddress: "streetAddress";
|
|
6710
|
-
readonly status: "status";
|
|
6711
6709
|
readonly description: "description";
|
|
6712
6710
|
readonly displayImageId: "displayImageId";
|
|
6713
6711
|
};
|
|
@@ -7279,6 +7277,10 @@ export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'In
|
|
|
7279
7277
|
* Reference to a field of type 'Float'
|
|
7280
7278
|
*/
|
|
7281
7279
|
export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>;
|
|
7280
|
+
/**
|
|
7281
|
+
* Reference to a field of type 'PropertyStatus'
|
|
7282
|
+
*/
|
|
7283
|
+
export type EnumPropertyStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PropertyStatus'>;
|
|
7282
7284
|
/**
|
|
7283
7285
|
* Reference to a field of type 'UploadedBy'
|
|
7284
7286
|
*/
|
|
@@ -407,7 +407,6 @@ export const PropertyScalarFieldEnum = {
|
|
|
407
407
|
status: 'status',
|
|
408
408
|
description: 'description',
|
|
409
409
|
displayImageId: 'displayImageId',
|
|
410
|
-
isPublished: 'isPublished',
|
|
411
410
|
publishedAt: 'publishedAt',
|
|
412
411
|
createdAt: 'createdAt',
|
|
413
412
|
updatedAt: 'updatedAt'
|
|
@@ -1518,7 +1517,6 @@ export const PropertyOrderByRelevanceFieldEnum = {
|
|
|
1518
1517
|
district: 'district',
|
|
1519
1518
|
zipCode: 'zipCode',
|
|
1520
1519
|
streetAddress: 'streetAddress',
|
|
1521
|
-
status: 'status',
|
|
1522
1520
|
description: 'description',
|
|
1523
1521
|
displayImageId: 'displayImageId'
|
|
1524
1522
|
};
|
|
@@ -386,7 +386,6 @@ export declare const PropertyScalarFieldEnum: {
|
|
|
386
386
|
readonly status: "status";
|
|
387
387
|
readonly description: "description";
|
|
388
388
|
readonly displayImageId: "displayImageId";
|
|
389
|
-
readonly isPublished: "isPublished";
|
|
390
389
|
readonly publishedAt: "publishedAt";
|
|
391
390
|
readonly createdAt: "createdAt";
|
|
392
391
|
readonly updatedAt: "updatedAt";
|
|
@@ -1577,7 +1576,6 @@ export declare const PropertyOrderByRelevanceFieldEnum: {
|
|
|
1577
1576
|
readonly district: "district";
|
|
1578
1577
|
readonly zipCode: "zipCode";
|
|
1579
1578
|
readonly streetAddress: "streetAddress";
|
|
1580
|
-
readonly status: "status";
|
|
1581
1579
|
readonly description: "description";
|
|
1582
1580
|
readonly displayImageId: "displayImageId";
|
|
1583
1581
|
};
|
|
@@ -379,7 +379,6 @@ export const PropertyScalarFieldEnum = {
|
|
|
379
379
|
status: 'status',
|
|
380
380
|
description: 'description',
|
|
381
381
|
displayImageId: 'displayImageId',
|
|
382
|
-
isPublished: 'isPublished',
|
|
383
382
|
publishedAt: 'publishedAt',
|
|
384
383
|
createdAt: 'createdAt',
|
|
385
384
|
updatedAt: 'updatedAt'
|
|
@@ -1490,7 +1489,6 @@ export const PropertyOrderByRelevanceFieldEnum = {
|
|
|
1490
1489
|
district: 'district',
|
|
1491
1490
|
zipCode: 'zipCode',
|
|
1492
1491
|
streetAddress: 'streetAddress',
|
|
1493
|
-
status: 'status',
|
|
1494
1492
|
description: 'description',
|
|
1495
1493
|
displayImageId: 'displayImageId'
|
|
1496
1494
|
};
|