@allbluecn/database 0.3.14 → 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.
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,1349 @@
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 the `ArticleFavorite` model and its related types.
8
+ *
9
+ * 🟢 You can import this file directly.
10
+ */
11
+ import type * as runtime from "@prisma/client/runtime/client"
12
+ import type * as $Enums from "../enums"
13
+ import type * as Prisma from "../internal/prismaNamespace"
14
+
15
+ /**
16
+ * Model ArticleFavorite
17
+ *
18
+ */
19
+ export type ArticleFavoriteModel = runtime.Types.Result.DefaultSelection<Prisma.$ArticleFavoritePayload>
20
+
21
+ export type AggregateArticleFavorite = {
22
+ _count: ArticleFavoriteCountAggregateOutputType | null
23
+ _min: ArticleFavoriteMinAggregateOutputType | null
24
+ _max: ArticleFavoriteMaxAggregateOutputType | null
25
+ }
26
+
27
+ export type ArticleFavoriteMinAggregateOutputType = {
28
+ id: string | null
29
+ entityType: string | null
30
+ entityId: string | null
31
+ userId: string | null
32
+ createdAt: Date | null
33
+ }
34
+
35
+ export type ArticleFavoriteMaxAggregateOutputType = {
36
+ id: string | null
37
+ entityType: string | null
38
+ entityId: string | null
39
+ userId: string | null
40
+ createdAt: Date | null
41
+ }
42
+
43
+ export type ArticleFavoriteCountAggregateOutputType = {
44
+ id: number
45
+ entityType: number
46
+ entityId: number
47
+ userId: number
48
+ createdAt: number
49
+ _all: number
50
+ }
51
+
52
+
53
+ export type ArticleFavoriteMinAggregateInputType = {
54
+ id?: true
55
+ entityType?: true
56
+ entityId?: true
57
+ userId?: true
58
+ createdAt?: true
59
+ }
60
+
61
+ export type ArticleFavoriteMaxAggregateInputType = {
62
+ id?: true
63
+ entityType?: true
64
+ entityId?: true
65
+ userId?: true
66
+ createdAt?: true
67
+ }
68
+
69
+ export type ArticleFavoriteCountAggregateInputType = {
70
+ id?: true
71
+ entityType?: true
72
+ entityId?: true
73
+ userId?: true
74
+ createdAt?: true
75
+ _all?: true
76
+ }
77
+
78
+ export type ArticleFavoriteAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
79
+ /**
80
+ * Filter which ArticleFavorite to aggregate.
81
+ */
82
+ where?: Prisma.ArticleFavoriteWhereInput
83
+ /**
84
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
85
+ *
86
+ * Determine the order of ArticleFavorites to fetch.
87
+ */
88
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
89
+ /**
90
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
91
+ *
92
+ * Sets the start position
93
+ */
94
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
95
+ /**
96
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
97
+ *
98
+ * Take `±n` ArticleFavorites from the position of the cursor.
99
+ */
100
+ take?: number
101
+ /**
102
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
103
+ *
104
+ * Skip the first `n` ArticleFavorites.
105
+ */
106
+ skip?: number
107
+ /**
108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
109
+ *
110
+ * Count returned ArticleFavorites
111
+ **/
112
+ _count?: true | ArticleFavoriteCountAggregateInputType
113
+ /**
114
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
115
+ *
116
+ * Select which fields to find the minimum value
117
+ **/
118
+ _min?: ArticleFavoriteMinAggregateInputType
119
+ /**
120
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
121
+ *
122
+ * Select which fields to find the maximum value
123
+ **/
124
+ _max?: ArticleFavoriteMaxAggregateInputType
125
+ }
126
+
127
+ export type GetArticleFavoriteAggregateType<T extends ArticleFavoriteAggregateArgs> = {
128
+ [P in keyof T & keyof AggregateArticleFavorite]: P extends '_count' | 'count'
129
+ ? T[P] extends true
130
+ ? number
131
+ : Prisma.GetScalarType<T[P], AggregateArticleFavorite[P]>
132
+ : Prisma.GetScalarType<T[P], AggregateArticleFavorite[P]>
133
+ }
134
+
135
+
136
+
137
+
138
+ export type ArticleFavoriteGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
139
+ where?: Prisma.ArticleFavoriteWhereInput
140
+ orderBy?: Prisma.ArticleFavoriteOrderByWithAggregationInput | Prisma.ArticleFavoriteOrderByWithAggregationInput[]
141
+ by: Prisma.ArticleFavoriteScalarFieldEnum[] | Prisma.ArticleFavoriteScalarFieldEnum
142
+ having?: Prisma.ArticleFavoriteScalarWhereWithAggregatesInput
143
+ take?: number
144
+ skip?: number
145
+ _count?: ArticleFavoriteCountAggregateInputType | true
146
+ _min?: ArticleFavoriteMinAggregateInputType
147
+ _max?: ArticleFavoriteMaxAggregateInputType
148
+ }
149
+
150
+ export type ArticleFavoriteGroupByOutputType = {
151
+ id: string
152
+ entityType: string
153
+ entityId: string
154
+ userId: string
155
+ createdAt: Date
156
+ _count: ArticleFavoriteCountAggregateOutputType | null
157
+ _min: ArticleFavoriteMinAggregateOutputType | null
158
+ _max: ArticleFavoriteMaxAggregateOutputType | null
159
+ }
160
+
161
+ export type GetArticleFavoriteGroupByPayload<T extends ArticleFavoriteGroupByArgs> = Prisma.PrismaPromise<
162
+ Array<
163
+ Prisma.PickEnumerable<ArticleFavoriteGroupByOutputType, T['by']> &
164
+ {
165
+ [P in ((keyof T) & (keyof ArticleFavoriteGroupByOutputType))]: P extends '_count'
166
+ ? T[P] extends boolean
167
+ ? number
168
+ : Prisma.GetScalarType<T[P], ArticleFavoriteGroupByOutputType[P]>
169
+ : Prisma.GetScalarType<T[P], ArticleFavoriteGroupByOutputType[P]>
170
+ }
171
+ >
172
+ >
173
+
174
+
175
+
176
+ export type ArticleFavoriteWhereInput = {
177
+ AND?: Prisma.ArticleFavoriteWhereInput | Prisma.ArticleFavoriteWhereInput[]
178
+ OR?: Prisma.ArticleFavoriteWhereInput[]
179
+ NOT?: Prisma.ArticleFavoriteWhereInput | Prisma.ArticleFavoriteWhereInput[]
180
+ id?: Prisma.StringFilter<"ArticleFavorite"> | string
181
+ entityType?: Prisma.StringFilter<"ArticleFavorite"> | string
182
+ entityId?: Prisma.StringFilter<"ArticleFavorite"> | string
183
+ userId?: Prisma.StringFilter<"ArticleFavorite"> | string
184
+ createdAt?: Prisma.DateTimeFilter<"ArticleFavorite"> | Date | string
185
+ user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>
186
+ }
187
+
188
+ export type ArticleFavoriteOrderByWithRelationInput = {
189
+ id?: Prisma.SortOrder
190
+ entityType?: Prisma.SortOrder
191
+ entityId?: Prisma.SortOrder
192
+ userId?: Prisma.SortOrder
193
+ createdAt?: Prisma.SortOrder
194
+ user?: Prisma.UserOrderByWithRelationInput
195
+ }
196
+
197
+ export type ArticleFavoriteWhereUniqueInput = Prisma.AtLeast<{
198
+ id?: string
199
+ entityType_entityId_userId?: Prisma.ArticleFavoriteEntityTypeEntityIdUserIdCompoundUniqueInput
200
+ AND?: Prisma.ArticleFavoriteWhereInput | Prisma.ArticleFavoriteWhereInput[]
201
+ OR?: Prisma.ArticleFavoriteWhereInput[]
202
+ NOT?: Prisma.ArticleFavoriteWhereInput | Prisma.ArticleFavoriteWhereInput[]
203
+ entityType?: Prisma.StringFilter<"ArticleFavorite"> | string
204
+ entityId?: Prisma.StringFilter<"ArticleFavorite"> | string
205
+ userId?: Prisma.StringFilter<"ArticleFavorite"> | string
206
+ createdAt?: Prisma.DateTimeFilter<"ArticleFavorite"> | Date | string
207
+ user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>
208
+ }, "id" | "entityType_entityId_userId">
209
+
210
+ export type ArticleFavoriteOrderByWithAggregationInput = {
211
+ id?: Prisma.SortOrder
212
+ entityType?: Prisma.SortOrder
213
+ entityId?: Prisma.SortOrder
214
+ userId?: Prisma.SortOrder
215
+ createdAt?: Prisma.SortOrder
216
+ _count?: Prisma.ArticleFavoriteCountOrderByAggregateInput
217
+ _max?: Prisma.ArticleFavoriteMaxOrderByAggregateInput
218
+ _min?: Prisma.ArticleFavoriteMinOrderByAggregateInput
219
+ }
220
+
221
+ export type ArticleFavoriteScalarWhereWithAggregatesInput = {
222
+ AND?: Prisma.ArticleFavoriteScalarWhereWithAggregatesInput | Prisma.ArticleFavoriteScalarWhereWithAggregatesInput[]
223
+ OR?: Prisma.ArticleFavoriteScalarWhereWithAggregatesInput[]
224
+ NOT?: Prisma.ArticleFavoriteScalarWhereWithAggregatesInput | Prisma.ArticleFavoriteScalarWhereWithAggregatesInput[]
225
+ id?: Prisma.StringWithAggregatesFilter<"ArticleFavorite"> | string
226
+ entityType?: Prisma.StringWithAggregatesFilter<"ArticleFavorite"> | string
227
+ entityId?: Prisma.StringWithAggregatesFilter<"ArticleFavorite"> | string
228
+ userId?: Prisma.StringWithAggregatesFilter<"ArticleFavorite"> | string
229
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"ArticleFavorite"> | Date | string
230
+ }
231
+
232
+ export type ArticleFavoriteCreateInput = {
233
+ id?: string
234
+ entityType: string
235
+ entityId: string
236
+ createdAt?: Date | string
237
+ user: Prisma.UserCreateNestedOneWithoutArticleFavoritesInput
238
+ }
239
+
240
+ export type ArticleFavoriteUncheckedCreateInput = {
241
+ id?: string
242
+ entityType: string
243
+ entityId: string
244
+ userId: string
245
+ createdAt?: Date | string
246
+ }
247
+
248
+ export type ArticleFavoriteUpdateInput = {
249
+ id?: Prisma.StringFieldUpdateOperationsInput | string
250
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
251
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
252
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
253
+ user?: Prisma.UserUpdateOneRequiredWithoutArticleFavoritesNestedInput
254
+ }
255
+
256
+ export type ArticleFavoriteUncheckedUpdateInput = {
257
+ id?: Prisma.StringFieldUpdateOperationsInput | string
258
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
259
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
260
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
261
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
262
+ }
263
+
264
+ export type ArticleFavoriteCreateManyInput = {
265
+ id?: string
266
+ entityType: string
267
+ entityId: string
268
+ userId: string
269
+ createdAt?: Date | string
270
+ }
271
+
272
+ export type ArticleFavoriteUpdateManyMutationInput = {
273
+ id?: Prisma.StringFieldUpdateOperationsInput | string
274
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
275
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
276
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
277
+ }
278
+
279
+ export type ArticleFavoriteUncheckedUpdateManyInput = {
280
+ id?: Prisma.StringFieldUpdateOperationsInput | string
281
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
282
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
283
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
284
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
285
+ }
286
+
287
+ export type ArticleFavoriteListRelationFilter = {
288
+ every?: Prisma.ArticleFavoriteWhereInput
289
+ some?: Prisma.ArticleFavoriteWhereInput
290
+ none?: Prisma.ArticleFavoriteWhereInput
291
+ }
292
+
293
+ export type ArticleFavoriteOrderByRelationAggregateInput = {
294
+ _count?: Prisma.SortOrder
295
+ }
296
+
297
+ export type ArticleFavoriteEntityTypeEntityIdUserIdCompoundUniqueInput = {
298
+ entityType: string
299
+ entityId: string
300
+ userId: string
301
+ }
302
+
303
+ export type ArticleFavoriteCountOrderByAggregateInput = {
304
+ id?: Prisma.SortOrder
305
+ entityType?: Prisma.SortOrder
306
+ entityId?: Prisma.SortOrder
307
+ userId?: Prisma.SortOrder
308
+ createdAt?: Prisma.SortOrder
309
+ }
310
+
311
+ export type ArticleFavoriteMaxOrderByAggregateInput = {
312
+ id?: Prisma.SortOrder
313
+ entityType?: Prisma.SortOrder
314
+ entityId?: Prisma.SortOrder
315
+ userId?: Prisma.SortOrder
316
+ createdAt?: Prisma.SortOrder
317
+ }
318
+
319
+ export type ArticleFavoriteMinOrderByAggregateInput = {
320
+ id?: Prisma.SortOrder
321
+ entityType?: Prisma.SortOrder
322
+ entityId?: Prisma.SortOrder
323
+ userId?: Prisma.SortOrder
324
+ createdAt?: Prisma.SortOrder
325
+ }
326
+
327
+ export type ArticleFavoriteCreateNestedManyWithoutUserInput = {
328
+ create?: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput> | Prisma.ArticleFavoriteCreateWithoutUserInput[] | Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput[]
329
+ connectOrCreate?: Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput | Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput[]
330
+ createMany?: Prisma.ArticleFavoriteCreateManyUserInputEnvelope
331
+ connect?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
332
+ }
333
+
334
+ export type ArticleFavoriteUncheckedCreateNestedManyWithoutUserInput = {
335
+ create?: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput> | Prisma.ArticleFavoriteCreateWithoutUserInput[] | Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput[]
336
+ connectOrCreate?: Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput | Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput[]
337
+ createMany?: Prisma.ArticleFavoriteCreateManyUserInputEnvelope
338
+ connect?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
339
+ }
340
+
341
+ export type ArticleFavoriteUpdateManyWithoutUserNestedInput = {
342
+ create?: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput> | Prisma.ArticleFavoriteCreateWithoutUserInput[] | Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput[]
343
+ connectOrCreate?: Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput | Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput[]
344
+ upsert?: Prisma.ArticleFavoriteUpsertWithWhereUniqueWithoutUserInput | Prisma.ArticleFavoriteUpsertWithWhereUniqueWithoutUserInput[]
345
+ createMany?: Prisma.ArticleFavoriteCreateManyUserInputEnvelope
346
+ set?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
347
+ disconnect?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
348
+ delete?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
349
+ connect?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
350
+ update?: Prisma.ArticleFavoriteUpdateWithWhereUniqueWithoutUserInput | Prisma.ArticleFavoriteUpdateWithWhereUniqueWithoutUserInput[]
351
+ updateMany?: Prisma.ArticleFavoriteUpdateManyWithWhereWithoutUserInput | Prisma.ArticleFavoriteUpdateManyWithWhereWithoutUserInput[]
352
+ deleteMany?: Prisma.ArticleFavoriteScalarWhereInput | Prisma.ArticleFavoriteScalarWhereInput[]
353
+ }
354
+
355
+ export type ArticleFavoriteUncheckedUpdateManyWithoutUserNestedInput = {
356
+ create?: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput> | Prisma.ArticleFavoriteCreateWithoutUserInput[] | Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput[]
357
+ connectOrCreate?: Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput | Prisma.ArticleFavoriteCreateOrConnectWithoutUserInput[]
358
+ upsert?: Prisma.ArticleFavoriteUpsertWithWhereUniqueWithoutUserInput | Prisma.ArticleFavoriteUpsertWithWhereUniqueWithoutUserInput[]
359
+ createMany?: Prisma.ArticleFavoriteCreateManyUserInputEnvelope
360
+ set?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
361
+ disconnect?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
362
+ delete?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
363
+ connect?: Prisma.ArticleFavoriteWhereUniqueInput | Prisma.ArticleFavoriteWhereUniqueInput[]
364
+ update?: Prisma.ArticleFavoriteUpdateWithWhereUniqueWithoutUserInput | Prisma.ArticleFavoriteUpdateWithWhereUniqueWithoutUserInput[]
365
+ updateMany?: Prisma.ArticleFavoriteUpdateManyWithWhereWithoutUserInput | Prisma.ArticleFavoriteUpdateManyWithWhereWithoutUserInput[]
366
+ deleteMany?: Prisma.ArticleFavoriteScalarWhereInput | Prisma.ArticleFavoriteScalarWhereInput[]
367
+ }
368
+
369
+ export type ArticleFavoriteCreateWithoutUserInput = {
370
+ id?: string
371
+ entityType: string
372
+ entityId: string
373
+ createdAt?: Date | string
374
+ }
375
+
376
+ export type ArticleFavoriteUncheckedCreateWithoutUserInput = {
377
+ id?: string
378
+ entityType: string
379
+ entityId: string
380
+ createdAt?: Date | string
381
+ }
382
+
383
+ export type ArticleFavoriteCreateOrConnectWithoutUserInput = {
384
+ where: Prisma.ArticleFavoriteWhereUniqueInput
385
+ create: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput>
386
+ }
387
+
388
+ export type ArticleFavoriteCreateManyUserInputEnvelope = {
389
+ data: Prisma.ArticleFavoriteCreateManyUserInput | Prisma.ArticleFavoriteCreateManyUserInput[]
390
+ }
391
+
392
+ export type ArticleFavoriteUpsertWithWhereUniqueWithoutUserInput = {
393
+ where: Prisma.ArticleFavoriteWhereUniqueInput
394
+ update: Prisma.XOR<Prisma.ArticleFavoriteUpdateWithoutUserInput, Prisma.ArticleFavoriteUncheckedUpdateWithoutUserInput>
395
+ create: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput>
396
+ }
397
+
398
+ export type ArticleFavoriteUpdateWithWhereUniqueWithoutUserInput = {
399
+ where: Prisma.ArticleFavoriteWhereUniqueInput
400
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateWithoutUserInput, Prisma.ArticleFavoriteUncheckedUpdateWithoutUserInput>
401
+ }
402
+
403
+ export type ArticleFavoriteUpdateManyWithWhereWithoutUserInput = {
404
+ where: Prisma.ArticleFavoriteScalarWhereInput
405
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateManyMutationInput, Prisma.ArticleFavoriteUncheckedUpdateManyWithoutUserInput>
406
+ }
407
+
408
+ export type ArticleFavoriteScalarWhereInput = {
409
+ AND?: Prisma.ArticleFavoriteScalarWhereInput | Prisma.ArticleFavoriteScalarWhereInput[]
410
+ OR?: Prisma.ArticleFavoriteScalarWhereInput[]
411
+ NOT?: Prisma.ArticleFavoriteScalarWhereInput | Prisma.ArticleFavoriteScalarWhereInput[]
412
+ id?: Prisma.StringFilter<"ArticleFavorite"> | string
413
+ entityType?: Prisma.StringFilter<"ArticleFavorite"> | string
414
+ entityId?: Prisma.StringFilter<"ArticleFavorite"> | string
415
+ userId?: Prisma.StringFilter<"ArticleFavorite"> | string
416
+ createdAt?: Prisma.DateTimeFilter<"ArticleFavorite"> | Date | string
417
+ }
418
+
419
+ export type ArticleFavoriteCreateManyUserInput = {
420
+ id?: string
421
+ entityType: string
422
+ entityId: string
423
+ createdAt?: Date | string
424
+ }
425
+
426
+ export type ArticleFavoriteUpdateWithoutUserInput = {
427
+ id?: Prisma.StringFieldUpdateOperationsInput | string
428
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
429
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
430
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
431
+ }
432
+
433
+ export type ArticleFavoriteUncheckedUpdateWithoutUserInput = {
434
+ id?: Prisma.StringFieldUpdateOperationsInput | string
435
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
436
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
437
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
438
+ }
439
+
440
+ export type ArticleFavoriteUncheckedUpdateManyWithoutUserInput = {
441
+ id?: Prisma.StringFieldUpdateOperationsInput | string
442
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
443
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
444
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
445
+ }
446
+
447
+
448
+
449
+ export type ArticleFavoriteSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
450
+ id?: boolean
451
+ entityType?: boolean
452
+ entityId?: boolean
453
+ userId?: boolean
454
+ createdAt?: boolean
455
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
456
+ }, ExtArgs["result"]["articleFavorite"]>
457
+
458
+ export type ArticleFavoriteSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
459
+ id?: boolean
460
+ entityType?: boolean
461
+ entityId?: boolean
462
+ userId?: boolean
463
+ createdAt?: boolean
464
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
465
+ }, ExtArgs["result"]["articleFavorite"]>
466
+
467
+ export type ArticleFavoriteSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
468
+ id?: boolean
469
+ entityType?: boolean
470
+ entityId?: boolean
471
+ userId?: boolean
472
+ createdAt?: boolean
473
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
474
+ }, ExtArgs["result"]["articleFavorite"]>
475
+
476
+ export type ArticleFavoriteSelectScalar = {
477
+ id?: boolean
478
+ entityType?: boolean
479
+ entityId?: boolean
480
+ userId?: boolean
481
+ createdAt?: boolean
482
+ }
483
+
484
+ export type ArticleFavoriteOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "entityType" | "entityId" | "userId" | "createdAt", ExtArgs["result"]["articleFavorite"]>
485
+ export type ArticleFavoriteInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
486
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
487
+ }
488
+ export type ArticleFavoriteIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
489
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
490
+ }
491
+ export type ArticleFavoriteIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
492
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
493
+ }
494
+
495
+ export type $ArticleFavoritePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
496
+ name: "ArticleFavorite"
497
+ objects: {
498
+ user: Prisma.$UserPayload<ExtArgs>
499
+ }
500
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
501
+ id: string
502
+ entityType: string
503
+ entityId: string
504
+ userId: string
505
+ createdAt: Date
506
+ }, ExtArgs["result"]["articleFavorite"]>
507
+ composites: {}
508
+ }
509
+
510
+ export type ArticleFavoriteGetPayload<S extends boolean | null | undefined | ArticleFavoriteDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload, S>
511
+
512
+ export type ArticleFavoriteCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
513
+ Omit<ArticleFavoriteFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
514
+ select?: ArticleFavoriteCountAggregateInputType | true
515
+ }
516
+
517
+ export interface ArticleFavoriteDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
518
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ArticleFavorite'], meta: { name: 'ArticleFavorite' } }
519
+ /**
520
+ * Find zero or one ArticleFavorite that matches the filter.
521
+ * @param {ArticleFavoriteFindUniqueArgs} args - Arguments to find a ArticleFavorite
522
+ * @example
523
+ * // Get one ArticleFavorite
524
+ * const articleFavorite = await prisma.articleFavorite.findUnique({
525
+ * where: {
526
+ * // ... provide filter here
527
+ * }
528
+ * })
529
+ */
530
+ findUnique<T extends ArticleFavoriteFindUniqueArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
531
+
532
+ /**
533
+ * Find one ArticleFavorite that matches the filter or throw an error with `error.code='P2025'`
534
+ * if no matches were found.
535
+ * @param {ArticleFavoriteFindUniqueOrThrowArgs} args - Arguments to find a ArticleFavorite
536
+ * @example
537
+ * // Get one ArticleFavorite
538
+ * const articleFavorite = await prisma.articleFavorite.findUniqueOrThrow({
539
+ * where: {
540
+ * // ... provide filter here
541
+ * }
542
+ * })
543
+ */
544
+ findUniqueOrThrow<T extends ArticleFavoriteFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
545
+
546
+ /**
547
+ * Find the first ArticleFavorite that matches the filter.
548
+ * Note, that providing `undefined` is treated as the value not being there.
549
+ * Read more here: https://pris.ly/d/null-undefined
550
+ * @param {ArticleFavoriteFindFirstArgs} args - Arguments to find a ArticleFavorite
551
+ * @example
552
+ * // Get one ArticleFavorite
553
+ * const articleFavorite = await prisma.articleFavorite.findFirst({
554
+ * where: {
555
+ * // ... provide filter here
556
+ * }
557
+ * })
558
+ */
559
+ findFirst<T extends ArticleFavoriteFindFirstArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteFindFirstArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
560
+
561
+ /**
562
+ * Find the first ArticleFavorite that matches the filter or
563
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
564
+ * Note, that providing `undefined` is treated as the value not being there.
565
+ * Read more here: https://pris.ly/d/null-undefined
566
+ * @param {ArticleFavoriteFindFirstOrThrowArgs} args - Arguments to find a ArticleFavorite
567
+ * @example
568
+ * // Get one ArticleFavorite
569
+ * const articleFavorite = await prisma.articleFavorite.findFirstOrThrow({
570
+ * where: {
571
+ * // ... provide filter here
572
+ * }
573
+ * })
574
+ */
575
+ findFirstOrThrow<T extends ArticleFavoriteFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
576
+
577
+ /**
578
+ * Find zero or more ArticleFavorites that matches the filter.
579
+ * Note, that providing `undefined` is treated as the value not being there.
580
+ * Read more here: https://pris.ly/d/null-undefined
581
+ * @param {ArticleFavoriteFindManyArgs} args - Arguments to filter and select certain fields only.
582
+ * @example
583
+ * // Get all ArticleFavorites
584
+ * const articleFavorites = await prisma.articleFavorite.findMany()
585
+ *
586
+ * // Get first 10 ArticleFavorites
587
+ * const articleFavorites = await prisma.articleFavorite.findMany({ take: 10 })
588
+ *
589
+ * // Only select the `id`
590
+ * const articleFavoriteWithIdOnly = await prisma.articleFavorite.findMany({ select: { id: true } })
591
+ *
592
+ */
593
+ findMany<T extends ArticleFavoriteFindManyArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
594
+
595
+ /**
596
+ * Create a ArticleFavorite.
597
+ * @param {ArticleFavoriteCreateArgs} args - Arguments to create a ArticleFavorite.
598
+ * @example
599
+ * // Create one ArticleFavorite
600
+ * const ArticleFavorite = await prisma.articleFavorite.create({
601
+ * data: {
602
+ * // ... data to create a ArticleFavorite
603
+ * }
604
+ * })
605
+ *
606
+ */
607
+ create<T extends ArticleFavoriteCreateArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteCreateArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
608
+
609
+ /**
610
+ * Create many ArticleFavorites.
611
+ * @param {ArticleFavoriteCreateManyArgs} args - Arguments to create many ArticleFavorites.
612
+ * @example
613
+ * // Create many ArticleFavorites
614
+ * const articleFavorite = await prisma.articleFavorite.createMany({
615
+ * data: [
616
+ * // ... provide data here
617
+ * ]
618
+ * })
619
+ *
620
+ */
621
+ createMany<T extends ArticleFavoriteCreateManyArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
622
+
623
+ /**
624
+ * Create many ArticleFavorites and returns the data saved in the database.
625
+ * @param {ArticleFavoriteCreateManyAndReturnArgs} args - Arguments to create many ArticleFavorites.
626
+ * @example
627
+ * // Create many ArticleFavorites
628
+ * const articleFavorite = await prisma.articleFavorite.createManyAndReturn({
629
+ * data: [
630
+ * // ... provide data here
631
+ * ]
632
+ * })
633
+ *
634
+ * // Create many ArticleFavorites and only return the `id`
635
+ * const articleFavoriteWithIdOnly = await prisma.articleFavorite.createManyAndReturn({
636
+ * select: { id: true },
637
+ * data: [
638
+ * // ... provide data here
639
+ * ]
640
+ * })
641
+ * Note, that providing `undefined` is treated as the value not being there.
642
+ * Read more here: https://pris.ly/d/null-undefined
643
+ *
644
+ */
645
+ createManyAndReturn<T extends ArticleFavoriteCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
646
+
647
+ /**
648
+ * Delete a ArticleFavorite.
649
+ * @param {ArticleFavoriteDeleteArgs} args - Arguments to delete one ArticleFavorite.
650
+ * @example
651
+ * // Delete one ArticleFavorite
652
+ * const ArticleFavorite = await prisma.articleFavorite.delete({
653
+ * where: {
654
+ * // ... filter to delete one ArticleFavorite
655
+ * }
656
+ * })
657
+ *
658
+ */
659
+ delete<T extends ArticleFavoriteDeleteArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteDeleteArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
660
+
661
+ /**
662
+ * Update one ArticleFavorite.
663
+ * @param {ArticleFavoriteUpdateArgs} args - Arguments to update one ArticleFavorite.
664
+ * @example
665
+ * // Update one ArticleFavorite
666
+ * const articleFavorite = await prisma.articleFavorite.update({
667
+ * where: {
668
+ * // ... provide filter here
669
+ * },
670
+ * data: {
671
+ * // ... provide data here
672
+ * }
673
+ * })
674
+ *
675
+ */
676
+ update<T extends ArticleFavoriteUpdateArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteUpdateArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
677
+
678
+ /**
679
+ * Delete zero or more ArticleFavorites.
680
+ * @param {ArticleFavoriteDeleteManyArgs} args - Arguments to filter ArticleFavorites to delete.
681
+ * @example
682
+ * // Delete a few ArticleFavorites
683
+ * const { count } = await prisma.articleFavorite.deleteMany({
684
+ * where: {
685
+ * // ... provide filter here
686
+ * }
687
+ * })
688
+ *
689
+ */
690
+ deleteMany<T extends ArticleFavoriteDeleteManyArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
691
+
692
+ /**
693
+ * Update zero or more ArticleFavorites.
694
+ * Note, that providing `undefined` is treated as the value not being there.
695
+ * Read more here: https://pris.ly/d/null-undefined
696
+ * @param {ArticleFavoriteUpdateManyArgs} args - Arguments to update one or more rows.
697
+ * @example
698
+ * // Update many ArticleFavorites
699
+ * const articleFavorite = await prisma.articleFavorite.updateMany({
700
+ * where: {
701
+ * // ... provide filter here
702
+ * },
703
+ * data: {
704
+ * // ... provide data here
705
+ * }
706
+ * })
707
+ *
708
+ */
709
+ updateMany<T extends ArticleFavoriteUpdateManyArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
710
+
711
+ /**
712
+ * Update zero or more ArticleFavorites and returns the data updated in the database.
713
+ * @param {ArticleFavoriteUpdateManyAndReturnArgs} args - Arguments to update many ArticleFavorites.
714
+ * @example
715
+ * // Update many ArticleFavorites
716
+ * const articleFavorite = await prisma.articleFavorite.updateManyAndReturn({
717
+ * where: {
718
+ * // ... provide filter here
719
+ * },
720
+ * data: [
721
+ * // ... provide data here
722
+ * ]
723
+ * })
724
+ *
725
+ * // Update zero or more ArticleFavorites and only return the `id`
726
+ * const articleFavoriteWithIdOnly = await prisma.articleFavorite.updateManyAndReturn({
727
+ * select: { id: true },
728
+ * where: {
729
+ * // ... provide filter here
730
+ * },
731
+ * data: [
732
+ * // ... provide data here
733
+ * ]
734
+ * })
735
+ * Note, that providing `undefined` is treated as the value not being there.
736
+ * Read more here: https://pris.ly/d/null-undefined
737
+ *
738
+ */
739
+ updateManyAndReturn<T extends ArticleFavoriteUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
740
+
741
+ /**
742
+ * Create or update one ArticleFavorite.
743
+ * @param {ArticleFavoriteUpsertArgs} args - Arguments to update or create a ArticleFavorite.
744
+ * @example
745
+ * // Update or create a ArticleFavorite
746
+ * const articleFavorite = await prisma.articleFavorite.upsert({
747
+ * create: {
748
+ * // ... data to create a ArticleFavorite
749
+ * },
750
+ * update: {
751
+ * // ... in case it already exists, update
752
+ * },
753
+ * where: {
754
+ * // ... the filter for the ArticleFavorite we want to update
755
+ * }
756
+ * })
757
+ */
758
+ upsert<T extends ArticleFavoriteUpsertArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteUpsertArgs<ExtArgs>>): Prisma.Prisma__ArticleFavoriteClient<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
759
+
760
+
761
+ /**
762
+ * Count the number of ArticleFavorites.
763
+ * Note, that providing `undefined` is treated as the value not being there.
764
+ * Read more here: https://pris.ly/d/null-undefined
765
+ * @param {ArticleFavoriteCountArgs} args - Arguments to filter ArticleFavorites to count.
766
+ * @example
767
+ * // Count the number of ArticleFavorites
768
+ * const count = await prisma.articleFavorite.count({
769
+ * where: {
770
+ * // ... the filter for the ArticleFavorites we want to count
771
+ * }
772
+ * })
773
+ **/
774
+ count<T extends ArticleFavoriteCountArgs>(
775
+ args?: Prisma.Subset<T, ArticleFavoriteCountArgs>,
776
+ ): Prisma.PrismaPromise<
777
+ T extends runtime.Types.Utils.Record<'select', any>
778
+ ? T['select'] extends true
779
+ ? number
780
+ : Prisma.GetScalarType<T['select'], ArticleFavoriteCountAggregateOutputType>
781
+ : number
782
+ >
783
+
784
+ /**
785
+ * Allows you to perform aggregations operations on a ArticleFavorite.
786
+ * Note, that providing `undefined` is treated as the value not being there.
787
+ * Read more here: https://pris.ly/d/null-undefined
788
+ * @param {ArticleFavoriteAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
789
+ * @example
790
+ * // Ordered by age ascending
791
+ * // Where email contains prisma.io
792
+ * // Limited to the 10 users
793
+ * const aggregations = await prisma.user.aggregate({
794
+ * _avg: {
795
+ * age: true,
796
+ * },
797
+ * where: {
798
+ * email: {
799
+ * contains: "prisma.io",
800
+ * },
801
+ * },
802
+ * orderBy: {
803
+ * age: "asc",
804
+ * },
805
+ * take: 10,
806
+ * })
807
+ **/
808
+ aggregate<T extends ArticleFavoriteAggregateArgs>(args: Prisma.Subset<T, ArticleFavoriteAggregateArgs>): Prisma.PrismaPromise<GetArticleFavoriteAggregateType<T>>
809
+
810
+ /**
811
+ * Group by ArticleFavorite.
812
+ * Note, that providing `undefined` is treated as the value not being there.
813
+ * Read more here: https://pris.ly/d/null-undefined
814
+ * @param {ArticleFavoriteGroupByArgs} args - Group by arguments.
815
+ * @example
816
+ * // Group by city, order by createdAt, get count
817
+ * const result = await prisma.user.groupBy({
818
+ * by: ['city', 'createdAt'],
819
+ * orderBy: {
820
+ * createdAt: true
821
+ * },
822
+ * _count: {
823
+ * _all: true
824
+ * },
825
+ * })
826
+ *
827
+ **/
828
+ groupBy<
829
+ T extends ArticleFavoriteGroupByArgs,
830
+ HasSelectOrTake extends Prisma.Or<
831
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
832
+ Prisma.Extends<'take', Prisma.Keys<T>>
833
+ >,
834
+ OrderByArg extends Prisma.True extends HasSelectOrTake
835
+ ? { orderBy: ArticleFavoriteGroupByArgs['orderBy'] }
836
+ : { orderBy?: ArticleFavoriteGroupByArgs['orderBy'] },
837
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
838
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
839
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
840
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
841
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
842
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
843
+ InputErrors extends ByEmpty extends Prisma.True
844
+ ? `Error: "by" must not be empty.`
845
+ : HavingValid extends Prisma.False
846
+ ? {
847
+ [P in HavingFields]: P extends ByFields
848
+ ? never
849
+ : P extends string
850
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
851
+ : [
852
+ Error,
853
+ 'Field ',
854
+ P,
855
+ ` in "having" needs to be provided in "by"`,
856
+ ]
857
+ }[HavingFields]
858
+ : 'take' extends Prisma.Keys<T>
859
+ ? 'orderBy' extends Prisma.Keys<T>
860
+ ? ByValid extends Prisma.True
861
+ ? {}
862
+ : {
863
+ [P in OrderFields]: P extends ByFields
864
+ ? never
865
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
866
+ }[OrderFields]
867
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
868
+ : 'skip' extends Prisma.Keys<T>
869
+ ? 'orderBy' extends Prisma.Keys<T>
870
+ ? ByValid extends Prisma.True
871
+ ? {}
872
+ : {
873
+ [P in OrderFields]: P extends ByFields
874
+ ? never
875
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
876
+ }[OrderFields]
877
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
878
+ : ByValid extends Prisma.True
879
+ ? {}
880
+ : {
881
+ [P in OrderFields]: P extends ByFields
882
+ ? never
883
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
884
+ }[OrderFields]
885
+ >(args: Prisma.SubsetIntersection<T, ArticleFavoriteGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetArticleFavoriteGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
886
+ /**
887
+ * Fields of the ArticleFavorite model
888
+ */
889
+ readonly fields: ArticleFavoriteFieldRefs;
890
+ }
891
+
892
+ /**
893
+ * The delegate class that acts as a "Promise-like" for ArticleFavorite.
894
+ * Why is this prefixed with `Prisma__`?
895
+ * Because we want to prevent naming conflicts as mentioned in
896
+ * https://github.com/prisma/prisma-client-js/issues/707
897
+ */
898
+ export interface Prisma__ArticleFavoriteClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
899
+ readonly [Symbol.toStringTag]: "PrismaPromise"
900
+ user<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
901
+ /**
902
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
903
+ * @param onfulfilled The callback to execute when the Promise is resolved.
904
+ * @param onrejected The callback to execute when the Promise is rejected.
905
+ * @returns A Promise for the completion of which ever callback is executed.
906
+ */
907
+ then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
908
+ /**
909
+ * Attaches a callback for only the rejection of the Promise.
910
+ * @param onrejected The callback to execute when the Promise is rejected.
911
+ * @returns A Promise for the completion of the callback.
912
+ */
913
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
914
+ /**
915
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
916
+ * resolved value cannot be modified from the callback.
917
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
918
+ * @returns A Promise for the completion of the callback.
919
+ */
920
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
921
+ }
922
+
923
+
924
+
925
+
926
+ /**
927
+ * Fields of the ArticleFavorite model
928
+ */
929
+ export interface ArticleFavoriteFieldRefs {
930
+ readonly id: Prisma.FieldRef<"ArticleFavorite", 'String'>
931
+ readonly entityType: Prisma.FieldRef<"ArticleFavorite", 'String'>
932
+ readonly entityId: Prisma.FieldRef<"ArticleFavorite", 'String'>
933
+ readonly userId: Prisma.FieldRef<"ArticleFavorite", 'String'>
934
+ readonly createdAt: Prisma.FieldRef<"ArticleFavorite", 'DateTime'>
935
+ }
936
+
937
+
938
+ // Custom InputTypes
939
+ /**
940
+ * ArticleFavorite findUnique
941
+ */
942
+ export type ArticleFavoriteFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
943
+ /**
944
+ * Select specific fields to fetch from the ArticleFavorite
945
+ */
946
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
947
+ /**
948
+ * Omit specific fields from the ArticleFavorite
949
+ */
950
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
951
+ /**
952
+ * Choose, which related nodes to fetch as well
953
+ */
954
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
955
+ /**
956
+ * Filter, which ArticleFavorite to fetch.
957
+ */
958
+ where: Prisma.ArticleFavoriteWhereUniqueInput
959
+ }
960
+
961
+ /**
962
+ * ArticleFavorite findUniqueOrThrow
963
+ */
964
+ export type ArticleFavoriteFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
965
+ /**
966
+ * Select specific fields to fetch from the ArticleFavorite
967
+ */
968
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
969
+ /**
970
+ * Omit specific fields from the ArticleFavorite
971
+ */
972
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
973
+ /**
974
+ * Choose, which related nodes to fetch as well
975
+ */
976
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
977
+ /**
978
+ * Filter, which ArticleFavorite to fetch.
979
+ */
980
+ where: Prisma.ArticleFavoriteWhereUniqueInput
981
+ }
982
+
983
+ /**
984
+ * ArticleFavorite findFirst
985
+ */
986
+ export type ArticleFavoriteFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
987
+ /**
988
+ * Select specific fields to fetch from the ArticleFavorite
989
+ */
990
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
991
+ /**
992
+ * Omit specific fields from the ArticleFavorite
993
+ */
994
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
995
+ /**
996
+ * Choose, which related nodes to fetch as well
997
+ */
998
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
999
+ /**
1000
+ * Filter, which ArticleFavorite to fetch.
1001
+ */
1002
+ where?: Prisma.ArticleFavoriteWhereInput
1003
+ /**
1004
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1005
+ *
1006
+ * Determine the order of ArticleFavorites to fetch.
1007
+ */
1008
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
1009
+ /**
1010
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1011
+ *
1012
+ * Sets the position for searching for ArticleFavorites.
1013
+ */
1014
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
1015
+ /**
1016
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1017
+ *
1018
+ * Take `±n` ArticleFavorites from the position of the cursor.
1019
+ */
1020
+ take?: number
1021
+ /**
1022
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1023
+ *
1024
+ * Skip the first `n` ArticleFavorites.
1025
+ */
1026
+ skip?: number
1027
+ /**
1028
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1029
+ *
1030
+ * Filter by unique combinations of ArticleFavorites.
1031
+ */
1032
+ distinct?: Prisma.ArticleFavoriteScalarFieldEnum | Prisma.ArticleFavoriteScalarFieldEnum[]
1033
+ }
1034
+
1035
+ /**
1036
+ * ArticleFavorite findFirstOrThrow
1037
+ */
1038
+ export type ArticleFavoriteFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1039
+ /**
1040
+ * Select specific fields to fetch from the ArticleFavorite
1041
+ */
1042
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1043
+ /**
1044
+ * Omit specific fields from the ArticleFavorite
1045
+ */
1046
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1047
+ /**
1048
+ * Choose, which related nodes to fetch as well
1049
+ */
1050
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1051
+ /**
1052
+ * Filter, which ArticleFavorite to fetch.
1053
+ */
1054
+ where?: Prisma.ArticleFavoriteWhereInput
1055
+ /**
1056
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1057
+ *
1058
+ * Determine the order of ArticleFavorites to fetch.
1059
+ */
1060
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
1061
+ /**
1062
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1063
+ *
1064
+ * Sets the position for searching for ArticleFavorites.
1065
+ */
1066
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
1067
+ /**
1068
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1069
+ *
1070
+ * Take `±n` ArticleFavorites from the position of the cursor.
1071
+ */
1072
+ take?: number
1073
+ /**
1074
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1075
+ *
1076
+ * Skip the first `n` ArticleFavorites.
1077
+ */
1078
+ skip?: number
1079
+ /**
1080
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1081
+ *
1082
+ * Filter by unique combinations of ArticleFavorites.
1083
+ */
1084
+ distinct?: Prisma.ArticleFavoriteScalarFieldEnum | Prisma.ArticleFavoriteScalarFieldEnum[]
1085
+ }
1086
+
1087
+ /**
1088
+ * ArticleFavorite findMany
1089
+ */
1090
+ export type ArticleFavoriteFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1091
+ /**
1092
+ * Select specific fields to fetch from the ArticleFavorite
1093
+ */
1094
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1095
+ /**
1096
+ * Omit specific fields from the ArticleFavorite
1097
+ */
1098
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1099
+ /**
1100
+ * Choose, which related nodes to fetch as well
1101
+ */
1102
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1103
+ /**
1104
+ * Filter, which ArticleFavorites to fetch.
1105
+ */
1106
+ where?: Prisma.ArticleFavoriteWhereInput
1107
+ /**
1108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1109
+ *
1110
+ * Determine the order of ArticleFavorites to fetch.
1111
+ */
1112
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
1113
+ /**
1114
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1115
+ *
1116
+ * Sets the position for listing ArticleFavorites.
1117
+ */
1118
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
1119
+ /**
1120
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1121
+ *
1122
+ * Take `±n` ArticleFavorites from the position of the cursor.
1123
+ */
1124
+ take?: number
1125
+ /**
1126
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1127
+ *
1128
+ * Skip the first `n` ArticleFavorites.
1129
+ */
1130
+ skip?: number
1131
+ /**
1132
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1133
+ *
1134
+ * Filter by unique combinations of ArticleFavorites.
1135
+ */
1136
+ distinct?: Prisma.ArticleFavoriteScalarFieldEnum | Prisma.ArticleFavoriteScalarFieldEnum[]
1137
+ }
1138
+
1139
+ /**
1140
+ * ArticleFavorite create
1141
+ */
1142
+ export type ArticleFavoriteCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1143
+ /**
1144
+ * Select specific fields to fetch from the ArticleFavorite
1145
+ */
1146
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1147
+ /**
1148
+ * Omit specific fields from the ArticleFavorite
1149
+ */
1150
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1151
+ /**
1152
+ * Choose, which related nodes to fetch as well
1153
+ */
1154
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1155
+ /**
1156
+ * The data needed to create a ArticleFavorite.
1157
+ */
1158
+ data: Prisma.XOR<Prisma.ArticleFavoriteCreateInput, Prisma.ArticleFavoriteUncheckedCreateInput>
1159
+ }
1160
+
1161
+ /**
1162
+ * ArticleFavorite createMany
1163
+ */
1164
+ export type ArticleFavoriteCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1165
+ /**
1166
+ * The data used to create many ArticleFavorites.
1167
+ */
1168
+ data: Prisma.ArticleFavoriteCreateManyInput | Prisma.ArticleFavoriteCreateManyInput[]
1169
+ }
1170
+
1171
+ /**
1172
+ * ArticleFavorite createManyAndReturn
1173
+ */
1174
+ export type ArticleFavoriteCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1175
+ /**
1176
+ * Select specific fields to fetch from the ArticleFavorite
1177
+ */
1178
+ select?: Prisma.ArticleFavoriteSelectCreateManyAndReturn<ExtArgs> | null
1179
+ /**
1180
+ * Omit specific fields from the ArticleFavorite
1181
+ */
1182
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1183
+ /**
1184
+ * The data used to create many ArticleFavorites.
1185
+ */
1186
+ data: Prisma.ArticleFavoriteCreateManyInput | Prisma.ArticleFavoriteCreateManyInput[]
1187
+ /**
1188
+ * Choose, which related nodes to fetch as well
1189
+ */
1190
+ include?: Prisma.ArticleFavoriteIncludeCreateManyAndReturn<ExtArgs> | null
1191
+ }
1192
+
1193
+ /**
1194
+ * ArticleFavorite update
1195
+ */
1196
+ export type ArticleFavoriteUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1197
+ /**
1198
+ * Select specific fields to fetch from the ArticleFavorite
1199
+ */
1200
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1201
+ /**
1202
+ * Omit specific fields from the ArticleFavorite
1203
+ */
1204
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1205
+ /**
1206
+ * Choose, which related nodes to fetch as well
1207
+ */
1208
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1209
+ /**
1210
+ * The data needed to update a ArticleFavorite.
1211
+ */
1212
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateInput, Prisma.ArticleFavoriteUncheckedUpdateInput>
1213
+ /**
1214
+ * Choose, which ArticleFavorite to update.
1215
+ */
1216
+ where: Prisma.ArticleFavoriteWhereUniqueInput
1217
+ }
1218
+
1219
+ /**
1220
+ * ArticleFavorite updateMany
1221
+ */
1222
+ export type ArticleFavoriteUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1223
+ /**
1224
+ * The data used to update ArticleFavorites.
1225
+ */
1226
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateManyMutationInput, Prisma.ArticleFavoriteUncheckedUpdateManyInput>
1227
+ /**
1228
+ * Filter which ArticleFavorites to update
1229
+ */
1230
+ where?: Prisma.ArticleFavoriteWhereInput
1231
+ /**
1232
+ * Limit how many ArticleFavorites to update.
1233
+ */
1234
+ limit?: number
1235
+ }
1236
+
1237
+ /**
1238
+ * ArticleFavorite updateManyAndReturn
1239
+ */
1240
+ export type ArticleFavoriteUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1241
+ /**
1242
+ * Select specific fields to fetch from the ArticleFavorite
1243
+ */
1244
+ select?: Prisma.ArticleFavoriteSelectUpdateManyAndReturn<ExtArgs> | null
1245
+ /**
1246
+ * Omit specific fields from the ArticleFavorite
1247
+ */
1248
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1249
+ /**
1250
+ * The data used to update ArticleFavorites.
1251
+ */
1252
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateManyMutationInput, Prisma.ArticleFavoriteUncheckedUpdateManyInput>
1253
+ /**
1254
+ * Filter which ArticleFavorites to update
1255
+ */
1256
+ where?: Prisma.ArticleFavoriteWhereInput
1257
+ /**
1258
+ * Limit how many ArticleFavorites to update.
1259
+ */
1260
+ limit?: number
1261
+ /**
1262
+ * Choose, which related nodes to fetch as well
1263
+ */
1264
+ include?: Prisma.ArticleFavoriteIncludeUpdateManyAndReturn<ExtArgs> | null
1265
+ }
1266
+
1267
+ /**
1268
+ * ArticleFavorite upsert
1269
+ */
1270
+ export type ArticleFavoriteUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1271
+ /**
1272
+ * Select specific fields to fetch from the ArticleFavorite
1273
+ */
1274
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1275
+ /**
1276
+ * Omit specific fields from the ArticleFavorite
1277
+ */
1278
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1279
+ /**
1280
+ * Choose, which related nodes to fetch as well
1281
+ */
1282
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1283
+ /**
1284
+ * The filter to search for the ArticleFavorite to update in case it exists.
1285
+ */
1286
+ where: Prisma.ArticleFavoriteWhereUniqueInput
1287
+ /**
1288
+ * In case the ArticleFavorite found by the `where` argument doesn't exist, create a new ArticleFavorite with this data.
1289
+ */
1290
+ create: Prisma.XOR<Prisma.ArticleFavoriteCreateInput, Prisma.ArticleFavoriteUncheckedCreateInput>
1291
+ /**
1292
+ * In case the ArticleFavorite was found with the provided `where` argument, update it with this data.
1293
+ */
1294
+ update: Prisma.XOR<Prisma.ArticleFavoriteUpdateInput, Prisma.ArticleFavoriteUncheckedUpdateInput>
1295
+ }
1296
+
1297
+ /**
1298
+ * ArticleFavorite delete
1299
+ */
1300
+ export type ArticleFavoriteDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1301
+ /**
1302
+ * Select specific fields to fetch from the ArticleFavorite
1303
+ */
1304
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1305
+ /**
1306
+ * Omit specific fields from the ArticleFavorite
1307
+ */
1308
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1309
+ /**
1310
+ * Choose, which related nodes to fetch as well
1311
+ */
1312
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1313
+ /**
1314
+ * Filter which ArticleFavorite to delete.
1315
+ */
1316
+ where: Prisma.ArticleFavoriteWhereUniqueInput
1317
+ }
1318
+
1319
+ /**
1320
+ * ArticleFavorite deleteMany
1321
+ */
1322
+ export type ArticleFavoriteDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1323
+ /**
1324
+ * Filter which ArticleFavorites to delete
1325
+ */
1326
+ where?: Prisma.ArticleFavoriteWhereInput
1327
+ /**
1328
+ * Limit how many ArticleFavorites to delete.
1329
+ */
1330
+ limit?: number
1331
+ }
1332
+
1333
+ /**
1334
+ * ArticleFavorite without action
1335
+ */
1336
+ export type ArticleFavoriteDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1337
+ /**
1338
+ * Select specific fields to fetch from the ArticleFavorite
1339
+ */
1340
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1341
+ /**
1342
+ * Omit specific fields from the ArticleFavorite
1343
+ */
1344
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1345
+ /**
1346
+ * Choose, which related nodes to fetch as well
1347
+ */
1348
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1349
+ }