@allbluecn/database 0.4.0 → 0.4.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/desktop-init.ts +128 -0
- package/generated/browser.ts +494 -0
- package/generated/client.ts +518 -0
- package/generated/commonInputTypes.ts +1056 -0
- package/generated/enums.ts +93 -0
- package/generated/internal/class.ts +1144 -0
- package/generated/internal/prismaNamespace.ts +9603 -0
- package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
- package/generated/models/Account.ts +1648 -0
- package/generated/models/AgentConversation.ts +1651 -0
- package/generated/models/AgentMessage.ts +1409 -0
- package/generated/models/AiProvider.ts +1607 -0
- package/generated/models/AiProviderConfig.ts +1514 -0
- package/generated/models/AiUsageLog.ts +1863 -0
- package/generated/models/AnyHubApp.ts +1911 -0
- package/generated/models/AnyHubMarketApp.ts +2008 -0
- package/generated/models/AnyHubPermission.ts +1422 -0
- package/generated/models/AnyHubRecommendation.ts +1870 -0
- package/generated/models/AnyHubRecommender.ts +1471 -0
- package/generated/models/Artboard.ts +1811 -0
- package/generated/models/ArtboardExport.ts +1548 -0
- package/generated/models/ArticleFavorite.ts +1352 -0
- package/generated/models/AuditLog.ts +1533 -0
- package/generated/models/Block.ts +1650 -0
- package/generated/models/BlockComponent.ts +1734 -0
- package/generated/models/BlockInstance.ts +2043 -0
- package/generated/models/BookmarkCategory.ts +1670 -0
- package/generated/models/ChatInterrupt.ts +1699 -0
- package/generated/models/ChatMessage.ts +1438 -0
- package/generated/models/ChatRun.ts +1632 -0
- package/generated/models/ChatThread.ts +2133 -0
- package/generated/models/Comment.ts +2206 -0
- package/generated/models/CommentIgnore.ts +1430 -0
- package/generated/models/CommentReaction.ts +1472 -0
- package/generated/models/ComplianceExport.ts +1345 -0
- package/generated/models/Component.ts +2345 -0
- package/generated/models/ComponentInstance.ts +2102 -0
- package/generated/models/ComponentTag.ts +1281 -0
- package/generated/models/CustomRole.ts +1560 -0
- package/generated/models/DesignProject.ts +1643 -0
- package/generated/models/DictionaryTerm.ts +1642 -0
- package/generated/models/GenerationRun.ts +1543 -0
- package/generated/models/IndustryCompliance.ts +1797 -0
- package/generated/models/InvitationCode.ts +1417 -0
- package/generated/models/InvitationUse.ts +1424 -0
- package/generated/models/Invoice.ts +1710 -0
- package/generated/models/KnowledgeBase.ts +1671 -0
- package/generated/models/KnowledgeDocument.ts +2458 -0
- package/generated/models/KnowledgeShareRecord.ts +1352 -0
- package/generated/models/Label.ts +1482 -0
- package/generated/models/LegalRegulation.ts +1873 -0
- package/generated/models/LicenseActivation.ts +1415 -0
- package/generated/models/LicenseKey.ts +1884 -0
- package/generated/models/LoginLog.ts +1450 -0
- package/generated/models/MonitoringErrorReport.ts +1299 -0
- package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
- package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
- package/generated/models/MonitoringRequestLog.ts +1283 -0
- package/generated/models/PRD.ts +2805 -0
- package/generated/models/PRDPage.ts +2402 -0
- package/generated/models/PRDTag.ts +1430 -0
- package/generated/models/PRDVersion.ts +2121 -0
- package/generated/models/PageVersion.ts +1523 -0
- package/generated/models/PasswordResetToken.ts +1380 -0
- package/generated/models/Plan.ts +2069 -0
- package/generated/models/Project.ts +2148 -0
- package/generated/models/ProjectActivity.ts +1582 -0
- package/generated/models/ProjectMember.ts +1512 -0
- package/generated/models/ProviderEvent.ts +1227 -0
- package/generated/models/Reference.ts +1177 -0
- package/generated/models/Review.ts +1912 -0
- package/generated/models/ReviewComment.ts +1904 -0
- package/generated/models/RoleAssignment.ts +1430 -0
- package/generated/models/SequenceCounter.ts +1137 -0
- package/generated/models/Share.ts +1681 -0
- package/generated/models/ShareVersion.ts +1389 -0
- package/generated/models/SsoMapping.ts +1512 -0
- package/generated/models/SsoProvider.ts +1639 -0
- package/generated/models/Story.ts +5234 -0
- package/generated/models/StoryActivity.ts +1664 -0
- package/generated/models/StoryAttachment.ts +1467 -0
- package/generated/models/StoryComment.ts +1992 -0
- package/generated/models/StoryDependency.ts +1517 -0
- package/generated/models/StoryDocLink.ts +1430 -0
- package/generated/models/StoryFilterView.ts +1587 -0
- package/generated/models/StoryLabel.ts +1349 -0
- package/generated/models/StoryLink.ts +1415 -0
- package/generated/models/StoryPrdLink.ts +1430 -0
- package/generated/models/StoryReaction.ts +1472 -0
- package/generated/models/Subscription.ts +2147 -0
- package/generated/models/SystemSetting.ts +1217 -0
- package/generated/models/Tag.ts +1655 -0
- package/generated/models/TeamInvitation.ts +1526 -0
- package/generated/models/TeamMembership.ts +1436 -0
- package/generated/models/Template.ts +1391 -0
- package/generated/models/TemplateBlock.ts +1664 -0
- package/generated/models/ThirdPartyDependency.ts +1473 -0
- package/generated/models/UsageRecord.ts +1505 -0
- package/generated/models/User.ts +20998 -0
- package/generated/models/UserAgent.ts +1900 -0
- package/generated/models/UserSkill.ts +1456 -0
- package/generated/models/WebsiteBookmark.ts +2219 -0
- package/generated/models/Workspace.ts +2279 -0
- package/generated/models.ts +106 -0
- package/generated-sqlite/browser.ts +399 -0
- package/generated-sqlite/client.ts +423 -0
- package/generated-sqlite/commonInputTypes.ts +608 -0
- package/generated-sqlite/enums.ts +15 -0
- package/generated-sqlite/internal/class.ts +954 -0
- package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
- package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
- package/generated-sqlite/models/AgentConversation.ts +1647 -0
- package/generated-sqlite/models/AgentMessage.ts +1406 -0
- package/generated-sqlite/models/AiProvider.ts +1605 -0
- package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
- package/generated-sqlite/models/AiUsageLog.ts +1845 -0
- package/generated-sqlite/models/AnyHubApp.ts +1908 -0
- package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
- package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
- package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
- package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
- package/generated-sqlite/models/Artboard.ts +1808 -0
- package/generated-sqlite/models/ArtboardExport.ts +1545 -0
- package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
- package/generated-sqlite/models/AuditLog.ts +1287 -0
- package/generated-sqlite/models/Block.ts +1648 -0
- package/generated-sqlite/models/BlockComponent.ts +1730 -0
- package/generated-sqlite/models/BlockInstance.ts +2039 -0
- package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
- package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
- package/generated-sqlite/models/ChatMessage.ts +1435 -0
- package/generated-sqlite/models/ChatRun.ts +1629 -0
- package/generated-sqlite/models/ChatThread.ts +2129 -0
- package/generated-sqlite/models/Comment.ts +2201 -0
- package/generated-sqlite/models/CommentIgnore.ts +1426 -0
- package/generated-sqlite/models/ComplianceExport.ts +1343 -0
- package/generated-sqlite/models/Component.ts +2326 -0
- package/generated-sqlite/models/ComponentInstance.ts +2097 -0
- package/generated-sqlite/models/ComponentTag.ts +1278 -0
- package/generated-sqlite/models/CustomRole.ts +1209 -0
- package/generated-sqlite/models/DesignProject.ts +1640 -0
- package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
- package/generated-sqlite/models/GenerationRun.ts +1540 -0
- package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
- package/generated-sqlite/models/InvitationCode.ts +1415 -0
- package/generated-sqlite/models/InvitationUse.ts +1420 -0
- package/generated-sqlite/models/Invoice.ts +1707 -0
- package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
- package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
- package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
- package/generated-sqlite/models/LegalRegulation.ts +1870 -0
- package/generated-sqlite/models/LicenseActivation.ts +1203 -0
- package/generated-sqlite/models/LicenseKey.ts +1443 -0
- package/generated-sqlite/models/LoginLog.ts +1447 -0
- package/generated-sqlite/models/PRD.ts +2616 -0
- package/generated-sqlite/models/PRDPage.ts +2398 -0
- package/generated-sqlite/models/PRDTag.ts +1426 -0
- package/generated-sqlite/models/PRDVersion.ts +2117 -0
- package/generated-sqlite/models/PageVersion.ts +1528 -0
- package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
- package/generated-sqlite/models/Plan.ts +2060 -0
- package/generated-sqlite/models/Project.ts +1994 -0
- package/generated-sqlite/models/ProjectActivity.ts +1578 -0
- package/generated-sqlite/models/ProjectMember.ts +1508 -0
- package/generated-sqlite/models/ProviderEvent.ts +1225 -0
- package/generated-sqlite/models/Reference.ts +1175 -0
- package/generated-sqlite/models/Review.ts +1903 -0
- package/generated-sqlite/models/ReviewComment.ts +1899 -0
- package/generated-sqlite/models/RoleAssignment.ts +1125 -0
- package/generated-sqlite/models/Share.ts +1674 -0
- package/generated-sqlite/models/ShareVersion.ts +1385 -0
- package/generated-sqlite/models/SsoMapping.ts +1181 -0
- package/generated-sqlite/models/SsoProvider.ts +1266 -0
- package/generated-sqlite/models/Subscription.ts +2137 -0
- package/generated-sqlite/models/SystemSetting.ts +1215 -0
- package/generated-sqlite/models/Tag.ts +1652 -0
- package/generated-sqlite/models/TeamInvitation.ts +1523 -0
- package/generated-sqlite/models/TeamMembership.ts +1433 -0
- package/generated-sqlite/models/Template.ts +1389 -0
- package/generated-sqlite/models/TemplateBlock.ts +1660 -0
- package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
- package/generated-sqlite/models/UsageRecord.ts +1498 -0
- package/generated-sqlite/models/User.ts +13558 -0
- package/generated-sqlite/models/UserAgent.ts +1897 -0
- package/generated-sqlite/models/UserSkill.ts +1453 -0
- package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
- package/generated-sqlite/models/Workspace.ts +1824 -0
- package/generated-sqlite/models.ts +87 -0
- package/package.json +7 -3
- package/LICENSE +0 -661
|
@@ -0,0 +1,1056 @@
|
|
|
1
|
+
|
|
2
|
+
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// biome-ignore-all lint: generated file
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
/*
|
|
7
|
+
* This file exports various common sort, input & filter types that are not directly linked to a particular model.
|
|
8
|
+
*
|
|
9
|
+
* 🟢 You can import this file directly.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import type * as runtime from "@prisma/client/runtime/client"
|
|
13
|
+
import * as $Enums from "./enums"
|
|
14
|
+
import type * as Prisma from "./internal/prismaNamespace"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export type StringFilter<$PrismaModel = never> = {
|
|
18
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
19
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
20
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
21
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
22
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
23
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
24
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
25
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
26
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
27
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
28
|
+
mode?: Prisma.QueryMode
|
|
29
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export type StringNullableFilter<$PrismaModel = never> = {
|
|
33
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
34
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
35
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
36
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
37
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
38
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
39
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
40
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
41
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
42
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
43
|
+
mode?: Prisma.QueryMode
|
|
44
|
+
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export type DateTimeFilter<$PrismaModel = never> = {
|
|
48
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
49
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
50
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
51
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
52
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
53
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
54
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
55
|
+
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export type SortOrderInput = {
|
|
59
|
+
sort: Prisma.SortOrder
|
|
60
|
+
nulls?: Prisma.NullsOrder
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export type StringWithAggregatesFilter<$PrismaModel = never> = {
|
|
64
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
65
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
66
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
67
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
68
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
69
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
70
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
71
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
72
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
73
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
74
|
+
mode?: Prisma.QueryMode
|
|
75
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
|
|
76
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
77
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>
|
|
78
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
82
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
83
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
84
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
85
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
86
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
87
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
88
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
89
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
90
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
91
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
92
|
+
mode?: Prisma.QueryMode
|
|
93
|
+
not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
|
|
94
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
95
|
+
_min?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
96
|
+
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
100
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
101
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
102
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
103
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
104
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
105
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
106
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
107
|
+
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
108
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
109
|
+
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
110
|
+
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export type DateTimeNullableFilter<$PrismaModel = never> = {
|
|
114
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
115
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
116
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
117
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
118
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
119
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
120
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
121
|
+
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export type EnumRoleFilter<$PrismaModel = never> = {
|
|
125
|
+
equals?: $Enums.Role | Prisma.EnumRoleFieldRefInput<$PrismaModel>
|
|
126
|
+
in?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
127
|
+
notIn?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
128
|
+
not?: Prisma.NestedEnumRoleFilter<$PrismaModel> | $Enums.Role
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export type EnumUserStatusFilter<$PrismaModel = never> = {
|
|
132
|
+
equals?: $Enums.UserStatus | Prisma.EnumUserStatusFieldRefInput<$PrismaModel>
|
|
133
|
+
in?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
134
|
+
notIn?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
135
|
+
not?: Prisma.NestedEnumUserStatusFilter<$PrismaModel> | $Enums.UserStatus
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export type JsonNullableFilter<$PrismaModel = never> =
|
|
139
|
+
| Prisma.PatchUndefined<
|
|
140
|
+
Prisma.Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
141
|
+
Required<JsonNullableFilterBase<$PrismaModel>>
|
|
142
|
+
>
|
|
143
|
+
| Prisma.OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
144
|
+
|
|
145
|
+
export type JsonNullableFilterBase<$PrismaModel = never> = {
|
|
146
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
147
|
+
path?: string[]
|
|
148
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
149
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
150
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
151
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
152
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
153
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
154
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
155
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
156
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
157
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
158
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
159
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
163
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
164
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
165
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
166
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
167
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
168
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
169
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
170
|
+
not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
|
|
171
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
172
|
+
_min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
173
|
+
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export type EnumRoleWithAggregatesFilter<$PrismaModel = never> = {
|
|
177
|
+
equals?: $Enums.Role | Prisma.EnumRoleFieldRefInput<$PrismaModel>
|
|
178
|
+
in?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
179
|
+
notIn?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
180
|
+
not?: Prisma.NestedEnumRoleWithAggregatesFilter<$PrismaModel> | $Enums.Role
|
|
181
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
182
|
+
_min?: Prisma.NestedEnumRoleFilter<$PrismaModel>
|
|
183
|
+
_max?: Prisma.NestedEnumRoleFilter<$PrismaModel>
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export type EnumUserStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
187
|
+
equals?: $Enums.UserStatus | Prisma.EnumUserStatusFieldRefInput<$PrismaModel>
|
|
188
|
+
in?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
189
|
+
notIn?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
190
|
+
not?: Prisma.NestedEnumUserStatusWithAggregatesFilter<$PrismaModel> | $Enums.UserStatus
|
|
191
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
192
|
+
_min?: Prisma.NestedEnumUserStatusFilter<$PrismaModel>
|
|
193
|
+
_max?: Prisma.NestedEnumUserStatusFilter<$PrismaModel>
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export type JsonNullableWithAggregatesFilter<$PrismaModel = never> =
|
|
197
|
+
| Prisma.PatchUndefined<
|
|
198
|
+
Prisma.Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
|
|
199
|
+
Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>
|
|
200
|
+
>
|
|
201
|
+
| Prisma.OptionalFlat<Omit<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
|
|
202
|
+
|
|
203
|
+
export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
204
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
205
|
+
path?: string[]
|
|
206
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
207
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
208
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
209
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
210
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
211
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
212
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
213
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
214
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
215
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
216
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
217
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
218
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
219
|
+
_min?: Prisma.NestedJsonNullableFilter<$PrismaModel>
|
|
220
|
+
_max?: Prisma.NestedJsonNullableFilter<$PrismaModel>
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export type IntNullableFilter<$PrismaModel = never> = {
|
|
224
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
225
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
226
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
227
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
228
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
229
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
230
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
231
|
+
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
235
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
236
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
237
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
238
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
239
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
240
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
241
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
242
|
+
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
243
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
244
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
245
|
+
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
246
|
+
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
247
|
+
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export type BoolFilter<$PrismaModel = never> = {
|
|
251
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
252
|
+
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
256
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
257
|
+
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
258
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
259
|
+
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
260
|
+
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export type IntFilter<$PrismaModel = never> = {
|
|
264
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
265
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
266
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
267
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
268
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
269
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
270
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
271
|
+
not?: Prisma.NestedIntFilter<$PrismaModel> | number
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
|
275
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
276
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
277
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
278
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
279
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
280
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
281
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
282
|
+
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
|
|
283
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
284
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
285
|
+
_sum?: Prisma.NestedIntFilter<$PrismaModel>
|
|
286
|
+
_min?: Prisma.NestedIntFilter<$PrismaModel>
|
|
287
|
+
_max?: Prisma.NestedIntFilter<$PrismaModel>
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export type JsonFilter<$PrismaModel = never> =
|
|
291
|
+
| Prisma.PatchUndefined<
|
|
292
|
+
Prisma.Either<Required<JsonFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonFilterBase<$PrismaModel>>, 'path'>>,
|
|
293
|
+
Required<JsonFilterBase<$PrismaModel>>
|
|
294
|
+
>
|
|
295
|
+
| Prisma.OptionalFlat<Omit<Required<JsonFilterBase<$PrismaModel>>, 'path'>>
|
|
296
|
+
|
|
297
|
+
export type JsonFilterBase<$PrismaModel = never> = {
|
|
298
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
299
|
+
path?: string[]
|
|
300
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
301
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
302
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
303
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
304
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
305
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
306
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
307
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
308
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
309
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
310
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
311
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export type JsonWithAggregatesFilter<$PrismaModel = never> =
|
|
315
|
+
| Prisma.PatchUndefined<
|
|
316
|
+
Prisma.Either<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
|
|
317
|
+
Required<JsonWithAggregatesFilterBase<$PrismaModel>>
|
|
318
|
+
>
|
|
319
|
+
| Prisma.OptionalFlat<Omit<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
|
|
320
|
+
|
|
321
|
+
export type JsonWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
322
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
323
|
+
path?: string[]
|
|
324
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
325
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
326
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
327
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
328
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
329
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
330
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
331
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
332
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
333
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
334
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
335
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
336
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
337
|
+
_min?: Prisma.NestedJsonFilter<$PrismaModel>
|
|
338
|
+
_max?: Prisma.NestedJsonFilter<$PrismaModel>
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export type FloatFilter<$PrismaModel = never> = {
|
|
342
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
343
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
344
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
345
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
346
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
347
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
348
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
349
|
+
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export type FloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
353
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
354
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
355
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
356
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
357
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
358
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
359
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
360
|
+
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
|
|
361
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
362
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
363
|
+
_sum?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
364
|
+
_min?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
365
|
+
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export type FloatNullableFilter<$PrismaModel = never> = {
|
|
369
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
370
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
371
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
372
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
373
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
374
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
375
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
376
|
+
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
380
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
381
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
382
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
383
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
384
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
385
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
386
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
387
|
+
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
388
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
389
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
390
|
+
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
391
|
+
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
392
|
+
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export type EnumReviewStatusFilter<$PrismaModel = never> = {
|
|
396
|
+
equals?: $Enums.ReviewStatus | Prisma.EnumReviewStatusFieldRefInput<$PrismaModel>
|
|
397
|
+
in?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
398
|
+
notIn?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
399
|
+
not?: Prisma.NestedEnumReviewStatusFilter<$PrismaModel> | $Enums.ReviewStatus
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
export type EnumReviewStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
403
|
+
equals?: $Enums.ReviewStatus | Prisma.EnumReviewStatusFieldRefInput<$PrismaModel>
|
|
404
|
+
in?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
405
|
+
notIn?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
406
|
+
not?: Prisma.NestedEnumReviewStatusWithAggregatesFilter<$PrismaModel> | $Enums.ReviewStatus
|
|
407
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
408
|
+
_min?: Prisma.NestedEnumReviewStatusFilter<$PrismaModel>
|
|
409
|
+
_max?: Prisma.NestedEnumReviewStatusFilter<$PrismaModel>
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export type EnumShareStatusFilter<$PrismaModel = never> = {
|
|
413
|
+
equals?: $Enums.ShareStatus | Prisma.EnumShareStatusFieldRefInput<$PrismaModel>
|
|
414
|
+
in?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
415
|
+
notIn?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
416
|
+
not?: Prisma.NestedEnumShareStatusFilter<$PrismaModel> | $Enums.ShareStatus
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export type EnumShareStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
420
|
+
equals?: $Enums.ShareStatus | Prisma.EnumShareStatusFieldRefInput<$PrismaModel>
|
|
421
|
+
in?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
422
|
+
notIn?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
423
|
+
not?: Prisma.NestedEnumShareStatusWithAggregatesFilter<$PrismaModel> | $Enums.ShareStatus
|
|
424
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
425
|
+
_min?: Prisma.NestedEnumShareStatusFilter<$PrismaModel>
|
|
426
|
+
_max?: Prisma.NestedEnumShareStatusFilter<$PrismaModel>
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
export type EnumIconTypeFilter<$PrismaModel = never> = {
|
|
430
|
+
equals?: $Enums.IconType | Prisma.EnumIconTypeFieldRefInput<$PrismaModel>
|
|
431
|
+
in?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
432
|
+
notIn?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
433
|
+
not?: Prisma.NestedEnumIconTypeFilter<$PrismaModel> | $Enums.IconType
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export type EnumMarketplaceAppStatusFilter<$PrismaModel = never> = {
|
|
437
|
+
equals?: $Enums.MarketplaceAppStatus | Prisma.EnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
438
|
+
in?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
439
|
+
notIn?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
440
|
+
not?: Prisma.NestedEnumMarketplaceAppStatusFilter<$PrismaModel> | $Enums.MarketplaceAppStatus
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export type EnumIconTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
444
|
+
equals?: $Enums.IconType | Prisma.EnumIconTypeFieldRefInput<$PrismaModel>
|
|
445
|
+
in?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
446
|
+
notIn?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
447
|
+
not?: Prisma.NestedEnumIconTypeWithAggregatesFilter<$PrismaModel> | $Enums.IconType
|
|
448
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
449
|
+
_min?: Prisma.NestedEnumIconTypeFilter<$PrismaModel>
|
|
450
|
+
_max?: Prisma.NestedEnumIconTypeFilter<$PrismaModel>
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export type EnumMarketplaceAppStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
454
|
+
equals?: $Enums.MarketplaceAppStatus | Prisma.EnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
455
|
+
in?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
456
|
+
notIn?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
457
|
+
not?: Prisma.NestedEnumMarketplaceAppStatusWithAggregatesFilter<$PrismaModel> | $Enums.MarketplaceAppStatus
|
|
458
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
459
|
+
_min?: Prisma.NestedEnumMarketplaceAppStatusFilter<$PrismaModel>
|
|
460
|
+
_max?: Prisma.NestedEnumMarketplaceAppStatusFilter<$PrismaModel>
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
export type EnumDependencyTypeFilter<$PrismaModel = never> = {
|
|
464
|
+
equals?: $Enums.DependencyType | Prisma.EnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
465
|
+
in?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
466
|
+
notIn?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
467
|
+
not?: Prisma.NestedEnumDependencyTypeFilter<$PrismaModel> | $Enums.DependencyType
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export type EnumDependencyTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
471
|
+
equals?: $Enums.DependencyType | Prisma.EnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
472
|
+
in?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
473
|
+
notIn?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
474
|
+
not?: Prisma.NestedEnumDependencyTypeWithAggregatesFilter<$PrismaModel> | $Enums.DependencyType
|
|
475
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
476
|
+
_min?: Prisma.NestedEnumDependencyTypeFilter<$PrismaModel>
|
|
477
|
+
_max?: Prisma.NestedEnumDependencyTypeFilter<$PrismaModel>
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export type BigIntFilter<$PrismaModel = never> = {
|
|
481
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
482
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
483
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
484
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
485
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
486
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
487
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
488
|
+
not?: Prisma.NestedBigIntFilter<$PrismaModel> | bigint | number
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export type BigIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
492
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
493
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
494
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
495
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
496
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
497
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
498
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
499
|
+
not?: Prisma.NestedBigIntWithAggregatesFilter<$PrismaModel> | bigint | number
|
|
500
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
501
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
502
|
+
_sum?: Prisma.NestedBigIntFilter<$PrismaModel>
|
|
503
|
+
_min?: Prisma.NestedBigIntFilter<$PrismaModel>
|
|
504
|
+
_max?: Prisma.NestedBigIntFilter<$PrismaModel>
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
export type EnumSubscriptionStatusFilter<$PrismaModel = never> = {
|
|
508
|
+
equals?: $Enums.SubscriptionStatus | Prisma.EnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
509
|
+
in?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
510
|
+
notIn?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
511
|
+
not?: Prisma.NestedEnumSubscriptionStatusFilter<$PrismaModel> | $Enums.SubscriptionStatus
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
export type EnumSubscriptionStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
515
|
+
equals?: $Enums.SubscriptionStatus | Prisma.EnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
516
|
+
in?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
517
|
+
notIn?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
518
|
+
not?: Prisma.NestedEnumSubscriptionStatusWithAggregatesFilter<$PrismaModel> | $Enums.SubscriptionStatus
|
|
519
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
520
|
+
_min?: Prisma.NestedEnumSubscriptionStatusFilter<$PrismaModel>
|
|
521
|
+
_max?: Prisma.NestedEnumSubscriptionStatusFilter<$PrismaModel>
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export type EnumUsageMetricFilter<$PrismaModel = never> = {
|
|
525
|
+
equals?: $Enums.UsageMetric | Prisma.EnumUsageMetricFieldRefInput<$PrismaModel>
|
|
526
|
+
in?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
527
|
+
notIn?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
528
|
+
not?: Prisma.NestedEnumUsageMetricFilter<$PrismaModel> | $Enums.UsageMetric
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export type EnumUsageMetricWithAggregatesFilter<$PrismaModel = never> = {
|
|
532
|
+
equals?: $Enums.UsageMetric | Prisma.EnumUsageMetricFieldRefInput<$PrismaModel>
|
|
533
|
+
in?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
534
|
+
notIn?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
535
|
+
not?: Prisma.NestedEnumUsageMetricWithAggregatesFilter<$PrismaModel> | $Enums.UsageMetric
|
|
536
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
537
|
+
_min?: Prisma.NestedEnumUsageMetricFilter<$PrismaModel>
|
|
538
|
+
_max?: Prisma.NestedEnumUsageMetricFilter<$PrismaModel>
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export type DecimalNullableFilter<$PrismaModel = never> = {
|
|
542
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null
|
|
543
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
544
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
545
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
546
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
547
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
548
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
549
|
+
not?: Prisma.NestedDecimalNullableFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export type DecimalNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
553
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null
|
|
554
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
555
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
556
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
557
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
558
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
559
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
560
|
+
not?: Prisma.NestedDecimalNullableWithAggregatesFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
561
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
562
|
+
_avg?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
563
|
+
_sum?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
564
|
+
_min?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
565
|
+
_max?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export type NestedStringFilter<$PrismaModel = never> = {
|
|
569
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
570
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
571
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
572
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
573
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
574
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
575
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
576
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
577
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
578
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
579
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export type NestedStringNullableFilter<$PrismaModel = never> = {
|
|
583
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
584
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
585
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
586
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
587
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
588
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
589
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
590
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
591
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
592
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
593
|
+
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
|
597
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
598
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
599
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
600
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
601
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
602
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
603
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
604
|
+
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
|
|
608
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
609
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
610
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
611
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
612
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
613
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
614
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
615
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
616
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
617
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
618
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
|
|
619
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
620
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>
|
|
621
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
export type NestedIntFilter<$PrismaModel = never> = {
|
|
625
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
626
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
627
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
628
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
629
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
630
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
631
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
632
|
+
not?: Prisma.NestedIntFilter<$PrismaModel> | number
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
636
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
637
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
638
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
639
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
640
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
641
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
642
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
643
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
644
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
645
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
646
|
+
not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
|
|
647
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
648
|
+
_min?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
649
|
+
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export type NestedIntNullableFilter<$PrismaModel = never> = {
|
|
653
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
654
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
655
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
656
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
657
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
658
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
659
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
660
|
+
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
664
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
665
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
666
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
667
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
668
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
669
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
670
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
671
|
+
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
672
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
673
|
+
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
674
|
+
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
|
678
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
679
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
680
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
681
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
682
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
683
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
684
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
685
|
+
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export type NestedEnumRoleFilter<$PrismaModel = never> = {
|
|
689
|
+
equals?: $Enums.Role | Prisma.EnumRoleFieldRefInput<$PrismaModel>
|
|
690
|
+
in?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
691
|
+
notIn?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
692
|
+
not?: Prisma.NestedEnumRoleFilter<$PrismaModel> | $Enums.Role
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
export type NestedEnumUserStatusFilter<$PrismaModel = never> = {
|
|
696
|
+
equals?: $Enums.UserStatus | Prisma.EnumUserStatusFieldRefInput<$PrismaModel>
|
|
697
|
+
in?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
698
|
+
notIn?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
699
|
+
not?: Prisma.NestedEnumUserStatusFilter<$PrismaModel> | $Enums.UserStatus
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
703
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
704
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
705
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
706
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
707
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
708
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
709
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
710
|
+
not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
|
|
711
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
712
|
+
_min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
713
|
+
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export type NestedEnumRoleWithAggregatesFilter<$PrismaModel = never> = {
|
|
717
|
+
equals?: $Enums.Role | Prisma.EnumRoleFieldRefInput<$PrismaModel>
|
|
718
|
+
in?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
719
|
+
notIn?: $Enums.Role[] | Prisma.ListEnumRoleFieldRefInput<$PrismaModel>
|
|
720
|
+
not?: Prisma.NestedEnumRoleWithAggregatesFilter<$PrismaModel> | $Enums.Role
|
|
721
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
722
|
+
_min?: Prisma.NestedEnumRoleFilter<$PrismaModel>
|
|
723
|
+
_max?: Prisma.NestedEnumRoleFilter<$PrismaModel>
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export type NestedEnumUserStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
727
|
+
equals?: $Enums.UserStatus | Prisma.EnumUserStatusFieldRefInput<$PrismaModel>
|
|
728
|
+
in?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
729
|
+
notIn?: $Enums.UserStatus[] | Prisma.ListEnumUserStatusFieldRefInput<$PrismaModel>
|
|
730
|
+
not?: Prisma.NestedEnumUserStatusWithAggregatesFilter<$PrismaModel> | $Enums.UserStatus
|
|
731
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
732
|
+
_min?: Prisma.NestedEnumUserStatusFilter<$PrismaModel>
|
|
733
|
+
_max?: Prisma.NestedEnumUserStatusFilter<$PrismaModel>
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export type NestedJsonNullableFilter<$PrismaModel = never> =
|
|
737
|
+
| Prisma.PatchUndefined<
|
|
738
|
+
Prisma.Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
739
|
+
Required<NestedJsonNullableFilterBase<$PrismaModel>>
|
|
740
|
+
>
|
|
741
|
+
| Prisma.OptionalFlat<Omit<Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
742
|
+
|
|
743
|
+
export type NestedJsonNullableFilterBase<$PrismaModel = never> = {
|
|
744
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
745
|
+
path?: string[]
|
|
746
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
747
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
748
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
749
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
750
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
751
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
752
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
753
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
754
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
755
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
756
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
757
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
761
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
762
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
763
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
764
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
765
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
766
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
767
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
768
|
+
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
769
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
770
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
771
|
+
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
772
|
+
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
773
|
+
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
|
777
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
778
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
779
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
780
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
781
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
782
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
783
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
784
|
+
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
788
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
789
|
+
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
793
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
794
|
+
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
795
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
796
|
+
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
797
|
+
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
801
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
802
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
803
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
804
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
805
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
806
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
807
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
808
|
+
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
|
|
809
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
810
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
811
|
+
_sum?: Prisma.NestedIntFilter<$PrismaModel>
|
|
812
|
+
_min?: Prisma.NestedIntFilter<$PrismaModel>
|
|
813
|
+
_max?: Prisma.NestedIntFilter<$PrismaModel>
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export type NestedFloatFilter<$PrismaModel = never> = {
|
|
817
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
818
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
819
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
820
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
821
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
822
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
823
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
824
|
+
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export type NestedJsonFilter<$PrismaModel = never> =
|
|
828
|
+
| Prisma.PatchUndefined<
|
|
829
|
+
Prisma.Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>,
|
|
830
|
+
Required<NestedJsonFilterBase<$PrismaModel>>
|
|
831
|
+
>
|
|
832
|
+
| Prisma.OptionalFlat<Omit<Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>
|
|
833
|
+
|
|
834
|
+
export type NestedJsonFilterBase<$PrismaModel = never> = {
|
|
835
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
836
|
+
path?: string[]
|
|
837
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
838
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
839
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
840
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
841
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
842
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
843
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
844
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
845
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
846
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
847
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
848
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
852
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
853
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
854
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
855
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
856
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
857
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
858
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
859
|
+
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
|
|
860
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
861
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
862
|
+
_sum?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
863
|
+
_min?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
864
|
+
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
868
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
869
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
870
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
871
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
872
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
873
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
874
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
875
|
+
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
876
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
877
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
878
|
+
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
879
|
+
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
880
|
+
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
export type NestedEnumReviewStatusFilter<$PrismaModel = never> = {
|
|
884
|
+
equals?: $Enums.ReviewStatus | Prisma.EnumReviewStatusFieldRefInput<$PrismaModel>
|
|
885
|
+
in?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
886
|
+
notIn?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
887
|
+
not?: Prisma.NestedEnumReviewStatusFilter<$PrismaModel> | $Enums.ReviewStatus
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export type NestedEnumReviewStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
891
|
+
equals?: $Enums.ReviewStatus | Prisma.EnumReviewStatusFieldRefInput<$PrismaModel>
|
|
892
|
+
in?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
893
|
+
notIn?: $Enums.ReviewStatus[] | Prisma.ListEnumReviewStatusFieldRefInput<$PrismaModel>
|
|
894
|
+
not?: Prisma.NestedEnumReviewStatusWithAggregatesFilter<$PrismaModel> | $Enums.ReviewStatus
|
|
895
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
896
|
+
_min?: Prisma.NestedEnumReviewStatusFilter<$PrismaModel>
|
|
897
|
+
_max?: Prisma.NestedEnumReviewStatusFilter<$PrismaModel>
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
export type NestedEnumShareStatusFilter<$PrismaModel = never> = {
|
|
901
|
+
equals?: $Enums.ShareStatus | Prisma.EnumShareStatusFieldRefInput<$PrismaModel>
|
|
902
|
+
in?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
903
|
+
notIn?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
904
|
+
not?: Prisma.NestedEnumShareStatusFilter<$PrismaModel> | $Enums.ShareStatus
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export type NestedEnumShareStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
908
|
+
equals?: $Enums.ShareStatus | Prisma.EnumShareStatusFieldRefInput<$PrismaModel>
|
|
909
|
+
in?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
910
|
+
notIn?: $Enums.ShareStatus[] | Prisma.ListEnumShareStatusFieldRefInput<$PrismaModel>
|
|
911
|
+
not?: Prisma.NestedEnumShareStatusWithAggregatesFilter<$PrismaModel> | $Enums.ShareStatus
|
|
912
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
913
|
+
_min?: Prisma.NestedEnumShareStatusFilter<$PrismaModel>
|
|
914
|
+
_max?: Prisma.NestedEnumShareStatusFilter<$PrismaModel>
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export type NestedEnumIconTypeFilter<$PrismaModel = never> = {
|
|
918
|
+
equals?: $Enums.IconType | Prisma.EnumIconTypeFieldRefInput<$PrismaModel>
|
|
919
|
+
in?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
920
|
+
notIn?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
921
|
+
not?: Prisma.NestedEnumIconTypeFilter<$PrismaModel> | $Enums.IconType
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
export type NestedEnumMarketplaceAppStatusFilter<$PrismaModel = never> = {
|
|
925
|
+
equals?: $Enums.MarketplaceAppStatus | Prisma.EnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
926
|
+
in?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
927
|
+
notIn?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
928
|
+
not?: Prisma.NestedEnumMarketplaceAppStatusFilter<$PrismaModel> | $Enums.MarketplaceAppStatus
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
export type NestedEnumIconTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
932
|
+
equals?: $Enums.IconType | Prisma.EnumIconTypeFieldRefInput<$PrismaModel>
|
|
933
|
+
in?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
934
|
+
notIn?: $Enums.IconType[] | Prisma.ListEnumIconTypeFieldRefInput<$PrismaModel>
|
|
935
|
+
not?: Prisma.NestedEnumIconTypeWithAggregatesFilter<$PrismaModel> | $Enums.IconType
|
|
936
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
937
|
+
_min?: Prisma.NestedEnumIconTypeFilter<$PrismaModel>
|
|
938
|
+
_max?: Prisma.NestedEnumIconTypeFilter<$PrismaModel>
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
export type NestedEnumMarketplaceAppStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
942
|
+
equals?: $Enums.MarketplaceAppStatus | Prisma.EnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
943
|
+
in?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
944
|
+
notIn?: $Enums.MarketplaceAppStatus[] | Prisma.ListEnumMarketplaceAppStatusFieldRefInput<$PrismaModel>
|
|
945
|
+
not?: Prisma.NestedEnumMarketplaceAppStatusWithAggregatesFilter<$PrismaModel> | $Enums.MarketplaceAppStatus
|
|
946
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
947
|
+
_min?: Prisma.NestedEnumMarketplaceAppStatusFilter<$PrismaModel>
|
|
948
|
+
_max?: Prisma.NestedEnumMarketplaceAppStatusFilter<$PrismaModel>
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export type NestedEnumDependencyTypeFilter<$PrismaModel = never> = {
|
|
952
|
+
equals?: $Enums.DependencyType | Prisma.EnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
953
|
+
in?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
954
|
+
notIn?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
955
|
+
not?: Prisma.NestedEnumDependencyTypeFilter<$PrismaModel> | $Enums.DependencyType
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export type NestedEnumDependencyTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
959
|
+
equals?: $Enums.DependencyType | Prisma.EnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
960
|
+
in?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
961
|
+
notIn?: $Enums.DependencyType[] | Prisma.ListEnumDependencyTypeFieldRefInput<$PrismaModel>
|
|
962
|
+
not?: Prisma.NestedEnumDependencyTypeWithAggregatesFilter<$PrismaModel> | $Enums.DependencyType
|
|
963
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
964
|
+
_min?: Prisma.NestedEnumDependencyTypeFilter<$PrismaModel>
|
|
965
|
+
_max?: Prisma.NestedEnumDependencyTypeFilter<$PrismaModel>
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
export type NestedBigIntFilter<$PrismaModel = never> = {
|
|
969
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
970
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
971
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
972
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
973
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
974
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
975
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
976
|
+
not?: Prisma.NestedBigIntFilter<$PrismaModel> | bigint | number
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
export type NestedBigIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
980
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
981
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
982
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>
|
|
983
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
984
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
985
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
986
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>
|
|
987
|
+
not?: Prisma.NestedBigIntWithAggregatesFilter<$PrismaModel> | bigint | number
|
|
988
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
989
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
990
|
+
_sum?: Prisma.NestedBigIntFilter<$PrismaModel>
|
|
991
|
+
_min?: Prisma.NestedBigIntFilter<$PrismaModel>
|
|
992
|
+
_max?: Prisma.NestedBigIntFilter<$PrismaModel>
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
export type NestedEnumSubscriptionStatusFilter<$PrismaModel = never> = {
|
|
996
|
+
equals?: $Enums.SubscriptionStatus | Prisma.EnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
997
|
+
in?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
998
|
+
notIn?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
999
|
+
not?: Prisma.NestedEnumSubscriptionStatusFilter<$PrismaModel> | $Enums.SubscriptionStatus
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export type NestedEnumSubscriptionStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
1003
|
+
equals?: $Enums.SubscriptionStatus | Prisma.EnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
1004
|
+
in?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
1005
|
+
notIn?: $Enums.SubscriptionStatus[] | Prisma.ListEnumSubscriptionStatusFieldRefInput<$PrismaModel>
|
|
1006
|
+
not?: Prisma.NestedEnumSubscriptionStatusWithAggregatesFilter<$PrismaModel> | $Enums.SubscriptionStatus
|
|
1007
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1008
|
+
_min?: Prisma.NestedEnumSubscriptionStatusFilter<$PrismaModel>
|
|
1009
|
+
_max?: Prisma.NestedEnumSubscriptionStatusFilter<$PrismaModel>
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
export type NestedEnumUsageMetricFilter<$PrismaModel = never> = {
|
|
1013
|
+
equals?: $Enums.UsageMetric | Prisma.EnumUsageMetricFieldRefInput<$PrismaModel>
|
|
1014
|
+
in?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
1015
|
+
notIn?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
1016
|
+
not?: Prisma.NestedEnumUsageMetricFilter<$PrismaModel> | $Enums.UsageMetric
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
export type NestedEnumUsageMetricWithAggregatesFilter<$PrismaModel = never> = {
|
|
1020
|
+
equals?: $Enums.UsageMetric | Prisma.EnumUsageMetricFieldRefInput<$PrismaModel>
|
|
1021
|
+
in?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
1022
|
+
notIn?: $Enums.UsageMetric[] | Prisma.ListEnumUsageMetricFieldRefInput<$PrismaModel>
|
|
1023
|
+
not?: Prisma.NestedEnumUsageMetricWithAggregatesFilter<$PrismaModel> | $Enums.UsageMetric
|
|
1024
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1025
|
+
_min?: Prisma.NestedEnumUsageMetricFilter<$PrismaModel>
|
|
1026
|
+
_max?: Prisma.NestedEnumUsageMetricFilter<$PrismaModel>
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
export type NestedDecimalNullableFilter<$PrismaModel = never> = {
|
|
1030
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null
|
|
1031
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
1032
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
1033
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1034
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1035
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1036
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1037
|
+
not?: Prisma.NestedDecimalNullableFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
export type NestedDecimalNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1041
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null
|
|
1042
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
1043
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null
|
|
1044
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1045
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1046
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1047
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>
|
|
1048
|
+
not?: Prisma.NestedDecimalNullableWithAggregatesFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1049
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
1050
|
+
_avg?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
1051
|
+
_sum?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
1052
|
+
_min?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
1053
|
+
_max?: Prisma.NestedDecimalNullableFilter<$PrismaModel>
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
|