@allbluecn/database 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,2219 @@
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 `WebsiteBookmark` 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 WebsiteBookmark
17
+ *
18
+ */
19
+ export type WebsiteBookmarkModel = runtime.Types.Result.DefaultSelection<Prisma.$WebsiteBookmarkPayload>
20
+
21
+ export type AggregateWebsiteBookmark = {
22
+ _count: WebsiteBookmarkCountAggregateOutputType | null
23
+ _avg: WebsiteBookmarkAvgAggregateOutputType | null
24
+ _sum: WebsiteBookmarkSumAggregateOutputType | null
25
+ _min: WebsiteBookmarkMinAggregateOutputType | null
26
+ _max: WebsiteBookmarkMaxAggregateOutputType | null
27
+ }
28
+
29
+ export type WebsiteBookmarkAvgAggregateOutputType = {
30
+ githubStars: number | null
31
+ }
32
+
33
+ export type WebsiteBookmarkSumAggregateOutputType = {
34
+ githubStars: number | null
35
+ }
36
+
37
+ export type WebsiteBookmarkMinAggregateOutputType = {
38
+ id: string | null
39
+ canonicalId: string | null
40
+ title: string | null
41
+ url: string | null
42
+ categoryId: string | null
43
+ summary: string | null
44
+ faviconUrl: string | null
45
+ faviconSyncedAt: Date | null
46
+ isGithub: boolean | null
47
+ githubOwner: string | null
48
+ githubRepo: string | null
49
+ githubStars: number | null
50
+ githubLatestVersion: string | null
51
+ githubVersionDate: Date | null
52
+ githubRepoUpdatedAt: Date | null
53
+ githubSyncedAt: Date | null
54
+ visibility: string | null
55
+ userId: string | null
56
+ isDeleted: boolean | null
57
+ createdAt: Date | null
58
+ updatedAt: Date | null
59
+ }
60
+
61
+ export type WebsiteBookmarkMaxAggregateOutputType = {
62
+ id: string | null
63
+ canonicalId: string | null
64
+ title: string | null
65
+ url: string | null
66
+ categoryId: string | null
67
+ summary: string | null
68
+ faviconUrl: string | null
69
+ faviconSyncedAt: Date | null
70
+ isGithub: boolean | null
71
+ githubOwner: string | null
72
+ githubRepo: string | null
73
+ githubStars: number | null
74
+ githubLatestVersion: string | null
75
+ githubVersionDate: Date | null
76
+ githubRepoUpdatedAt: Date | null
77
+ githubSyncedAt: Date | null
78
+ visibility: string | null
79
+ userId: string | null
80
+ isDeleted: boolean | null
81
+ createdAt: Date | null
82
+ updatedAt: Date | null
83
+ }
84
+
85
+ export type WebsiteBookmarkCountAggregateOutputType = {
86
+ id: number
87
+ canonicalId: number
88
+ title: number
89
+ url: number
90
+ categoryId: number
91
+ summary: number
92
+ faviconUrl: number
93
+ faviconSyncedAt: number
94
+ isGithub: number
95
+ githubOwner: number
96
+ githubRepo: number
97
+ githubStars: number
98
+ githubLatestVersion: number
99
+ githubVersionDate: number
100
+ githubRepoUpdatedAt: number
101
+ githubSyncedAt: number
102
+ tags: number
103
+ visibility: number
104
+ userId: number
105
+ isDeleted: number
106
+ createdAt: number
107
+ updatedAt: number
108
+ _all: number
109
+ }
110
+
111
+
112
+ export type WebsiteBookmarkAvgAggregateInputType = {
113
+ githubStars?: true
114
+ }
115
+
116
+ export type WebsiteBookmarkSumAggregateInputType = {
117
+ githubStars?: true
118
+ }
119
+
120
+ export type WebsiteBookmarkMinAggregateInputType = {
121
+ id?: true
122
+ canonicalId?: true
123
+ title?: true
124
+ url?: true
125
+ categoryId?: true
126
+ summary?: true
127
+ faviconUrl?: true
128
+ faviconSyncedAt?: true
129
+ isGithub?: true
130
+ githubOwner?: true
131
+ githubRepo?: true
132
+ githubStars?: true
133
+ githubLatestVersion?: true
134
+ githubVersionDate?: true
135
+ githubRepoUpdatedAt?: true
136
+ githubSyncedAt?: true
137
+ visibility?: true
138
+ userId?: true
139
+ isDeleted?: true
140
+ createdAt?: true
141
+ updatedAt?: true
142
+ }
143
+
144
+ export type WebsiteBookmarkMaxAggregateInputType = {
145
+ id?: true
146
+ canonicalId?: true
147
+ title?: true
148
+ url?: true
149
+ categoryId?: true
150
+ summary?: true
151
+ faviconUrl?: true
152
+ faviconSyncedAt?: true
153
+ isGithub?: true
154
+ githubOwner?: true
155
+ githubRepo?: true
156
+ githubStars?: true
157
+ githubLatestVersion?: true
158
+ githubVersionDate?: true
159
+ githubRepoUpdatedAt?: true
160
+ githubSyncedAt?: true
161
+ visibility?: true
162
+ userId?: true
163
+ isDeleted?: true
164
+ createdAt?: true
165
+ updatedAt?: true
166
+ }
167
+
168
+ export type WebsiteBookmarkCountAggregateInputType = {
169
+ id?: true
170
+ canonicalId?: true
171
+ title?: true
172
+ url?: true
173
+ categoryId?: true
174
+ summary?: true
175
+ faviconUrl?: true
176
+ faviconSyncedAt?: true
177
+ isGithub?: true
178
+ githubOwner?: true
179
+ githubRepo?: true
180
+ githubStars?: true
181
+ githubLatestVersion?: true
182
+ githubVersionDate?: true
183
+ githubRepoUpdatedAt?: true
184
+ githubSyncedAt?: true
185
+ tags?: true
186
+ visibility?: true
187
+ userId?: true
188
+ isDeleted?: true
189
+ createdAt?: true
190
+ updatedAt?: true
191
+ _all?: true
192
+ }
193
+
194
+ export type WebsiteBookmarkAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
195
+ /**
196
+ * Filter which WebsiteBookmark to aggregate.
197
+ */
198
+ where?: Prisma.WebsiteBookmarkWhereInput
199
+ /**
200
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
201
+ *
202
+ * Determine the order of WebsiteBookmarks to fetch.
203
+ */
204
+ orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
205
+ /**
206
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
207
+ *
208
+ * Sets the start position
209
+ */
210
+ cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
211
+ /**
212
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
213
+ *
214
+ * Take `±n` WebsiteBookmarks from the position of the cursor.
215
+ */
216
+ take?: number
217
+ /**
218
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
219
+ *
220
+ * Skip the first `n` WebsiteBookmarks.
221
+ */
222
+ skip?: number
223
+ /**
224
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
225
+ *
226
+ * Count returned WebsiteBookmarks
227
+ **/
228
+ _count?: true | WebsiteBookmarkCountAggregateInputType
229
+ /**
230
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
231
+ *
232
+ * Select which fields to average
233
+ **/
234
+ _avg?: WebsiteBookmarkAvgAggregateInputType
235
+ /**
236
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
237
+ *
238
+ * Select which fields to sum
239
+ **/
240
+ _sum?: WebsiteBookmarkSumAggregateInputType
241
+ /**
242
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
243
+ *
244
+ * Select which fields to find the minimum value
245
+ **/
246
+ _min?: WebsiteBookmarkMinAggregateInputType
247
+ /**
248
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
249
+ *
250
+ * Select which fields to find the maximum value
251
+ **/
252
+ _max?: WebsiteBookmarkMaxAggregateInputType
253
+ }
254
+
255
+ export type GetWebsiteBookmarkAggregateType<T extends WebsiteBookmarkAggregateArgs> = {
256
+ [P in keyof T & keyof AggregateWebsiteBookmark]: P extends '_count' | 'count'
257
+ ? T[P] extends true
258
+ ? number
259
+ : Prisma.GetScalarType<T[P], AggregateWebsiteBookmark[P]>
260
+ : Prisma.GetScalarType<T[P], AggregateWebsiteBookmark[P]>
261
+ }
262
+
263
+
264
+
265
+
266
+ export type WebsiteBookmarkGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
267
+ where?: Prisma.WebsiteBookmarkWhereInput
268
+ orderBy?: Prisma.WebsiteBookmarkOrderByWithAggregationInput | Prisma.WebsiteBookmarkOrderByWithAggregationInput[]
269
+ by: Prisma.WebsiteBookmarkScalarFieldEnum[] | Prisma.WebsiteBookmarkScalarFieldEnum
270
+ having?: Prisma.WebsiteBookmarkScalarWhereWithAggregatesInput
271
+ take?: number
272
+ skip?: number
273
+ _count?: WebsiteBookmarkCountAggregateInputType | true
274
+ _avg?: WebsiteBookmarkAvgAggregateInputType
275
+ _sum?: WebsiteBookmarkSumAggregateInputType
276
+ _min?: WebsiteBookmarkMinAggregateInputType
277
+ _max?: WebsiteBookmarkMaxAggregateInputType
278
+ }
279
+
280
+ export type WebsiteBookmarkGroupByOutputType = {
281
+ id: string
282
+ canonicalId: string
283
+ title: string
284
+ url: string
285
+ categoryId: string | null
286
+ summary: string | null
287
+ faviconUrl: string | null
288
+ faviconSyncedAt: Date | null
289
+ isGithub: boolean
290
+ githubOwner: string | null
291
+ githubRepo: string | null
292
+ githubStars: number | null
293
+ githubLatestVersion: string | null
294
+ githubVersionDate: Date | null
295
+ githubRepoUpdatedAt: Date | null
296
+ githubSyncedAt: Date | null
297
+ tags: runtime.JsonValue
298
+ visibility: string
299
+ userId: string
300
+ isDeleted: boolean
301
+ createdAt: Date
302
+ updatedAt: Date
303
+ _count: WebsiteBookmarkCountAggregateOutputType | null
304
+ _avg: WebsiteBookmarkAvgAggregateOutputType | null
305
+ _sum: WebsiteBookmarkSumAggregateOutputType | null
306
+ _min: WebsiteBookmarkMinAggregateOutputType | null
307
+ _max: WebsiteBookmarkMaxAggregateOutputType | null
308
+ }
309
+
310
+ export type GetWebsiteBookmarkGroupByPayload<T extends WebsiteBookmarkGroupByArgs> = Prisma.PrismaPromise<
311
+ Array<
312
+ Prisma.PickEnumerable<WebsiteBookmarkGroupByOutputType, T['by']> &
313
+ {
314
+ [P in ((keyof T) & (keyof WebsiteBookmarkGroupByOutputType))]: P extends '_count'
315
+ ? T[P] extends boolean
316
+ ? number
317
+ : Prisma.GetScalarType<T[P], WebsiteBookmarkGroupByOutputType[P]>
318
+ : Prisma.GetScalarType<T[P], WebsiteBookmarkGroupByOutputType[P]>
319
+ }
320
+ >
321
+ >
322
+
323
+
324
+
325
+ export type WebsiteBookmarkWhereInput = {
326
+ AND?: Prisma.WebsiteBookmarkWhereInput | Prisma.WebsiteBookmarkWhereInput[]
327
+ OR?: Prisma.WebsiteBookmarkWhereInput[]
328
+ NOT?: Prisma.WebsiteBookmarkWhereInput | Prisma.WebsiteBookmarkWhereInput[]
329
+ id?: Prisma.StringFilter<"WebsiteBookmark"> | string
330
+ canonicalId?: Prisma.StringFilter<"WebsiteBookmark"> | string
331
+ title?: Prisma.StringFilter<"WebsiteBookmark"> | string
332
+ url?: Prisma.StringFilter<"WebsiteBookmark"> | string
333
+ categoryId?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
334
+ summary?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
335
+ faviconUrl?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
336
+ faviconSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
337
+ isGithub?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
338
+ githubOwner?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
339
+ githubRepo?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
340
+ githubStars?: Prisma.IntNullableFilter<"WebsiteBookmark"> | number | null
341
+ githubLatestVersion?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
342
+ githubVersionDate?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
343
+ githubRepoUpdatedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
344
+ githubSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
345
+ tags?: Prisma.JsonFilter<"WebsiteBookmark">
346
+ visibility?: Prisma.StringFilter<"WebsiteBookmark"> | string
347
+ userId?: Prisma.StringFilter<"WebsiteBookmark"> | string
348
+ isDeleted?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
349
+ createdAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
350
+ updatedAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
351
+ user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>
352
+ category?: Prisma.XOR<Prisma.BookmarkCategoryNullableScalarRelationFilter, Prisma.BookmarkCategoryWhereInput> | null
353
+ }
354
+
355
+ export type WebsiteBookmarkOrderByWithRelationInput = {
356
+ id?: Prisma.SortOrder
357
+ canonicalId?: Prisma.SortOrder
358
+ title?: Prisma.SortOrder
359
+ url?: Prisma.SortOrder
360
+ categoryId?: Prisma.SortOrderInput | Prisma.SortOrder
361
+ summary?: Prisma.SortOrderInput | Prisma.SortOrder
362
+ faviconUrl?: Prisma.SortOrderInput | Prisma.SortOrder
363
+ faviconSyncedAt?: Prisma.SortOrderInput | Prisma.SortOrder
364
+ isGithub?: Prisma.SortOrder
365
+ githubOwner?: Prisma.SortOrderInput | Prisma.SortOrder
366
+ githubRepo?: Prisma.SortOrderInput | Prisma.SortOrder
367
+ githubStars?: Prisma.SortOrderInput | Prisma.SortOrder
368
+ githubLatestVersion?: Prisma.SortOrderInput | Prisma.SortOrder
369
+ githubVersionDate?: Prisma.SortOrderInput | Prisma.SortOrder
370
+ githubRepoUpdatedAt?: Prisma.SortOrderInput | Prisma.SortOrder
371
+ githubSyncedAt?: Prisma.SortOrderInput | Prisma.SortOrder
372
+ tags?: Prisma.SortOrder
373
+ visibility?: Prisma.SortOrder
374
+ userId?: Prisma.SortOrder
375
+ isDeleted?: Prisma.SortOrder
376
+ createdAt?: Prisma.SortOrder
377
+ updatedAt?: Prisma.SortOrder
378
+ user?: Prisma.UserOrderByWithRelationInput
379
+ category?: Prisma.BookmarkCategoryOrderByWithRelationInput
380
+ }
381
+
382
+ export type WebsiteBookmarkWhereUniqueInput = Prisma.AtLeast<{
383
+ id?: string
384
+ AND?: Prisma.WebsiteBookmarkWhereInput | Prisma.WebsiteBookmarkWhereInput[]
385
+ OR?: Prisma.WebsiteBookmarkWhereInput[]
386
+ NOT?: Prisma.WebsiteBookmarkWhereInput | Prisma.WebsiteBookmarkWhereInput[]
387
+ canonicalId?: Prisma.StringFilter<"WebsiteBookmark"> | string
388
+ title?: Prisma.StringFilter<"WebsiteBookmark"> | string
389
+ url?: Prisma.StringFilter<"WebsiteBookmark"> | string
390
+ categoryId?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
391
+ summary?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
392
+ faviconUrl?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
393
+ faviconSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
394
+ isGithub?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
395
+ githubOwner?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
396
+ githubRepo?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
397
+ githubStars?: Prisma.IntNullableFilter<"WebsiteBookmark"> | number | null
398
+ githubLatestVersion?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
399
+ githubVersionDate?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
400
+ githubRepoUpdatedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
401
+ githubSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
402
+ tags?: Prisma.JsonFilter<"WebsiteBookmark">
403
+ visibility?: Prisma.StringFilter<"WebsiteBookmark"> | string
404
+ userId?: Prisma.StringFilter<"WebsiteBookmark"> | string
405
+ isDeleted?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
406
+ createdAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
407
+ updatedAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
408
+ user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>
409
+ category?: Prisma.XOR<Prisma.BookmarkCategoryNullableScalarRelationFilter, Prisma.BookmarkCategoryWhereInput> | null
410
+ }, "id">
411
+
412
+ export type WebsiteBookmarkOrderByWithAggregationInput = {
413
+ id?: Prisma.SortOrder
414
+ canonicalId?: Prisma.SortOrder
415
+ title?: Prisma.SortOrder
416
+ url?: Prisma.SortOrder
417
+ categoryId?: Prisma.SortOrderInput | Prisma.SortOrder
418
+ summary?: Prisma.SortOrderInput | Prisma.SortOrder
419
+ faviconUrl?: Prisma.SortOrderInput | Prisma.SortOrder
420
+ faviconSyncedAt?: Prisma.SortOrderInput | Prisma.SortOrder
421
+ isGithub?: Prisma.SortOrder
422
+ githubOwner?: Prisma.SortOrderInput | Prisma.SortOrder
423
+ githubRepo?: Prisma.SortOrderInput | Prisma.SortOrder
424
+ githubStars?: Prisma.SortOrderInput | Prisma.SortOrder
425
+ githubLatestVersion?: Prisma.SortOrderInput | Prisma.SortOrder
426
+ githubVersionDate?: Prisma.SortOrderInput | Prisma.SortOrder
427
+ githubRepoUpdatedAt?: Prisma.SortOrderInput | Prisma.SortOrder
428
+ githubSyncedAt?: Prisma.SortOrderInput | Prisma.SortOrder
429
+ tags?: Prisma.SortOrder
430
+ visibility?: Prisma.SortOrder
431
+ userId?: Prisma.SortOrder
432
+ isDeleted?: Prisma.SortOrder
433
+ createdAt?: Prisma.SortOrder
434
+ updatedAt?: Prisma.SortOrder
435
+ _count?: Prisma.WebsiteBookmarkCountOrderByAggregateInput
436
+ _avg?: Prisma.WebsiteBookmarkAvgOrderByAggregateInput
437
+ _max?: Prisma.WebsiteBookmarkMaxOrderByAggregateInput
438
+ _min?: Prisma.WebsiteBookmarkMinOrderByAggregateInput
439
+ _sum?: Prisma.WebsiteBookmarkSumOrderByAggregateInput
440
+ }
441
+
442
+ export type WebsiteBookmarkScalarWhereWithAggregatesInput = {
443
+ AND?: Prisma.WebsiteBookmarkScalarWhereWithAggregatesInput | Prisma.WebsiteBookmarkScalarWhereWithAggregatesInput[]
444
+ OR?: Prisma.WebsiteBookmarkScalarWhereWithAggregatesInput[]
445
+ NOT?: Prisma.WebsiteBookmarkScalarWhereWithAggregatesInput | Prisma.WebsiteBookmarkScalarWhereWithAggregatesInput[]
446
+ id?: Prisma.StringWithAggregatesFilter<"WebsiteBookmark"> | string
447
+ canonicalId?: Prisma.StringWithAggregatesFilter<"WebsiteBookmark"> | string
448
+ title?: Prisma.StringWithAggregatesFilter<"WebsiteBookmark"> | string
449
+ url?: Prisma.StringWithAggregatesFilter<"WebsiteBookmark"> | string
450
+ categoryId?: Prisma.StringNullableWithAggregatesFilter<"WebsiteBookmark"> | string | null
451
+ summary?: Prisma.StringNullableWithAggregatesFilter<"WebsiteBookmark"> | string | null
452
+ faviconUrl?: Prisma.StringNullableWithAggregatesFilter<"WebsiteBookmark"> | string | null
453
+ faviconSyncedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"WebsiteBookmark"> | Date | string | null
454
+ isGithub?: Prisma.BoolWithAggregatesFilter<"WebsiteBookmark"> | boolean
455
+ githubOwner?: Prisma.StringNullableWithAggregatesFilter<"WebsiteBookmark"> | string | null
456
+ githubRepo?: Prisma.StringNullableWithAggregatesFilter<"WebsiteBookmark"> | string | null
457
+ githubStars?: Prisma.IntNullableWithAggregatesFilter<"WebsiteBookmark"> | number | null
458
+ githubLatestVersion?: Prisma.StringNullableWithAggregatesFilter<"WebsiteBookmark"> | string | null
459
+ githubVersionDate?: Prisma.DateTimeNullableWithAggregatesFilter<"WebsiteBookmark"> | Date | string | null
460
+ githubRepoUpdatedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"WebsiteBookmark"> | Date | string | null
461
+ githubSyncedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"WebsiteBookmark"> | Date | string | null
462
+ tags?: Prisma.JsonWithAggregatesFilter<"WebsiteBookmark">
463
+ visibility?: Prisma.StringWithAggregatesFilter<"WebsiteBookmark"> | string
464
+ userId?: Prisma.StringWithAggregatesFilter<"WebsiteBookmark"> | string
465
+ isDeleted?: Prisma.BoolWithAggregatesFilter<"WebsiteBookmark"> | boolean
466
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"WebsiteBookmark"> | Date | string
467
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"WebsiteBookmark"> | Date | string
468
+ }
469
+
470
+ export type WebsiteBookmarkCreateInput = {
471
+ id?: string
472
+ canonicalId: string
473
+ title: string
474
+ url: string
475
+ summary?: string | null
476
+ faviconUrl?: string | null
477
+ faviconSyncedAt?: Date | string | null
478
+ isGithub?: boolean
479
+ githubOwner?: string | null
480
+ githubRepo?: string | null
481
+ githubStars?: number | null
482
+ githubLatestVersion?: string | null
483
+ githubVersionDate?: Date | string | null
484
+ githubRepoUpdatedAt?: Date | string | null
485
+ githubSyncedAt?: Date | string | null
486
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
487
+ visibility?: string
488
+ isDeleted?: boolean
489
+ createdAt?: Date | string
490
+ updatedAt?: Date | string
491
+ user: Prisma.UserCreateNestedOneWithoutWebsiteBookmarksInput
492
+ category?: Prisma.BookmarkCategoryCreateNestedOneWithoutBookmarksInput
493
+ }
494
+
495
+ export type WebsiteBookmarkUncheckedCreateInput = {
496
+ id?: string
497
+ canonicalId: string
498
+ title: string
499
+ url: string
500
+ categoryId?: string | null
501
+ summary?: string | null
502
+ faviconUrl?: string | null
503
+ faviconSyncedAt?: Date | string | null
504
+ isGithub?: boolean
505
+ githubOwner?: string | null
506
+ githubRepo?: string | null
507
+ githubStars?: number | null
508
+ githubLatestVersion?: string | null
509
+ githubVersionDate?: Date | string | null
510
+ githubRepoUpdatedAt?: Date | string | null
511
+ githubSyncedAt?: Date | string | null
512
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
513
+ visibility?: string
514
+ userId: string
515
+ isDeleted?: boolean
516
+ createdAt?: Date | string
517
+ updatedAt?: Date | string
518
+ }
519
+
520
+ export type WebsiteBookmarkUpdateInput = {
521
+ id?: Prisma.StringFieldUpdateOperationsInput | string
522
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
523
+ title?: Prisma.StringFieldUpdateOperationsInput | string
524
+ url?: Prisma.StringFieldUpdateOperationsInput | string
525
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
526
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
527
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
528
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
529
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
530
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
531
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
532
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
533
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
534
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
535
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
536
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
537
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
538
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
539
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
540
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
541
+ user?: Prisma.UserUpdateOneRequiredWithoutWebsiteBookmarksNestedInput
542
+ category?: Prisma.BookmarkCategoryUpdateOneWithoutBookmarksNestedInput
543
+ }
544
+
545
+ export type WebsiteBookmarkUncheckedUpdateInput = {
546
+ id?: Prisma.StringFieldUpdateOperationsInput | string
547
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
548
+ title?: Prisma.StringFieldUpdateOperationsInput | string
549
+ url?: Prisma.StringFieldUpdateOperationsInput | string
550
+ categoryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
551
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
552
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
553
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
554
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
555
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
556
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
557
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
558
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
559
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
560
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
561
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
562
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
563
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
564
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
565
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
566
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
567
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
568
+ }
569
+
570
+ export type WebsiteBookmarkCreateManyInput = {
571
+ id?: string
572
+ canonicalId: string
573
+ title: string
574
+ url: string
575
+ categoryId?: string | null
576
+ summary?: string | null
577
+ faviconUrl?: string | null
578
+ faviconSyncedAt?: Date | string | null
579
+ isGithub?: boolean
580
+ githubOwner?: string | null
581
+ githubRepo?: string | null
582
+ githubStars?: number | null
583
+ githubLatestVersion?: string | null
584
+ githubVersionDate?: Date | string | null
585
+ githubRepoUpdatedAt?: Date | string | null
586
+ githubSyncedAt?: Date | string | null
587
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
588
+ visibility?: string
589
+ userId: string
590
+ isDeleted?: boolean
591
+ createdAt?: Date | string
592
+ updatedAt?: Date | string
593
+ }
594
+
595
+ export type WebsiteBookmarkUpdateManyMutationInput = {
596
+ id?: Prisma.StringFieldUpdateOperationsInput | string
597
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
598
+ title?: Prisma.StringFieldUpdateOperationsInput | string
599
+ url?: Prisma.StringFieldUpdateOperationsInput | string
600
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
601
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
602
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
603
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
604
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
605
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
606
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
607
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
608
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
609
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
610
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
611
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
612
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
613
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
614
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
615
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
616
+ }
617
+
618
+ export type WebsiteBookmarkUncheckedUpdateManyInput = {
619
+ id?: Prisma.StringFieldUpdateOperationsInput | string
620
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
621
+ title?: Prisma.StringFieldUpdateOperationsInput | string
622
+ url?: Prisma.StringFieldUpdateOperationsInput | string
623
+ categoryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
624
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
625
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
626
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
627
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
628
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
629
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
630
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
631
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
632
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
633
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
634
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
635
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
636
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
637
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
638
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
639
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
640
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
641
+ }
642
+
643
+ export type WebsiteBookmarkListRelationFilter = {
644
+ every?: Prisma.WebsiteBookmarkWhereInput
645
+ some?: Prisma.WebsiteBookmarkWhereInput
646
+ none?: Prisma.WebsiteBookmarkWhereInput
647
+ }
648
+
649
+ export type WebsiteBookmarkOrderByRelationAggregateInput = {
650
+ _count?: Prisma.SortOrder
651
+ }
652
+
653
+ export type WebsiteBookmarkCountOrderByAggregateInput = {
654
+ id?: Prisma.SortOrder
655
+ canonicalId?: Prisma.SortOrder
656
+ title?: Prisma.SortOrder
657
+ url?: Prisma.SortOrder
658
+ categoryId?: Prisma.SortOrder
659
+ summary?: Prisma.SortOrder
660
+ faviconUrl?: Prisma.SortOrder
661
+ faviconSyncedAt?: Prisma.SortOrder
662
+ isGithub?: Prisma.SortOrder
663
+ githubOwner?: Prisma.SortOrder
664
+ githubRepo?: Prisma.SortOrder
665
+ githubStars?: Prisma.SortOrder
666
+ githubLatestVersion?: Prisma.SortOrder
667
+ githubVersionDate?: Prisma.SortOrder
668
+ githubRepoUpdatedAt?: Prisma.SortOrder
669
+ githubSyncedAt?: Prisma.SortOrder
670
+ tags?: Prisma.SortOrder
671
+ visibility?: Prisma.SortOrder
672
+ userId?: Prisma.SortOrder
673
+ isDeleted?: Prisma.SortOrder
674
+ createdAt?: Prisma.SortOrder
675
+ updatedAt?: Prisma.SortOrder
676
+ }
677
+
678
+ export type WebsiteBookmarkAvgOrderByAggregateInput = {
679
+ githubStars?: Prisma.SortOrder
680
+ }
681
+
682
+ export type WebsiteBookmarkMaxOrderByAggregateInput = {
683
+ id?: Prisma.SortOrder
684
+ canonicalId?: Prisma.SortOrder
685
+ title?: Prisma.SortOrder
686
+ url?: Prisma.SortOrder
687
+ categoryId?: Prisma.SortOrder
688
+ summary?: Prisma.SortOrder
689
+ faviconUrl?: Prisma.SortOrder
690
+ faviconSyncedAt?: Prisma.SortOrder
691
+ isGithub?: Prisma.SortOrder
692
+ githubOwner?: Prisma.SortOrder
693
+ githubRepo?: Prisma.SortOrder
694
+ githubStars?: Prisma.SortOrder
695
+ githubLatestVersion?: Prisma.SortOrder
696
+ githubVersionDate?: Prisma.SortOrder
697
+ githubRepoUpdatedAt?: Prisma.SortOrder
698
+ githubSyncedAt?: Prisma.SortOrder
699
+ visibility?: Prisma.SortOrder
700
+ userId?: Prisma.SortOrder
701
+ isDeleted?: Prisma.SortOrder
702
+ createdAt?: Prisma.SortOrder
703
+ updatedAt?: Prisma.SortOrder
704
+ }
705
+
706
+ export type WebsiteBookmarkMinOrderByAggregateInput = {
707
+ id?: Prisma.SortOrder
708
+ canonicalId?: Prisma.SortOrder
709
+ title?: Prisma.SortOrder
710
+ url?: Prisma.SortOrder
711
+ categoryId?: Prisma.SortOrder
712
+ summary?: Prisma.SortOrder
713
+ faviconUrl?: Prisma.SortOrder
714
+ faviconSyncedAt?: Prisma.SortOrder
715
+ isGithub?: Prisma.SortOrder
716
+ githubOwner?: Prisma.SortOrder
717
+ githubRepo?: Prisma.SortOrder
718
+ githubStars?: Prisma.SortOrder
719
+ githubLatestVersion?: Prisma.SortOrder
720
+ githubVersionDate?: Prisma.SortOrder
721
+ githubRepoUpdatedAt?: Prisma.SortOrder
722
+ githubSyncedAt?: Prisma.SortOrder
723
+ visibility?: Prisma.SortOrder
724
+ userId?: Prisma.SortOrder
725
+ isDeleted?: Prisma.SortOrder
726
+ createdAt?: Prisma.SortOrder
727
+ updatedAt?: Prisma.SortOrder
728
+ }
729
+
730
+ export type WebsiteBookmarkSumOrderByAggregateInput = {
731
+ githubStars?: Prisma.SortOrder
732
+ }
733
+
734
+ export type WebsiteBookmarkCreateNestedManyWithoutUserInput = {
735
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput> | Prisma.WebsiteBookmarkCreateWithoutUserInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput[]
736
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput[]
737
+ createMany?: Prisma.WebsiteBookmarkCreateManyUserInputEnvelope
738
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
739
+ }
740
+
741
+ export type WebsiteBookmarkUncheckedCreateNestedManyWithoutUserInput = {
742
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput> | Prisma.WebsiteBookmarkCreateWithoutUserInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput[]
743
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput[]
744
+ createMany?: Prisma.WebsiteBookmarkCreateManyUserInputEnvelope
745
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
746
+ }
747
+
748
+ export type WebsiteBookmarkUpdateManyWithoutUserNestedInput = {
749
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput> | Prisma.WebsiteBookmarkCreateWithoutUserInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput[]
750
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput[]
751
+ upsert?: Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutUserInput | Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutUserInput[]
752
+ createMany?: Prisma.WebsiteBookmarkCreateManyUserInputEnvelope
753
+ set?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
754
+ disconnect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
755
+ delete?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
756
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
757
+ update?: Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutUserInput | Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutUserInput[]
758
+ updateMany?: Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutUserInput | Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutUserInput[]
759
+ deleteMany?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
760
+ }
761
+
762
+ export type WebsiteBookmarkUncheckedUpdateManyWithoutUserNestedInput = {
763
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput> | Prisma.WebsiteBookmarkCreateWithoutUserInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput[]
764
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutUserInput[]
765
+ upsert?: Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutUserInput | Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutUserInput[]
766
+ createMany?: Prisma.WebsiteBookmarkCreateManyUserInputEnvelope
767
+ set?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
768
+ disconnect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
769
+ delete?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
770
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
771
+ update?: Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutUserInput | Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutUserInput[]
772
+ updateMany?: Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutUserInput | Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutUserInput[]
773
+ deleteMany?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
774
+ }
775
+
776
+ export type WebsiteBookmarkCreateNestedManyWithoutCategoryInput = {
777
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput> | Prisma.WebsiteBookmarkCreateWithoutCategoryInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput[]
778
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput[]
779
+ createMany?: Prisma.WebsiteBookmarkCreateManyCategoryInputEnvelope
780
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
781
+ }
782
+
783
+ export type WebsiteBookmarkUncheckedCreateNestedManyWithoutCategoryInput = {
784
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput> | Prisma.WebsiteBookmarkCreateWithoutCategoryInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput[]
785
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput[]
786
+ createMany?: Prisma.WebsiteBookmarkCreateManyCategoryInputEnvelope
787
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
788
+ }
789
+
790
+ export type WebsiteBookmarkUpdateManyWithoutCategoryNestedInput = {
791
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput> | Prisma.WebsiteBookmarkCreateWithoutCategoryInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput[]
792
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput[]
793
+ upsert?: Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutCategoryInput | Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutCategoryInput[]
794
+ createMany?: Prisma.WebsiteBookmarkCreateManyCategoryInputEnvelope
795
+ set?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
796
+ disconnect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
797
+ delete?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
798
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
799
+ update?: Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutCategoryInput | Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutCategoryInput[]
800
+ updateMany?: Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutCategoryInput | Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutCategoryInput[]
801
+ deleteMany?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
802
+ }
803
+
804
+ export type WebsiteBookmarkUncheckedUpdateManyWithoutCategoryNestedInput = {
805
+ create?: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput> | Prisma.WebsiteBookmarkCreateWithoutCategoryInput[] | Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput[]
806
+ connectOrCreate?: Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput | Prisma.WebsiteBookmarkCreateOrConnectWithoutCategoryInput[]
807
+ upsert?: Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutCategoryInput | Prisma.WebsiteBookmarkUpsertWithWhereUniqueWithoutCategoryInput[]
808
+ createMany?: Prisma.WebsiteBookmarkCreateManyCategoryInputEnvelope
809
+ set?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
810
+ disconnect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
811
+ delete?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
812
+ connect?: Prisma.WebsiteBookmarkWhereUniqueInput | Prisma.WebsiteBookmarkWhereUniqueInput[]
813
+ update?: Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutCategoryInput | Prisma.WebsiteBookmarkUpdateWithWhereUniqueWithoutCategoryInput[]
814
+ updateMany?: Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutCategoryInput | Prisma.WebsiteBookmarkUpdateManyWithWhereWithoutCategoryInput[]
815
+ deleteMany?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
816
+ }
817
+
818
+ export type WebsiteBookmarkCreateWithoutUserInput = {
819
+ id?: string
820
+ canonicalId: string
821
+ title: string
822
+ url: string
823
+ summary?: string | null
824
+ faviconUrl?: string | null
825
+ faviconSyncedAt?: Date | string | null
826
+ isGithub?: boolean
827
+ githubOwner?: string | null
828
+ githubRepo?: string | null
829
+ githubStars?: number | null
830
+ githubLatestVersion?: string | null
831
+ githubVersionDate?: Date | string | null
832
+ githubRepoUpdatedAt?: Date | string | null
833
+ githubSyncedAt?: Date | string | null
834
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
835
+ visibility?: string
836
+ isDeleted?: boolean
837
+ createdAt?: Date | string
838
+ updatedAt?: Date | string
839
+ category?: Prisma.BookmarkCategoryCreateNestedOneWithoutBookmarksInput
840
+ }
841
+
842
+ export type WebsiteBookmarkUncheckedCreateWithoutUserInput = {
843
+ id?: string
844
+ canonicalId: string
845
+ title: string
846
+ url: string
847
+ categoryId?: string | null
848
+ summary?: string | null
849
+ faviconUrl?: string | null
850
+ faviconSyncedAt?: Date | string | null
851
+ isGithub?: boolean
852
+ githubOwner?: string | null
853
+ githubRepo?: string | null
854
+ githubStars?: number | null
855
+ githubLatestVersion?: string | null
856
+ githubVersionDate?: Date | string | null
857
+ githubRepoUpdatedAt?: Date | string | null
858
+ githubSyncedAt?: Date | string | null
859
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
860
+ visibility?: string
861
+ isDeleted?: boolean
862
+ createdAt?: Date | string
863
+ updatedAt?: Date | string
864
+ }
865
+
866
+ export type WebsiteBookmarkCreateOrConnectWithoutUserInput = {
867
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
868
+ create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput>
869
+ }
870
+
871
+ export type WebsiteBookmarkCreateManyUserInputEnvelope = {
872
+ data: Prisma.WebsiteBookmarkCreateManyUserInput | Prisma.WebsiteBookmarkCreateManyUserInput[]
873
+ skipDuplicates?: boolean
874
+ }
875
+
876
+ export type WebsiteBookmarkUpsertWithWhereUniqueWithoutUserInput = {
877
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
878
+ update: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutUserInput>
879
+ create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput>
880
+ }
881
+
882
+ export type WebsiteBookmarkUpdateWithWhereUniqueWithoutUserInput = {
883
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
884
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutUserInput>
885
+ }
886
+
887
+ export type WebsiteBookmarkUpdateManyWithWhereWithoutUserInput = {
888
+ where: Prisma.WebsiteBookmarkScalarWhereInput
889
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutUserInput>
890
+ }
891
+
892
+ export type WebsiteBookmarkScalarWhereInput = {
893
+ AND?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
894
+ OR?: Prisma.WebsiteBookmarkScalarWhereInput[]
895
+ NOT?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
896
+ id?: Prisma.StringFilter<"WebsiteBookmark"> | string
897
+ canonicalId?: Prisma.StringFilter<"WebsiteBookmark"> | string
898
+ title?: Prisma.StringFilter<"WebsiteBookmark"> | string
899
+ url?: Prisma.StringFilter<"WebsiteBookmark"> | string
900
+ categoryId?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
901
+ summary?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
902
+ faviconUrl?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
903
+ faviconSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
904
+ isGithub?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
905
+ githubOwner?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
906
+ githubRepo?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
907
+ githubStars?: Prisma.IntNullableFilter<"WebsiteBookmark"> | number | null
908
+ githubLatestVersion?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
909
+ githubVersionDate?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
910
+ githubRepoUpdatedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
911
+ githubSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
912
+ tags?: Prisma.JsonFilter<"WebsiteBookmark">
913
+ visibility?: Prisma.StringFilter<"WebsiteBookmark"> | string
914
+ userId?: Prisma.StringFilter<"WebsiteBookmark"> | string
915
+ isDeleted?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
916
+ createdAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
917
+ updatedAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
918
+ }
919
+
920
+ export type WebsiteBookmarkCreateWithoutCategoryInput = {
921
+ id?: string
922
+ canonicalId: string
923
+ title: string
924
+ url: string
925
+ summary?: string | null
926
+ faviconUrl?: string | null
927
+ faviconSyncedAt?: Date | string | null
928
+ isGithub?: boolean
929
+ githubOwner?: string | null
930
+ githubRepo?: string | null
931
+ githubStars?: number | null
932
+ githubLatestVersion?: string | null
933
+ githubVersionDate?: Date | string | null
934
+ githubRepoUpdatedAt?: Date | string | null
935
+ githubSyncedAt?: Date | string | null
936
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
937
+ visibility?: string
938
+ isDeleted?: boolean
939
+ createdAt?: Date | string
940
+ updatedAt?: Date | string
941
+ user: Prisma.UserCreateNestedOneWithoutWebsiteBookmarksInput
942
+ }
943
+
944
+ export type WebsiteBookmarkUncheckedCreateWithoutCategoryInput = {
945
+ id?: string
946
+ canonicalId: string
947
+ title: string
948
+ url: string
949
+ summary?: string | null
950
+ faviconUrl?: string | null
951
+ faviconSyncedAt?: Date | string | null
952
+ isGithub?: boolean
953
+ githubOwner?: string | null
954
+ githubRepo?: string | null
955
+ githubStars?: number | null
956
+ githubLatestVersion?: string | null
957
+ githubVersionDate?: Date | string | null
958
+ githubRepoUpdatedAt?: Date | string | null
959
+ githubSyncedAt?: Date | string | null
960
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
961
+ visibility?: string
962
+ userId: string
963
+ isDeleted?: boolean
964
+ createdAt?: Date | string
965
+ updatedAt?: Date | string
966
+ }
967
+
968
+ export type WebsiteBookmarkCreateOrConnectWithoutCategoryInput = {
969
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
970
+ create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput>
971
+ }
972
+
973
+ export type WebsiteBookmarkCreateManyCategoryInputEnvelope = {
974
+ data: Prisma.WebsiteBookmarkCreateManyCategoryInput | Prisma.WebsiteBookmarkCreateManyCategoryInput[]
975
+ skipDuplicates?: boolean
976
+ }
977
+
978
+ export type WebsiteBookmarkUpsertWithWhereUniqueWithoutCategoryInput = {
979
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
980
+ update: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutCategoryInput>
981
+ create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput>
982
+ }
983
+
984
+ export type WebsiteBookmarkUpdateWithWhereUniqueWithoutCategoryInput = {
985
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
986
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutCategoryInput>
987
+ }
988
+
989
+ export type WebsiteBookmarkUpdateManyWithWhereWithoutCategoryInput = {
990
+ where: Prisma.WebsiteBookmarkScalarWhereInput
991
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutCategoryInput>
992
+ }
993
+
994
+ export type WebsiteBookmarkCreateManyUserInput = {
995
+ id?: string
996
+ canonicalId: string
997
+ title: string
998
+ url: string
999
+ categoryId?: string | null
1000
+ summary?: string | null
1001
+ faviconUrl?: string | null
1002
+ faviconSyncedAt?: Date | string | null
1003
+ isGithub?: boolean
1004
+ githubOwner?: string | null
1005
+ githubRepo?: string | null
1006
+ githubStars?: number | null
1007
+ githubLatestVersion?: string | null
1008
+ githubVersionDate?: Date | string | null
1009
+ githubRepoUpdatedAt?: Date | string | null
1010
+ githubSyncedAt?: Date | string | null
1011
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1012
+ visibility?: string
1013
+ isDeleted?: boolean
1014
+ createdAt?: Date | string
1015
+ updatedAt?: Date | string
1016
+ }
1017
+
1018
+ export type WebsiteBookmarkUpdateWithoutUserInput = {
1019
+ id?: Prisma.StringFieldUpdateOperationsInput | string
1020
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
1021
+ title?: Prisma.StringFieldUpdateOperationsInput | string
1022
+ url?: Prisma.StringFieldUpdateOperationsInput | string
1023
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1024
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1025
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1026
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
1027
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1028
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1029
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1030
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1031
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1032
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1033
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1034
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1035
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
1036
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1037
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1038
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1039
+ category?: Prisma.BookmarkCategoryUpdateOneWithoutBookmarksNestedInput
1040
+ }
1041
+
1042
+ export type WebsiteBookmarkUncheckedUpdateWithoutUserInput = {
1043
+ id?: Prisma.StringFieldUpdateOperationsInput | string
1044
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
1045
+ title?: Prisma.StringFieldUpdateOperationsInput | string
1046
+ url?: Prisma.StringFieldUpdateOperationsInput | string
1047
+ categoryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1048
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1049
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1050
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1051
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
1052
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1053
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1054
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1055
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1056
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1057
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1058
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1059
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1060
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
1061
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1062
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1063
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1064
+ }
1065
+
1066
+ export type WebsiteBookmarkUncheckedUpdateManyWithoutUserInput = {
1067
+ id?: Prisma.StringFieldUpdateOperationsInput | string
1068
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
1069
+ title?: Prisma.StringFieldUpdateOperationsInput | string
1070
+ url?: Prisma.StringFieldUpdateOperationsInput | string
1071
+ categoryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1072
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1073
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1074
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1075
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
1076
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1077
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1078
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1079
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1080
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1081
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1082
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1083
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1084
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
1085
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1086
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1087
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1088
+ }
1089
+
1090
+ export type WebsiteBookmarkCreateManyCategoryInput = {
1091
+ id?: string
1092
+ canonicalId: string
1093
+ title: string
1094
+ url: string
1095
+ summary?: string | null
1096
+ faviconUrl?: string | null
1097
+ faviconSyncedAt?: Date | string | null
1098
+ isGithub?: boolean
1099
+ githubOwner?: string | null
1100
+ githubRepo?: string | null
1101
+ githubStars?: number | null
1102
+ githubLatestVersion?: string | null
1103
+ githubVersionDate?: Date | string | null
1104
+ githubRepoUpdatedAt?: Date | string | null
1105
+ githubSyncedAt?: Date | string | null
1106
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1107
+ visibility?: string
1108
+ userId: string
1109
+ isDeleted?: boolean
1110
+ createdAt?: Date | string
1111
+ updatedAt?: Date | string
1112
+ }
1113
+
1114
+ export type WebsiteBookmarkUpdateWithoutCategoryInput = {
1115
+ id?: Prisma.StringFieldUpdateOperationsInput | string
1116
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
1117
+ title?: Prisma.StringFieldUpdateOperationsInput | string
1118
+ url?: Prisma.StringFieldUpdateOperationsInput | string
1119
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1120
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1121
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1122
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
1123
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1124
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1125
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1126
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1127
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1128
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1129
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1130
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1131
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
1132
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1133
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1134
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1135
+ user?: Prisma.UserUpdateOneRequiredWithoutWebsiteBookmarksNestedInput
1136
+ }
1137
+
1138
+ export type WebsiteBookmarkUncheckedUpdateWithoutCategoryInput = {
1139
+ id?: Prisma.StringFieldUpdateOperationsInput | string
1140
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
1141
+ title?: Prisma.StringFieldUpdateOperationsInput | string
1142
+ url?: Prisma.StringFieldUpdateOperationsInput | string
1143
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1144
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1145
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1146
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
1147
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1148
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1149
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1150
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1151
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1152
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1153
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1154
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1155
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
1156
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
1157
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1158
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1159
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1160
+ }
1161
+
1162
+ export type WebsiteBookmarkUncheckedUpdateManyWithoutCategoryInput = {
1163
+ id?: Prisma.StringFieldUpdateOperationsInput | string
1164
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
1165
+ title?: Prisma.StringFieldUpdateOperationsInput | string
1166
+ url?: Prisma.StringFieldUpdateOperationsInput | string
1167
+ summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1168
+ faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1169
+ faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1170
+ isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
1171
+ githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1172
+ githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1173
+ githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1174
+ githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1175
+ githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1176
+ githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1177
+ githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1178
+ tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
1179
+ visibility?: Prisma.StringFieldUpdateOperationsInput | string
1180
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
1181
+ isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1182
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1183
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1184
+ }
1185
+
1186
+
1187
+
1188
+ export type WebsiteBookmarkSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1189
+ id?: boolean
1190
+ canonicalId?: boolean
1191
+ title?: boolean
1192
+ url?: boolean
1193
+ categoryId?: boolean
1194
+ summary?: boolean
1195
+ faviconUrl?: boolean
1196
+ faviconSyncedAt?: boolean
1197
+ isGithub?: boolean
1198
+ githubOwner?: boolean
1199
+ githubRepo?: boolean
1200
+ githubStars?: boolean
1201
+ githubLatestVersion?: boolean
1202
+ githubVersionDate?: boolean
1203
+ githubRepoUpdatedAt?: boolean
1204
+ githubSyncedAt?: boolean
1205
+ tags?: boolean
1206
+ visibility?: boolean
1207
+ userId?: boolean
1208
+ isDeleted?: boolean
1209
+ createdAt?: boolean
1210
+ updatedAt?: boolean
1211
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
1212
+ category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
1213
+ }, ExtArgs["result"]["websiteBookmark"]>
1214
+
1215
+ export type WebsiteBookmarkSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1216
+ id?: boolean
1217
+ canonicalId?: boolean
1218
+ title?: boolean
1219
+ url?: boolean
1220
+ categoryId?: boolean
1221
+ summary?: boolean
1222
+ faviconUrl?: boolean
1223
+ faviconSyncedAt?: boolean
1224
+ isGithub?: boolean
1225
+ githubOwner?: boolean
1226
+ githubRepo?: boolean
1227
+ githubStars?: boolean
1228
+ githubLatestVersion?: boolean
1229
+ githubVersionDate?: boolean
1230
+ githubRepoUpdatedAt?: boolean
1231
+ githubSyncedAt?: boolean
1232
+ tags?: boolean
1233
+ visibility?: boolean
1234
+ userId?: boolean
1235
+ isDeleted?: boolean
1236
+ createdAt?: boolean
1237
+ updatedAt?: boolean
1238
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
1239
+ category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
1240
+ }, ExtArgs["result"]["websiteBookmark"]>
1241
+
1242
+ export type WebsiteBookmarkSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1243
+ id?: boolean
1244
+ canonicalId?: boolean
1245
+ title?: boolean
1246
+ url?: boolean
1247
+ categoryId?: boolean
1248
+ summary?: boolean
1249
+ faviconUrl?: boolean
1250
+ faviconSyncedAt?: boolean
1251
+ isGithub?: boolean
1252
+ githubOwner?: boolean
1253
+ githubRepo?: boolean
1254
+ githubStars?: boolean
1255
+ githubLatestVersion?: boolean
1256
+ githubVersionDate?: boolean
1257
+ githubRepoUpdatedAt?: boolean
1258
+ githubSyncedAt?: boolean
1259
+ tags?: boolean
1260
+ visibility?: boolean
1261
+ userId?: boolean
1262
+ isDeleted?: boolean
1263
+ createdAt?: boolean
1264
+ updatedAt?: boolean
1265
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
1266
+ category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
1267
+ }, ExtArgs["result"]["websiteBookmark"]>
1268
+
1269
+ export type WebsiteBookmarkSelectScalar = {
1270
+ id?: boolean
1271
+ canonicalId?: boolean
1272
+ title?: boolean
1273
+ url?: boolean
1274
+ categoryId?: boolean
1275
+ summary?: boolean
1276
+ faviconUrl?: boolean
1277
+ faviconSyncedAt?: boolean
1278
+ isGithub?: boolean
1279
+ githubOwner?: boolean
1280
+ githubRepo?: boolean
1281
+ githubStars?: boolean
1282
+ githubLatestVersion?: boolean
1283
+ githubVersionDate?: boolean
1284
+ githubRepoUpdatedAt?: boolean
1285
+ githubSyncedAt?: boolean
1286
+ tags?: boolean
1287
+ visibility?: boolean
1288
+ userId?: boolean
1289
+ isDeleted?: boolean
1290
+ createdAt?: boolean
1291
+ updatedAt?: boolean
1292
+ }
1293
+
1294
+ export type WebsiteBookmarkOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "canonicalId" | "title" | "url" | "categoryId" | "summary" | "faviconUrl" | "faviconSyncedAt" | "isGithub" | "githubOwner" | "githubRepo" | "githubStars" | "githubLatestVersion" | "githubVersionDate" | "githubRepoUpdatedAt" | "githubSyncedAt" | "tags" | "visibility" | "userId" | "isDeleted" | "createdAt" | "updatedAt", ExtArgs["result"]["websiteBookmark"]>
1295
+ export type WebsiteBookmarkInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1296
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
1297
+ category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
1298
+ }
1299
+ export type WebsiteBookmarkIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1300
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
1301
+ category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
1302
+ }
1303
+ export type WebsiteBookmarkIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1304
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
1305
+ category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
1306
+ }
1307
+
1308
+ export type $WebsiteBookmarkPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1309
+ name: "WebsiteBookmark"
1310
+ objects: {
1311
+ user: Prisma.$UserPayload<ExtArgs>
1312
+ category: Prisma.$BookmarkCategoryPayload<ExtArgs> | null
1313
+ }
1314
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
1315
+ id: string
1316
+ canonicalId: string
1317
+ title: string
1318
+ url: string
1319
+ categoryId: string | null
1320
+ summary: string | null
1321
+ faviconUrl: string | null
1322
+ faviconSyncedAt: Date | null
1323
+ isGithub: boolean
1324
+ githubOwner: string | null
1325
+ githubRepo: string | null
1326
+ githubStars: number | null
1327
+ githubLatestVersion: string | null
1328
+ githubVersionDate: Date | null
1329
+ githubRepoUpdatedAt: Date | null
1330
+ githubSyncedAt: Date | null
1331
+ tags: runtime.JsonValue
1332
+ visibility: string
1333
+ userId: string
1334
+ isDeleted: boolean
1335
+ createdAt: Date
1336
+ updatedAt: Date
1337
+ }, ExtArgs["result"]["websiteBookmark"]>
1338
+ composites: {}
1339
+ }
1340
+
1341
+ export type WebsiteBookmarkGetPayload<S extends boolean | null | undefined | WebsiteBookmarkDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload, S>
1342
+
1343
+ export type WebsiteBookmarkCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
1344
+ Omit<WebsiteBookmarkFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
1345
+ select?: WebsiteBookmarkCountAggregateInputType | true
1346
+ }
1347
+
1348
+ export interface WebsiteBookmarkDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
1349
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['WebsiteBookmark'], meta: { name: 'WebsiteBookmark' } }
1350
+ /**
1351
+ * Find zero or one WebsiteBookmark that matches the filter.
1352
+ * @param {WebsiteBookmarkFindUniqueArgs} args - Arguments to find a WebsiteBookmark
1353
+ * @example
1354
+ * // Get one WebsiteBookmark
1355
+ * const websiteBookmark = await prisma.websiteBookmark.findUnique({
1356
+ * where: {
1357
+ * // ... provide filter here
1358
+ * }
1359
+ * })
1360
+ */
1361
+ findUnique<T extends WebsiteBookmarkFindUniqueArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkFindUniqueArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1362
+
1363
+ /**
1364
+ * Find one WebsiteBookmark that matches the filter or throw an error with `error.code='P2025'`
1365
+ * if no matches were found.
1366
+ * @param {WebsiteBookmarkFindUniqueOrThrowArgs} args - Arguments to find a WebsiteBookmark
1367
+ * @example
1368
+ * // Get one WebsiteBookmark
1369
+ * const websiteBookmark = await prisma.websiteBookmark.findUniqueOrThrow({
1370
+ * where: {
1371
+ * // ... provide filter here
1372
+ * }
1373
+ * })
1374
+ */
1375
+ findUniqueOrThrow<T extends WebsiteBookmarkFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1376
+
1377
+ /**
1378
+ * Find the first WebsiteBookmark that matches the filter.
1379
+ * Note, that providing `undefined` is treated as the value not being there.
1380
+ * Read more here: https://pris.ly/d/null-undefined
1381
+ * @param {WebsiteBookmarkFindFirstArgs} args - Arguments to find a WebsiteBookmark
1382
+ * @example
1383
+ * // Get one WebsiteBookmark
1384
+ * const websiteBookmark = await prisma.websiteBookmark.findFirst({
1385
+ * where: {
1386
+ * // ... provide filter here
1387
+ * }
1388
+ * })
1389
+ */
1390
+ findFirst<T extends WebsiteBookmarkFindFirstArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkFindFirstArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1391
+
1392
+ /**
1393
+ * Find the first WebsiteBookmark that matches the filter or
1394
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1395
+ * Note, that providing `undefined` is treated as the value not being there.
1396
+ * Read more here: https://pris.ly/d/null-undefined
1397
+ * @param {WebsiteBookmarkFindFirstOrThrowArgs} args - Arguments to find a WebsiteBookmark
1398
+ * @example
1399
+ * // Get one WebsiteBookmark
1400
+ * const websiteBookmark = await prisma.websiteBookmark.findFirstOrThrow({
1401
+ * where: {
1402
+ * // ... provide filter here
1403
+ * }
1404
+ * })
1405
+ */
1406
+ findFirstOrThrow<T extends WebsiteBookmarkFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1407
+
1408
+ /**
1409
+ * Find zero or more WebsiteBookmarks that matches the filter.
1410
+ * Note, that providing `undefined` is treated as the value not being there.
1411
+ * Read more here: https://pris.ly/d/null-undefined
1412
+ * @param {WebsiteBookmarkFindManyArgs} args - Arguments to filter and select certain fields only.
1413
+ * @example
1414
+ * // Get all WebsiteBookmarks
1415
+ * const websiteBookmarks = await prisma.websiteBookmark.findMany()
1416
+ *
1417
+ * // Get first 10 WebsiteBookmarks
1418
+ * const websiteBookmarks = await prisma.websiteBookmark.findMany({ take: 10 })
1419
+ *
1420
+ * // Only select the `id`
1421
+ * const websiteBookmarkWithIdOnly = await prisma.websiteBookmark.findMany({ select: { id: true } })
1422
+ *
1423
+ */
1424
+ findMany<T extends WebsiteBookmarkFindManyArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1425
+
1426
+ /**
1427
+ * Create a WebsiteBookmark.
1428
+ * @param {WebsiteBookmarkCreateArgs} args - Arguments to create a WebsiteBookmark.
1429
+ * @example
1430
+ * // Create one WebsiteBookmark
1431
+ * const WebsiteBookmark = await prisma.websiteBookmark.create({
1432
+ * data: {
1433
+ * // ... data to create a WebsiteBookmark
1434
+ * }
1435
+ * })
1436
+ *
1437
+ */
1438
+ create<T extends WebsiteBookmarkCreateArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkCreateArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1439
+
1440
+ /**
1441
+ * Create many WebsiteBookmarks.
1442
+ * @param {WebsiteBookmarkCreateManyArgs} args - Arguments to create many WebsiteBookmarks.
1443
+ * @example
1444
+ * // Create many WebsiteBookmarks
1445
+ * const websiteBookmark = await prisma.websiteBookmark.createMany({
1446
+ * data: [
1447
+ * // ... provide data here
1448
+ * ]
1449
+ * })
1450
+ *
1451
+ */
1452
+ createMany<T extends WebsiteBookmarkCreateManyArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1453
+
1454
+ /**
1455
+ * Create many WebsiteBookmarks and returns the data saved in the database.
1456
+ * @param {WebsiteBookmarkCreateManyAndReturnArgs} args - Arguments to create many WebsiteBookmarks.
1457
+ * @example
1458
+ * // Create many WebsiteBookmarks
1459
+ * const websiteBookmark = await prisma.websiteBookmark.createManyAndReturn({
1460
+ * data: [
1461
+ * // ... provide data here
1462
+ * ]
1463
+ * })
1464
+ *
1465
+ * // Create many WebsiteBookmarks and only return the `id`
1466
+ * const websiteBookmarkWithIdOnly = await prisma.websiteBookmark.createManyAndReturn({
1467
+ * select: { id: true },
1468
+ * data: [
1469
+ * // ... provide data here
1470
+ * ]
1471
+ * })
1472
+ * Note, that providing `undefined` is treated as the value not being there.
1473
+ * Read more here: https://pris.ly/d/null-undefined
1474
+ *
1475
+ */
1476
+ createManyAndReturn<T extends WebsiteBookmarkCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1477
+
1478
+ /**
1479
+ * Delete a WebsiteBookmark.
1480
+ * @param {WebsiteBookmarkDeleteArgs} args - Arguments to delete one WebsiteBookmark.
1481
+ * @example
1482
+ * // Delete one WebsiteBookmark
1483
+ * const WebsiteBookmark = await prisma.websiteBookmark.delete({
1484
+ * where: {
1485
+ * // ... filter to delete one WebsiteBookmark
1486
+ * }
1487
+ * })
1488
+ *
1489
+ */
1490
+ delete<T extends WebsiteBookmarkDeleteArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkDeleteArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1491
+
1492
+ /**
1493
+ * Update one WebsiteBookmark.
1494
+ * @param {WebsiteBookmarkUpdateArgs} args - Arguments to update one WebsiteBookmark.
1495
+ * @example
1496
+ * // Update one WebsiteBookmark
1497
+ * const websiteBookmark = await prisma.websiteBookmark.update({
1498
+ * where: {
1499
+ * // ... provide filter here
1500
+ * },
1501
+ * data: {
1502
+ * // ... provide data here
1503
+ * }
1504
+ * })
1505
+ *
1506
+ */
1507
+ update<T extends WebsiteBookmarkUpdateArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkUpdateArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1508
+
1509
+ /**
1510
+ * Delete zero or more WebsiteBookmarks.
1511
+ * @param {WebsiteBookmarkDeleteManyArgs} args - Arguments to filter WebsiteBookmarks to delete.
1512
+ * @example
1513
+ * // Delete a few WebsiteBookmarks
1514
+ * const { count } = await prisma.websiteBookmark.deleteMany({
1515
+ * where: {
1516
+ * // ... provide filter here
1517
+ * }
1518
+ * })
1519
+ *
1520
+ */
1521
+ deleteMany<T extends WebsiteBookmarkDeleteManyArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1522
+
1523
+ /**
1524
+ * Update zero or more WebsiteBookmarks.
1525
+ * Note, that providing `undefined` is treated as the value not being there.
1526
+ * Read more here: https://pris.ly/d/null-undefined
1527
+ * @param {WebsiteBookmarkUpdateManyArgs} args - Arguments to update one or more rows.
1528
+ * @example
1529
+ * // Update many WebsiteBookmarks
1530
+ * const websiteBookmark = await prisma.websiteBookmark.updateMany({
1531
+ * where: {
1532
+ * // ... provide filter here
1533
+ * },
1534
+ * data: {
1535
+ * // ... provide data here
1536
+ * }
1537
+ * })
1538
+ *
1539
+ */
1540
+ updateMany<T extends WebsiteBookmarkUpdateManyArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1541
+
1542
+ /**
1543
+ * Update zero or more WebsiteBookmarks and returns the data updated in the database.
1544
+ * @param {WebsiteBookmarkUpdateManyAndReturnArgs} args - Arguments to update many WebsiteBookmarks.
1545
+ * @example
1546
+ * // Update many WebsiteBookmarks
1547
+ * const websiteBookmark = await prisma.websiteBookmark.updateManyAndReturn({
1548
+ * where: {
1549
+ * // ... provide filter here
1550
+ * },
1551
+ * data: [
1552
+ * // ... provide data here
1553
+ * ]
1554
+ * })
1555
+ *
1556
+ * // Update zero or more WebsiteBookmarks and only return the `id`
1557
+ * const websiteBookmarkWithIdOnly = await prisma.websiteBookmark.updateManyAndReturn({
1558
+ * select: { id: true },
1559
+ * where: {
1560
+ * // ... provide filter here
1561
+ * },
1562
+ * data: [
1563
+ * // ... provide data here
1564
+ * ]
1565
+ * })
1566
+ * Note, that providing `undefined` is treated as the value not being there.
1567
+ * Read more here: https://pris.ly/d/null-undefined
1568
+ *
1569
+ */
1570
+ updateManyAndReturn<T extends WebsiteBookmarkUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1571
+
1572
+ /**
1573
+ * Create or update one WebsiteBookmark.
1574
+ * @param {WebsiteBookmarkUpsertArgs} args - Arguments to update or create a WebsiteBookmark.
1575
+ * @example
1576
+ * // Update or create a WebsiteBookmark
1577
+ * const websiteBookmark = await prisma.websiteBookmark.upsert({
1578
+ * create: {
1579
+ * // ... data to create a WebsiteBookmark
1580
+ * },
1581
+ * update: {
1582
+ * // ... in case it already exists, update
1583
+ * },
1584
+ * where: {
1585
+ * // ... the filter for the WebsiteBookmark we want to update
1586
+ * }
1587
+ * })
1588
+ */
1589
+ upsert<T extends WebsiteBookmarkUpsertArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkUpsertArgs<ExtArgs>>): Prisma.Prisma__WebsiteBookmarkClient<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1590
+
1591
+
1592
+ /**
1593
+ * Count the number of WebsiteBookmarks.
1594
+ * Note, that providing `undefined` is treated as the value not being there.
1595
+ * Read more here: https://pris.ly/d/null-undefined
1596
+ * @param {WebsiteBookmarkCountArgs} args - Arguments to filter WebsiteBookmarks to count.
1597
+ * @example
1598
+ * // Count the number of WebsiteBookmarks
1599
+ * const count = await prisma.websiteBookmark.count({
1600
+ * where: {
1601
+ * // ... the filter for the WebsiteBookmarks we want to count
1602
+ * }
1603
+ * })
1604
+ **/
1605
+ count<T extends WebsiteBookmarkCountArgs>(
1606
+ args?: Prisma.Subset<T, WebsiteBookmarkCountArgs>,
1607
+ ): Prisma.PrismaPromise<
1608
+ T extends runtime.Types.Utils.Record<'select', any>
1609
+ ? T['select'] extends true
1610
+ ? number
1611
+ : Prisma.GetScalarType<T['select'], WebsiteBookmarkCountAggregateOutputType>
1612
+ : number
1613
+ >
1614
+
1615
+ /**
1616
+ * Allows you to perform aggregations operations on a WebsiteBookmark.
1617
+ * Note, that providing `undefined` is treated as the value not being there.
1618
+ * Read more here: https://pris.ly/d/null-undefined
1619
+ * @param {WebsiteBookmarkAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1620
+ * @example
1621
+ * // Ordered by age ascending
1622
+ * // Where email contains prisma.io
1623
+ * // Limited to the 10 users
1624
+ * const aggregations = await prisma.user.aggregate({
1625
+ * _avg: {
1626
+ * age: true,
1627
+ * },
1628
+ * where: {
1629
+ * email: {
1630
+ * contains: "prisma.io",
1631
+ * },
1632
+ * },
1633
+ * orderBy: {
1634
+ * age: "asc",
1635
+ * },
1636
+ * take: 10,
1637
+ * })
1638
+ **/
1639
+ aggregate<T extends WebsiteBookmarkAggregateArgs>(args: Prisma.Subset<T, WebsiteBookmarkAggregateArgs>): Prisma.PrismaPromise<GetWebsiteBookmarkAggregateType<T>>
1640
+
1641
+ /**
1642
+ * Group by WebsiteBookmark.
1643
+ * Note, that providing `undefined` is treated as the value not being there.
1644
+ * Read more here: https://pris.ly/d/null-undefined
1645
+ * @param {WebsiteBookmarkGroupByArgs} args - Group by arguments.
1646
+ * @example
1647
+ * // Group by city, order by createdAt, get count
1648
+ * const result = await prisma.user.groupBy({
1649
+ * by: ['city', 'createdAt'],
1650
+ * orderBy: {
1651
+ * createdAt: true
1652
+ * },
1653
+ * _count: {
1654
+ * _all: true
1655
+ * },
1656
+ * })
1657
+ *
1658
+ **/
1659
+ groupBy<
1660
+ T extends WebsiteBookmarkGroupByArgs,
1661
+ HasSelectOrTake extends Prisma.Or<
1662
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
1663
+ Prisma.Extends<'take', Prisma.Keys<T>>
1664
+ >,
1665
+ OrderByArg extends Prisma.True extends HasSelectOrTake
1666
+ ? { orderBy: WebsiteBookmarkGroupByArgs['orderBy'] }
1667
+ : { orderBy?: WebsiteBookmarkGroupByArgs['orderBy'] },
1668
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1669
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1670
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
1671
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
1672
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
1673
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1674
+ InputErrors extends ByEmpty extends Prisma.True
1675
+ ? `Error: "by" must not be empty.`
1676
+ : HavingValid extends Prisma.False
1677
+ ? {
1678
+ [P in HavingFields]: P extends ByFields
1679
+ ? never
1680
+ : P extends string
1681
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1682
+ : [
1683
+ Error,
1684
+ 'Field ',
1685
+ P,
1686
+ ` in "having" needs to be provided in "by"`,
1687
+ ]
1688
+ }[HavingFields]
1689
+ : 'take' extends Prisma.Keys<T>
1690
+ ? 'orderBy' extends Prisma.Keys<T>
1691
+ ? ByValid extends Prisma.True
1692
+ ? {}
1693
+ : {
1694
+ [P in OrderFields]: P extends ByFields
1695
+ ? never
1696
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1697
+ }[OrderFields]
1698
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
1699
+ : 'skip' extends Prisma.Keys<T>
1700
+ ? 'orderBy' extends Prisma.Keys<T>
1701
+ ? ByValid extends Prisma.True
1702
+ ? {}
1703
+ : {
1704
+ [P in OrderFields]: P extends ByFields
1705
+ ? never
1706
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1707
+ }[OrderFields]
1708
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
1709
+ : ByValid extends Prisma.True
1710
+ ? {}
1711
+ : {
1712
+ [P in OrderFields]: P extends ByFields
1713
+ ? never
1714
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1715
+ }[OrderFields]
1716
+ >(args: Prisma.SubsetIntersection<T, WebsiteBookmarkGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetWebsiteBookmarkGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1717
+ /**
1718
+ * Fields of the WebsiteBookmark model
1719
+ */
1720
+ readonly fields: WebsiteBookmarkFieldRefs;
1721
+ }
1722
+
1723
+ /**
1724
+ * The delegate class that acts as a "Promise-like" for WebsiteBookmark.
1725
+ * Why is this prefixed with `Prisma__`?
1726
+ * Because we want to prevent naming conflicts as mentioned in
1727
+ * https://github.com/prisma/prisma-client-js/issues/707
1728
+ */
1729
+ export interface Prisma__WebsiteBookmarkClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1730
+ readonly [Symbol.toStringTag]: "PrismaPromise"
1731
+ 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>
1732
+ category<T extends Prisma.WebsiteBookmark$categoryArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.WebsiteBookmark$categoryArgs<ExtArgs>>): Prisma.Prisma__BookmarkCategoryClient<runtime.Types.Result.GetResult<Prisma.$BookmarkCategoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1733
+ /**
1734
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1735
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1736
+ * @param onrejected The callback to execute when the Promise is rejected.
1737
+ * @returns A Promise for the completion of which ever callback is executed.
1738
+ */
1739
+ 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>
1740
+ /**
1741
+ * Attaches a callback for only the rejection of the Promise.
1742
+ * @param onrejected The callback to execute when the Promise is rejected.
1743
+ * @returns A Promise for the completion of the callback.
1744
+ */
1745
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1746
+ /**
1747
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1748
+ * resolved value cannot be modified from the callback.
1749
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1750
+ * @returns A Promise for the completion of the callback.
1751
+ */
1752
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1753
+ }
1754
+
1755
+
1756
+
1757
+
1758
+ /**
1759
+ * Fields of the WebsiteBookmark model
1760
+ */
1761
+ export interface WebsiteBookmarkFieldRefs {
1762
+ readonly id: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1763
+ readonly canonicalId: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1764
+ readonly title: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1765
+ readonly url: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1766
+ readonly categoryId: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1767
+ readonly summary: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1768
+ readonly faviconUrl: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1769
+ readonly faviconSyncedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
1770
+ readonly isGithub: Prisma.FieldRef<"WebsiteBookmark", 'Boolean'>
1771
+ readonly githubOwner: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1772
+ readonly githubRepo: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1773
+ readonly githubStars: Prisma.FieldRef<"WebsiteBookmark", 'Int'>
1774
+ readonly githubLatestVersion: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1775
+ readonly githubVersionDate: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
1776
+ readonly githubRepoUpdatedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
1777
+ readonly githubSyncedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
1778
+ readonly tags: Prisma.FieldRef<"WebsiteBookmark", 'Json'>
1779
+ readonly visibility: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1780
+ readonly userId: Prisma.FieldRef<"WebsiteBookmark", 'String'>
1781
+ readonly isDeleted: Prisma.FieldRef<"WebsiteBookmark", 'Boolean'>
1782
+ readonly createdAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
1783
+ readonly updatedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
1784
+ }
1785
+
1786
+
1787
+ // Custom InputTypes
1788
+ /**
1789
+ * WebsiteBookmark findUnique
1790
+ */
1791
+ export type WebsiteBookmarkFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1792
+ /**
1793
+ * Select specific fields to fetch from the WebsiteBookmark
1794
+ */
1795
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
1796
+ /**
1797
+ * Omit specific fields from the WebsiteBookmark
1798
+ */
1799
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
1800
+ /**
1801
+ * Choose, which related nodes to fetch as well
1802
+ */
1803
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
1804
+ /**
1805
+ * Filter, which WebsiteBookmark to fetch.
1806
+ */
1807
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
1808
+ }
1809
+
1810
+ /**
1811
+ * WebsiteBookmark findUniqueOrThrow
1812
+ */
1813
+ export type WebsiteBookmarkFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1814
+ /**
1815
+ * Select specific fields to fetch from the WebsiteBookmark
1816
+ */
1817
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
1818
+ /**
1819
+ * Omit specific fields from the WebsiteBookmark
1820
+ */
1821
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
1822
+ /**
1823
+ * Choose, which related nodes to fetch as well
1824
+ */
1825
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
1826
+ /**
1827
+ * Filter, which WebsiteBookmark to fetch.
1828
+ */
1829
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
1830
+ }
1831
+
1832
+ /**
1833
+ * WebsiteBookmark findFirst
1834
+ */
1835
+ export type WebsiteBookmarkFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1836
+ /**
1837
+ * Select specific fields to fetch from the WebsiteBookmark
1838
+ */
1839
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
1840
+ /**
1841
+ * Omit specific fields from the WebsiteBookmark
1842
+ */
1843
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
1844
+ /**
1845
+ * Choose, which related nodes to fetch as well
1846
+ */
1847
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
1848
+ /**
1849
+ * Filter, which WebsiteBookmark to fetch.
1850
+ */
1851
+ where?: Prisma.WebsiteBookmarkWhereInput
1852
+ /**
1853
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1854
+ *
1855
+ * Determine the order of WebsiteBookmarks to fetch.
1856
+ */
1857
+ orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
1858
+ /**
1859
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1860
+ *
1861
+ * Sets the position for searching for WebsiteBookmarks.
1862
+ */
1863
+ cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
1864
+ /**
1865
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1866
+ *
1867
+ * Take `±n` WebsiteBookmarks from the position of the cursor.
1868
+ */
1869
+ take?: number
1870
+ /**
1871
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1872
+ *
1873
+ * Skip the first `n` WebsiteBookmarks.
1874
+ */
1875
+ skip?: number
1876
+ /**
1877
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1878
+ *
1879
+ * Filter by unique combinations of WebsiteBookmarks.
1880
+ */
1881
+ distinct?: Prisma.WebsiteBookmarkScalarFieldEnum | Prisma.WebsiteBookmarkScalarFieldEnum[]
1882
+ }
1883
+
1884
+ /**
1885
+ * WebsiteBookmark findFirstOrThrow
1886
+ */
1887
+ export type WebsiteBookmarkFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1888
+ /**
1889
+ * Select specific fields to fetch from the WebsiteBookmark
1890
+ */
1891
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
1892
+ /**
1893
+ * Omit specific fields from the WebsiteBookmark
1894
+ */
1895
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
1896
+ /**
1897
+ * Choose, which related nodes to fetch as well
1898
+ */
1899
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
1900
+ /**
1901
+ * Filter, which WebsiteBookmark to fetch.
1902
+ */
1903
+ where?: Prisma.WebsiteBookmarkWhereInput
1904
+ /**
1905
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1906
+ *
1907
+ * Determine the order of WebsiteBookmarks to fetch.
1908
+ */
1909
+ orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
1910
+ /**
1911
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1912
+ *
1913
+ * Sets the position for searching for WebsiteBookmarks.
1914
+ */
1915
+ cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
1916
+ /**
1917
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1918
+ *
1919
+ * Take `±n` WebsiteBookmarks from the position of the cursor.
1920
+ */
1921
+ take?: number
1922
+ /**
1923
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1924
+ *
1925
+ * Skip the first `n` WebsiteBookmarks.
1926
+ */
1927
+ skip?: number
1928
+ /**
1929
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1930
+ *
1931
+ * Filter by unique combinations of WebsiteBookmarks.
1932
+ */
1933
+ distinct?: Prisma.WebsiteBookmarkScalarFieldEnum | Prisma.WebsiteBookmarkScalarFieldEnum[]
1934
+ }
1935
+
1936
+ /**
1937
+ * WebsiteBookmark findMany
1938
+ */
1939
+ export type WebsiteBookmarkFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1940
+ /**
1941
+ * Select specific fields to fetch from the WebsiteBookmark
1942
+ */
1943
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
1944
+ /**
1945
+ * Omit specific fields from the WebsiteBookmark
1946
+ */
1947
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
1948
+ /**
1949
+ * Choose, which related nodes to fetch as well
1950
+ */
1951
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
1952
+ /**
1953
+ * Filter, which WebsiteBookmarks to fetch.
1954
+ */
1955
+ where?: Prisma.WebsiteBookmarkWhereInput
1956
+ /**
1957
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1958
+ *
1959
+ * Determine the order of WebsiteBookmarks to fetch.
1960
+ */
1961
+ orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
1962
+ /**
1963
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1964
+ *
1965
+ * Sets the position for listing WebsiteBookmarks.
1966
+ */
1967
+ cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
1968
+ /**
1969
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1970
+ *
1971
+ * Take `±n` WebsiteBookmarks from the position of the cursor.
1972
+ */
1973
+ take?: number
1974
+ /**
1975
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1976
+ *
1977
+ * Skip the first `n` WebsiteBookmarks.
1978
+ */
1979
+ skip?: number
1980
+ /**
1981
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1982
+ *
1983
+ * Filter by unique combinations of WebsiteBookmarks.
1984
+ */
1985
+ distinct?: Prisma.WebsiteBookmarkScalarFieldEnum | Prisma.WebsiteBookmarkScalarFieldEnum[]
1986
+ }
1987
+
1988
+ /**
1989
+ * WebsiteBookmark create
1990
+ */
1991
+ export type WebsiteBookmarkCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1992
+ /**
1993
+ * Select specific fields to fetch from the WebsiteBookmark
1994
+ */
1995
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
1996
+ /**
1997
+ * Omit specific fields from the WebsiteBookmark
1998
+ */
1999
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2000
+ /**
2001
+ * Choose, which related nodes to fetch as well
2002
+ */
2003
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
2004
+ /**
2005
+ * The data needed to create a WebsiteBookmark.
2006
+ */
2007
+ data: Prisma.XOR<Prisma.WebsiteBookmarkCreateInput, Prisma.WebsiteBookmarkUncheckedCreateInput>
2008
+ }
2009
+
2010
+ /**
2011
+ * WebsiteBookmark createMany
2012
+ */
2013
+ export type WebsiteBookmarkCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2014
+ /**
2015
+ * The data used to create many WebsiteBookmarks.
2016
+ */
2017
+ data: Prisma.WebsiteBookmarkCreateManyInput | Prisma.WebsiteBookmarkCreateManyInput[]
2018
+ skipDuplicates?: boolean
2019
+ }
2020
+
2021
+ /**
2022
+ * WebsiteBookmark createManyAndReturn
2023
+ */
2024
+ export type WebsiteBookmarkCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2025
+ /**
2026
+ * Select specific fields to fetch from the WebsiteBookmark
2027
+ */
2028
+ select?: Prisma.WebsiteBookmarkSelectCreateManyAndReturn<ExtArgs> | null
2029
+ /**
2030
+ * Omit specific fields from the WebsiteBookmark
2031
+ */
2032
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2033
+ /**
2034
+ * The data used to create many WebsiteBookmarks.
2035
+ */
2036
+ data: Prisma.WebsiteBookmarkCreateManyInput | Prisma.WebsiteBookmarkCreateManyInput[]
2037
+ skipDuplicates?: boolean
2038
+ /**
2039
+ * Choose, which related nodes to fetch as well
2040
+ */
2041
+ include?: Prisma.WebsiteBookmarkIncludeCreateManyAndReturn<ExtArgs> | null
2042
+ }
2043
+
2044
+ /**
2045
+ * WebsiteBookmark update
2046
+ */
2047
+ export type WebsiteBookmarkUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2048
+ /**
2049
+ * Select specific fields to fetch from the WebsiteBookmark
2050
+ */
2051
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
2052
+ /**
2053
+ * Omit specific fields from the WebsiteBookmark
2054
+ */
2055
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2056
+ /**
2057
+ * Choose, which related nodes to fetch as well
2058
+ */
2059
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
2060
+ /**
2061
+ * The data needed to update a WebsiteBookmark.
2062
+ */
2063
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateInput, Prisma.WebsiteBookmarkUncheckedUpdateInput>
2064
+ /**
2065
+ * Choose, which WebsiteBookmark to update.
2066
+ */
2067
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
2068
+ }
2069
+
2070
+ /**
2071
+ * WebsiteBookmark updateMany
2072
+ */
2073
+ export type WebsiteBookmarkUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2074
+ /**
2075
+ * The data used to update WebsiteBookmarks.
2076
+ */
2077
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyInput>
2078
+ /**
2079
+ * Filter which WebsiteBookmarks to update
2080
+ */
2081
+ where?: Prisma.WebsiteBookmarkWhereInput
2082
+ /**
2083
+ * Limit how many WebsiteBookmarks to update.
2084
+ */
2085
+ limit?: number
2086
+ }
2087
+
2088
+ /**
2089
+ * WebsiteBookmark updateManyAndReturn
2090
+ */
2091
+ export type WebsiteBookmarkUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2092
+ /**
2093
+ * Select specific fields to fetch from the WebsiteBookmark
2094
+ */
2095
+ select?: Prisma.WebsiteBookmarkSelectUpdateManyAndReturn<ExtArgs> | null
2096
+ /**
2097
+ * Omit specific fields from the WebsiteBookmark
2098
+ */
2099
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2100
+ /**
2101
+ * The data used to update WebsiteBookmarks.
2102
+ */
2103
+ data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyInput>
2104
+ /**
2105
+ * Filter which WebsiteBookmarks to update
2106
+ */
2107
+ where?: Prisma.WebsiteBookmarkWhereInput
2108
+ /**
2109
+ * Limit how many WebsiteBookmarks to update.
2110
+ */
2111
+ limit?: number
2112
+ /**
2113
+ * Choose, which related nodes to fetch as well
2114
+ */
2115
+ include?: Prisma.WebsiteBookmarkIncludeUpdateManyAndReturn<ExtArgs> | null
2116
+ }
2117
+
2118
+ /**
2119
+ * WebsiteBookmark upsert
2120
+ */
2121
+ export type WebsiteBookmarkUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2122
+ /**
2123
+ * Select specific fields to fetch from the WebsiteBookmark
2124
+ */
2125
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
2126
+ /**
2127
+ * Omit specific fields from the WebsiteBookmark
2128
+ */
2129
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2130
+ /**
2131
+ * Choose, which related nodes to fetch as well
2132
+ */
2133
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
2134
+ /**
2135
+ * The filter to search for the WebsiteBookmark to update in case it exists.
2136
+ */
2137
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
2138
+ /**
2139
+ * In case the WebsiteBookmark found by the `where` argument doesn't exist, create a new WebsiteBookmark with this data.
2140
+ */
2141
+ create: Prisma.XOR<Prisma.WebsiteBookmarkCreateInput, Prisma.WebsiteBookmarkUncheckedCreateInput>
2142
+ /**
2143
+ * In case the WebsiteBookmark was found with the provided `where` argument, update it with this data.
2144
+ */
2145
+ update: Prisma.XOR<Prisma.WebsiteBookmarkUpdateInput, Prisma.WebsiteBookmarkUncheckedUpdateInput>
2146
+ }
2147
+
2148
+ /**
2149
+ * WebsiteBookmark delete
2150
+ */
2151
+ export type WebsiteBookmarkDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2152
+ /**
2153
+ * Select specific fields to fetch from the WebsiteBookmark
2154
+ */
2155
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
2156
+ /**
2157
+ * Omit specific fields from the WebsiteBookmark
2158
+ */
2159
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2160
+ /**
2161
+ * Choose, which related nodes to fetch as well
2162
+ */
2163
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
2164
+ /**
2165
+ * Filter which WebsiteBookmark to delete.
2166
+ */
2167
+ where: Prisma.WebsiteBookmarkWhereUniqueInput
2168
+ }
2169
+
2170
+ /**
2171
+ * WebsiteBookmark deleteMany
2172
+ */
2173
+ export type WebsiteBookmarkDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2174
+ /**
2175
+ * Filter which WebsiteBookmarks to delete
2176
+ */
2177
+ where?: Prisma.WebsiteBookmarkWhereInput
2178
+ /**
2179
+ * Limit how many WebsiteBookmarks to delete.
2180
+ */
2181
+ limit?: number
2182
+ }
2183
+
2184
+ /**
2185
+ * WebsiteBookmark.category
2186
+ */
2187
+ export type WebsiteBookmark$categoryArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2188
+ /**
2189
+ * Select specific fields to fetch from the BookmarkCategory
2190
+ */
2191
+ select?: Prisma.BookmarkCategorySelect<ExtArgs> | null
2192
+ /**
2193
+ * Omit specific fields from the BookmarkCategory
2194
+ */
2195
+ omit?: Prisma.BookmarkCategoryOmit<ExtArgs> | null
2196
+ /**
2197
+ * Choose, which related nodes to fetch as well
2198
+ */
2199
+ include?: Prisma.BookmarkCategoryInclude<ExtArgs> | null
2200
+ where?: Prisma.BookmarkCategoryWhereInput
2201
+ }
2202
+
2203
+ /**
2204
+ * WebsiteBookmark without action
2205
+ */
2206
+ export type WebsiteBookmarkDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2207
+ /**
2208
+ * Select specific fields to fetch from the WebsiteBookmark
2209
+ */
2210
+ select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
2211
+ /**
2212
+ * Omit specific fields from the WebsiteBookmark
2213
+ */
2214
+ omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
2215
+ /**
2216
+ * Choose, which related nodes to fetch as well
2217
+ */
2218
+ include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
2219
+ }