@allbluecn/database 0.4.0 → 0.4.2

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.
Files changed (190) hide show
  1. package/desktop-init.ts +128 -0
  2. package/generated/browser.ts +494 -0
  3. package/generated/client.ts +518 -0
  4. package/generated/commonInputTypes.ts +1056 -0
  5. package/generated/enums.ts +93 -0
  6. package/generated/internal/class.ts +1144 -0
  7. package/generated/internal/prismaNamespace.ts +9603 -0
  8. package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
  9. package/generated/models/Account.ts +1648 -0
  10. package/generated/models/AgentConversation.ts +1651 -0
  11. package/generated/models/AgentMessage.ts +1409 -0
  12. package/generated/models/AiProvider.ts +1607 -0
  13. package/generated/models/AiProviderConfig.ts +1514 -0
  14. package/generated/models/AiUsageLog.ts +1863 -0
  15. package/generated/models/AnyHubApp.ts +1911 -0
  16. package/generated/models/AnyHubMarketApp.ts +2008 -0
  17. package/generated/models/AnyHubPermission.ts +1422 -0
  18. package/generated/models/AnyHubRecommendation.ts +1870 -0
  19. package/generated/models/AnyHubRecommender.ts +1471 -0
  20. package/generated/models/Artboard.ts +1811 -0
  21. package/generated/models/ArtboardExport.ts +1548 -0
  22. package/generated/models/ArticleFavorite.ts +1352 -0
  23. package/generated/models/AuditLog.ts +1533 -0
  24. package/generated/models/Block.ts +1650 -0
  25. package/generated/models/BlockComponent.ts +1734 -0
  26. package/generated/models/BlockInstance.ts +2043 -0
  27. package/generated/models/BookmarkCategory.ts +1670 -0
  28. package/generated/models/ChatInterrupt.ts +1699 -0
  29. package/generated/models/ChatMessage.ts +1438 -0
  30. package/generated/models/ChatRun.ts +1632 -0
  31. package/generated/models/ChatThread.ts +2133 -0
  32. package/generated/models/Comment.ts +2206 -0
  33. package/generated/models/CommentIgnore.ts +1430 -0
  34. package/generated/models/CommentReaction.ts +1472 -0
  35. package/generated/models/ComplianceExport.ts +1345 -0
  36. package/generated/models/Component.ts +2345 -0
  37. package/generated/models/ComponentInstance.ts +2102 -0
  38. package/generated/models/ComponentTag.ts +1281 -0
  39. package/generated/models/CustomRole.ts +1560 -0
  40. package/generated/models/DesignProject.ts +1643 -0
  41. package/generated/models/DictionaryTerm.ts +1642 -0
  42. package/generated/models/GenerationRun.ts +1543 -0
  43. package/generated/models/IndustryCompliance.ts +1797 -0
  44. package/generated/models/InvitationCode.ts +1417 -0
  45. package/generated/models/InvitationUse.ts +1424 -0
  46. package/generated/models/Invoice.ts +1710 -0
  47. package/generated/models/KnowledgeBase.ts +1671 -0
  48. package/generated/models/KnowledgeDocument.ts +2458 -0
  49. package/generated/models/KnowledgeShareRecord.ts +1352 -0
  50. package/generated/models/Label.ts +1482 -0
  51. package/generated/models/LegalRegulation.ts +1873 -0
  52. package/generated/models/LicenseActivation.ts +1415 -0
  53. package/generated/models/LicenseKey.ts +1884 -0
  54. package/generated/models/LoginLog.ts +1450 -0
  55. package/generated/models/MonitoringErrorReport.ts +1299 -0
  56. package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
  57. package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
  58. package/generated/models/MonitoringRequestLog.ts +1283 -0
  59. package/generated/models/PRD.ts +2805 -0
  60. package/generated/models/PRDPage.ts +2402 -0
  61. package/generated/models/PRDTag.ts +1430 -0
  62. package/generated/models/PRDVersion.ts +2121 -0
  63. package/generated/models/PageVersion.ts +1523 -0
  64. package/generated/models/PasswordResetToken.ts +1380 -0
  65. package/generated/models/Plan.ts +2069 -0
  66. package/generated/models/Project.ts +2148 -0
  67. package/generated/models/ProjectActivity.ts +1582 -0
  68. package/generated/models/ProjectMember.ts +1512 -0
  69. package/generated/models/ProviderEvent.ts +1227 -0
  70. package/generated/models/Reference.ts +1177 -0
  71. package/generated/models/Review.ts +1912 -0
  72. package/generated/models/ReviewComment.ts +1904 -0
  73. package/generated/models/RoleAssignment.ts +1430 -0
  74. package/generated/models/SequenceCounter.ts +1137 -0
  75. package/generated/models/Share.ts +1681 -0
  76. package/generated/models/ShareVersion.ts +1389 -0
  77. package/generated/models/SsoMapping.ts +1512 -0
  78. package/generated/models/SsoProvider.ts +1639 -0
  79. package/generated/models/Story.ts +5234 -0
  80. package/generated/models/StoryActivity.ts +1664 -0
  81. package/generated/models/StoryAttachment.ts +1467 -0
  82. package/generated/models/StoryComment.ts +1992 -0
  83. package/generated/models/StoryDependency.ts +1517 -0
  84. package/generated/models/StoryDocLink.ts +1430 -0
  85. package/generated/models/StoryFilterView.ts +1587 -0
  86. package/generated/models/StoryLabel.ts +1349 -0
  87. package/generated/models/StoryLink.ts +1415 -0
  88. package/generated/models/StoryPrdLink.ts +1430 -0
  89. package/generated/models/StoryReaction.ts +1472 -0
  90. package/generated/models/Subscription.ts +2147 -0
  91. package/generated/models/SystemSetting.ts +1217 -0
  92. package/generated/models/Tag.ts +1655 -0
  93. package/generated/models/TeamInvitation.ts +1526 -0
  94. package/generated/models/TeamMembership.ts +1436 -0
  95. package/generated/models/Template.ts +1391 -0
  96. package/generated/models/TemplateBlock.ts +1664 -0
  97. package/generated/models/ThirdPartyDependency.ts +1473 -0
  98. package/generated/models/UsageRecord.ts +1505 -0
  99. package/generated/models/User.ts +20998 -0
  100. package/generated/models/UserAgent.ts +1900 -0
  101. package/generated/models/UserSkill.ts +1456 -0
  102. package/generated/models/WebsiteBookmark.ts +2219 -0
  103. package/generated/models/Workspace.ts +2279 -0
  104. package/generated/models.ts +106 -0
  105. package/generated-sqlite/browser.ts +399 -0
  106. package/generated-sqlite/client.ts +423 -0
  107. package/generated-sqlite/commonInputTypes.ts +608 -0
  108. package/generated-sqlite/enums.ts +15 -0
  109. package/generated-sqlite/internal/class.ts +954 -0
  110. package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
  111. package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
  112. package/generated-sqlite/models/AgentConversation.ts +1647 -0
  113. package/generated-sqlite/models/AgentMessage.ts +1406 -0
  114. package/generated-sqlite/models/AiProvider.ts +1605 -0
  115. package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
  116. package/generated-sqlite/models/AiUsageLog.ts +1845 -0
  117. package/generated-sqlite/models/AnyHubApp.ts +1908 -0
  118. package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
  119. package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
  120. package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
  121. package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
  122. package/generated-sqlite/models/Artboard.ts +1808 -0
  123. package/generated-sqlite/models/ArtboardExport.ts +1545 -0
  124. package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
  125. package/generated-sqlite/models/AuditLog.ts +1287 -0
  126. package/generated-sqlite/models/Block.ts +1648 -0
  127. package/generated-sqlite/models/BlockComponent.ts +1730 -0
  128. package/generated-sqlite/models/BlockInstance.ts +2039 -0
  129. package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
  130. package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
  131. package/generated-sqlite/models/ChatMessage.ts +1435 -0
  132. package/generated-sqlite/models/ChatRun.ts +1629 -0
  133. package/generated-sqlite/models/ChatThread.ts +2129 -0
  134. package/generated-sqlite/models/Comment.ts +2201 -0
  135. package/generated-sqlite/models/CommentIgnore.ts +1426 -0
  136. package/generated-sqlite/models/ComplianceExport.ts +1343 -0
  137. package/generated-sqlite/models/Component.ts +2326 -0
  138. package/generated-sqlite/models/ComponentInstance.ts +2097 -0
  139. package/generated-sqlite/models/ComponentTag.ts +1278 -0
  140. package/generated-sqlite/models/CustomRole.ts +1209 -0
  141. package/generated-sqlite/models/DesignProject.ts +1640 -0
  142. package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
  143. package/generated-sqlite/models/GenerationRun.ts +1540 -0
  144. package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
  145. package/generated-sqlite/models/InvitationCode.ts +1415 -0
  146. package/generated-sqlite/models/InvitationUse.ts +1420 -0
  147. package/generated-sqlite/models/Invoice.ts +1707 -0
  148. package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
  149. package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
  150. package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
  151. package/generated-sqlite/models/LegalRegulation.ts +1870 -0
  152. package/generated-sqlite/models/LicenseActivation.ts +1203 -0
  153. package/generated-sqlite/models/LicenseKey.ts +1443 -0
  154. package/generated-sqlite/models/LoginLog.ts +1447 -0
  155. package/generated-sqlite/models/PRD.ts +2616 -0
  156. package/generated-sqlite/models/PRDPage.ts +2398 -0
  157. package/generated-sqlite/models/PRDTag.ts +1426 -0
  158. package/generated-sqlite/models/PRDVersion.ts +2117 -0
  159. package/generated-sqlite/models/PageVersion.ts +1528 -0
  160. package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
  161. package/generated-sqlite/models/Plan.ts +2060 -0
  162. package/generated-sqlite/models/Project.ts +1994 -0
  163. package/generated-sqlite/models/ProjectActivity.ts +1578 -0
  164. package/generated-sqlite/models/ProjectMember.ts +1508 -0
  165. package/generated-sqlite/models/ProviderEvent.ts +1225 -0
  166. package/generated-sqlite/models/Reference.ts +1175 -0
  167. package/generated-sqlite/models/Review.ts +1903 -0
  168. package/generated-sqlite/models/ReviewComment.ts +1899 -0
  169. package/generated-sqlite/models/RoleAssignment.ts +1125 -0
  170. package/generated-sqlite/models/Share.ts +1674 -0
  171. package/generated-sqlite/models/ShareVersion.ts +1385 -0
  172. package/generated-sqlite/models/SsoMapping.ts +1181 -0
  173. package/generated-sqlite/models/SsoProvider.ts +1266 -0
  174. package/generated-sqlite/models/Subscription.ts +2137 -0
  175. package/generated-sqlite/models/SystemSetting.ts +1215 -0
  176. package/generated-sqlite/models/Tag.ts +1652 -0
  177. package/generated-sqlite/models/TeamInvitation.ts +1523 -0
  178. package/generated-sqlite/models/TeamMembership.ts +1433 -0
  179. package/generated-sqlite/models/Template.ts +1389 -0
  180. package/generated-sqlite/models/TemplateBlock.ts +1660 -0
  181. package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
  182. package/generated-sqlite/models/UsageRecord.ts +1498 -0
  183. package/generated-sqlite/models/User.ts +13558 -0
  184. package/generated-sqlite/models/UserAgent.ts +1897 -0
  185. package/generated-sqlite/models/UserSkill.ts +1453 -0
  186. package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
  187. package/generated-sqlite/models/Workspace.ts +1824 -0
  188. package/generated-sqlite/models.ts +87 -0
  189. package/package.json +7 -3
  190. package/LICENSE +0 -661
@@ -0,0 +1,608 @@
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[]
20
+ notIn?: string[]
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
+ not?: Prisma.NestedStringFilter<$PrismaModel> | string
29
+ }
30
+
31
+ export type StringNullableFilter<$PrismaModel = never> = {
32
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
33
+ in?: string[] | null
34
+ notIn?: string[] | null
35
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
36
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
37
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
38
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
39
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
40
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
41
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
42
+ not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
43
+ }
44
+
45
+ export type DateTimeFilter<$PrismaModel = never> = {
46
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
47
+ in?: Date[] | string[]
48
+ notIn?: Date[] | string[]
49
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
50
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
51
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
52
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
53
+ not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
54
+ }
55
+
56
+ export type SortOrderInput = {
57
+ sort: Prisma.SortOrder
58
+ nulls?: Prisma.NullsOrder
59
+ }
60
+
61
+ export type StringWithAggregatesFilter<$PrismaModel = never> = {
62
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
63
+ in?: string[]
64
+ notIn?: string[]
65
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
66
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
67
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
68
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
69
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
70
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
71
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
72
+ not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
73
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
74
+ _min?: Prisma.NestedStringFilter<$PrismaModel>
75
+ _max?: Prisma.NestedStringFilter<$PrismaModel>
76
+ }
77
+
78
+ export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
79
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
80
+ in?: string[] | null
81
+ notIn?: string[] | null
82
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
83
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
84
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
85
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
86
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
87
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
88
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
89
+ not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
90
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
91
+ _min?: Prisma.NestedStringNullableFilter<$PrismaModel>
92
+ _max?: Prisma.NestedStringNullableFilter<$PrismaModel>
93
+ }
94
+
95
+ export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
96
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
97
+ in?: Date[] | string[]
98
+ notIn?: Date[] | string[]
99
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
100
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
101
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
102
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
103
+ not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
104
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
105
+ _min?: Prisma.NestedDateTimeFilter<$PrismaModel>
106
+ _max?: Prisma.NestedDateTimeFilter<$PrismaModel>
107
+ }
108
+
109
+ export type DateTimeNullableFilter<$PrismaModel = never> = {
110
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
111
+ in?: Date[] | string[] | null
112
+ notIn?: Date[] | string[] | null
113
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
114
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
115
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
116
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
117
+ not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
118
+ }
119
+
120
+ export type JsonNullableFilter<$PrismaModel = never> =
121
+ | Prisma.PatchUndefined<
122
+ Prisma.Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>,
123
+ Required<JsonNullableFilterBase<$PrismaModel>>
124
+ >
125
+ | Prisma.OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>
126
+
127
+ export type JsonNullableFilterBase<$PrismaModel = never> = {
128
+ equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
129
+ path?: string
130
+ mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
131
+ string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
132
+ string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
133
+ string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
134
+ array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
135
+ array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
136
+ not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
137
+ }
138
+
139
+ export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
140
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
141
+ in?: Date[] | string[] | null
142
+ notIn?: Date[] | string[] | null
143
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
144
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
145
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
146
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
147
+ not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
148
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
149
+ _min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
150
+ _max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
151
+ }
152
+
153
+ export type JsonNullableWithAggregatesFilter<$PrismaModel = never> =
154
+ | Prisma.PatchUndefined<
155
+ Prisma.Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
156
+ Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>
157
+ >
158
+ | Prisma.OptionalFlat<Omit<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
159
+
160
+ export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
161
+ equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
162
+ path?: string
163
+ mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
164
+ string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
165
+ string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
166
+ string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
167
+ array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
168
+ array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
169
+ not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
170
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
171
+ _min?: Prisma.NestedJsonNullableFilter<$PrismaModel>
172
+ _max?: Prisma.NestedJsonNullableFilter<$PrismaModel>
173
+ }
174
+
175
+ export type BoolFilter<$PrismaModel = never> = {
176
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
177
+ not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
178
+ }
179
+
180
+ export type BoolWithAggregatesFilter<$PrismaModel = never> = {
181
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
182
+ not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
183
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
184
+ _min?: Prisma.NestedBoolFilter<$PrismaModel>
185
+ _max?: Prisma.NestedBoolFilter<$PrismaModel>
186
+ }
187
+
188
+ export type IntFilter<$PrismaModel = never> = {
189
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
190
+ in?: number[]
191
+ notIn?: number[]
192
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
193
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
194
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
195
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
196
+ not?: Prisma.NestedIntFilter<$PrismaModel> | number
197
+ }
198
+
199
+ export type IntWithAggregatesFilter<$PrismaModel = never> = {
200
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
201
+ in?: number[]
202
+ notIn?: number[]
203
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
204
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
205
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
206
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
207
+ not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
208
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
209
+ _avg?: Prisma.NestedFloatFilter<$PrismaModel>
210
+ _sum?: Prisma.NestedIntFilter<$PrismaModel>
211
+ _min?: Prisma.NestedIntFilter<$PrismaModel>
212
+ _max?: Prisma.NestedIntFilter<$PrismaModel>
213
+ }
214
+
215
+ export type JsonFilter<$PrismaModel = never> =
216
+ | Prisma.PatchUndefined<
217
+ Prisma.Either<Required<JsonFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonFilterBase<$PrismaModel>>, 'path'>>,
218
+ Required<JsonFilterBase<$PrismaModel>>
219
+ >
220
+ | Prisma.OptionalFlat<Omit<Required<JsonFilterBase<$PrismaModel>>, 'path'>>
221
+
222
+ export type JsonFilterBase<$PrismaModel = never> = {
223
+ equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
224
+ path?: string
225
+ mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
226
+ string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
227
+ string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
228
+ string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
229
+ array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
230
+ array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
231
+ not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
232
+ }
233
+
234
+ export type JsonWithAggregatesFilter<$PrismaModel = never> =
235
+ | Prisma.PatchUndefined<
236
+ Prisma.Either<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
237
+ Required<JsonWithAggregatesFilterBase<$PrismaModel>>
238
+ >
239
+ | Prisma.OptionalFlat<Omit<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
240
+
241
+ export type JsonWithAggregatesFilterBase<$PrismaModel = never> = {
242
+ equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
243
+ path?: string
244
+ mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
245
+ string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
246
+ string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
247
+ string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
248
+ array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
249
+ array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
250
+ not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
251
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
252
+ _min?: Prisma.NestedJsonFilter<$PrismaModel>
253
+ _max?: Prisma.NestedJsonFilter<$PrismaModel>
254
+ }
255
+
256
+ export type FloatFilter<$PrismaModel = never> = {
257
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
258
+ in?: number[]
259
+ notIn?: number[]
260
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
261
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
262
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
263
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
264
+ not?: Prisma.NestedFloatFilter<$PrismaModel> | number
265
+ }
266
+
267
+ export type FloatWithAggregatesFilter<$PrismaModel = never> = {
268
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
269
+ in?: number[]
270
+ notIn?: number[]
271
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
272
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
273
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
274
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
275
+ not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
276
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
277
+ _avg?: Prisma.NestedFloatFilter<$PrismaModel>
278
+ _sum?: Prisma.NestedFloatFilter<$PrismaModel>
279
+ _min?: Prisma.NestedFloatFilter<$PrismaModel>
280
+ _max?: Prisma.NestedFloatFilter<$PrismaModel>
281
+ }
282
+
283
+ export type FloatNullableFilter<$PrismaModel = never> = {
284
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
285
+ in?: number[] | null
286
+ notIn?: number[] | null
287
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
288
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
289
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
290
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
291
+ not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
292
+ }
293
+
294
+ export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
295
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
296
+ in?: number[] | null
297
+ notIn?: number[] | null
298
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
299
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
300
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
301
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
302
+ not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
303
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
304
+ _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
305
+ _sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
306
+ _min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
307
+ _max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
308
+ }
309
+
310
+ export type IntNullableFilter<$PrismaModel = never> = {
311
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
312
+ in?: number[] | null
313
+ notIn?: number[] | null
314
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
315
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
316
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
317
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
318
+ not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
319
+ }
320
+
321
+ export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
322
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
323
+ in?: number[] | null
324
+ notIn?: number[] | null
325
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
326
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
327
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
328
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
329
+ not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
330
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
331
+ _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
332
+ _sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
333
+ _min?: Prisma.NestedIntNullableFilter<$PrismaModel>
334
+ _max?: Prisma.NestedIntNullableFilter<$PrismaModel>
335
+ }
336
+
337
+ export type NestedStringFilter<$PrismaModel = never> = {
338
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
339
+ in?: string[]
340
+ notIn?: string[]
341
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
342
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
343
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
344
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
345
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
346
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
347
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
348
+ not?: Prisma.NestedStringFilter<$PrismaModel> | string
349
+ }
350
+
351
+ export type NestedStringNullableFilter<$PrismaModel = never> = {
352
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
353
+ in?: string[] | null
354
+ notIn?: string[] | null
355
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
356
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
357
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
358
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
359
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
360
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
361
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
362
+ not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
363
+ }
364
+
365
+ export type NestedDateTimeFilter<$PrismaModel = never> = {
366
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
367
+ in?: Date[] | string[]
368
+ notIn?: Date[] | string[]
369
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
370
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
371
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
372
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
373
+ not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
374
+ }
375
+
376
+ export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
377
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
378
+ in?: string[]
379
+ notIn?: string[]
380
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
381
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
382
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
383
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
384
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
385
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
386
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
387
+ not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
388
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
389
+ _min?: Prisma.NestedStringFilter<$PrismaModel>
390
+ _max?: Prisma.NestedStringFilter<$PrismaModel>
391
+ }
392
+
393
+ export type NestedIntFilter<$PrismaModel = never> = {
394
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
395
+ in?: number[]
396
+ notIn?: number[]
397
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
398
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
399
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
400
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
401
+ not?: Prisma.NestedIntFilter<$PrismaModel> | number
402
+ }
403
+
404
+ export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
405
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
406
+ in?: string[] | null
407
+ notIn?: string[] | null
408
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
409
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
410
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
411
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
412
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
413
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
414
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
415
+ not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
416
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
417
+ _min?: Prisma.NestedStringNullableFilter<$PrismaModel>
418
+ _max?: Prisma.NestedStringNullableFilter<$PrismaModel>
419
+ }
420
+
421
+ export type NestedIntNullableFilter<$PrismaModel = never> = {
422
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
423
+ in?: number[] | null
424
+ notIn?: number[] | null
425
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
426
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
427
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
428
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
429
+ not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
430
+ }
431
+
432
+ export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
433
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
434
+ in?: Date[] | string[]
435
+ notIn?: Date[] | string[]
436
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
437
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
438
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
439
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
440
+ not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
441
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
442
+ _min?: Prisma.NestedDateTimeFilter<$PrismaModel>
443
+ _max?: Prisma.NestedDateTimeFilter<$PrismaModel>
444
+ }
445
+
446
+ export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
447
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
448
+ in?: Date[] | string[] | null
449
+ notIn?: Date[] | string[] | null
450
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
451
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
452
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
453
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
454
+ not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
455
+ }
456
+
457
+ export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
458
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
459
+ in?: Date[] | string[] | null
460
+ notIn?: Date[] | string[] | null
461
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
462
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
463
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
464
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
465
+ not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
466
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
467
+ _min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
468
+ _max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
469
+ }
470
+
471
+ export type NestedJsonNullableFilter<$PrismaModel = never> =
472
+ | Prisma.PatchUndefined<
473
+ Prisma.Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>,
474
+ Required<NestedJsonNullableFilterBase<$PrismaModel>>
475
+ >
476
+ | Prisma.OptionalFlat<Omit<Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>
477
+
478
+ export type NestedJsonNullableFilterBase<$PrismaModel = never> = {
479
+ equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
480
+ path?: string
481
+ mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
482
+ string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
483
+ string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
484
+ string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
485
+ array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
486
+ array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
487
+ not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
488
+ }
489
+
490
+ export type NestedBoolFilter<$PrismaModel = never> = {
491
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
492
+ not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
493
+ }
494
+
495
+ export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
496
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
497
+ not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
498
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
499
+ _min?: Prisma.NestedBoolFilter<$PrismaModel>
500
+ _max?: Prisma.NestedBoolFilter<$PrismaModel>
501
+ }
502
+
503
+ export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
504
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
505
+ in?: number[]
506
+ notIn?: number[]
507
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
508
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
509
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
510
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
511
+ not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
512
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
513
+ _avg?: Prisma.NestedFloatFilter<$PrismaModel>
514
+ _sum?: Prisma.NestedIntFilter<$PrismaModel>
515
+ _min?: Prisma.NestedIntFilter<$PrismaModel>
516
+ _max?: Prisma.NestedIntFilter<$PrismaModel>
517
+ }
518
+
519
+ export type NestedFloatFilter<$PrismaModel = never> = {
520
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
521
+ in?: number[]
522
+ notIn?: number[]
523
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
524
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
525
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
526
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
527
+ not?: Prisma.NestedFloatFilter<$PrismaModel> | number
528
+ }
529
+
530
+ export type NestedJsonFilter<$PrismaModel = never> =
531
+ | Prisma.PatchUndefined<
532
+ Prisma.Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>,
533
+ Required<NestedJsonFilterBase<$PrismaModel>>
534
+ >
535
+ | Prisma.OptionalFlat<Omit<Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>
536
+
537
+ export type NestedJsonFilterBase<$PrismaModel = never> = {
538
+ equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
539
+ path?: string
540
+ mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
541
+ string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
542
+ string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
543
+ string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
544
+ array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
545
+ array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
546
+ not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
547
+ }
548
+
549
+ export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
550
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
551
+ in?: number[]
552
+ notIn?: number[]
553
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
554
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
555
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
556
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
557
+ not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
558
+ _count?: Prisma.NestedIntFilter<$PrismaModel>
559
+ _avg?: Prisma.NestedFloatFilter<$PrismaModel>
560
+ _sum?: Prisma.NestedFloatFilter<$PrismaModel>
561
+ _min?: Prisma.NestedFloatFilter<$PrismaModel>
562
+ _max?: Prisma.NestedFloatFilter<$PrismaModel>
563
+ }
564
+
565
+ export type NestedFloatNullableFilter<$PrismaModel = never> = {
566
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
567
+ in?: number[] | null
568
+ notIn?: number[] | null
569
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
570
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
571
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
572
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
573
+ not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
574
+ }
575
+
576
+ export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
577
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
578
+ in?: number[] | null
579
+ notIn?: number[] | null
580
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
581
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
582
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
583
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
584
+ not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
585
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
586
+ _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
587
+ _sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
588
+ _min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
589
+ _max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
590
+ }
591
+
592
+ export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
593
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
594
+ in?: number[] | null
595
+ notIn?: number[] | null
596
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
597
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
598
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
599
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
600
+ not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
601
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
602
+ _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
603
+ _sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
604
+ _min?: Prisma.NestedIntNullableFilter<$PrismaModel>
605
+ _max?: Prisma.NestedIntNullableFilter<$PrismaModel>
606
+ }
607
+
608
+
@@ -0,0 +1,15 @@
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 all enum related types from the schema.
8
+ *
9
+ * 🟢 You can import this file directly.
10
+ */
11
+
12
+
13
+
14
+ // This file is empty because there are no enums in the schema.
15
+ export {}