@optimatech88/titomeet-shared-lib 1.1.0 → 1.1.1
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/auth/admin.middleware.d.ts.map +1 -1
- package/dist/auth/admin.middleware.js +1 -1
- package/dist/auth/admin.middleware.js.map +1 -1
- package/dist/auth/auth.guard.d.ts.map +1 -1
- package/dist/auth/auth.guard.js +9 -4
- package/dist/auth/auth.guard.js.map +1 -1
- package/dist/auth/auth.module.d.ts +1 -1
- package/dist/auth/auth.module.d.ts.map +1 -1
- package/dist/generated/prisma/client.d.ts.map +1 -1
- package/dist/generated/prisma/client.js.map +1 -1
- package/dist/generated/prisma/commonInputTypes.d.ts.map +1 -1
- package/dist/generated/prisma/commonInputTypes.js.map +1 -1
- package/dist/generated/prisma/enums.d.ts.map +1 -1
- package/dist/generated/prisma/enums.js.map +1 -1
- package/dist/generated/prisma/internal/class.d.ts.map +1 -1
- package/dist/generated/prisma/internal/class.js +1 -1
- package/dist/generated/prisma/internal/class.js.map +1 -1
- package/dist/generated/prisma/internal/prismaNamespace.d.ts +21 -26
- package/dist/generated/prisma/internal/prismaNamespace.d.ts.map +1 -1
- package/dist/generated/prisma/internal/prismaNamespace.js.map +1 -1
- package/dist/generated/prisma/models/Account.d.ts.map +1 -1
- package/dist/generated/prisma/models/Account.js.map +1 -1
- package/dist/generated/prisma/models/Address.d.ts.map +1 -1
- package/dist/generated/prisma/models/Address.js.map +1 -1
- package/dist/generated/prisma/models/Chat.d.ts.map +1 -1
- package/dist/generated/prisma/models/Chat.js.map +1 -1
- package/dist/generated/prisma/models/ChatUser.d.ts.map +1 -1
- package/dist/generated/prisma/models/ChatUser.js.map +1 -1
- package/dist/generated/prisma/models/Country.d.ts.map +1 -1
- package/dist/generated/prisma/models/Country.js.map +1 -1
- package/dist/generated/prisma/models/Event.d.ts.map +1 -1
- package/dist/generated/prisma/models/Event.js.map +1 -1
- package/dist/generated/prisma/models/EventCategory.d.ts.map +1 -1
- package/dist/generated/prisma/models/EventCategory.js.map +1 -1
- package/dist/generated/prisma/models/EventPrice.d.ts.map +1 -1
- package/dist/generated/prisma/models/EventPrice.js.map +1 -1
- package/dist/generated/prisma/models/Favorite.d.ts.map +1 -1
- package/dist/generated/prisma/models/Favorite.js.map +1 -1
- package/dist/generated/prisma/models/Feedback.d.ts.map +1 -1
- package/dist/generated/prisma/models/Feedback.js.map +1 -1
- package/dist/generated/prisma/models/Message.d.ts.map +1 -1
- package/dist/generated/prisma/models/Message.js.map +1 -1
- package/dist/generated/prisma/models/Newsletter.d.ts.map +1 -1
- package/dist/generated/prisma/models/Newsletter.js.map +1 -1
- package/dist/generated/prisma/models/Notification.d.ts.map +1 -1
- package/dist/generated/prisma/models/Notification.js.map +1 -1
- package/dist/generated/prisma/models/Order.d.ts.map +1 -1
- package/dist/generated/prisma/models/Order.js.map +1 -1
- package/dist/generated/prisma/models/OrderItem.d.ts.map +1 -1
- package/dist/generated/prisma/models/OrderItem.js.map +1 -1
- package/dist/generated/prisma/models/Pricing.d.ts.map +1 -1
- package/dist/generated/prisma/models/Pricing.js.map +1 -1
- package/dist/generated/prisma/models/Provider.d.ts.map +1 -1
- package/dist/generated/prisma/models/Provider.js.map +1 -1
- package/dist/generated/prisma/models/ProviderCategory.d.ts.map +1 -1
- package/dist/generated/prisma/models/ProviderCategory.js.map +1 -1
- package/dist/generated/prisma/models/ProviderOnEvent.d.ts.map +1 -1
- package/dist/generated/prisma/models/ProviderOnEvent.js.map +1 -1
- package/dist/generated/prisma/models/Report.d.ts.map +1 -1
- package/dist/generated/prisma/models/Report.js.map +1 -1
- package/dist/generated/prisma/models/Review.d.ts.map +1 -1
- package/dist/generated/prisma/models/Review.js.map +1 -1
- package/dist/generated/prisma/models/Transaction.d.ts.map +1 -1
- package/dist/generated/prisma/models/Transaction.js.map +1 -1
- package/dist/generated/prisma/models/User.d.ts.map +1 -1
- package/dist/generated/prisma/models/User.js.map +1 -1
- package/dist/generated/prisma/models/UserInterests.d.ts.map +1 -1
- package/dist/generated/prisma/models/UserInterests.js.map +1 -1
- package/dist/generated/prisma/models.d.ts.map +1 -1
- package/dist/generated/prisma/models.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/prisma/prisma.service.js +1 -1
- package/dist/prisma/prisma.service.js.map +1 -1
- package/dist/prisma/seed.js +6 -2
- package/dist/prisma/seed.js.map +1 -1
- package/package.json +1 -2
- package/prisma/schema.prisma +1 -1
- package/src/auth/admin.middleware.ts +2 -1
- package/src/auth/auth.guard.ts +2 -1
- package/{generated/prisma/client → src/generated/prisma}/internal/class.ts +1 -1
- package/src/prisma/seed.ts +1 -1
- package/tsconfig.json +4 -3
- package/generated/prisma/client/browser.ts +0 -139
- package/generated/prisma/client/client.ts +0 -163
- package/generated/prisma/client.d.ts +0 -33
- package/generated/prisma/client.d.ts.map +0 -1
- package/generated/prisma/client.js +0 -10
- package/generated/prisma/client.js.map +0 -1
- package/generated/prisma/commonInputTypes.d.ts +0 -966
- package/generated/prisma/commonInputTypes.d.ts.map +0 -1
- package/generated/prisma/commonInputTypes.js +0 -2
- package/generated/prisma/commonInputTypes.js.map +0 -1
- package/generated/prisma/commonInputTypes.ts +0 -1102
- package/generated/prisma/enums.d.ts +0 -111
- package/generated/prisma/enums.d.ts.map +0 -1
- package/generated/prisma/enums.js +0 -93
- package/generated/prisma/enums.js.map +0 -1
- package/generated/prisma/enums.ts +0 -173
- package/generated/prisma/internal/class.d.ts +0 -105
- package/generated/prisma/internal/class.d.ts.map +0 -1
- package/generated/prisma/internal/class.js +0 -39
- package/generated/prisma/internal/class.js.map +0 -1
- package/generated/prisma/internal/class.ts +0 -434
- package/generated/prisma/internal/prismaNamespace.d.ts +0 -2431
- package/generated/prisma/internal/prismaNamespace.d.ts.map +0 -1
- package/generated/prisma/internal/prismaNamespace.js +0 -338
- package/generated/prisma/internal/prismaNamespace.js.map +0 -1
- package/generated/prisma/internal/prismaNamespace.ts +0 -3141
- package/generated/prisma/internal/prismaNamespaceBrowser.ts +0 -489
- package/generated/prisma/models/Account.d.ts +0 -582
- package/generated/prisma/models/Account.d.ts.map +0 -1
- package/generated/prisma/models/Account.js +0 -2
- package/generated/prisma/models/Account.js.map +0 -1
- package/generated/prisma/models/Account.ts +0 -1384
- package/generated/prisma/models/Address.d.ts +0 -930
- package/generated/prisma/models/Address.d.ts.map +0 -1
- package/generated/prisma/models/Address.js +0 -2
- package/generated/prisma/models/Address.js.map +0 -1
- package/generated/prisma/models/Address.ts +0 -1791
- package/generated/prisma/models/Chat.d.ts +0 -788
- package/generated/prisma/models/Chat.d.ts.map +0 -1
- package/generated/prisma/models/Chat.js +0 -2
- package/generated/prisma/models/Chat.js.map +0 -1
- package/generated/prisma/models/Chat.ts +0 -1676
- package/generated/prisma/models/ChatUser.d.ts +0 -648
- package/generated/prisma/models/ChatUser.d.ts.map +0 -1
- package/generated/prisma/models/ChatUser.js +0 -2
- package/generated/prisma/models/ChatUser.js.map +0 -1
- package/generated/prisma/models/ChatUser.ts +0 -1465
- package/generated/prisma/models/Country.d.ts +0 -543
- package/generated/prisma/models/Country.d.ts.map +0 -1
- package/generated/prisma/models/Country.js +0 -2
- package/generated/prisma/models/Country.js.map +0 -1
- package/generated/prisma/models/Country.ts +0 -1361
- package/generated/prisma/models/Event.d.ts +0 -3206
- package/generated/prisma/models/Event.d.ts.map +0 -1
- package/generated/prisma/models/Event.js +0 -2
- package/generated/prisma/models/Event.js.map +0 -1
- package/generated/prisma/models/Event.ts +0 -4258
- package/generated/prisma/models/EventCategory.d.ts +0 -1004
- package/generated/prisma/models/EventCategory.d.ts.map +0 -1
- package/generated/prisma/models/EventCategory.js +0 -2
- package/generated/prisma/models/EventCategory.js.map +0 -1
- package/generated/prisma/models/EventCategory.ts +0 -1919
- package/generated/prisma/models/EventPrice.d.ts +0 -798
- package/generated/prisma/models/EventPrice.d.ts.map +0 -1
- package/generated/prisma/models/EventPrice.js +0 -2
- package/generated/prisma/models/EventPrice.js.map +0 -1
- package/generated/prisma/models/EventPrice.ts +0 -1657
- package/generated/prisma/models/Favorite.d.ts +0 -648
- package/generated/prisma/models/Favorite.d.ts.map +0 -1
- package/generated/prisma/models/Favorite.js +0 -2
- package/generated/prisma/models/Favorite.js.map +0 -1
- package/generated/prisma/models/Favorite.ts +0 -1465
- package/generated/prisma/models/Feedback.d.ts +0 -682
- package/generated/prisma/models/Feedback.d.ts.map +0 -1
- package/generated/prisma/models/Feedback.js +0 -2
- package/generated/prisma/models/Feedback.js.map +0 -1
- package/generated/prisma/models/Feedback.ts +0 -1513
- package/generated/prisma/models/Message.d.ts +0 -724
- package/generated/prisma/models/Message.d.ts.map +0 -1
- package/generated/prisma/models/Message.js +0 -2
- package/generated/prisma/models/Message.js.map +0 -1
- package/generated/prisma/models/Message.ts +0 -1541
- package/generated/prisma/models/Newsletter.d.ts +0 -404
- package/generated/prisma/models/Newsletter.d.ts.map +0 -1
- package/generated/prisma/models/Newsletter.js +0 -2
- package/generated/prisma/models/Newsletter.js.map +0 -1
- package/generated/prisma/models/Newsletter.ts +0 -1153
- package/generated/prisma/models/Notification.d.ts +0 -775
- package/generated/prisma/models/Notification.d.ts.map +0 -1
- package/generated/prisma/models/Notification.js +0 -2
- package/generated/prisma/models/Notification.js.map +0 -1
- package/generated/prisma/models/Notification.ts +0 -1605
- package/generated/prisma/models/Order.d.ts +0 -1009
- package/generated/prisma/models/Order.d.ts.map +0 -1
- package/generated/prisma/models/Order.js +0 -2
- package/generated/prisma/models/Order.js.map +0 -1
- package/generated/prisma/models/Order.ts +0 -1883
- package/generated/prisma/models/OrderItem.d.ts +0 -806
- package/generated/prisma/models/OrderItem.d.ts.map +0 -1
- package/generated/prisma/models/OrderItem.js +0 -2
- package/generated/prisma/models/OrderItem.js.map +0 -1
- package/generated/prisma/models/OrderItem.ts +0 -1641
- package/generated/prisma/models/Pricing.d.ts +0 -739
- package/generated/prisma/models/Pricing.d.ts.map +0 -1
- package/generated/prisma/models/Pricing.js +0 -2
- package/generated/prisma/models/Pricing.js.map +0 -1
- package/generated/prisma/models/Pricing.ts +0 -1576
- package/generated/prisma/models/Provider.d.ts +0 -1650
- package/generated/prisma/models/Provider.d.ts.map +0 -1
- package/generated/prisma/models/Provider.js +0 -2
- package/generated/prisma/models/Provider.js.map +0 -1
- package/generated/prisma/models/Provider.ts +0 -2577
- package/generated/prisma/models/ProviderCategory.d.ts +0 -830
- package/generated/prisma/models/ProviderCategory.d.ts.map +0 -1
- package/generated/prisma/models/ProviderCategory.js +0 -2
- package/generated/prisma/models/ProviderCategory.js.map +0 -1
- package/generated/prisma/models/ProviderCategory.ts +0 -1712
- package/generated/prisma/models/ProviderOnEvent.d.ts +0 -693
- package/generated/prisma/models/ProviderOnEvent.d.ts.map +0 -1
- package/generated/prisma/models/ProviderOnEvent.js +0 -2
- package/generated/prisma/models/ProviderOnEvent.js.map +0 -1
- package/generated/prisma/models/ProviderOnEvent.ts +0 -1510
- package/generated/prisma/models/Report.d.ts +0 -689
- package/generated/prisma/models/Report.d.ts.map +0 -1
- package/generated/prisma/models/Report.js +0 -2
- package/generated/prisma/models/Report.js.map +0 -1
- package/generated/prisma/models/Report.ts +0 -1506
- package/generated/prisma/models/Review.d.ts +0 -758
- package/generated/prisma/models/Review.d.ts.map +0 -1
- package/generated/prisma/models/Review.js +0 -2
- package/generated/prisma/models/Review.js.map +0 -1
- package/generated/prisma/models/Review.ts +0 -1591
- package/generated/prisma/models/Transaction.d.ts +0 -894
- package/generated/prisma/models/Transaction.d.ts.map +0 -1
- package/generated/prisma/models/Transaction.js +0 -2
- package/generated/prisma/models/Transaction.js.map +0 -1
- package/generated/prisma/models/Transaction.ts +0 -1741
- package/generated/prisma/models/User.d.ts +0 -2966
- package/generated/prisma/models/User.d.ts.map +0 -1
- package/generated/prisma/models/User.js +0 -2
- package/generated/prisma/models/User.js.map +0 -1
- package/generated/prisma/models/User.ts +0 -4124
- package/generated/prisma/models/UserInterests.d.ts +0 -605
- package/generated/prisma/models/UserInterests.d.ts.map +0 -1
- package/generated/prisma/models/UserInterests.js +0 -2
- package/generated/prisma/models/UserInterests.js.map +0 -1
- package/generated/prisma/models/UserInterests.ts +0 -1447
- package/generated/prisma/models.d.ts +0 -26
- package/generated/prisma/models.d.ts.map +0 -1
- package/generated/prisma/models.js +0 -2
- package/generated/prisma/models.js.map +0 -1
- package/generated/prisma/models.ts +0 -35
- /package/{generated → src/generated}/prisma/browser.ts +0 -0
- /package/{generated → src/generated}/prisma/client.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/commonInputTypes.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/enums.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/internal/prismaNamespace.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/internal/prismaNamespaceBrowser.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Account.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Address.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Chat.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/ChatUser.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Country.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Event.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/EventCategory.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/EventPrice.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Favorite.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Feedback.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Message.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Newsletter.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Notification.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Order.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/OrderItem.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Pricing.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Provider.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/ProviderCategory.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/ProviderOnEvent.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Report.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Review.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/Transaction.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/User.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models/UserInterests.ts +0 -0
- /package/{generated/prisma/client → src/generated/prisma}/models.ts +0 -0
|
@@ -1,1004 +0,0 @@
|
|
|
1
|
-
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
-
import type * as Prisma from "../internal/prismaNamespace";
|
|
3
|
-
export type EventCategoryModel = runtime.Types.Result.DefaultSelection<Prisma.$EventCategoryPayload>;
|
|
4
|
-
export type AggregateEventCategory = {
|
|
5
|
-
_count: EventCategoryCountAggregateOutputType | null;
|
|
6
|
-
_min: EventCategoryMinAggregateOutputType | null;
|
|
7
|
-
_max: EventCategoryMaxAggregateOutputType | null;
|
|
8
|
-
};
|
|
9
|
-
export type EventCategoryMinAggregateOutputType = {
|
|
10
|
-
id: string | null;
|
|
11
|
-
name: string | null;
|
|
12
|
-
description: string | null;
|
|
13
|
-
createdAt: Date | null;
|
|
14
|
-
updatedAt: Date | null;
|
|
15
|
-
active: boolean | null;
|
|
16
|
-
parentId: string | null;
|
|
17
|
-
};
|
|
18
|
-
export type EventCategoryMaxAggregateOutputType = {
|
|
19
|
-
id: string | null;
|
|
20
|
-
name: string | null;
|
|
21
|
-
description: string | null;
|
|
22
|
-
createdAt: Date | null;
|
|
23
|
-
updatedAt: Date | null;
|
|
24
|
-
active: boolean | null;
|
|
25
|
-
parentId: string | null;
|
|
26
|
-
};
|
|
27
|
-
export type EventCategoryCountAggregateOutputType = {
|
|
28
|
-
id: number;
|
|
29
|
-
name: number;
|
|
30
|
-
description: number;
|
|
31
|
-
createdAt: number;
|
|
32
|
-
updatedAt: number;
|
|
33
|
-
active: number;
|
|
34
|
-
parentId: number;
|
|
35
|
-
_all: number;
|
|
36
|
-
};
|
|
37
|
-
export type EventCategoryMinAggregateInputType = {
|
|
38
|
-
id?: true;
|
|
39
|
-
name?: true;
|
|
40
|
-
description?: true;
|
|
41
|
-
createdAt?: true;
|
|
42
|
-
updatedAt?: true;
|
|
43
|
-
active?: true;
|
|
44
|
-
parentId?: true;
|
|
45
|
-
};
|
|
46
|
-
export type EventCategoryMaxAggregateInputType = {
|
|
47
|
-
id?: true;
|
|
48
|
-
name?: true;
|
|
49
|
-
description?: true;
|
|
50
|
-
createdAt?: true;
|
|
51
|
-
updatedAt?: true;
|
|
52
|
-
active?: true;
|
|
53
|
-
parentId?: true;
|
|
54
|
-
};
|
|
55
|
-
export type EventCategoryCountAggregateInputType = {
|
|
56
|
-
id?: true;
|
|
57
|
-
name?: true;
|
|
58
|
-
description?: true;
|
|
59
|
-
createdAt?: true;
|
|
60
|
-
updatedAt?: true;
|
|
61
|
-
active?: true;
|
|
62
|
-
parentId?: true;
|
|
63
|
-
_all?: true;
|
|
64
|
-
};
|
|
65
|
-
export type EventCategoryAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
66
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
67
|
-
orderBy?: Prisma.EventCategoryOrderByWithRelationInput | Prisma.EventCategoryOrderByWithRelationInput[];
|
|
68
|
-
cursor?: Prisma.EventCategoryWhereUniqueInput;
|
|
69
|
-
take?: number;
|
|
70
|
-
skip?: number;
|
|
71
|
-
_count?: true | EventCategoryCountAggregateInputType;
|
|
72
|
-
_min?: EventCategoryMinAggregateInputType;
|
|
73
|
-
_max?: EventCategoryMaxAggregateInputType;
|
|
74
|
-
};
|
|
75
|
-
export type GetEventCategoryAggregateType<T extends EventCategoryAggregateArgs> = {
|
|
76
|
-
[P in keyof T & keyof AggregateEventCategory]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateEventCategory[P]> : Prisma.GetScalarType<T[P], AggregateEventCategory[P]>;
|
|
77
|
-
};
|
|
78
|
-
export type EventCategoryGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
79
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
80
|
-
orderBy?: Prisma.EventCategoryOrderByWithAggregationInput | Prisma.EventCategoryOrderByWithAggregationInput[];
|
|
81
|
-
by: Prisma.EventCategoryScalarFieldEnum[] | Prisma.EventCategoryScalarFieldEnum;
|
|
82
|
-
having?: Prisma.EventCategoryScalarWhereWithAggregatesInput;
|
|
83
|
-
take?: number;
|
|
84
|
-
skip?: number;
|
|
85
|
-
_count?: EventCategoryCountAggregateInputType | true;
|
|
86
|
-
_min?: EventCategoryMinAggregateInputType;
|
|
87
|
-
_max?: EventCategoryMaxAggregateInputType;
|
|
88
|
-
};
|
|
89
|
-
export type EventCategoryGroupByOutputType = {
|
|
90
|
-
id: string;
|
|
91
|
-
name: string;
|
|
92
|
-
description: string | null;
|
|
93
|
-
createdAt: Date;
|
|
94
|
-
updatedAt: Date;
|
|
95
|
-
active: boolean;
|
|
96
|
-
parentId: string | null;
|
|
97
|
-
_count: EventCategoryCountAggregateOutputType | null;
|
|
98
|
-
_min: EventCategoryMinAggregateOutputType | null;
|
|
99
|
-
_max: EventCategoryMaxAggregateOutputType | null;
|
|
100
|
-
};
|
|
101
|
-
export type GetEventCategoryGroupByPayload<T extends EventCategoryGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<EventCategoryGroupByOutputType, T['by']> & {
|
|
102
|
-
[P in ((keyof T) & (keyof EventCategoryGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], EventCategoryGroupByOutputType[P]> : Prisma.GetScalarType<T[P], EventCategoryGroupByOutputType[P]>;
|
|
103
|
-
}>>;
|
|
104
|
-
export type EventCategoryWhereInput = {
|
|
105
|
-
AND?: Prisma.EventCategoryWhereInput | Prisma.EventCategoryWhereInput[];
|
|
106
|
-
OR?: Prisma.EventCategoryWhereInput[];
|
|
107
|
-
NOT?: Prisma.EventCategoryWhereInput | Prisma.EventCategoryWhereInput[];
|
|
108
|
-
id?: Prisma.StringFilter<"EventCategory"> | string;
|
|
109
|
-
name?: Prisma.StringFilter<"EventCategory"> | string;
|
|
110
|
-
description?: Prisma.StringNullableFilter<"EventCategory"> | string | null;
|
|
111
|
-
createdAt?: Prisma.DateTimeFilter<"EventCategory"> | Date | string;
|
|
112
|
-
updatedAt?: Prisma.DateTimeFilter<"EventCategory"> | Date | string;
|
|
113
|
-
active?: Prisma.BoolFilter<"EventCategory"> | boolean;
|
|
114
|
-
parentId?: Prisma.StringNullableFilter<"EventCategory"> | string | null;
|
|
115
|
-
events?: Prisma.EventListRelationFilter;
|
|
116
|
-
userInterests?: Prisma.UserInterestsListRelationFilter;
|
|
117
|
-
parent?: Prisma.XOR<Prisma.EventCategoryNullableScalarRelationFilter, Prisma.EventCategoryWhereInput> | null;
|
|
118
|
-
children?: Prisma.EventCategoryListRelationFilter;
|
|
119
|
-
};
|
|
120
|
-
export type EventCategoryOrderByWithRelationInput = {
|
|
121
|
-
id?: Prisma.SortOrder;
|
|
122
|
-
name?: Prisma.SortOrder;
|
|
123
|
-
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
124
|
-
createdAt?: Prisma.SortOrder;
|
|
125
|
-
updatedAt?: Prisma.SortOrder;
|
|
126
|
-
active?: Prisma.SortOrder;
|
|
127
|
-
parentId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
128
|
-
events?: Prisma.EventOrderByRelationAggregateInput;
|
|
129
|
-
userInterests?: Prisma.UserInterestsOrderByRelationAggregateInput;
|
|
130
|
-
parent?: Prisma.EventCategoryOrderByWithRelationInput;
|
|
131
|
-
children?: Prisma.EventCategoryOrderByRelationAggregateInput;
|
|
132
|
-
};
|
|
133
|
-
export type EventCategoryWhereUniqueInput = Prisma.AtLeast<{
|
|
134
|
-
id?: string;
|
|
135
|
-
name?: string;
|
|
136
|
-
AND?: Prisma.EventCategoryWhereInput | Prisma.EventCategoryWhereInput[];
|
|
137
|
-
OR?: Prisma.EventCategoryWhereInput[];
|
|
138
|
-
NOT?: Prisma.EventCategoryWhereInput | Prisma.EventCategoryWhereInput[];
|
|
139
|
-
description?: Prisma.StringNullableFilter<"EventCategory"> | string | null;
|
|
140
|
-
createdAt?: Prisma.DateTimeFilter<"EventCategory"> | Date | string;
|
|
141
|
-
updatedAt?: Prisma.DateTimeFilter<"EventCategory"> | Date | string;
|
|
142
|
-
active?: Prisma.BoolFilter<"EventCategory"> | boolean;
|
|
143
|
-
parentId?: Prisma.StringNullableFilter<"EventCategory"> | string | null;
|
|
144
|
-
events?: Prisma.EventListRelationFilter;
|
|
145
|
-
userInterests?: Prisma.UserInterestsListRelationFilter;
|
|
146
|
-
parent?: Prisma.XOR<Prisma.EventCategoryNullableScalarRelationFilter, Prisma.EventCategoryWhereInput> | null;
|
|
147
|
-
children?: Prisma.EventCategoryListRelationFilter;
|
|
148
|
-
}, "id" | "name">;
|
|
149
|
-
export type EventCategoryOrderByWithAggregationInput = {
|
|
150
|
-
id?: Prisma.SortOrder;
|
|
151
|
-
name?: Prisma.SortOrder;
|
|
152
|
-
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
153
|
-
createdAt?: Prisma.SortOrder;
|
|
154
|
-
updatedAt?: Prisma.SortOrder;
|
|
155
|
-
active?: Prisma.SortOrder;
|
|
156
|
-
parentId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
157
|
-
_count?: Prisma.EventCategoryCountOrderByAggregateInput;
|
|
158
|
-
_max?: Prisma.EventCategoryMaxOrderByAggregateInput;
|
|
159
|
-
_min?: Prisma.EventCategoryMinOrderByAggregateInput;
|
|
160
|
-
};
|
|
161
|
-
export type EventCategoryScalarWhereWithAggregatesInput = {
|
|
162
|
-
AND?: Prisma.EventCategoryScalarWhereWithAggregatesInput | Prisma.EventCategoryScalarWhereWithAggregatesInput[];
|
|
163
|
-
OR?: Prisma.EventCategoryScalarWhereWithAggregatesInput[];
|
|
164
|
-
NOT?: Prisma.EventCategoryScalarWhereWithAggregatesInput | Prisma.EventCategoryScalarWhereWithAggregatesInput[];
|
|
165
|
-
id?: Prisma.StringWithAggregatesFilter<"EventCategory"> | string;
|
|
166
|
-
name?: Prisma.StringWithAggregatesFilter<"EventCategory"> | string;
|
|
167
|
-
description?: Prisma.StringNullableWithAggregatesFilter<"EventCategory"> | string | null;
|
|
168
|
-
createdAt?: Prisma.DateTimeWithAggregatesFilter<"EventCategory"> | Date | string;
|
|
169
|
-
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"EventCategory"> | Date | string;
|
|
170
|
-
active?: Prisma.BoolWithAggregatesFilter<"EventCategory"> | boolean;
|
|
171
|
-
parentId?: Prisma.StringNullableWithAggregatesFilter<"EventCategory"> | string | null;
|
|
172
|
-
};
|
|
173
|
-
export type EventCategoryCreateInput = {
|
|
174
|
-
id?: string;
|
|
175
|
-
name: string;
|
|
176
|
-
description?: string | null;
|
|
177
|
-
createdAt?: Date | string;
|
|
178
|
-
updatedAt?: Date | string;
|
|
179
|
-
active?: boolean;
|
|
180
|
-
events?: Prisma.EventCreateNestedManyWithoutCategoriesInput;
|
|
181
|
-
userInterests?: Prisma.UserInterestsCreateNestedManyWithoutInterestsInput;
|
|
182
|
-
parent?: Prisma.EventCategoryCreateNestedOneWithoutChildrenInput;
|
|
183
|
-
children?: Prisma.EventCategoryCreateNestedManyWithoutParentInput;
|
|
184
|
-
};
|
|
185
|
-
export type EventCategoryUncheckedCreateInput = {
|
|
186
|
-
id?: string;
|
|
187
|
-
name: string;
|
|
188
|
-
description?: string | null;
|
|
189
|
-
createdAt?: Date | string;
|
|
190
|
-
updatedAt?: Date | string;
|
|
191
|
-
active?: boolean;
|
|
192
|
-
parentId?: string | null;
|
|
193
|
-
events?: Prisma.EventUncheckedCreateNestedManyWithoutCategoriesInput;
|
|
194
|
-
userInterests?: Prisma.UserInterestsUncheckedCreateNestedManyWithoutInterestsInput;
|
|
195
|
-
children?: Prisma.EventCategoryUncheckedCreateNestedManyWithoutParentInput;
|
|
196
|
-
};
|
|
197
|
-
export type EventCategoryUpdateInput = {
|
|
198
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
199
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
200
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
201
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
202
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
203
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
204
|
-
events?: Prisma.EventUpdateManyWithoutCategoriesNestedInput;
|
|
205
|
-
userInterests?: Prisma.UserInterestsUpdateManyWithoutInterestsNestedInput;
|
|
206
|
-
parent?: Prisma.EventCategoryUpdateOneWithoutChildrenNestedInput;
|
|
207
|
-
children?: Prisma.EventCategoryUpdateManyWithoutParentNestedInput;
|
|
208
|
-
};
|
|
209
|
-
export type EventCategoryUncheckedUpdateInput = {
|
|
210
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
211
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
212
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
213
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
214
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
215
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
216
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
217
|
-
events?: Prisma.EventUncheckedUpdateManyWithoutCategoriesNestedInput;
|
|
218
|
-
userInterests?: Prisma.UserInterestsUncheckedUpdateManyWithoutInterestsNestedInput;
|
|
219
|
-
children?: Prisma.EventCategoryUncheckedUpdateManyWithoutParentNestedInput;
|
|
220
|
-
};
|
|
221
|
-
export type EventCategoryCreateManyInput = {
|
|
222
|
-
id?: string;
|
|
223
|
-
name: string;
|
|
224
|
-
description?: string | null;
|
|
225
|
-
createdAt?: Date | string;
|
|
226
|
-
updatedAt?: Date | string;
|
|
227
|
-
active?: boolean;
|
|
228
|
-
parentId?: string | null;
|
|
229
|
-
};
|
|
230
|
-
export type EventCategoryUpdateManyMutationInput = {
|
|
231
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
232
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
233
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
234
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
235
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
236
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
237
|
-
};
|
|
238
|
-
export type EventCategoryUncheckedUpdateManyInput = {
|
|
239
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
240
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
241
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
242
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
243
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
244
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
245
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
246
|
-
};
|
|
247
|
-
export type EventCategoryNullableScalarRelationFilter = {
|
|
248
|
-
is?: Prisma.EventCategoryWhereInput | null;
|
|
249
|
-
isNot?: Prisma.EventCategoryWhereInput | null;
|
|
250
|
-
};
|
|
251
|
-
export type EventCategoryListRelationFilter = {
|
|
252
|
-
every?: Prisma.EventCategoryWhereInput;
|
|
253
|
-
some?: Prisma.EventCategoryWhereInput;
|
|
254
|
-
none?: Prisma.EventCategoryWhereInput;
|
|
255
|
-
};
|
|
256
|
-
export type EventCategoryOrderByRelationAggregateInput = {
|
|
257
|
-
_count?: Prisma.SortOrder;
|
|
258
|
-
};
|
|
259
|
-
export type EventCategoryCountOrderByAggregateInput = {
|
|
260
|
-
id?: Prisma.SortOrder;
|
|
261
|
-
name?: Prisma.SortOrder;
|
|
262
|
-
description?: Prisma.SortOrder;
|
|
263
|
-
createdAt?: Prisma.SortOrder;
|
|
264
|
-
updatedAt?: Prisma.SortOrder;
|
|
265
|
-
active?: Prisma.SortOrder;
|
|
266
|
-
parentId?: Prisma.SortOrder;
|
|
267
|
-
};
|
|
268
|
-
export type EventCategoryMaxOrderByAggregateInput = {
|
|
269
|
-
id?: Prisma.SortOrder;
|
|
270
|
-
name?: Prisma.SortOrder;
|
|
271
|
-
description?: Prisma.SortOrder;
|
|
272
|
-
createdAt?: Prisma.SortOrder;
|
|
273
|
-
updatedAt?: Prisma.SortOrder;
|
|
274
|
-
active?: Prisma.SortOrder;
|
|
275
|
-
parentId?: Prisma.SortOrder;
|
|
276
|
-
};
|
|
277
|
-
export type EventCategoryMinOrderByAggregateInput = {
|
|
278
|
-
id?: Prisma.SortOrder;
|
|
279
|
-
name?: Prisma.SortOrder;
|
|
280
|
-
description?: Prisma.SortOrder;
|
|
281
|
-
createdAt?: Prisma.SortOrder;
|
|
282
|
-
updatedAt?: Prisma.SortOrder;
|
|
283
|
-
active?: Prisma.SortOrder;
|
|
284
|
-
parentId?: Prisma.SortOrder;
|
|
285
|
-
};
|
|
286
|
-
export type EventCategoryCreateNestedOneWithoutChildrenInput = {
|
|
287
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutChildrenInput, Prisma.EventCategoryUncheckedCreateWithoutChildrenInput>;
|
|
288
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutChildrenInput;
|
|
289
|
-
connect?: Prisma.EventCategoryWhereUniqueInput;
|
|
290
|
-
};
|
|
291
|
-
export type EventCategoryCreateNestedManyWithoutParentInput = {
|
|
292
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutParentInput, Prisma.EventCategoryUncheckedCreateWithoutParentInput> | Prisma.EventCategoryCreateWithoutParentInput[] | Prisma.EventCategoryUncheckedCreateWithoutParentInput[];
|
|
293
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutParentInput | Prisma.EventCategoryCreateOrConnectWithoutParentInput[];
|
|
294
|
-
createMany?: Prisma.EventCategoryCreateManyParentInputEnvelope;
|
|
295
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
296
|
-
};
|
|
297
|
-
export type EventCategoryUncheckedCreateNestedManyWithoutParentInput = {
|
|
298
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutParentInput, Prisma.EventCategoryUncheckedCreateWithoutParentInput> | Prisma.EventCategoryCreateWithoutParentInput[] | Prisma.EventCategoryUncheckedCreateWithoutParentInput[];
|
|
299
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutParentInput | Prisma.EventCategoryCreateOrConnectWithoutParentInput[];
|
|
300
|
-
createMany?: Prisma.EventCategoryCreateManyParentInputEnvelope;
|
|
301
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
302
|
-
};
|
|
303
|
-
export type EventCategoryUpdateOneWithoutChildrenNestedInput = {
|
|
304
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutChildrenInput, Prisma.EventCategoryUncheckedCreateWithoutChildrenInput>;
|
|
305
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutChildrenInput;
|
|
306
|
-
upsert?: Prisma.EventCategoryUpsertWithoutChildrenInput;
|
|
307
|
-
disconnect?: Prisma.EventCategoryWhereInput | boolean;
|
|
308
|
-
delete?: Prisma.EventCategoryWhereInput | boolean;
|
|
309
|
-
connect?: Prisma.EventCategoryWhereUniqueInput;
|
|
310
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventCategoryUpdateToOneWithWhereWithoutChildrenInput, Prisma.EventCategoryUpdateWithoutChildrenInput>, Prisma.EventCategoryUncheckedUpdateWithoutChildrenInput>;
|
|
311
|
-
};
|
|
312
|
-
export type EventCategoryUpdateManyWithoutParentNestedInput = {
|
|
313
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutParentInput, Prisma.EventCategoryUncheckedCreateWithoutParentInput> | Prisma.EventCategoryCreateWithoutParentInput[] | Prisma.EventCategoryUncheckedCreateWithoutParentInput[];
|
|
314
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutParentInput | Prisma.EventCategoryCreateOrConnectWithoutParentInput[];
|
|
315
|
-
upsert?: Prisma.EventCategoryUpsertWithWhereUniqueWithoutParentInput | Prisma.EventCategoryUpsertWithWhereUniqueWithoutParentInput[];
|
|
316
|
-
createMany?: Prisma.EventCategoryCreateManyParentInputEnvelope;
|
|
317
|
-
set?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
318
|
-
disconnect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
319
|
-
delete?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
320
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
321
|
-
update?: Prisma.EventCategoryUpdateWithWhereUniqueWithoutParentInput | Prisma.EventCategoryUpdateWithWhereUniqueWithoutParentInput[];
|
|
322
|
-
updateMany?: Prisma.EventCategoryUpdateManyWithWhereWithoutParentInput | Prisma.EventCategoryUpdateManyWithWhereWithoutParentInput[];
|
|
323
|
-
deleteMany?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
324
|
-
};
|
|
325
|
-
export type EventCategoryUncheckedUpdateManyWithoutParentNestedInput = {
|
|
326
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutParentInput, Prisma.EventCategoryUncheckedCreateWithoutParentInput> | Prisma.EventCategoryCreateWithoutParentInput[] | Prisma.EventCategoryUncheckedCreateWithoutParentInput[];
|
|
327
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutParentInput | Prisma.EventCategoryCreateOrConnectWithoutParentInput[];
|
|
328
|
-
upsert?: Prisma.EventCategoryUpsertWithWhereUniqueWithoutParentInput | Prisma.EventCategoryUpsertWithWhereUniqueWithoutParentInput[];
|
|
329
|
-
createMany?: Prisma.EventCategoryCreateManyParentInputEnvelope;
|
|
330
|
-
set?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
331
|
-
disconnect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
332
|
-
delete?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
333
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
334
|
-
update?: Prisma.EventCategoryUpdateWithWhereUniqueWithoutParentInput | Prisma.EventCategoryUpdateWithWhereUniqueWithoutParentInput[];
|
|
335
|
-
updateMany?: Prisma.EventCategoryUpdateManyWithWhereWithoutParentInput | Prisma.EventCategoryUpdateManyWithWhereWithoutParentInput[];
|
|
336
|
-
deleteMany?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
337
|
-
};
|
|
338
|
-
export type EventCategoryCreateNestedManyWithoutEventsInput = {
|
|
339
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutEventsInput, Prisma.EventCategoryUncheckedCreateWithoutEventsInput> | Prisma.EventCategoryCreateWithoutEventsInput[] | Prisma.EventCategoryUncheckedCreateWithoutEventsInput[];
|
|
340
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutEventsInput | Prisma.EventCategoryCreateOrConnectWithoutEventsInput[];
|
|
341
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
342
|
-
};
|
|
343
|
-
export type EventCategoryUncheckedCreateNestedManyWithoutEventsInput = {
|
|
344
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutEventsInput, Prisma.EventCategoryUncheckedCreateWithoutEventsInput> | Prisma.EventCategoryCreateWithoutEventsInput[] | Prisma.EventCategoryUncheckedCreateWithoutEventsInput[];
|
|
345
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutEventsInput | Prisma.EventCategoryCreateOrConnectWithoutEventsInput[];
|
|
346
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
347
|
-
};
|
|
348
|
-
export type EventCategoryUpdateManyWithoutEventsNestedInput = {
|
|
349
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutEventsInput, Prisma.EventCategoryUncheckedCreateWithoutEventsInput> | Prisma.EventCategoryCreateWithoutEventsInput[] | Prisma.EventCategoryUncheckedCreateWithoutEventsInput[];
|
|
350
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutEventsInput | Prisma.EventCategoryCreateOrConnectWithoutEventsInput[];
|
|
351
|
-
upsert?: Prisma.EventCategoryUpsertWithWhereUniqueWithoutEventsInput | Prisma.EventCategoryUpsertWithWhereUniqueWithoutEventsInput[];
|
|
352
|
-
set?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
353
|
-
disconnect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
354
|
-
delete?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
355
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
356
|
-
update?: Prisma.EventCategoryUpdateWithWhereUniqueWithoutEventsInput | Prisma.EventCategoryUpdateWithWhereUniqueWithoutEventsInput[];
|
|
357
|
-
updateMany?: Prisma.EventCategoryUpdateManyWithWhereWithoutEventsInput | Prisma.EventCategoryUpdateManyWithWhereWithoutEventsInput[];
|
|
358
|
-
deleteMany?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
359
|
-
};
|
|
360
|
-
export type EventCategoryUncheckedUpdateManyWithoutEventsNestedInput = {
|
|
361
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutEventsInput, Prisma.EventCategoryUncheckedCreateWithoutEventsInput> | Prisma.EventCategoryCreateWithoutEventsInput[] | Prisma.EventCategoryUncheckedCreateWithoutEventsInput[];
|
|
362
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutEventsInput | Prisma.EventCategoryCreateOrConnectWithoutEventsInput[];
|
|
363
|
-
upsert?: Prisma.EventCategoryUpsertWithWhereUniqueWithoutEventsInput | Prisma.EventCategoryUpsertWithWhereUniqueWithoutEventsInput[];
|
|
364
|
-
set?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
365
|
-
disconnect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
366
|
-
delete?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
367
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
368
|
-
update?: Prisma.EventCategoryUpdateWithWhereUniqueWithoutEventsInput | Prisma.EventCategoryUpdateWithWhereUniqueWithoutEventsInput[];
|
|
369
|
-
updateMany?: Prisma.EventCategoryUpdateManyWithWhereWithoutEventsInput | Prisma.EventCategoryUpdateManyWithWhereWithoutEventsInput[];
|
|
370
|
-
deleteMany?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
371
|
-
};
|
|
372
|
-
export type EventCategoryCreateNestedManyWithoutUserInterestsInput = {
|
|
373
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput> | Prisma.EventCategoryCreateWithoutUserInterestsInput[] | Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput[];
|
|
374
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput | Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput[];
|
|
375
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
376
|
-
};
|
|
377
|
-
export type EventCategoryUncheckedCreateNestedManyWithoutUserInterestsInput = {
|
|
378
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput> | Prisma.EventCategoryCreateWithoutUserInterestsInput[] | Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput[];
|
|
379
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput | Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput[];
|
|
380
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
381
|
-
};
|
|
382
|
-
export type EventCategoryUpdateManyWithoutUserInterestsNestedInput = {
|
|
383
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput> | Prisma.EventCategoryCreateWithoutUserInterestsInput[] | Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput[];
|
|
384
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput | Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput[];
|
|
385
|
-
upsert?: Prisma.EventCategoryUpsertWithWhereUniqueWithoutUserInterestsInput | Prisma.EventCategoryUpsertWithWhereUniqueWithoutUserInterestsInput[];
|
|
386
|
-
set?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
387
|
-
disconnect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
388
|
-
delete?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
389
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
390
|
-
update?: Prisma.EventCategoryUpdateWithWhereUniqueWithoutUserInterestsInput | Prisma.EventCategoryUpdateWithWhereUniqueWithoutUserInterestsInput[];
|
|
391
|
-
updateMany?: Prisma.EventCategoryUpdateManyWithWhereWithoutUserInterestsInput | Prisma.EventCategoryUpdateManyWithWhereWithoutUserInterestsInput[];
|
|
392
|
-
deleteMany?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
393
|
-
};
|
|
394
|
-
export type EventCategoryUncheckedUpdateManyWithoutUserInterestsNestedInput = {
|
|
395
|
-
create?: Prisma.XOR<Prisma.EventCategoryCreateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput> | Prisma.EventCategoryCreateWithoutUserInterestsInput[] | Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput[];
|
|
396
|
-
connectOrCreate?: Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput | Prisma.EventCategoryCreateOrConnectWithoutUserInterestsInput[];
|
|
397
|
-
upsert?: Prisma.EventCategoryUpsertWithWhereUniqueWithoutUserInterestsInput | Prisma.EventCategoryUpsertWithWhereUniqueWithoutUserInterestsInput[];
|
|
398
|
-
set?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
399
|
-
disconnect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
400
|
-
delete?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
401
|
-
connect?: Prisma.EventCategoryWhereUniqueInput | Prisma.EventCategoryWhereUniqueInput[];
|
|
402
|
-
update?: Prisma.EventCategoryUpdateWithWhereUniqueWithoutUserInterestsInput | Prisma.EventCategoryUpdateWithWhereUniqueWithoutUserInterestsInput[];
|
|
403
|
-
updateMany?: Prisma.EventCategoryUpdateManyWithWhereWithoutUserInterestsInput | Prisma.EventCategoryUpdateManyWithWhereWithoutUserInterestsInput[];
|
|
404
|
-
deleteMany?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
405
|
-
};
|
|
406
|
-
export type EventCategoryCreateWithoutChildrenInput = {
|
|
407
|
-
id?: string;
|
|
408
|
-
name: string;
|
|
409
|
-
description?: string | null;
|
|
410
|
-
createdAt?: Date | string;
|
|
411
|
-
updatedAt?: Date | string;
|
|
412
|
-
active?: boolean;
|
|
413
|
-
events?: Prisma.EventCreateNestedManyWithoutCategoriesInput;
|
|
414
|
-
userInterests?: Prisma.UserInterestsCreateNestedManyWithoutInterestsInput;
|
|
415
|
-
parent?: Prisma.EventCategoryCreateNestedOneWithoutChildrenInput;
|
|
416
|
-
};
|
|
417
|
-
export type EventCategoryUncheckedCreateWithoutChildrenInput = {
|
|
418
|
-
id?: string;
|
|
419
|
-
name: string;
|
|
420
|
-
description?: string | null;
|
|
421
|
-
createdAt?: Date | string;
|
|
422
|
-
updatedAt?: Date | string;
|
|
423
|
-
active?: boolean;
|
|
424
|
-
parentId?: string | null;
|
|
425
|
-
events?: Prisma.EventUncheckedCreateNestedManyWithoutCategoriesInput;
|
|
426
|
-
userInterests?: Prisma.UserInterestsUncheckedCreateNestedManyWithoutInterestsInput;
|
|
427
|
-
};
|
|
428
|
-
export type EventCategoryCreateOrConnectWithoutChildrenInput = {
|
|
429
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
430
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutChildrenInput, Prisma.EventCategoryUncheckedCreateWithoutChildrenInput>;
|
|
431
|
-
};
|
|
432
|
-
export type EventCategoryCreateWithoutParentInput = {
|
|
433
|
-
id?: string;
|
|
434
|
-
name: string;
|
|
435
|
-
description?: string | null;
|
|
436
|
-
createdAt?: Date | string;
|
|
437
|
-
updatedAt?: Date | string;
|
|
438
|
-
active?: boolean;
|
|
439
|
-
events?: Prisma.EventCreateNestedManyWithoutCategoriesInput;
|
|
440
|
-
userInterests?: Prisma.UserInterestsCreateNestedManyWithoutInterestsInput;
|
|
441
|
-
children?: Prisma.EventCategoryCreateNestedManyWithoutParentInput;
|
|
442
|
-
};
|
|
443
|
-
export type EventCategoryUncheckedCreateWithoutParentInput = {
|
|
444
|
-
id?: string;
|
|
445
|
-
name: string;
|
|
446
|
-
description?: string | null;
|
|
447
|
-
createdAt?: Date | string;
|
|
448
|
-
updatedAt?: Date | string;
|
|
449
|
-
active?: boolean;
|
|
450
|
-
events?: Prisma.EventUncheckedCreateNestedManyWithoutCategoriesInput;
|
|
451
|
-
userInterests?: Prisma.UserInterestsUncheckedCreateNestedManyWithoutInterestsInput;
|
|
452
|
-
children?: Prisma.EventCategoryUncheckedCreateNestedManyWithoutParentInput;
|
|
453
|
-
};
|
|
454
|
-
export type EventCategoryCreateOrConnectWithoutParentInput = {
|
|
455
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
456
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutParentInput, Prisma.EventCategoryUncheckedCreateWithoutParentInput>;
|
|
457
|
-
};
|
|
458
|
-
export type EventCategoryCreateManyParentInputEnvelope = {
|
|
459
|
-
data: Prisma.EventCategoryCreateManyParentInput | Prisma.EventCategoryCreateManyParentInput[];
|
|
460
|
-
skipDuplicates?: boolean;
|
|
461
|
-
};
|
|
462
|
-
export type EventCategoryUpsertWithoutChildrenInput = {
|
|
463
|
-
update: Prisma.XOR<Prisma.EventCategoryUpdateWithoutChildrenInput, Prisma.EventCategoryUncheckedUpdateWithoutChildrenInput>;
|
|
464
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutChildrenInput, Prisma.EventCategoryUncheckedCreateWithoutChildrenInput>;
|
|
465
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
466
|
-
};
|
|
467
|
-
export type EventCategoryUpdateToOneWithWhereWithoutChildrenInput = {
|
|
468
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
469
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateWithoutChildrenInput, Prisma.EventCategoryUncheckedUpdateWithoutChildrenInput>;
|
|
470
|
-
};
|
|
471
|
-
export type EventCategoryUpdateWithoutChildrenInput = {
|
|
472
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
473
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
474
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
475
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
476
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
477
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
478
|
-
events?: Prisma.EventUpdateManyWithoutCategoriesNestedInput;
|
|
479
|
-
userInterests?: Prisma.UserInterestsUpdateManyWithoutInterestsNestedInput;
|
|
480
|
-
parent?: Prisma.EventCategoryUpdateOneWithoutChildrenNestedInput;
|
|
481
|
-
};
|
|
482
|
-
export type EventCategoryUncheckedUpdateWithoutChildrenInput = {
|
|
483
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
484
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
485
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
486
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
487
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
488
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
489
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
490
|
-
events?: Prisma.EventUncheckedUpdateManyWithoutCategoriesNestedInput;
|
|
491
|
-
userInterests?: Prisma.UserInterestsUncheckedUpdateManyWithoutInterestsNestedInput;
|
|
492
|
-
};
|
|
493
|
-
export type EventCategoryUpsertWithWhereUniqueWithoutParentInput = {
|
|
494
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
495
|
-
update: Prisma.XOR<Prisma.EventCategoryUpdateWithoutParentInput, Prisma.EventCategoryUncheckedUpdateWithoutParentInput>;
|
|
496
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutParentInput, Prisma.EventCategoryUncheckedCreateWithoutParentInput>;
|
|
497
|
-
};
|
|
498
|
-
export type EventCategoryUpdateWithWhereUniqueWithoutParentInput = {
|
|
499
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
500
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateWithoutParentInput, Prisma.EventCategoryUncheckedUpdateWithoutParentInput>;
|
|
501
|
-
};
|
|
502
|
-
export type EventCategoryUpdateManyWithWhereWithoutParentInput = {
|
|
503
|
-
where: Prisma.EventCategoryScalarWhereInput;
|
|
504
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateManyMutationInput, Prisma.EventCategoryUncheckedUpdateManyWithoutParentInput>;
|
|
505
|
-
};
|
|
506
|
-
export type EventCategoryScalarWhereInput = {
|
|
507
|
-
AND?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
508
|
-
OR?: Prisma.EventCategoryScalarWhereInput[];
|
|
509
|
-
NOT?: Prisma.EventCategoryScalarWhereInput | Prisma.EventCategoryScalarWhereInput[];
|
|
510
|
-
id?: Prisma.StringFilter<"EventCategory"> | string;
|
|
511
|
-
name?: Prisma.StringFilter<"EventCategory"> | string;
|
|
512
|
-
description?: Prisma.StringNullableFilter<"EventCategory"> | string | null;
|
|
513
|
-
createdAt?: Prisma.DateTimeFilter<"EventCategory"> | Date | string;
|
|
514
|
-
updatedAt?: Prisma.DateTimeFilter<"EventCategory"> | Date | string;
|
|
515
|
-
active?: Prisma.BoolFilter<"EventCategory"> | boolean;
|
|
516
|
-
parentId?: Prisma.StringNullableFilter<"EventCategory"> | string | null;
|
|
517
|
-
};
|
|
518
|
-
export type EventCategoryCreateWithoutEventsInput = {
|
|
519
|
-
id?: string;
|
|
520
|
-
name: string;
|
|
521
|
-
description?: string | null;
|
|
522
|
-
createdAt?: Date | string;
|
|
523
|
-
updatedAt?: Date | string;
|
|
524
|
-
active?: boolean;
|
|
525
|
-
userInterests?: Prisma.UserInterestsCreateNestedManyWithoutInterestsInput;
|
|
526
|
-
parent?: Prisma.EventCategoryCreateNestedOneWithoutChildrenInput;
|
|
527
|
-
children?: Prisma.EventCategoryCreateNestedManyWithoutParentInput;
|
|
528
|
-
};
|
|
529
|
-
export type EventCategoryUncheckedCreateWithoutEventsInput = {
|
|
530
|
-
id?: string;
|
|
531
|
-
name: string;
|
|
532
|
-
description?: string | null;
|
|
533
|
-
createdAt?: Date | string;
|
|
534
|
-
updatedAt?: Date | string;
|
|
535
|
-
active?: boolean;
|
|
536
|
-
parentId?: string | null;
|
|
537
|
-
userInterests?: Prisma.UserInterestsUncheckedCreateNestedManyWithoutInterestsInput;
|
|
538
|
-
children?: Prisma.EventCategoryUncheckedCreateNestedManyWithoutParentInput;
|
|
539
|
-
};
|
|
540
|
-
export type EventCategoryCreateOrConnectWithoutEventsInput = {
|
|
541
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
542
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutEventsInput, Prisma.EventCategoryUncheckedCreateWithoutEventsInput>;
|
|
543
|
-
};
|
|
544
|
-
export type EventCategoryUpsertWithWhereUniqueWithoutEventsInput = {
|
|
545
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
546
|
-
update: Prisma.XOR<Prisma.EventCategoryUpdateWithoutEventsInput, Prisma.EventCategoryUncheckedUpdateWithoutEventsInput>;
|
|
547
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutEventsInput, Prisma.EventCategoryUncheckedCreateWithoutEventsInput>;
|
|
548
|
-
};
|
|
549
|
-
export type EventCategoryUpdateWithWhereUniqueWithoutEventsInput = {
|
|
550
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
551
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateWithoutEventsInput, Prisma.EventCategoryUncheckedUpdateWithoutEventsInput>;
|
|
552
|
-
};
|
|
553
|
-
export type EventCategoryUpdateManyWithWhereWithoutEventsInput = {
|
|
554
|
-
where: Prisma.EventCategoryScalarWhereInput;
|
|
555
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateManyMutationInput, Prisma.EventCategoryUncheckedUpdateManyWithoutEventsInput>;
|
|
556
|
-
};
|
|
557
|
-
export type EventCategoryCreateWithoutUserInterestsInput = {
|
|
558
|
-
id?: string;
|
|
559
|
-
name: string;
|
|
560
|
-
description?: string | null;
|
|
561
|
-
createdAt?: Date | string;
|
|
562
|
-
updatedAt?: Date | string;
|
|
563
|
-
active?: boolean;
|
|
564
|
-
events?: Prisma.EventCreateNestedManyWithoutCategoriesInput;
|
|
565
|
-
parent?: Prisma.EventCategoryCreateNestedOneWithoutChildrenInput;
|
|
566
|
-
children?: Prisma.EventCategoryCreateNestedManyWithoutParentInput;
|
|
567
|
-
};
|
|
568
|
-
export type EventCategoryUncheckedCreateWithoutUserInterestsInput = {
|
|
569
|
-
id?: string;
|
|
570
|
-
name: string;
|
|
571
|
-
description?: string | null;
|
|
572
|
-
createdAt?: Date | string;
|
|
573
|
-
updatedAt?: Date | string;
|
|
574
|
-
active?: boolean;
|
|
575
|
-
parentId?: string | null;
|
|
576
|
-
events?: Prisma.EventUncheckedCreateNestedManyWithoutCategoriesInput;
|
|
577
|
-
children?: Prisma.EventCategoryUncheckedCreateNestedManyWithoutParentInput;
|
|
578
|
-
};
|
|
579
|
-
export type EventCategoryCreateOrConnectWithoutUserInterestsInput = {
|
|
580
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
581
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput>;
|
|
582
|
-
};
|
|
583
|
-
export type EventCategoryUpsertWithWhereUniqueWithoutUserInterestsInput = {
|
|
584
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
585
|
-
update: Prisma.XOR<Prisma.EventCategoryUpdateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedUpdateWithoutUserInterestsInput>;
|
|
586
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedCreateWithoutUserInterestsInput>;
|
|
587
|
-
};
|
|
588
|
-
export type EventCategoryUpdateWithWhereUniqueWithoutUserInterestsInput = {
|
|
589
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
590
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateWithoutUserInterestsInput, Prisma.EventCategoryUncheckedUpdateWithoutUserInterestsInput>;
|
|
591
|
-
};
|
|
592
|
-
export type EventCategoryUpdateManyWithWhereWithoutUserInterestsInput = {
|
|
593
|
-
where: Prisma.EventCategoryScalarWhereInput;
|
|
594
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateManyMutationInput, Prisma.EventCategoryUncheckedUpdateManyWithoutUserInterestsInput>;
|
|
595
|
-
};
|
|
596
|
-
export type EventCategoryCreateManyParentInput = {
|
|
597
|
-
id?: string;
|
|
598
|
-
name: string;
|
|
599
|
-
description?: string | null;
|
|
600
|
-
createdAt?: Date | string;
|
|
601
|
-
updatedAt?: Date | string;
|
|
602
|
-
active?: boolean;
|
|
603
|
-
};
|
|
604
|
-
export type EventCategoryUpdateWithoutParentInput = {
|
|
605
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
606
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
607
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
608
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
609
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
610
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
611
|
-
events?: Prisma.EventUpdateManyWithoutCategoriesNestedInput;
|
|
612
|
-
userInterests?: Prisma.UserInterestsUpdateManyWithoutInterestsNestedInput;
|
|
613
|
-
children?: Prisma.EventCategoryUpdateManyWithoutParentNestedInput;
|
|
614
|
-
};
|
|
615
|
-
export type EventCategoryUncheckedUpdateWithoutParentInput = {
|
|
616
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
617
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
618
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
619
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
620
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
621
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
622
|
-
events?: Prisma.EventUncheckedUpdateManyWithoutCategoriesNestedInput;
|
|
623
|
-
userInterests?: Prisma.UserInterestsUncheckedUpdateManyWithoutInterestsNestedInput;
|
|
624
|
-
children?: Prisma.EventCategoryUncheckedUpdateManyWithoutParentNestedInput;
|
|
625
|
-
};
|
|
626
|
-
export type EventCategoryUncheckedUpdateManyWithoutParentInput = {
|
|
627
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
628
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
629
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
630
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
631
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
632
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
633
|
-
};
|
|
634
|
-
export type EventCategoryUpdateWithoutEventsInput = {
|
|
635
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
636
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
637
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
638
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
639
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
640
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
641
|
-
userInterests?: Prisma.UserInterestsUpdateManyWithoutInterestsNestedInput;
|
|
642
|
-
parent?: Prisma.EventCategoryUpdateOneWithoutChildrenNestedInput;
|
|
643
|
-
children?: Prisma.EventCategoryUpdateManyWithoutParentNestedInput;
|
|
644
|
-
};
|
|
645
|
-
export type EventCategoryUncheckedUpdateWithoutEventsInput = {
|
|
646
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
647
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
648
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
649
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
650
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
651
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
652
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
653
|
-
userInterests?: Prisma.UserInterestsUncheckedUpdateManyWithoutInterestsNestedInput;
|
|
654
|
-
children?: Prisma.EventCategoryUncheckedUpdateManyWithoutParentNestedInput;
|
|
655
|
-
};
|
|
656
|
-
export type EventCategoryUncheckedUpdateManyWithoutEventsInput = {
|
|
657
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
658
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
659
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
660
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
661
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
662
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
663
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
664
|
-
};
|
|
665
|
-
export type EventCategoryUpdateWithoutUserInterestsInput = {
|
|
666
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
667
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
668
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
669
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
670
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
671
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
672
|
-
events?: Prisma.EventUpdateManyWithoutCategoriesNestedInput;
|
|
673
|
-
parent?: Prisma.EventCategoryUpdateOneWithoutChildrenNestedInput;
|
|
674
|
-
children?: Prisma.EventCategoryUpdateManyWithoutParentNestedInput;
|
|
675
|
-
};
|
|
676
|
-
export type EventCategoryUncheckedUpdateWithoutUserInterestsInput = {
|
|
677
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
678
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
679
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
680
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
681
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
682
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
683
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
684
|
-
events?: Prisma.EventUncheckedUpdateManyWithoutCategoriesNestedInput;
|
|
685
|
-
children?: Prisma.EventCategoryUncheckedUpdateManyWithoutParentNestedInput;
|
|
686
|
-
};
|
|
687
|
-
export type EventCategoryUncheckedUpdateManyWithoutUserInterestsInput = {
|
|
688
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
689
|
-
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
690
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
691
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
692
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
693
|
-
active?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
694
|
-
parentId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
695
|
-
};
|
|
696
|
-
export type EventCategoryCountOutputType = {
|
|
697
|
-
events: number;
|
|
698
|
-
userInterests: number;
|
|
699
|
-
children: number;
|
|
700
|
-
};
|
|
701
|
-
export type EventCategoryCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
702
|
-
events?: boolean | EventCategoryCountOutputTypeCountEventsArgs;
|
|
703
|
-
userInterests?: boolean | EventCategoryCountOutputTypeCountUserInterestsArgs;
|
|
704
|
-
children?: boolean | EventCategoryCountOutputTypeCountChildrenArgs;
|
|
705
|
-
};
|
|
706
|
-
export type EventCategoryCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
707
|
-
select?: Prisma.EventCategoryCountOutputTypeSelect<ExtArgs> | null;
|
|
708
|
-
};
|
|
709
|
-
export type EventCategoryCountOutputTypeCountEventsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
710
|
-
where?: Prisma.EventWhereInput;
|
|
711
|
-
};
|
|
712
|
-
export type EventCategoryCountOutputTypeCountUserInterestsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
713
|
-
where?: Prisma.UserInterestsWhereInput;
|
|
714
|
-
};
|
|
715
|
-
export type EventCategoryCountOutputTypeCountChildrenArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
716
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
717
|
-
};
|
|
718
|
-
export type EventCategorySelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
719
|
-
id?: boolean;
|
|
720
|
-
name?: boolean;
|
|
721
|
-
description?: boolean;
|
|
722
|
-
createdAt?: boolean;
|
|
723
|
-
updatedAt?: boolean;
|
|
724
|
-
active?: boolean;
|
|
725
|
-
parentId?: boolean;
|
|
726
|
-
events?: boolean | Prisma.EventCategory$eventsArgs<ExtArgs>;
|
|
727
|
-
userInterests?: boolean | Prisma.EventCategory$userInterestsArgs<ExtArgs>;
|
|
728
|
-
parent?: boolean | Prisma.EventCategory$parentArgs<ExtArgs>;
|
|
729
|
-
children?: boolean | Prisma.EventCategory$childrenArgs<ExtArgs>;
|
|
730
|
-
_count?: boolean | Prisma.EventCategoryCountOutputTypeDefaultArgs<ExtArgs>;
|
|
731
|
-
}, ExtArgs["result"]["eventCategory"]>;
|
|
732
|
-
export type EventCategorySelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
733
|
-
id?: boolean;
|
|
734
|
-
name?: boolean;
|
|
735
|
-
description?: boolean;
|
|
736
|
-
createdAt?: boolean;
|
|
737
|
-
updatedAt?: boolean;
|
|
738
|
-
active?: boolean;
|
|
739
|
-
parentId?: boolean;
|
|
740
|
-
parent?: boolean | Prisma.EventCategory$parentArgs<ExtArgs>;
|
|
741
|
-
}, ExtArgs["result"]["eventCategory"]>;
|
|
742
|
-
export type EventCategorySelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
743
|
-
id?: boolean;
|
|
744
|
-
name?: boolean;
|
|
745
|
-
description?: boolean;
|
|
746
|
-
createdAt?: boolean;
|
|
747
|
-
updatedAt?: boolean;
|
|
748
|
-
active?: boolean;
|
|
749
|
-
parentId?: boolean;
|
|
750
|
-
parent?: boolean | Prisma.EventCategory$parentArgs<ExtArgs>;
|
|
751
|
-
}, ExtArgs["result"]["eventCategory"]>;
|
|
752
|
-
export type EventCategorySelectScalar = {
|
|
753
|
-
id?: boolean;
|
|
754
|
-
name?: boolean;
|
|
755
|
-
description?: boolean;
|
|
756
|
-
createdAt?: boolean;
|
|
757
|
-
updatedAt?: boolean;
|
|
758
|
-
active?: boolean;
|
|
759
|
-
parentId?: boolean;
|
|
760
|
-
};
|
|
761
|
-
export type EventCategoryOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "name" | "description" | "createdAt" | "updatedAt" | "active" | "parentId", ExtArgs["result"]["eventCategory"]>;
|
|
762
|
-
export type EventCategoryInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
763
|
-
events?: boolean | Prisma.EventCategory$eventsArgs<ExtArgs>;
|
|
764
|
-
userInterests?: boolean | Prisma.EventCategory$userInterestsArgs<ExtArgs>;
|
|
765
|
-
parent?: boolean | Prisma.EventCategory$parentArgs<ExtArgs>;
|
|
766
|
-
children?: boolean | Prisma.EventCategory$childrenArgs<ExtArgs>;
|
|
767
|
-
_count?: boolean | Prisma.EventCategoryCountOutputTypeDefaultArgs<ExtArgs>;
|
|
768
|
-
};
|
|
769
|
-
export type EventCategoryIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
770
|
-
parent?: boolean | Prisma.EventCategory$parentArgs<ExtArgs>;
|
|
771
|
-
};
|
|
772
|
-
export type EventCategoryIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
773
|
-
parent?: boolean | Prisma.EventCategory$parentArgs<ExtArgs>;
|
|
774
|
-
};
|
|
775
|
-
export type $EventCategoryPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
776
|
-
name: "EventCategory";
|
|
777
|
-
objects: {
|
|
778
|
-
events: Prisma.$EventPayload<ExtArgs>[];
|
|
779
|
-
userInterests: Prisma.$UserInterestsPayload<ExtArgs>[];
|
|
780
|
-
parent: Prisma.$EventCategoryPayload<ExtArgs> | null;
|
|
781
|
-
children: Prisma.$EventCategoryPayload<ExtArgs>[];
|
|
782
|
-
};
|
|
783
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
784
|
-
id: string;
|
|
785
|
-
name: string;
|
|
786
|
-
description: string | null;
|
|
787
|
-
createdAt: Date;
|
|
788
|
-
updatedAt: Date;
|
|
789
|
-
active: boolean;
|
|
790
|
-
parentId: string | null;
|
|
791
|
-
}, ExtArgs["result"]["eventCategory"]>;
|
|
792
|
-
composites: {};
|
|
793
|
-
};
|
|
794
|
-
export type EventCategoryGetPayload<S extends boolean | null | undefined | EventCategoryDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload, S>;
|
|
795
|
-
export type EventCategoryCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<EventCategoryFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
796
|
-
select?: EventCategoryCountAggregateInputType | true;
|
|
797
|
-
};
|
|
798
|
-
export interface EventCategoryDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
799
|
-
[K: symbol]: {
|
|
800
|
-
types: Prisma.TypeMap<ExtArgs>['model']['EventCategory'];
|
|
801
|
-
meta: {
|
|
802
|
-
name: 'EventCategory';
|
|
803
|
-
};
|
|
804
|
-
};
|
|
805
|
-
findUnique<T extends EventCategoryFindUniqueArgs>(args: Prisma.SelectSubset<T, EventCategoryFindUniqueArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
806
|
-
findUniqueOrThrow<T extends EventCategoryFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, EventCategoryFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
807
|
-
findFirst<T extends EventCategoryFindFirstArgs>(args?: Prisma.SelectSubset<T, EventCategoryFindFirstArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
808
|
-
findFirstOrThrow<T extends EventCategoryFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, EventCategoryFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
809
|
-
findMany<T extends EventCategoryFindManyArgs>(args?: Prisma.SelectSubset<T, EventCategoryFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
810
|
-
create<T extends EventCategoryCreateArgs>(args: Prisma.SelectSubset<T, EventCategoryCreateArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
811
|
-
createMany<T extends EventCategoryCreateManyArgs>(args?: Prisma.SelectSubset<T, EventCategoryCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
812
|
-
createManyAndReturn<T extends EventCategoryCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, EventCategoryCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
813
|
-
delete<T extends EventCategoryDeleteArgs>(args: Prisma.SelectSubset<T, EventCategoryDeleteArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
814
|
-
update<T extends EventCategoryUpdateArgs>(args: Prisma.SelectSubset<T, EventCategoryUpdateArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
815
|
-
deleteMany<T extends EventCategoryDeleteManyArgs>(args?: Prisma.SelectSubset<T, EventCategoryDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
816
|
-
updateMany<T extends EventCategoryUpdateManyArgs>(args: Prisma.SelectSubset<T, EventCategoryUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
817
|
-
updateManyAndReturn<T extends EventCategoryUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, EventCategoryUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
818
|
-
upsert<T extends EventCategoryUpsertArgs>(args: Prisma.SelectSubset<T, EventCategoryUpsertArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
819
|
-
count<T extends EventCategoryCountArgs>(args?: Prisma.Subset<T, EventCategoryCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], EventCategoryCountAggregateOutputType> : number>;
|
|
820
|
-
aggregate<T extends EventCategoryAggregateArgs>(args: Prisma.Subset<T, EventCategoryAggregateArgs>): Prisma.PrismaPromise<GetEventCategoryAggregateType<T>>;
|
|
821
|
-
groupBy<T extends EventCategoryGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
822
|
-
orderBy: EventCategoryGroupByArgs['orderBy'];
|
|
823
|
-
} : {
|
|
824
|
-
orderBy?: EventCategoryGroupByArgs['orderBy'];
|
|
825
|
-
}, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
|
|
826
|
-
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
827
|
-
Error,
|
|
828
|
-
'Field ',
|
|
829
|
-
P,
|
|
830
|
-
` in "having" needs to be provided in "by"`
|
|
831
|
-
];
|
|
832
|
-
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
833
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
834
|
-
}[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
835
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
836
|
-
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
837
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
838
|
-
}[OrderFields]>(args: Prisma.SubsetIntersection<T, EventCategoryGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetEventCategoryGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
839
|
-
readonly fields: EventCategoryFieldRefs;
|
|
840
|
-
}
|
|
841
|
-
export interface Prisma__EventCategoryClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
842
|
-
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
843
|
-
events<T extends Prisma.EventCategory$eventsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventCategory$eventsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
844
|
-
userInterests<T extends Prisma.EventCategory$userInterestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventCategory$userInterestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserInterestsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
845
|
-
parent<T extends Prisma.EventCategory$parentArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventCategory$parentArgs<ExtArgs>>): Prisma.Prisma__EventCategoryClient<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
846
|
-
children<T extends Prisma.EventCategory$childrenArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventCategory$childrenArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventCategoryPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
847
|
-
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
|
|
848
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
849
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
850
|
-
}
|
|
851
|
-
export interface EventCategoryFieldRefs {
|
|
852
|
-
readonly id: Prisma.FieldRef<"EventCategory", 'String'>;
|
|
853
|
-
readonly name: Prisma.FieldRef<"EventCategory", 'String'>;
|
|
854
|
-
readonly description: Prisma.FieldRef<"EventCategory", 'String'>;
|
|
855
|
-
readonly createdAt: Prisma.FieldRef<"EventCategory", 'DateTime'>;
|
|
856
|
-
readonly updatedAt: Prisma.FieldRef<"EventCategory", 'DateTime'>;
|
|
857
|
-
readonly active: Prisma.FieldRef<"EventCategory", 'Boolean'>;
|
|
858
|
-
readonly parentId: Prisma.FieldRef<"EventCategory", 'String'>;
|
|
859
|
-
}
|
|
860
|
-
export type EventCategoryFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
861
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
862
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
863
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
864
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
865
|
-
};
|
|
866
|
-
export type EventCategoryFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
867
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
868
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
869
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
870
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
871
|
-
};
|
|
872
|
-
export type EventCategoryFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
873
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
874
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
875
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
876
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
877
|
-
orderBy?: Prisma.EventCategoryOrderByWithRelationInput | Prisma.EventCategoryOrderByWithRelationInput[];
|
|
878
|
-
cursor?: Prisma.EventCategoryWhereUniqueInput;
|
|
879
|
-
take?: number;
|
|
880
|
-
skip?: number;
|
|
881
|
-
distinct?: Prisma.EventCategoryScalarFieldEnum | Prisma.EventCategoryScalarFieldEnum[];
|
|
882
|
-
};
|
|
883
|
-
export type EventCategoryFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
884
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
885
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
886
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
887
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
888
|
-
orderBy?: Prisma.EventCategoryOrderByWithRelationInput | Prisma.EventCategoryOrderByWithRelationInput[];
|
|
889
|
-
cursor?: Prisma.EventCategoryWhereUniqueInput;
|
|
890
|
-
take?: number;
|
|
891
|
-
skip?: number;
|
|
892
|
-
distinct?: Prisma.EventCategoryScalarFieldEnum | Prisma.EventCategoryScalarFieldEnum[];
|
|
893
|
-
};
|
|
894
|
-
export type EventCategoryFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
895
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
896
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
897
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
898
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
899
|
-
orderBy?: Prisma.EventCategoryOrderByWithRelationInput | Prisma.EventCategoryOrderByWithRelationInput[];
|
|
900
|
-
cursor?: Prisma.EventCategoryWhereUniqueInput;
|
|
901
|
-
take?: number;
|
|
902
|
-
skip?: number;
|
|
903
|
-
distinct?: Prisma.EventCategoryScalarFieldEnum | Prisma.EventCategoryScalarFieldEnum[];
|
|
904
|
-
};
|
|
905
|
-
export type EventCategoryCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
906
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
907
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
908
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
909
|
-
data: Prisma.XOR<Prisma.EventCategoryCreateInput, Prisma.EventCategoryUncheckedCreateInput>;
|
|
910
|
-
};
|
|
911
|
-
export type EventCategoryCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
912
|
-
data: Prisma.EventCategoryCreateManyInput | Prisma.EventCategoryCreateManyInput[];
|
|
913
|
-
skipDuplicates?: boolean;
|
|
914
|
-
};
|
|
915
|
-
export type EventCategoryCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
916
|
-
select?: Prisma.EventCategorySelectCreateManyAndReturn<ExtArgs> | null;
|
|
917
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
918
|
-
data: Prisma.EventCategoryCreateManyInput | Prisma.EventCategoryCreateManyInput[];
|
|
919
|
-
skipDuplicates?: boolean;
|
|
920
|
-
include?: Prisma.EventCategoryIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
921
|
-
};
|
|
922
|
-
export type EventCategoryUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
923
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
924
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
925
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
926
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateInput, Prisma.EventCategoryUncheckedUpdateInput>;
|
|
927
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
928
|
-
};
|
|
929
|
-
export type EventCategoryUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
930
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateManyMutationInput, Prisma.EventCategoryUncheckedUpdateManyInput>;
|
|
931
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
932
|
-
limit?: number;
|
|
933
|
-
};
|
|
934
|
-
export type EventCategoryUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
935
|
-
select?: Prisma.EventCategorySelectUpdateManyAndReturn<ExtArgs> | null;
|
|
936
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
937
|
-
data: Prisma.XOR<Prisma.EventCategoryUpdateManyMutationInput, Prisma.EventCategoryUncheckedUpdateManyInput>;
|
|
938
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
939
|
-
limit?: number;
|
|
940
|
-
include?: Prisma.EventCategoryIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
941
|
-
};
|
|
942
|
-
export type EventCategoryUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
943
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
944
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
945
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
946
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
947
|
-
create: Prisma.XOR<Prisma.EventCategoryCreateInput, Prisma.EventCategoryUncheckedCreateInput>;
|
|
948
|
-
update: Prisma.XOR<Prisma.EventCategoryUpdateInput, Prisma.EventCategoryUncheckedUpdateInput>;
|
|
949
|
-
};
|
|
950
|
-
export type EventCategoryDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
951
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
952
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
953
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
954
|
-
where: Prisma.EventCategoryWhereUniqueInput;
|
|
955
|
-
};
|
|
956
|
-
export type EventCategoryDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
957
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
958
|
-
limit?: number;
|
|
959
|
-
};
|
|
960
|
-
export type EventCategory$eventsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
961
|
-
select?: Prisma.EventSelect<ExtArgs> | null;
|
|
962
|
-
omit?: Prisma.EventOmit<ExtArgs> | null;
|
|
963
|
-
include?: Prisma.EventInclude<ExtArgs> | null;
|
|
964
|
-
where?: Prisma.EventWhereInput;
|
|
965
|
-
orderBy?: Prisma.EventOrderByWithRelationInput | Prisma.EventOrderByWithRelationInput[];
|
|
966
|
-
cursor?: Prisma.EventWhereUniqueInput;
|
|
967
|
-
take?: number;
|
|
968
|
-
skip?: number;
|
|
969
|
-
distinct?: Prisma.EventScalarFieldEnum | Prisma.EventScalarFieldEnum[];
|
|
970
|
-
};
|
|
971
|
-
export type EventCategory$userInterestsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
972
|
-
select?: Prisma.UserInterestsSelect<ExtArgs> | null;
|
|
973
|
-
omit?: Prisma.UserInterestsOmit<ExtArgs> | null;
|
|
974
|
-
include?: Prisma.UserInterestsInclude<ExtArgs> | null;
|
|
975
|
-
where?: Prisma.UserInterestsWhereInput;
|
|
976
|
-
orderBy?: Prisma.UserInterestsOrderByWithRelationInput | Prisma.UserInterestsOrderByWithRelationInput[];
|
|
977
|
-
cursor?: Prisma.UserInterestsWhereUniqueInput;
|
|
978
|
-
take?: number;
|
|
979
|
-
skip?: number;
|
|
980
|
-
distinct?: Prisma.UserInterestsScalarFieldEnum | Prisma.UserInterestsScalarFieldEnum[];
|
|
981
|
-
};
|
|
982
|
-
export type EventCategory$parentArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
983
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
984
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
985
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
986
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
987
|
-
};
|
|
988
|
-
export type EventCategory$childrenArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
989
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
990
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
991
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
992
|
-
where?: Prisma.EventCategoryWhereInput;
|
|
993
|
-
orderBy?: Prisma.EventCategoryOrderByWithRelationInput | Prisma.EventCategoryOrderByWithRelationInput[];
|
|
994
|
-
cursor?: Prisma.EventCategoryWhereUniqueInput;
|
|
995
|
-
take?: number;
|
|
996
|
-
skip?: number;
|
|
997
|
-
distinct?: Prisma.EventCategoryScalarFieldEnum | Prisma.EventCategoryScalarFieldEnum[];
|
|
998
|
-
};
|
|
999
|
-
export type EventCategoryDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1000
|
-
select?: Prisma.EventCategorySelect<ExtArgs> | null;
|
|
1001
|
-
omit?: Prisma.EventCategoryOmit<ExtArgs> | null;
|
|
1002
|
-
include?: Prisma.EventCategoryInclude<ExtArgs> | null;
|
|
1003
|
-
};
|
|
1004
|
-
//# sourceMappingURL=EventCategory.d.ts.map
|