@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,1352 @@
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
+ skipDuplicates?: boolean
391
+ }
392
+
393
+ export type ArticleFavoriteUpsertWithWhereUniqueWithoutUserInput = {
394
+ where: Prisma.ArticleFavoriteWhereUniqueInput
395
+ update: Prisma.XOR<Prisma.ArticleFavoriteUpdateWithoutUserInput, Prisma.ArticleFavoriteUncheckedUpdateWithoutUserInput>
396
+ create: Prisma.XOR<Prisma.ArticleFavoriteCreateWithoutUserInput, Prisma.ArticleFavoriteUncheckedCreateWithoutUserInput>
397
+ }
398
+
399
+ export type ArticleFavoriteUpdateWithWhereUniqueWithoutUserInput = {
400
+ where: Prisma.ArticleFavoriteWhereUniqueInput
401
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateWithoutUserInput, Prisma.ArticleFavoriteUncheckedUpdateWithoutUserInput>
402
+ }
403
+
404
+ export type ArticleFavoriteUpdateManyWithWhereWithoutUserInput = {
405
+ where: Prisma.ArticleFavoriteScalarWhereInput
406
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateManyMutationInput, Prisma.ArticleFavoriteUncheckedUpdateManyWithoutUserInput>
407
+ }
408
+
409
+ export type ArticleFavoriteScalarWhereInput = {
410
+ AND?: Prisma.ArticleFavoriteScalarWhereInput | Prisma.ArticleFavoriteScalarWhereInput[]
411
+ OR?: Prisma.ArticleFavoriteScalarWhereInput[]
412
+ NOT?: Prisma.ArticleFavoriteScalarWhereInput | Prisma.ArticleFavoriteScalarWhereInput[]
413
+ id?: Prisma.StringFilter<"ArticleFavorite"> | string
414
+ entityType?: Prisma.StringFilter<"ArticleFavorite"> | string
415
+ entityId?: Prisma.StringFilter<"ArticleFavorite"> | string
416
+ userId?: Prisma.StringFilter<"ArticleFavorite"> | string
417
+ createdAt?: Prisma.DateTimeFilter<"ArticleFavorite"> | Date | string
418
+ }
419
+
420
+ export type ArticleFavoriteCreateManyUserInput = {
421
+ id?: string
422
+ entityType: string
423
+ entityId: string
424
+ createdAt?: Date | string
425
+ }
426
+
427
+ export type ArticleFavoriteUpdateWithoutUserInput = {
428
+ id?: Prisma.StringFieldUpdateOperationsInput | string
429
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
430
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
431
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
432
+ }
433
+
434
+ export type ArticleFavoriteUncheckedUpdateWithoutUserInput = {
435
+ id?: Prisma.StringFieldUpdateOperationsInput | string
436
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
437
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
438
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
439
+ }
440
+
441
+ export type ArticleFavoriteUncheckedUpdateManyWithoutUserInput = {
442
+ id?: Prisma.StringFieldUpdateOperationsInput | string
443
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
444
+ entityId?: Prisma.StringFieldUpdateOperationsInput | string
445
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
446
+ }
447
+
448
+
449
+
450
+ export type ArticleFavoriteSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
451
+ id?: boolean
452
+ entityType?: boolean
453
+ entityId?: boolean
454
+ userId?: boolean
455
+ createdAt?: boolean
456
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
457
+ }, ExtArgs["result"]["articleFavorite"]>
458
+
459
+ export type ArticleFavoriteSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
460
+ id?: boolean
461
+ entityType?: boolean
462
+ entityId?: boolean
463
+ userId?: boolean
464
+ createdAt?: boolean
465
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
466
+ }, ExtArgs["result"]["articleFavorite"]>
467
+
468
+ export type ArticleFavoriteSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
469
+ id?: boolean
470
+ entityType?: boolean
471
+ entityId?: boolean
472
+ userId?: boolean
473
+ createdAt?: boolean
474
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
475
+ }, ExtArgs["result"]["articleFavorite"]>
476
+
477
+ export type ArticleFavoriteSelectScalar = {
478
+ id?: boolean
479
+ entityType?: boolean
480
+ entityId?: boolean
481
+ userId?: boolean
482
+ createdAt?: boolean
483
+ }
484
+
485
+ 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"]>
486
+ export type ArticleFavoriteInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
487
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
488
+ }
489
+ export type ArticleFavoriteIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
490
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
491
+ }
492
+ export type ArticleFavoriteIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
493
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
494
+ }
495
+
496
+ export type $ArticleFavoritePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
497
+ name: "ArticleFavorite"
498
+ objects: {
499
+ user: Prisma.$UserPayload<ExtArgs>
500
+ }
501
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
502
+ id: string
503
+ entityType: string
504
+ entityId: string
505
+ userId: string
506
+ createdAt: Date
507
+ }, ExtArgs["result"]["articleFavorite"]>
508
+ composites: {}
509
+ }
510
+
511
+ export type ArticleFavoriteGetPayload<S extends boolean | null | undefined | ArticleFavoriteDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload, S>
512
+
513
+ export type ArticleFavoriteCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
514
+ Omit<ArticleFavoriteFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
515
+ select?: ArticleFavoriteCountAggregateInputType | true
516
+ }
517
+
518
+ export interface ArticleFavoriteDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
519
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ArticleFavorite'], meta: { name: 'ArticleFavorite' } }
520
+ /**
521
+ * Find zero or one ArticleFavorite that matches the filter.
522
+ * @param {ArticleFavoriteFindUniqueArgs} args - Arguments to find a ArticleFavorite
523
+ * @example
524
+ * // Get one ArticleFavorite
525
+ * const articleFavorite = await prisma.articleFavorite.findUnique({
526
+ * where: {
527
+ * // ... provide filter here
528
+ * }
529
+ * })
530
+ */
531
+ 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>
532
+
533
+ /**
534
+ * Find one ArticleFavorite that matches the filter or throw an error with `error.code='P2025'`
535
+ * if no matches were found.
536
+ * @param {ArticleFavoriteFindUniqueOrThrowArgs} args - Arguments to find a ArticleFavorite
537
+ * @example
538
+ * // Get one ArticleFavorite
539
+ * const articleFavorite = await prisma.articleFavorite.findUniqueOrThrow({
540
+ * where: {
541
+ * // ... provide filter here
542
+ * }
543
+ * })
544
+ */
545
+ 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>
546
+
547
+ /**
548
+ * Find the first ArticleFavorite that matches the filter.
549
+ * Note, that providing `undefined` is treated as the value not being there.
550
+ * Read more here: https://pris.ly/d/null-undefined
551
+ * @param {ArticleFavoriteFindFirstArgs} args - Arguments to find a ArticleFavorite
552
+ * @example
553
+ * // Get one ArticleFavorite
554
+ * const articleFavorite = await prisma.articleFavorite.findFirst({
555
+ * where: {
556
+ * // ... provide filter here
557
+ * }
558
+ * })
559
+ */
560
+ 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>
561
+
562
+ /**
563
+ * Find the first ArticleFavorite that matches the filter or
564
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
565
+ * Note, that providing `undefined` is treated as the value not being there.
566
+ * Read more here: https://pris.ly/d/null-undefined
567
+ * @param {ArticleFavoriteFindFirstOrThrowArgs} args - Arguments to find a ArticleFavorite
568
+ * @example
569
+ * // Get one ArticleFavorite
570
+ * const articleFavorite = await prisma.articleFavorite.findFirstOrThrow({
571
+ * where: {
572
+ * // ... provide filter here
573
+ * }
574
+ * })
575
+ */
576
+ 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>
577
+
578
+ /**
579
+ * Find zero or more ArticleFavorites that matches the filter.
580
+ * Note, that providing `undefined` is treated as the value not being there.
581
+ * Read more here: https://pris.ly/d/null-undefined
582
+ * @param {ArticleFavoriteFindManyArgs} args - Arguments to filter and select certain fields only.
583
+ * @example
584
+ * // Get all ArticleFavorites
585
+ * const articleFavorites = await prisma.articleFavorite.findMany()
586
+ *
587
+ * // Get first 10 ArticleFavorites
588
+ * const articleFavorites = await prisma.articleFavorite.findMany({ take: 10 })
589
+ *
590
+ * // Only select the `id`
591
+ * const articleFavoriteWithIdOnly = await prisma.articleFavorite.findMany({ select: { id: true } })
592
+ *
593
+ */
594
+ findMany<T extends ArticleFavoriteFindManyArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
595
+
596
+ /**
597
+ * Create a ArticleFavorite.
598
+ * @param {ArticleFavoriteCreateArgs} args - Arguments to create a ArticleFavorite.
599
+ * @example
600
+ * // Create one ArticleFavorite
601
+ * const ArticleFavorite = await prisma.articleFavorite.create({
602
+ * data: {
603
+ * // ... data to create a ArticleFavorite
604
+ * }
605
+ * })
606
+ *
607
+ */
608
+ 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>
609
+
610
+ /**
611
+ * Create many ArticleFavorites.
612
+ * @param {ArticleFavoriteCreateManyArgs} args - Arguments to create many ArticleFavorites.
613
+ * @example
614
+ * // Create many ArticleFavorites
615
+ * const articleFavorite = await prisma.articleFavorite.createMany({
616
+ * data: [
617
+ * // ... provide data here
618
+ * ]
619
+ * })
620
+ *
621
+ */
622
+ createMany<T extends ArticleFavoriteCreateManyArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
623
+
624
+ /**
625
+ * Create many ArticleFavorites and returns the data saved in the database.
626
+ * @param {ArticleFavoriteCreateManyAndReturnArgs} args - Arguments to create many ArticleFavorites.
627
+ * @example
628
+ * // Create many ArticleFavorites
629
+ * const articleFavorite = await prisma.articleFavorite.createManyAndReturn({
630
+ * data: [
631
+ * // ... provide data here
632
+ * ]
633
+ * })
634
+ *
635
+ * // Create many ArticleFavorites and only return the `id`
636
+ * const articleFavoriteWithIdOnly = await prisma.articleFavorite.createManyAndReturn({
637
+ * select: { id: true },
638
+ * data: [
639
+ * // ... provide data here
640
+ * ]
641
+ * })
642
+ * Note, that providing `undefined` is treated as the value not being there.
643
+ * Read more here: https://pris.ly/d/null-undefined
644
+ *
645
+ */
646
+ createManyAndReturn<T extends ArticleFavoriteCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
647
+
648
+ /**
649
+ * Delete a ArticleFavorite.
650
+ * @param {ArticleFavoriteDeleteArgs} args - Arguments to delete one ArticleFavorite.
651
+ * @example
652
+ * // Delete one ArticleFavorite
653
+ * const ArticleFavorite = await prisma.articleFavorite.delete({
654
+ * where: {
655
+ * // ... filter to delete one ArticleFavorite
656
+ * }
657
+ * })
658
+ *
659
+ */
660
+ 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>
661
+
662
+ /**
663
+ * Update one ArticleFavorite.
664
+ * @param {ArticleFavoriteUpdateArgs} args - Arguments to update one ArticleFavorite.
665
+ * @example
666
+ * // Update one ArticleFavorite
667
+ * const articleFavorite = await prisma.articleFavorite.update({
668
+ * where: {
669
+ * // ... provide filter here
670
+ * },
671
+ * data: {
672
+ * // ... provide data here
673
+ * }
674
+ * })
675
+ *
676
+ */
677
+ 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>
678
+
679
+ /**
680
+ * Delete zero or more ArticleFavorites.
681
+ * @param {ArticleFavoriteDeleteManyArgs} args - Arguments to filter ArticleFavorites to delete.
682
+ * @example
683
+ * // Delete a few ArticleFavorites
684
+ * const { count } = await prisma.articleFavorite.deleteMany({
685
+ * where: {
686
+ * // ... provide filter here
687
+ * }
688
+ * })
689
+ *
690
+ */
691
+ deleteMany<T extends ArticleFavoriteDeleteManyArgs>(args?: Prisma.SelectSubset<T, ArticleFavoriteDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
692
+
693
+ /**
694
+ * Update zero or more ArticleFavorites.
695
+ * Note, that providing `undefined` is treated as the value not being there.
696
+ * Read more here: https://pris.ly/d/null-undefined
697
+ * @param {ArticleFavoriteUpdateManyArgs} args - Arguments to update one or more rows.
698
+ * @example
699
+ * // Update many ArticleFavorites
700
+ * const articleFavorite = await prisma.articleFavorite.updateMany({
701
+ * where: {
702
+ * // ... provide filter here
703
+ * },
704
+ * data: {
705
+ * // ... provide data here
706
+ * }
707
+ * })
708
+ *
709
+ */
710
+ updateMany<T extends ArticleFavoriteUpdateManyArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
711
+
712
+ /**
713
+ * Update zero or more ArticleFavorites and returns the data updated in the database.
714
+ * @param {ArticleFavoriteUpdateManyAndReturnArgs} args - Arguments to update many ArticleFavorites.
715
+ * @example
716
+ * // Update many ArticleFavorites
717
+ * const articleFavorite = await prisma.articleFavorite.updateManyAndReturn({
718
+ * where: {
719
+ * // ... provide filter here
720
+ * },
721
+ * data: [
722
+ * // ... provide data here
723
+ * ]
724
+ * })
725
+ *
726
+ * // Update zero or more ArticleFavorites and only return the `id`
727
+ * const articleFavoriteWithIdOnly = await prisma.articleFavorite.updateManyAndReturn({
728
+ * select: { id: true },
729
+ * where: {
730
+ * // ... provide filter here
731
+ * },
732
+ * data: [
733
+ * // ... provide data here
734
+ * ]
735
+ * })
736
+ * Note, that providing `undefined` is treated as the value not being there.
737
+ * Read more here: https://pris.ly/d/null-undefined
738
+ *
739
+ */
740
+ updateManyAndReturn<T extends ArticleFavoriteUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ArticleFavoriteUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArticleFavoritePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
741
+
742
+ /**
743
+ * Create or update one ArticleFavorite.
744
+ * @param {ArticleFavoriteUpsertArgs} args - Arguments to update or create a ArticleFavorite.
745
+ * @example
746
+ * // Update or create a ArticleFavorite
747
+ * const articleFavorite = await prisma.articleFavorite.upsert({
748
+ * create: {
749
+ * // ... data to create a ArticleFavorite
750
+ * },
751
+ * update: {
752
+ * // ... in case it already exists, update
753
+ * },
754
+ * where: {
755
+ * // ... the filter for the ArticleFavorite we want to update
756
+ * }
757
+ * })
758
+ */
759
+ 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>
760
+
761
+
762
+ /**
763
+ * Count the number of ArticleFavorites.
764
+ * Note, that providing `undefined` is treated as the value not being there.
765
+ * Read more here: https://pris.ly/d/null-undefined
766
+ * @param {ArticleFavoriteCountArgs} args - Arguments to filter ArticleFavorites to count.
767
+ * @example
768
+ * // Count the number of ArticleFavorites
769
+ * const count = await prisma.articleFavorite.count({
770
+ * where: {
771
+ * // ... the filter for the ArticleFavorites we want to count
772
+ * }
773
+ * })
774
+ **/
775
+ count<T extends ArticleFavoriteCountArgs>(
776
+ args?: Prisma.Subset<T, ArticleFavoriteCountArgs>,
777
+ ): Prisma.PrismaPromise<
778
+ T extends runtime.Types.Utils.Record<'select', any>
779
+ ? T['select'] extends true
780
+ ? number
781
+ : Prisma.GetScalarType<T['select'], ArticleFavoriteCountAggregateOutputType>
782
+ : number
783
+ >
784
+
785
+ /**
786
+ * Allows you to perform aggregations operations on a ArticleFavorite.
787
+ * Note, that providing `undefined` is treated as the value not being there.
788
+ * Read more here: https://pris.ly/d/null-undefined
789
+ * @param {ArticleFavoriteAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
790
+ * @example
791
+ * // Ordered by age ascending
792
+ * // Where email contains prisma.io
793
+ * // Limited to the 10 users
794
+ * const aggregations = await prisma.user.aggregate({
795
+ * _avg: {
796
+ * age: true,
797
+ * },
798
+ * where: {
799
+ * email: {
800
+ * contains: "prisma.io",
801
+ * },
802
+ * },
803
+ * orderBy: {
804
+ * age: "asc",
805
+ * },
806
+ * take: 10,
807
+ * })
808
+ **/
809
+ aggregate<T extends ArticleFavoriteAggregateArgs>(args: Prisma.Subset<T, ArticleFavoriteAggregateArgs>): Prisma.PrismaPromise<GetArticleFavoriteAggregateType<T>>
810
+
811
+ /**
812
+ * Group by ArticleFavorite.
813
+ * Note, that providing `undefined` is treated as the value not being there.
814
+ * Read more here: https://pris.ly/d/null-undefined
815
+ * @param {ArticleFavoriteGroupByArgs} args - Group by arguments.
816
+ * @example
817
+ * // Group by city, order by createdAt, get count
818
+ * const result = await prisma.user.groupBy({
819
+ * by: ['city', 'createdAt'],
820
+ * orderBy: {
821
+ * createdAt: true
822
+ * },
823
+ * _count: {
824
+ * _all: true
825
+ * },
826
+ * })
827
+ *
828
+ **/
829
+ groupBy<
830
+ T extends ArticleFavoriteGroupByArgs,
831
+ HasSelectOrTake extends Prisma.Or<
832
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
833
+ Prisma.Extends<'take', Prisma.Keys<T>>
834
+ >,
835
+ OrderByArg extends Prisma.True extends HasSelectOrTake
836
+ ? { orderBy: ArticleFavoriteGroupByArgs['orderBy'] }
837
+ : { orderBy?: ArticleFavoriteGroupByArgs['orderBy'] },
838
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
839
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
840
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
841
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
842
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
843
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
844
+ InputErrors extends ByEmpty extends Prisma.True
845
+ ? `Error: "by" must not be empty.`
846
+ : HavingValid extends Prisma.False
847
+ ? {
848
+ [P in HavingFields]: P extends ByFields
849
+ ? never
850
+ : P extends string
851
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
852
+ : [
853
+ Error,
854
+ 'Field ',
855
+ P,
856
+ ` in "having" needs to be provided in "by"`,
857
+ ]
858
+ }[HavingFields]
859
+ : 'take' extends Prisma.Keys<T>
860
+ ? 'orderBy' extends Prisma.Keys<T>
861
+ ? ByValid extends Prisma.True
862
+ ? {}
863
+ : {
864
+ [P in OrderFields]: P extends ByFields
865
+ ? never
866
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
867
+ }[OrderFields]
868
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
869
+ : 'skip' extends Prisma.Keys<T>
870
+ ? 'orderBy' extends Prisma.Keys<T>
871
+ ? ByValid extends Prisma.True
872
+ ? {}
873
+ : {
874
+ [P in OrderFields]: P extends ByFields
875
+ ? never
876
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
877
+ }[OrderFields]
878
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
879
+ : ByValid extends Prisma.True
880
+ ? {}
881
+ : {
882
+ [P in OrderFields]: P extends ByFields
883
+ ? never
884
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
885
+ }[OrderFields]
886
+ >(args: Prisma.SubsetIntersection<T, ArticleFavoriteGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetArticleFavoriteGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
887
+ /**
888
+ * Fields of the ArticleFavorite model
889
+ */
890
+ readonly fields: ArticleFavoriteFieldRefs;
891
+ }
892
+
893
+ /**
894
+ * The delegate class that acts as a "Promise-like" for ArticleFavorite.
895
+ * Why is this prefixed with `Prisma__`?
896
+ * Because we want to prevent naming conflicts as mentioned in
897
+ * https://github.com/prisma/prisma-client-js/issues/707
898
+ */
899
+ export interface Prisma__ArticleFavoriteClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
900
+ readonly [Symbol.toStringTag]: "PrismaPromise"
901
+ 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>
902
+ /**
903
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
904
+ * @param onfulfilled The callback to execute when the Promise is resolved.
905
+ * @param onrejected The callback to execute when the Promise is rejected.
906
+ * @returns A Promise for the completion of which ever callback is executed.
907
+ */
908
+ 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>
909
+ /**
910
+ * Attaches a callback for only the rejection of the Promise.
911
+ * @param onrejected The callback to execute when the Promise is rejected.
912
+ * @returns A Promise for the completion of the callback.
913
+ */
914
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
915
+ /**
916
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
917
+ * resolved value cannot be modified from the callback.
918
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
919
+ * @returns A Promise for the completion of the callback.
920
+ */
921
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
922
+ }
923
+
924
+
925
+
926
+
927
+ /**
928
+ * Fields of the ArticleFavorite model
929
+ */
930
+ export interface ArticleFavoriteFieldRefs {
931
+ readonly id: Prisma.FieldRef<"ArticleFavorite", 'String'>
932
+ readonly entityType: Prisma.FieldRef<"ArticleFavorite", 'String'>
933
+ readonly entityId: Prisma.FieldRef<"ArticleFavorite", 'String'>
934
+ readonly userId: Prisma.FieldRef<"ArticleFavorite", 'String'>
935
+ readonly createdAt: Prisma.FieldRef<"ArticleFavorite", 'DateTime'>
936
+ }
937
+
938
+
939
+ // Custom InputTypes
940
+ /**
941
+ * ArticleFavorite findUnique
942
+ */
943
+ export type ArticleFavoriteFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
944
+ /**
945
+ * Select specific fields to fetch from the ArticleFavorite
946
+ */
947
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
948
+ /**
949
+ * Omit specific fields from the ArticleFavorite
950
+ */
951
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
952
+ /**
953
+ * Choose, which related nodes to fetch as well
954
+ */
955
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
956
+ /**
957
+ * Filter, which ArticleFavorite to fetch.
958
+ */
959
+ where: Prisma.ArticleFavoriteWhereUniqueInput
960
+ }
961
+
962
+ /**
963
+ * ArticleFavorite findUniqueOrThrow
964
+ */
965
+ export type ArticleFavoriteFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
966
+ /**
967
+ * Select specific fields to fetch from the ArticleFavorite
968
+ */
969
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
970
+ /**
971
+ * Omit specific fields from the ArticleFavorite
972
+ */
973
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
974
+ /**
975
+ * Choose, which related nodes to fetch as well
976
+ */
977
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
978
+ /**
979
+ * Filter, which ArticleFavorite to fetch.
980
+ */
981
+ where: Prisma.ArticleFavoriteWhereUniqueInput
982
+ }
983
+
984
+ /**
985
+ * ArticleFavorite findFirst
986
+ */
987
+ export type ArticleFavoriteFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
988
+ /**
989
+ * Select specific fields to fetch from the ArticleFavorite
990
+ */
991
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
992
+ /**
993
+ * Omit specific fields from the ArticleFavorite
994
+ */
995
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
996
+ /**
997
+ * Choose, which related nodes to fetch as well
998
+ */
999
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1000
+ /**
1001
+ * Filter, which ArticleFavorite to fetch.
1002
+ */
1003
+ where?: Prisma.ArticleFavoriteWhereInput
1004
+ /**
1005
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1006
+ *
1007
+ * Determine the order of ArticleFavorites to fetch.
1008
+ */
1009
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
1010
+ /**
1011
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1012
+ *
1013
+ * Sets the position for searching for ArticleFavorites.
1014
+ */
1015
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
1016
+ /**
1017
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1018
+ *
1019
+ * Take `±n` ArticleFavorites from the position of the cursor.
1020
+ */
1021
+ take?: number
1022
+ /**
1023
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1024
+ *
1025
+ * Skip the first `n` ArticleFavorites.
1026
+ */
1027
+ skip?: number
1028
+ /**
1029
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1030
+ *
1031
+ * Filter by unique combinations of ArticleFavorites.
1032
+ */
1033
+ distinct?: Prisma.ArticleFavoriteScalarFieldEnum | Prisma.ArticleFavoriteScalarFieldEnum[]
1034
+ }
1035
+
1036
+ /**
1037
+ * ArticleFavorite findFirstOrThrow
1038
+ */
1039
+ export type ArticleFavoriteFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1040
+ /**
1041
+ * Select specific fields to fetch from the ArticleFavorite
1042
+ */
1043
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1044
+ /**
1045
+ * Omit specific fields from the ArticleFavorite
1046
+ */
1047
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1048
+ /**
1049
+ * Choose, which related nodes to fetch as well
1050
+ */
1051
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1052
+ /**
1053
+ * Filter, which ArticleFavorite to fetch.
1054
+ */
1055
+ where?: Prisma.ArticleFavoriteWhereInput
1056
+ /**
1057
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1058
+ *
1059
+ * Determine the order of ArticleFavorites to fetch.
1060
+ */
1061
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
1062
+ /**
1063
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1064
+ *
1065
+ * Sets the position for searching for ArticleFavorites.
1066
+ */
1067
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
1068
+ /**
1069
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1070
+ *
1071
+ * Take `±n` ArticleFavorites from the position of the cursor.
1072
+ */
1073
+ take?: number
1074
+ /**
1075
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1076
+ *
1077
+ * Skip the first `n` ArticleFavorites.
1078
+ */
1079
+ skip?: number
1080
+ /**
1081
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1082
+ *
1083
+ * Filter by unique combinations of ArticleFavorites.
1084
+ */
1085
+ distinct?: Prisma.ArticleFavoriteScalarFieldEnum | Prisma.ArticleFavoriteScalarFieldEnum[]
1086
+ }
1087
+
1088
+ /**
1089
+ * ArticleFavorite findMany
1090
+ */
1091
+ export type ArticleFavoriteFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1092
+ /**
1093
+ * Select specific fields to fetch from the ArticleFavorite
1094
+ */
1095
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1096
+ /**
1097
+ * Omit specific fields from the ArticleFavorite
1098
+ */
1099
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1100
+ /**
1101
+ * Choose, which related nodes to fetch as well
1102
+ */
1103
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1104
+ /**
1105
+ * Filter, which ArticleFavorites to fetch.
1106
+ */
1107
+ where?: Prisma.ArticleFavoriteWhereInput
1108
+ /**
1109
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1110
+ *
1111
+ * Determine the order of ArticleFavorites to fetch.
1112
+ */
1113
+ orderBy?: Prisma.ArticleFavoriteOrderByWithRelationInput | Prisma.ArticleFavoriteOrderByWithRelationInput[]
1114
+ /**
1115
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1116
+ *
1117
+ * Sets the position for listing ArticleFavorites.
1118
+ */
1119
+ cursor?: Prisma.ArticleFavoriteWhereUniqueInput
1120
+ /**
1121
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1122
+ *
1123
+ * Take `±n` ArticleFavorites from the position of the cursor.
1124
+ */
1125
+ take?: number
1126
+ /**
1127
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1128
+ *
1129
+ * Skip the first `n` ArticleFavorites.
1130
+ */
1131
+ skip?: number
1132
+ /**
1133
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1134
+ *
1135
+ * Filter by unique combinations of ArticleFavorites.
1136
+ */
1137
+ distinct?: Prisma.ArticleFavoriteScalarFieldEnum | Prisma.ArticleFavoriteScalarFieldEnum[]
1138
+ }
1139
+
1140
+ /**
1141
+ * ArticleFavorite create
1142
+ */
1143
+ export type ArticleFavoriteCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1144
+ /**
1145
+ * Select specific fields to fetch from the ArticleFavorite
1146
+ */
1147
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1148
+ /**
1149
+ * Omit specific fields from the ArticleFavorite
1150
+ */
1151
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1152
+ /**
1153
+ * Choose, which related nodes to fetch as well
1154
+ */
1155
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1156
+ /**
1157
+ * The data needed to create a ArticleFavorite.
1158
+ */
1159
+ data: Prisma.XOR<Prisma.ArticleFavoriteCreateInput, Prisma.ArticleFavoriteUncheckedCreateInput>
1160
+ }
1161
+
1162
+ /**
1163
+ * ArticleFavorite createMany
1164
+ */
1165
+ export type ArticleFavoriteCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1166
+ /**
1167
+ * The data used to create many ArticleFavorites.
1168
+ */
1169
+ data: Prisma.ArticleFavoriteCreateManyInput | Prisma.ArticleFavoriteCreateManyInput[]
1170
+ skipDuplicates?: boolean
1171
+ }
1172
+
1173
+ /**
1174
+ * ArticleFavorite createManyAndReturn
1175
+ */
1176
+ export type ArticleFavoriteCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1177
+ /**
1178
+ * Select specific fields to fetch from the ArticleFavorite
1179
+ */
1180
+ select?: Prisma.ArticleFavoriteSelectCreateManyAndReturn<ExtArgs> | null
1181
+ /**
1182
+ * Omit specific fields from the ArticleFavorite
1183
+ */
1184
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1185
+ /**
1186
+ * The data used to create many ArticleFavorites.
1187
+ */
1188
+ data: Prisma.ArticleFavoriteCreateManyInput | Prisma.ArticleFavoriteCreateManyInput[]
1189
+ skipDuplicates?: boolean
1190
+ /**
1191
+ * Choose, which related nodes to fetch as well
1192
+ */
1193
+ include?: Prisma.ArticleFavoriteIncludeCreateManyAndReturn<ExtArgs> | null
1194
+ }
1195
+
1196
+ /**
1197
+ * ArticleFavorite update
1198
+ */
1199
+ export type ArticleFavoriteUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1200
+ /**
1201
+ * Select specific fields to fetch from the ArticleFavorite
1202
+ */
1203
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1204
+ /**
1205
+ * Omit specific fields from the ArticleFavorite
1206
+ */
1207
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1208
+ /**
1209
+ * Choose, which related nodes to fetch as well
1210
+ */
1211
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1212
+ /**
1213
+ * The data needed to update a ArticleFavorite.
1214
+ */
1215
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateInput, Prisma.ArticleFavoriteUncheckedUpdateInput>
1216
+ /**
1217
+ * Choose, which ArticleFavorite to update.
1218
+ */
1219
+ where: Prisma.ArticleFavoriteWhereUniqueInput
1220
+ }
1221
+
1222
+ /**
1223
+ * ArticleFavorite updateMany
1224
+ */
1225
+ export type ArticleFavoriteUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1226
+ /**
1227
+ * The data used to update ArticleFavorites.
1228
+ */
1229
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateManyMutationInput, Prisma.ArticleFavoriteUncheckedUpdateManyInput>
1230
+ /**
1231
+ * Filter which ArticleFavorites to update
1232
+ */
1233
+ where?: Prisma.ArticleFavoriteWhereInput
1234
+ /**
1235
+ * Limit how many ArticleFavorites to update.
1236
+ */
1237
+ limit?: number
1238
+ }
1239
+
1240
+ /**
1241
+ * ArticleFavorite updateManyAndReturn
1242
+ */
1243
+ export type ArticleFavoriteUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1244
+ /**
1245
+ * Select specific fields to fetch from the ArticleFavorite
1246
+ */
1247
+ select?: Prisma.ArticleFavoriteSelectUpdateManyAndReturn<ExtArgs> | null
1248
+ /**
1249
+ * Omit specific fields from the ArticleFavorite
1250
+ */
1251
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1252
+ /**
1253
+ * The data used to update ArticleFavorites.
1254
+ */
1255
+ data: Prisma.XOR<Prisma.ArticleFavoriteUpdateManyMutationInput, Prisma.ArticleFavoriteUncheckedUpdateManyInput>
1256
+ /**
1257
+ * Filter which ArticleFavorites to update
1258
+ */
1259
+ where?: Prisma.ArticleFavoriteWhereInput
1260
+ /**
1261
+ * Limit how many ArticleFavorites to update.
1262
+ */
1263
+ limit?: number
1264
+ /**
1265
+ * Choose, which related nodes to fetch as well
1266
+ */
1267
+ include?: Prisma.ArticleFavoriteIncludeUpdateManyAndReturn<ExtArgs> | null
1268
+ }
1269
+
1270
+ /**
1271
+ * ArticleFavorite upsert
1272
+ */
1273
+ export type ArticleFavoriteUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1274
+ /**
1275
+ * Select specific fields to fetch from the ArticleFavorite
1276
+ */
1277
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1278
+ /**
1279
+ * Omit specific fields from the ArticleFavorite
1280
+ */
1281
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1282
+ /**
1283
+ * Choose, which related nodes to fetch as well
1284
+ */
1285
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1286
+ /**
1287
+ * The filter to search for the ArticleFavorite to update in case it exists.
1288
+ */
1289
+ where: Prisma.ArticleFavoriteWhereUniqueInput
1290
+ /**
1291
+ * In case the ArticleFavorite found by the `where` argument doesn't exist, create a new ArticleFavorite with this data.
1292
+ */
1293
+ create: Prisma.XOR<Prisma.ArticleFavoriteCreateInput, Prisma.ArticleFavoriteUncheckedCreateInput>
1294
+ /**
1295
+ * In case the ArticleFavorite was found with the provided `where` argument, update it with this data.
1296
+ */
1297
+ update: Prisma.XOR<Prisma.ArticleFavoriteUpdateInput, Prisma.ArticleFavoriteUncheckedUpdateInput>
1298
+ }
1299
+
1300
+ /**
1301
+ * ArticleFavorite delete
1302
+ */
1303
+ export type ArticleFavoriteDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1304
+ /**
1305
+ * Select specific fields to fetch from the ArticleFavorite
1306
+ */
1307
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1308
+ /**
1309
+ * Omit specific fields from the ArticleFavorite
1310
+ */
1311
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1312
+ /**
1313
+ * Choose, which related nodes to fetch as well
1314
+ */
1315
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1316
+ /**
1317
+ * Filter which ArticleFavorite to delete.
1318
+ */
1319
+ where: Prisma.ArticleFavoriteWhereUniqueInput
1320
+ }
1321
+
1322
+ /**
1323
+ * ArticleFavorite deleteMany
1324
+ */
1325
+ export type ArticleFavoriteDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1326
+ /**
1327
+ * Filter which ArticleFavorites to delete
1328
+ */
1329
+ where?: Prisma.ArticleFavoriteWhereInput
1330
+ /**
1331
+ * Limit how many ArticleFavorites to delete.
1332
+ */
1333
+ limit?: number
1334
+ }
1335
+
1336
+ /**
1337
+ * ArticleFavorite without action
1338
+ */
1339
+ export type ArticleFavoriteDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1340
+ /**
1341
+ * Select specific fields to fetch from the ArticleFavorite
1342
+ */
1343
+ select?: Prisma.ArticleFavoriteSelect<ExtArgs> | null
1344
+ /**
1345
+ * Omit specific fields from the ArticleFavorite
1346
+ */
1347
+ omit?: Prisma.ArticleFavoriteOmit<ExtArgs> | null
1348
+ /**
1349
+ * Choose, which related nodes to fetch as well
1350
+ */
1351
+ include?: Prisma.ArticleFavoriteInclude<ExtArgs> | null
1352
+ }