@allbluecn/database 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/desktop-init.ts +128 -0
- package/generated/browser.ts +494 -0
- package/generated/client.ts +518 -0
- package/generated/commonInputTypes.ts +1056 -0
- package/generated/enums.ts +93 -0
- package/generated/internal/class.ts +1144 -0
- package/generated/internal/prismaNamespace.ts +9603 -0
- package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
- package/generated/models/Account.ts +1648 -0
- package/generated/models/AgentConversation.ts +1651 -0
- package/generated/models/AgentMessage.ts +1409 -0
- package/generated/models/AiProvider.ts +1607 -0
- package/generated/models/AiProviderConfig.ts +1514 -0
- package/generated/models/AiUsageLog.ts +1863 -0
- package/generated/models/AnyHubApp.ts +1911 -0
- package/generated/models/AnyHubMarketApp.ts +2008 -0
- package/generated/models/AnyHubPermission.ts +1422 -0
- package/generated/models/AnyHubRecommendation.ts +1870 -0
- package/generated/models/AnyHubRecommender.ts +1471 -0
- package/generated/models/Artboard.ts +1811 -0
- package/generated/models/ArtboardExport.ts +1548 -0
- package/generated/models/ArticleFavorite.ts +1352 -0
- package/generated/models/AuditLog.ts +1533 -0
- package/generated/models/Block.ts +1650 -0
- package/generated/models/BlockComponent.ts +1734 -0
- package/generated/models/BlockInstance.ts +2043 -0
- package/generated/models/BookmarkCategory.ts +1670 -0
- package/generated/models/ChatInterrupt.ts +1699 -0
- package/generated/models/ChatMessage.ts +1438 -0
- package/generated/models/ChatRun.ts +1632 -0
- package/generated/models/ChatThread.ts +2133 -0
- package/generated/models/Comment.ts +2206 -0
- package/generated/models/CommentIgnore.ts +1430 -0
- package/generated/models/CommentReaction.ts +1472 -0
- package/generated/models/ComplianceExport.ts +1345 -0
- package/generated/models/Component.ts +2345 -0
- package/generated/models/ComponentInstance.ts +2102 -0
- package/generated/models/ComponentTag.ts +1281 -0
- package/generated/models/CustomRole.ts +1560 -0
- package/generated/models/DesignProject.ts +1643 -0
- package/generated/models/DictionaryTerm.ts +1642 -0
- package/generated/models/GenerationRun.ts +1543 -0
- package/generated/models/IndustryCompliance.ts +1797 -0
- package/generated/models/InvitationCode.ts +1417 -0
- package/generated/models/InvitationUse.ts +1424 -0
- package/generated/models/Invoice.ts +1710 -0
- package/generated/models/KnowledgeBase.ts +1671 -0
- package/generated/models/KnowledgeDocument.ts +2458 -0
- package/generated/models/KnowledgeShareRecord.ts +1352 -0
- package/generated/models/Label.ts +1482 -0
- package/generated/models/LegalRegulation.ts +1873 -0
- package/generated/models/LicenseActivation.ts +1415 -0
- package/generated/models/LicenseKey.ts +1884 -0
- package/generated/models/LoginLog.ts +1450 -0
- package/generated/models/MonitoringErrorReport.ts +1299 -0
- package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
- package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
- package/generated/models/MonitoringRequestLog.ts +1283 -0
- package/generated/models/PRD.ts +2805 -0
- package/generated/models/PRDPage.ts +2402 -0
- package/generated/models/PRDTag.ts +1430 -0
- package/generated/models/PRDVersion.ts +2121 -0
- package/generated/models/PageVersion.ts +1523 -0
- package/generated/models/PasswordResetToken.ts +1380 -0
- package/generated/models/Plan.ts +2069 -0
- package/generated/models/Project.ts +2148 -0
- package/generated/models/ProjectActivity.ts +1582 -0
- package/generated/models/ProjectMember.ts +1512 -0
- package/generated/models/ProviderEvent.ts +1227 -0
- package/generated/models/Reference.ts +1177 -0
- package/generated/models/Review.ts +1912 -0
- package/generated/models/ReviewComment.ts +1904 -0
- package/generated/models/RoleAssignment.ts +1430 -0
- package/generated/models/SequenceCounter.ts +1137 -0
- package/generated/models/Share.ts +1681 -0
- package/generated/models/ShareVersion.ts +1389 -0
- package/generated/models/SsoMapping.ts +1512 -0
- package/generated/models/SsoProvider.ts +1639 -0
- package/generated/models/Story.ts +5234 -0
- package/generated/models/StoryActivity.ts +1664 -0
- package/generated/models/StoryAttachment.ts +1467 -0
- package/generated/models/StoryComment.ts +1992 -0
- package/generated/models/StoryDependency.ts +1517 -0
- package/generated/models/StoryDocLink.ts +1430 -0
- package/generated/models/StoryFilterView.ts +1587 -0
- package/generated/models/StoryLabel.ts +1349 -0
- package/generated/models/StoryLink.ts +1415 -0
- package/generated/models/StoryPrdLink.ts +1430 -0
- package/generated/models/StoryReaction.ts +1472 -0
- package/generated/models/Subscription.ts +2147 -0
- package/generated/models/SystemSetting.ts +1217 -0
- package/generated/models/Tag.ts +1655 -0
- package/generated/models/TeamInvitation.ts +1526 -0
- package/generated/models/TeamMembership.ts +1436 -0
- package/generated/models/Template.ts +1391 -0
- package/generated/models/TemplateBlock.ts +1664 -0
- package/generated/models/ThirdPartyDependency.ts +1473 -0
- package/generated/models/UsageRecord.ts +1505 -0
- package/generated/models/User.ts +20998 -0
- package/generated/models/UserAgent.ts +1900 -0
- package/generated/models/UserSkill.ts +1456 -0
- package/generated/models/WebsiteBookmark.ts +2219 -0
- package/generated/models/Workspace.ts +2279 -0
- package/generated/models.ts +106 -0
- package/generated-sqlite/browser.ts +399 -0
- package/generated-sqlite/client.ts +423 -0
- package/generated-sqlite/commonInputTypes.ts +608 -0
- package/generated-sqlite/enums.ts +15 -0
- package/generated-sqlite/internal/class.ts +954 -0
- package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
- package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
- package/generated-sqlite/models/AgentConversation.ts +1647 -0
- package/generated-sqlite/models/AgentMessage.ts +1406 -0
- package/generated-sqlite/models/AiProvider.ts +1605 -0
- package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
- package/generated-sqlite/models/AiUsageLog.ts +1845 -0
- package/generated-sqlite/models/AnyHubApp.ts +1908 -0
- package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
- package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
- package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
- package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
- package/generated-sqlite/models/Artboard.ts +1808 -0
- package/generated-sqlite/models/ArtboardExport.ts +1545 -0
- package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
- package/generated-sqlite/models/AuditLog.ts +1287 -0
- package/generated-sqlite/models/Block.ts +1648 -0
- package/generated-sqlite/models/BlockComponent.ts +1730 -0
- package/generated-sqlite/models/BlockInstance.ts +2039 -0
- package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
- package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
- package/generated-sqlite/models/ChatMessage.ts +1435 -0
- package/generated-sqlite/models/ChatRun.ts +1629 -0
- package/generated-sqlite/models/ChatThread.ts +2129 -0
- package/generated-sqlite/models/Comment.ts +2201 -0
- package/generated-sqlite/models/CommentIgnore.ts +1426 -0
- package/generated-sqlite/models/ComplianceExport.ts +1343 -0
- package/generated-sqlite/models/Component.ts +2326 -0
- package/generated-sqlite/models/ComponentInstance.ts +2097 -0
- package/generated-sqlite/models/ComponentTag.ts +1278 -0
- package/generated-sqlite/models/CustomRole.ts +1209 -0
- package/generated-sqlite/models/DesignProject.ts +1640 -0
- package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
- package/generated-sqlite/models/GenerationRun.ts +1540 -0
- package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
- package/generated-sqlite/models/InvitationCode.ts +1415 -0
- package/generated-sqlite/models/InvitationUse.ts +1420 -0
- package/generated-sqlite/models/Invoice.ts +1707 -0
- package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
- package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
- package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
- package/generated-sqlite/models/LegalRegulation.ts +1870 -0
- package/generated-sqlite/models/LicenseActivation.ts +1203 -0
- package/generated-sqlite/models/LicenseKey.ts +1443 -0
- package/generated-sqlite/models/LoginLog.ts +1447 -0
- package/generated-sqlite/models/PRD.ts +2616 -0
- package/generated-sqlite/models/PRDPage.ts +2398 -0
- package/generated-sqlite/models/PRDTag.ts +1426 -0
- package/generated-sqlite/models/PRDVersion.ts +2117 -0
- package/generated-sqlite/models/PageVersion.ts +1528 -0
- package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
- package/generated-sqlite/models/Plan.ts +2060 -0
- package/generated-sqlite/models/Project.ts +1994 -0
- package/generated-sqlite/models/ProjectActivity.ts +1578 -0
- package/generated-sqlite/models/ProjectMember.ts +1508 -0
- package/generated-sqlite/models/ProviderEvent.ts +1225 -0
- package/generated-sqlite/models/Reference.ts +1175 -0
- package/generated-sqlite/models/Review.ts +1903 -0
- package/generated-sqlite/models/ReviewComment.ts +1899 -0
- package/generated-sqlite/models/RoleAssignment.ts +1125 -0
- package/generated-sqlite/models/Share.ts +1674 -0
- package/generated-sqlite/models/ShareVersion.ts +1385 -0
- package/generated-sqlite/models/SsoMapping.ts +1181 -0
- package/generated-sqlite/models/SsoProvider.ts +1266 -0
- package/generated-sqlite/models/Subscription.ts +2137 -0
- package/generated-sqlite/models/SystemSetting.ts +1215 -0
- package/generated-sqlite/models/Tag.ts +1652 -0
- package/generated-sqlite/models/TeamInvitation.ts +1523 -0
- package/generated-sqlite/models/TeamMembership.ts +1433 -0
- package/generated-sqlite/models/Template.ts +1389 -0
- package/generated-sqlite/models/TemplateBlock.ts +1660 -0
- package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
- package/generated-sqlite/models/UsageRecord.ts +1498 -0
- package/generated-sqlite/models/User.ts +13558 -0
- package/generated-sqlite/models/UserAgent.ts +1897 -0
- package/generated-sqlite/models/UserSkill.ts +1453 -0
- package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
- package/generated-sqlite/models/Workspace.ts +1824 -0
- package/generated-sqlite/models.ts +87 -0
- package/package.json +7 -3
- package/LICENSE +0 -661
|
@@ -0,0 +1,2215 @@
|
|
|
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
|
+
}
|
|
874
|
+
|
|
875
|
+
export type WebsiteBookmarkUpsertWithWhereUniqueWithoutUserInput = {
|
|
876
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
877
|
+
update: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutUserInput>
|
|
878
|
+
create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutUserInput>
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export type WebsiteBookmarkUpdateWithWhereUniqueWithoutUserInput = {
|
|
882
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
883
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutUserInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutUserInput>
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
export type WebsiteBookmarkUpdateManyWithWhereWithoutUserInput = {
|
|
887
|
+
where: Prisma.WebsiteBookmarkScalarWhereInput
|
|
888
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutUserInput>
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
export type WebsiteBookmarkScalarWhereInput = {
|
|
892
|
+
AND?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
|
|
893
|
+
OR?: Prisma.WebsiteBookmarkScalarWhereInput[]
|
|
894
|
+
NOT?: Prisma.WebsiteBookmarkScalarWhereInput | Prisma.WebsiteBookmarkScalarWhereInput[]
|
|
895
|
+
id?: Prisma.StringFilter<"WebsiteBookmark"> | string
|
|
896
|
+
canonicalId?: Prisma.StringFilter<"WebsiteBookmark"> | string
|
|
897
|
+
title?: Prisma.StringFilter<"WebsiteBookmark"> | string
|
|
898
|
+
url?: Prisma.StringFilter<"WebsiteBookmark"> | string
|
|
899
|
+
categoryId?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
|
|
900
|
+
summary?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
|
|
901
|
+
faviconUrl?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
|
|
902
|
+
faviconSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
|
|
903
|
+
isGithub?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
|
|
904
|
+
githubOwner?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
|
|
905
|
+
githubRepo?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
|
|
906
|
+
githubStars?: Prisma.IntNullableFilter<"WebsiteBookmark"> | number | null
|
|
907
|
+
githubLatestVersion?: Prisma.StringNullableFilter<"WebsiteBookmark"> | string | null
|
|
908
|
+
githubVersionDate?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
|
|
909
|
+
githubRepoUpdatedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
|
|
910
|
+
githubSyncedAt?: Prisma.DateTimeNullableFilter<"WebsiteBookmark"> | Date | string | null
|
|
911
|
+
tags?: Prisma.JsonFilter<"WebsiteBookmark">
|
|
912
|
+
visibility?: Prisma.StringFilter<"WebsiteBookmark"> | string
|
|
913
|
+
userId?: Prisma.StringFilter<"WebsiteBookmark"> | string
|
|
914
|
+
isDeleted?: Prisma.BoolFilter<"WebsiteBookmark"> | boolean
|
|
915
|
+
createdAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
|
|
916
|
+
updatedAt?: Prisma.DateTimeFilter<"WebsiteBookmark"> | Date | string
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
export type WebsiteBookmarkCreateWithoutCategoryInput = {
|
|
920
|
+
id?: string
|
|
921
|
+
canonicalId: string
|
|
922
|
+
title: string
|
|
923
|
+
url: string
|
|
924
|
+
summary?: string | null
|
|
925
|
+
faviconUrl?: string | null
|
|
926
|
+
faviconSyncedAt?: Date | string | null
|
|
927
|
+
isGithub?: boolean
|
|
928
|
+
githubOwner?: string | null
|
|
929
|
+
githubRepo?: string | null
|
|
930
|
+
githubStars?: number | null
|
|
931
|
+
githubLatestVersion?: string | null
|
|
932
|
+
githubVersionDate?: Date | string | null
|
|
933
|
+
githubRepoUpdatedAt?: Date | string | null
|
|
934
|
+
githubSyncedAt?: Date | string | null
|
|
935
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
936
|
+
visibility?: string
|
|
937
|
+
isDeleted?: boolean
|
|
938
|
+
createdAt?: Date | string
|
|
939
|
+
updatedAt?: Date | string
|
|
940
|
+
user: Prisma.UserCreateNestedOneWithoutWebsiteBookmarksInput
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
export type WebsiteBookmarkUncheckedCreateWithoutCategoryInput = {
|
|
944
|
+
id?: string
|
|
945
|
+
canonicalId: string
|
|
946
|
+
title: string
|
|
947
|
+
url: string
|
|
948
|
+
summary?: string | null
|
|
949
|
+
faviconUrl?: string | null
|
|
950
|
+
faviconSyncedAt?: Date | string | null
|
|
951
|
+
isGithub?: boolean
|
|
952
|
+
githubOwner?: string | null
|
|
953
|
+
githubRepo?: string | null
|
|
954
|
+
githubStars?: number | null
|
|
955
|
+
githubLatestVersion?: string | null
|
|
956
|
+
githubVersionDate?: Date | string | null
|
|
957
|
+
githubRepoUpdatedAt?: Date | string | null
|
|
958
|
+
githubSyncedAt?: Date | string | null
|
|
959
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
960
|
+
visibility?: string
|
|
961
|
+
userId: string
|
|
962
|
+
isDeleted?: boolean
|
|
963
|
+
createdAt?: Date | string
|
|
964
|
+
updatedAt?: Date | string
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
export type WebsiteBookmarkCreateOrConnectWithoutCategoryInput = {
|
|
968
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
969
|
+
create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput>
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
export type WebsiteBookmarkCreateManyCategoryInputEnvelope = {
|
|
973
|
+
data: Prisma.WebsiteBookmarkCreateManyCategoryInput | Prisma.WebsiteBookmarkCreateManyCategoryInput[]
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export type WebsiteBookmarkUpsertWithWhereUniqueWithoutCategoryInput = {
|
|
977
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
978
|
+
update: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutCategoryInput>
|
|
979
|
+
create: Prisma.XOR<Prisma.WebsiteBookmarkCreateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedCreateWithoutCategoryInput>
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
export type WebsiteBookmarkUpdateWithWhereUniqueWithoutCategoryInput = {
|
|
983
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
984
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateWithoutCategoryInput, Prisma.WebsiteBookmarkUncheckedUpdateWithoutCategoryInput>
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export type WebsiteBookmarkUpdateManyWithWhereWithoutCategoryInput = {
|
|
988
|
+
where: Prisma.WebsiteBookmarkScalarWhereInput
|
|
989
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutCategoryInput>
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export type WebsiteBookmarkCreateManyUserInput = {
|
|
993
|
+
id?: string
|
|
994
|
+
canonicalId: string
|
|
995
|
+
title: string
|
|
996
|
+
url: string
|
|
997
|
+
categoryId?: string | null
|
|
998
|
+
summary?: string | null
|
|
999
|
+
faviconUrl?: string | null
|
|
1000
|
+
faviconSyncedAt?: Date | string | null
|
|
1001
|
+
isGithub?: boolean
|
|
1002
|
+
githubOwner?: string | null
|
|
1003
|
+
githubRepo?: string | null
|
|
1004
|
+
githubStars?: number | null
|
|
1005
|
+
githubLatestVersion?: string | null
|
|
1006
|
+
githubVersionDate?: Date | string | null
|
|
1007
|
+
githubRepoUpdatedAt?: Date | string | null
|
|
1008
|
+
githubSyncedAt?: Date | string | null
|
|
1009
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1010
|
+
visibility?: string
|
|
1011
|
+
isDeleted?: boolean
|
|
1012
|
+
createdAt?: Date | string
|
|
1013
|
+
updatedAt?: Date | string
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
export type WebsiteBookmarkUpdateWithoutUserInput = {
|
|
1017
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1018
|
+
canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1019
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1020
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1021
|
+
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1022
|
+
faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1023
|
+
faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1024
|
+
isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1025
|
+
githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1026
|
+
githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1027
|
+
githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1028
|
+
githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1029
|
+
githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1030
|
+
githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1031
|
+
githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1032
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1033
|
+
visibility?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1034
|
+
isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1035
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1036
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1037
|
+
category?: Prisma.BookmarkCategoryUpdateOneWithoutBookmarksNestedInput
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
export type WebsiteBookmarkUncheckedUpdateWithoutUserInput = {
|
|
1041
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1042
|
+
canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1043
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1044
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1045
|
+
categoryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1046
|
+
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1047
|
+
faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1048
|
+
faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1049
|
+
isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1050
|
+
githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1051
|
+
githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1052
|
+
githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1053
|
+
githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1054
|
+
githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1055
|
+
githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1056
|
+
githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1057
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1058
|
+
visibility?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1059
|
+
isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1060
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1061
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
export type WebsiteBookmarkUncheckedUpdateManyWithoutUserInput = {
|
|
1065
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1066
|
+
canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1067
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1068
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1069
|
+
categoryId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1070
|
+
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1071
|
+
faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1072
|
+
faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1073
|
+
isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1074
|
+
githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1075
|
+
githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1076
|
+
githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1077
|
+
githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1078
|
+
githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1079
|
+
githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1080
|
+
githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1081
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1082
|
+
visibility?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1083
|
+
isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1084
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1085
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
export type WebsiteBookmarkCreateManyCategoryInput = {
|
|
1089
|
+
id?: string
|
|
1090
|
+
canonicalId: string
|
|
1091
|
+
title: string
|
|
1092
|
+
url: string
|
|
1093
|
+
summary?: string | null
|
|
1094
|
+
faviconUrl?: string | null
|
|
1095
|
+
faviconSyncedAt?: Date | string | null
|
|
1096
|
+
isGithub?: boolean
|
|
1097
|
+
githubOwner?: string | null
|
|
1098
|
+
githubRepo?: string | null
|
|
1099
|
+
githubStars?: number | null
|
|
1100
|
+
githubLatestVersion?: string | null
|
|
1101
|
+
githubVersionDate?: Date | string | null
|
|
1102
|
+
githubRepoUpdatedAt?: Date | string | null
|
|
1103
|
+
githubSyncedAt?: Date | string | null
|
|
1104
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1105
|
+
visibility?: string
|
|
1106
|
+
userId: string
|
|
1107
|
+
isDeleted?: boolean
|
|
1108
|
+
createdAt?: Date | string
|
|
1109
|
+
updatedAt?: Date | string
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
export type WebsiteBookmarkUpdateWithoutCategoryInput = {
|
|
1113
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1114
|
+
canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1115
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1116
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1117
|
+
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1118
|
+
faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1119
|
+
faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1120
|
+
isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1121
|
+
githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1122
|
+
githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1123
|
+
githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1124
|
+
githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1125
|
+
githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1126
|
+
githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1127
|
+
githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1128
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1129
|
+
visibility?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1130
|
+
isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1131
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1132
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1133
|
+
user?: Prisma.UserUpdateOneRequiredWithoutWebsiteBookmarksNestedInput
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
export type WebsiteBookmarkUncheckedUpdateWithoutCategoryInput = {
|
|
1137
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1138
|
+
canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1139
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1140
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1141
|
+
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1142
|
+
faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1143
|
+
faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1144
|
+
isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1145
|
+
githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1146
|
+
githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1147
|
+
githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1148
|
+
githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1149
|
+
githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1150
|
+
githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1151
|
+
githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1152
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1153
|
+
visibility?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1154
|
+
userId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1155
|
+
isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1156
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1157
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export type WebsiteBookmarkUncheckedUpdateManyWithoutCategoryInput = {
|
|
1161
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1162
|
+
canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1163
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1164
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1165
|
+
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1166
|
+
faviconUrl?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1167
|
+
faviconSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1168
|
+
isGithub?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1169
|
+
githubOwner?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1170
|
+
githubRepo?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1171
|
+
githubStars?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1172
|
+
githubLatestVersion?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1173
|
+
githubVersionDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1174
|
+
githubRepoUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1175
|
+
githubSyncedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1176
|
+
tags?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
1177
|
+
visibility?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1178
|
+
userId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1179
|
+
isDeleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1180
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1181
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
export type WebsiteBookmarkSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1187
|
+
id?: boolean
|
|
1188
|
+
canonicalId?: boolean
|
|
1189
|
+
title?: boolean
|
|
1190
|
+
url?: boolean
|
|
1191
|
+
categoryId?: boolean
|
|
1192
|
+
summary?: boolean
|
|
1193
|
+
faviconUrl?: boolean
|
|
1194
|
+
faviconSyncedAt?: boolean
|
|
1195
|
+
isGithub?: boolean
|
|
1196
|
+
githubOwner?: boolean
|
|
1197
|
+
githubRepo?: boolean
|
|
1198
|
+
githubStars?: boolean
|
|
1199
|
+
githubLatestVersion?: boolean
|
|
1200
|
+
githubVersionDate?: boolean
|
|
1201
|
+
githubRepoUpdatedAt?: boolean
|
|
1202
|
+
githubSyncedAt?: boolean
|
|
1203
|
+
tags?: boolean
|
|
1204
|
+
visibility?: boolean
|
|
1205
|
+
userId?: boolean
|
|
1206
|
+
isDeleted?: boolean
|
|
1207
|
+
createdAt?: boolean
|
|
1208
|
+
updatedAt?: boolean
|
|
1209
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
|
|
1210
|
+
category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
|
|
1211
|
+
}, ExtArgs["result"]["websiteBookmark"]>
|
|
1212
|
+
|
|
1213
|
+
export type WebsiteBookmarkSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1214
|
+
id?: boolean
|
|
1215
|
+
canonicalId?: boolean
|
|
1216
|
+
title?: boolean
|
|
1217
|
+
url?: boolean
|
|
1218
|
+
categoryId?: boolean
|
|
1219
|
+
summary?: boolean
|
|
1220
|
+
faviconUrl?: boolean
|
|
1221
|
+
faviconSyncedAt?: boolean
|
|
1222
|
+
isGithub?: boolean
|
|
1223
|
+
githubOwner?: boolean
|
|
1224
|
+
githubRepo?: boolean
|
|
1225
|
+
githubStars?: boolean
|
|
1226
|
+
githubLatestVersion?: boolean
|
|
1227
|
+
githubVersionDate?: boolean
|
|
1228
|
+
githubRepoUpdatedAt?: boolean
|
|
1229
|
+
githubSyncedAt?: boolean
|
|
1230
|
+
tags?: boolean
|
|
1231
|
+
visibility?: boolean
|
|
1232
|
+
userId?: boolean
|
|
1233
|
+
isDeleted?: boolean
|
|
1234
|
+
createdAt?: boolean
|
|
1235
|
+
updatedAt?: boolean
|
|
1236
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
|
|
1237
|
+
category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
|
|
1238
|
+
}, ExtArgs["result"]["websiteBookmark"]>
|
|
1239
|
+
|
|
1240
|
+
export type WebsiteBookmarkSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1241
|
+
id?: boolean
|
|
1242
|
+
canonicalId?: boolean
|
|
1243
|
+
title?: boolean
|
|
1244
|
+
url?: boolean
|
|
1245
|
+
categoryId?: boolean
|
|
1246
|
+
summary?: boolean
|
|
1247
|
+
faviconUrl?: boolean
|
|
1248
|
+
faviconSyncedAt?: boolean
|
|
1249
|
+
isGithub?: boolean
|
|
1250
|
+
githubOwner?: boolean
|
|
1251
|
+
githubRepo?: boolean
|
|
1252
|
+
githubStars?: boolean
|
|
1253
|
+
githubLatestVersion?: boolean
|
|
1254
|
+
githubVersionDate?: boolean
|
|
1255
|
+
githubRepoUpdatedAt?: boolean
|
|
1256
|
+
githubSyncedAt?: boolean
|
|
1257
|
+
tags?: boolean
|
|
1258
|
+
visibility?: boolean
|
|
1259
|
+
userId?: boolean
|
|
1260
|
+
isDeleted?: boolean
|
|
1261
|
+
createdAt?: boolean
|
|
1262
|
+
updatedAt?: boolean
|
|
1263
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
|
|
1264
|
+
category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
|
|
1265
|
+
}, ExtArgs["result"]["websiteBookmark"]>
|
|
1266
|
+
|
|
1267
|
+
export type WebsiteBookmarkSelectScalar = {
|
|
1268
|
+
id?: boolean
|
|
1269
|
+
canonicalId?: boolean
|
|
1270
|
+
title?: boolean
|
|
1271
|
+
url?: boolean
|
|
1272
|
+
categoryId?: boolean
|
|
1273
|
+
summary?: boolean
|
|
1274
|
+
faviconUrl?: boolean
|
|
1275
|
+
faviconSyncedAt?: boolean
|
|
1276
|
+
isGithub?: boolean
|
|
1277
|
+
githubOwner?: boolean
|
|
1278
|
+
githubRepo?: boolean
|
|
1279
|
+
githubStars?: boolean
|
|
1280
|
+
githubLatestVersion?: boolean
|
|
1281
|
+
githubVersionDate?: boolean
|
|
1282
|
+
githubRepoUpdatedAt?: boolean
|
|
1283
|
+
githubSyncedAt?: boolean
|
|
1284
|
+
tags?: boolean
|
|
1285
|
+
visibility?: boolean
|
|
1286
|
+
userId?: boolean
|
|
1287
|
+
isDeleted?: boolean
|
|
1288
|
+
createdAt?: boolean
|
|
1289
|
+
updatedAt?: boolean
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
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"]>
|
|
1293
|
+
export type WebsiteBookmarkInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1294
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
|
|
1295
|
+
category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
|
|
1296
|
+
}
|
|
1297
|
+
export type WebsiteBookmarkIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1298
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
|
|
1299
|
+
category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
|
|
1300
|
+
}
|
|
1301
|
+
export type WebsiteBookmarkIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1302
|
+
user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
|
|
1303
|
+
category?: boolean | Prisma.WebsiteBookmark$categoryArgs<ExtArgs>
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
export type $WebsiteBookmarkPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1307
|
+
name: "WebsiteBookmark"
|
|
1308
|
+
objects: {
|
|
1309
|
+
user: Prisma.$UserPayload<ExtArgs>
|
|
1310
|
+
category: Prisma.$BookmarkCategoryPayload<ExtArgs> | null
|
|
1311
|
+
}
|
|
1312
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1313
|
+
id: string
|
|
1314
|
+
canonicalId: string
|
|
1315
|
+
title: string
|
|
1316
|
+
url: string
|
|
1317
|
+
categoryId: string | null
|
|
1318
|
+
summary: string | null
|
|
1319
|
+
faviconUrl: string | null
|
|
1320
|
+
faviconSyncedAt: Date | null
|
|
1321
|
+
isGithub: boolean
|
|
1322
|
+
githubOwner: string | null
|
|
1323
|
+
githubRepo: string | null
|
|
1324
|
+
githubStars: number | null
|
|
1325
|
+
githubLatestVersion: string | null
|
|
1326
|
+
githubVersionDate: Date | null
|
|
1327
|
+
githubRepoUpdatedAt: Date | null
|
|
1328
|
+
githubSyncedAt: Date | null
|
|
1329
|
+
tags: runtime.JsonValue
|
|
1330
|
+
visibility: string
|
|
1331
|
+
userId: string
|
|
1332
|
+
isDeleted: boolean
|
|
1333
|
+
createdAt: Date
|
|
1334
|
+
updatedAt: Date
|
|
1335
|
+
}, ExtArgs["result"]["websiteBookmark"]>
|
|
1336
|
+
composites: {}
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
export type WebsiteBookmarkGetPayload<S extends boolean | null | undefined | WebsiteBookmarkDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload, S>
|
|
1340
|
+
|
|
1341
|
+
export type WebsiteBookmarkCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
1342
|
+
Omit<WebsiteBookmarkFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1343
|
+
select?: WebsiteBookmarkCountAggregateInputType | true
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
export interface WebsiteBookmarkDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1347
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['WebsiteBookmark'], meta: { name: 'WebsiteBookmark' } }
|
|
1348
|
+
/**
|
|
1349
|
+
* Find zero or one WebsiteBookmark that matches the filter.
|
|
1350
|
+
* @param {WebsiteBookmarkFindUniqueArgs} args - Arguments to find a WebsiteBookmark
|
|
1351
|
+
* @example
|
|
1352
|
+
* // Get one WebsiteBookmark
|
|
1353
|
+
* const websiteBookmark = await prisma.websiteBookmark.findUnique({
|
|
1354
|
+
* where: {
|
|
1355
|
+
* // ... provide filter here
|
|
1356
|
+
* }
|
|
1357
|
+
* })
|
|
1358
|
+
*/
|
|
1359
|
+
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>
|
|
1360
|
+
|
|
1361
|
+
/**
|
|
1362
|
+
* Find one WebsiteBookmark that matches the filter or throw an error with `error.code='P2025'`
|
|
1363
|
+
* if no matches were found.
|
|
1364
|
+
* @param {WebsiteBookmarkFindUniqueOrThrowArgs} args - Arguments to find a WebsiteBookmark
|
|
1365
|
+
* @example
|
|
1366
|
+
* // Get one WebsiteBookmark
|
|
1367
|
+
* const websiteBookmark = await prisma.websiteBookmark.findUniqueOrThrow({
|
|
1368
|
+
* where: {
|
|
1369
|
+
* // ... provide filter here
|
|
1370
|
+
* }
|
|
1371
|
+
* })
|
|
1372
|
+
*/
|
|
1373
|
+
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>
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* Find the first WebsiteBookmark that matches the filter.
|
|
1377
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1378
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1379
|
+
* @param {WebsiteBookmarkFindFirstArgs} args - Arguments to find a WebsiteBookmark
|
|
1380
|
+
* @example
|
|
1381
|
+
* // Get one WebsiteBookmark
|
|
1382
|
+
* const websiteBookmark = await prisma.websiteBookmark.findFirst({
|
|
1383
|
+
* where: {
|
|
1384
|
+
* // ... provide filter here
|
|
1385
|
+
* }
|
|
1386
|
+
* })
|
|
1387
|
+
*/
|
|
1388
|
+
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>
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* Find the first WebsiteBookmark that matches the filter or
|
|
1392
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1393
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1394
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1395
|
+
* @param {WebsiteBookmarkFindFirstOrThrowArgs} args - Arguments to find a WebsiteBookmark
|
|
1396
|
+
* @example
|
|
1397
|
+
* // Get one WebsiteBookmark
|
|
1398
|
+
* const websiteBookmark = await prisma.websiteBookmark.findFirstOrThrow({
|
|
1399
|
+
* where: {
|
|
1400
|
+
* // ... provide filter here
|
|
1401
|
+
* }
|
|
1402
|
+
* })
|
|
1403
|
+
*/
|
|
1404
|
+
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>
|
|
1405
|
+
|
|
1406
|
+
/**
|
|
1407
|
+
* Find zero or more WebsiteBookmarks that matches the filter.
|
|
1408
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1409
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1410
|
+
* @param {WebsiteBookmarkFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1411
|
+
* @example
|
|
1412
|
+
* // Get all WebsiteBookmarks
|
|
1413
|
+
* const websiteBookmarks = await prisma.websiteBookmark.findMany()
|
|
1414
|
+
*
|
|
1415
|
+
* // Get first 10 WebsiteBookmarks
|
|
1416
|
+
* const websiteBookmarks = await prisma.websiteBookmark.findMany({ take: 10 })
|
|
1417
|
+
*
|
|
1418
|
+
* // Only select the `id`
|
|
1419
|
+
* const websiteBookmarkWithIdOnly = await prisma.websiteBookmark.findMany({ select: { id: true } })
|
|
1420
|
+
*
|
|
1421
|
+
*/
|
|
1422
|
+
findMany<T extends WebsiteBookmarkFindManyArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
1423
|
+
|
|
1424
|
+
/**
|
|
1425
|
+
* Create a WebsiteBookmark.
|
|
1426
|
+
* @param {WebsiteBookmarkCreateArgs} args - Arguments to create a WebsiteBookmark.
|
|
1427
|
+
* @example
|
|
1428
|
+
* // Create one WebsiteBookmark
|
|
1429
|
+
* const WebsiteBookmark = await prisma.websiteBookmark.create({
|
|
1430
|
+
* data: {
|
|
1431
|
+
* // ... data to create a WebsiteBookmark
|
|
1432
|
+
* }
|
|
1433
|
+
* })
|
|
1434
|
+
*
|
|
1435
|
+
*/
|
|
1436
|
+
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>
|
|
1437
|
+
|
|
1438
|
+
/**
|
|
1439
|
+
* Create many WebsiteBookmarks.
|
|
1440
|
+
* @param {WebsiteBookmarkCreateManyArgs} args - Arguments to create many WebsiteBookmarks.
|
|
1441
|
+
* @example
|
|
1442
|
+
* // Create many WebsiteBookmarks
|
|
1443
|
+
* const websiteBookmark = await prisma.websiteBookmark.createMany({
|
|
1444
|
+
* data: [
|
|
1445
|
+
* // ... provide data here
|
|
1446
|
+
* ]
|
|
1447
|
+
* })
|
|
1448
|
+
*
|
|
1449
|
+
*/
|
|
1450
|
+
createMany<T extends WebsiteBookmarkCreateManyArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* Create many WebsiteBookmarks and returns the data saved in the database.
|
|
1454
|
+
* @param {WebsiteBookmarkCreateManyAndReturnArgs} args - Arguments to create many WebsiteBookmarks.
|
|
1455
|
+
* @example
|
|
1456
|
+
* // Create many WebsiteBookmarks
|
|
1457
|
+
* const websiteBookmark = await prisma.websiteBookmark.createManyAndReturn({
|
|
1458
|
+
* data: [
|
|
1459
|
+
* // ... provide data here
|
|
1460
|
+
* ]
|
|
1461
|
+
* })
|
|
1462
|
+
*
|
|
1463
|
+
* // Create many WebsiteBookmarks and only return the `id`
|
|
1464
|
+
* const websiteBookmarkWithIdOnly = await prisma.websiteBookmark.createManyAndReturn({
|
|
1465
|
+
* select: { id: true },
|
|
1466
|
+
* data: [
|
|
1467
|
+
* // ... provide data here
|
|
1468
|
+
* ]
|
|
1469
|
+
* })
|
|
1470
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1471
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1472
|
+
*
|
|
1473
|
+
*/
|
|
1474
|
+
createManyAndReturn<T extends WebsiteBookmarkCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1475
|
+
|
|
1476
|
+
/**
|
|
1477
|
+
* Delete a WebsiteBookmark.
|
|
1478
|
+
* @param {WebsiteBookmarkDeleteArgs} args - Arguments to delete one WebsiteBookmark.
|
|
1479
|
+
* @example
|
|
1480
|
+
* // Delete one WebsiteBookmark
|
|
1481
|
+
* const WebsiteBookmark = await prisma.websiteBookmark.delete({
|
|
1482
|
+
* where: {
|
|
1483
|
+
* // ... filter to delete one WebsiteBookmark
|
|
1484
|
+
* }
|
|
1485
|
+
* })
|
|
1486
|
+
*
|
|
1487
|
+
*/
|
|
1488
|
+
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>
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* Update one WebsiteBookmark.
|
|
1492
|
+
* @param {WebsiteBookmarkUpdateArgs} args - Arguments to update one WebsiteBookmark.
|
|
1493
|
+
* @example
|
|
1494
|
+
* // Update one WebsiteBookmark
|
|
1495
|
+
* const websiteBookmark = await prisma.websiteBookmark.update({
|
|
1496
|
+
* where: {
|
|
1497
|
+
* // ... provide filter here
|
|
1498
|
+
* },
|
|
1499
|
+
* data: {
|
|
1500
|
+
* // ... provide data here
|
|
1501
|
+
* }
|
|
1502
|
+
* })
|
|
1503
|
+
*
|
|
1504
|
+
*/
|
|
1505
|
+
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>
|
|
1506
|
+
|
|
1507
|
+
/**
|
|
1508
|
+
* Delete zero or more WebsiteBookmarks.
|
|
1509
|
+
* @param {WebsiteBookmarkDeleteManyArgs} args - Arguments to filter WebsiteBookmarks to delete.
|
|
1510
|
+
* @example
|
|
1511
|
+
* // Delete a few WebsiteBookmarks
|
|
1512
|
+
* const { count } = await prisma.websiteBookmark.deleteMany({
|
|
1513
|
+
* where: {
|
|
1514
|
+
* // ... provide filter here
|
|
1515
|
+
* }
|
|
1516
|
+
* })
|
|
1517
|
+
*
|
|
1518
|
+
*/
|
|
1519
|
+
deleteMany<T extends WebsiteBookmarkDeleteManyArgs>(args?: Prisma.SelectSubset<T, WebsiteBookmarkDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* Update zero or more WebsiteBookmarks.
|
|
1523
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1524
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1525
|
+
* @param {WebsiteBookmarkUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1526
|
+
* @example
|
|
1527
|
+
* // Update many WebsiteBookmarks
|
|
1528
|
+
* const websiteBookmark = await prisma.websiteBookmark.updateMany({
|
|
1529
|
+
* where: {
|
|
1530
|
+
* // ... provide filter here
|
|
1531
|
+
* },
|
|
1532
|
+
* data: {
|
|
1533
|
+
* // ... provide data here
|
|
1534
|
+
* }
|
|
1535
|
+
* })
|
|
1536
|
+
*
|
|
1537
|
+
*/
|
|
1538
|
+
updateMany<T extends WebsiteBookmarkUpdateManyArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1539
|
+
|
|
1540
|
+
/**
|
|
1541
|
+
* Update zero or more WebsiteBookmarks and returns the data updated in the database.
|
|
1542
|
+
* @param {WebsiteBookmarkUpdateManyAndReturnArgs} args - Arguments to update many WebsiteBookmarks.
|
|
1543
|
+
* @example
|
|
1544
|
+
* // Update many WebsiteBookmarks
|
|
1545
|
+
* const websiteBookmark = await prisma.websiteBookmark.updateManyAndReturn({
|
|
1546
|
+
* where: {
|
|
1547
|
+
* // ... provide filter here
|
|
1548
|
+
* },
|
|
1549
|
+
* data: [
|
|
1550
|
+
* // ... provide data here
|
|
1551
|
+
* ]
|
|
1552
|
+
* })
|
|
1553
|
+
*
|
|
1554
|
+
* // Update zero or more WebsiteBookmarks and only return the `id`
|
|
1555
|
+
* const websiteBookmarkWithIdOnly = await prisma.websiteBookmark.updateManyAndReturn({
|
|
1556
|
+
* select: { id: true },
|
|
1557
|
+
* where: {
|
|
1558
|
+
* // ... provide filter here
|
|
1559
|
+
* },
|
|
1560
|
+
* data: [
|
|
1561
|
+
* // ... provide data here
|
|
1562
|
+
* ]
|
|
1563
|
+
* })
|
|
1564
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1565
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1566
|
+
*
|
|
1567
|
+
*/
|
|
1568
|
+
updateManyAndReturn<T extends WebsiteBookmarkUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, WebsiteBookmarkUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WebsiteBookmarkPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1569
|
+
|
|
1570
|
+
/**
|
|
1571
|
+
* Create or update one WebsiteBookmark.
|
|
1572
|
+
* @param {WebsiteBookmarkUpsertArgs} args - Arguments to update or create a WebsiteBookmark.
|
|
1573
|
+
* @example
|
|
1574
|
+
* // Update or create a WebsiteBookmark
|
|
1575
|
+
* const websiteBookmark = await prisma.websiteBookmark.upsert({
|
|
1576
|
+
* create: {
|
|
1577
|
+
* // ... data to create a WebsiteBookmark
|
|
1578
|
+
* },
|
|
1579
|
+
* update: {
|
|
1580
|
+
* // ... in case it already exists, update
|
|
1581
|
+
* },
|
|
1582
|
+
* where: {
|
|
1583
|
+
* // ... the filter for the WebsiteBookmark we want to update
|
|
1584
|
+
* }
|
|
1585
|
+
* })
|
|
1586
|
+
*/
|
|
1587
|
+
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>
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
* Count the number of WebsiteBookmarks.
|
|
1592
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1593
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1594
|
+
* @param {WebsiteBookmarkCountArgs} args - Arguments to filter WebsiteBookmarks to count.
|
|
1595
|
+
* @example
|
|
1596
|
+
* // Count the number of WebsiteBookmarks
|
|
1597
|
+
* const count = await prisma.websiteBookmark.count({
|
|
1598
|
+
* where: {
|
|
1599
|
+
* // ... the filter for the WebsiteBookmarks we want to count
|
|
1600
|
+
* }
|
|
1601
|
+
* })
|
|
1602
|
+
**/
|
|
1603
|
+
count<T extends WebsiteBookmarkCountArgs>(
|
|
1604
|
+
args?: Prisma.Subset<T, WebsiteBookmarkCountArgs>,
|
|
1605
|
+
): Prisma.PrismaPromise<
|
|
1606
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
1607
|
+
? T['select'] extends true
|
|
1608
|
+
? number
|
|
1609
|
+
: Prisma.GetScalarType<T['select'], WebsiteBookmarkCountAggregateOutputType>
|
|
1610
|
+
: number
|
|
1611
|
+
>
|
|
1612
|
+
|
|
1613
|
+
/**
|
|
1614
|
+
* Allows you to perform aggregations operations on a WebsiteBookmark.
|
|
1615
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1616
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1617
|
+
* @param {WebsiteBookmarkAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1618
|
+
* @example
|
|
1619
|
+
* // Ordered by age ascending
|
|
1620
|
+
* // Where email contains prisma.io
|
|
1621
|
+
* // Limited to the 10 users
|
|
1622
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1623
|
+
* _avg: {
|
|
1624
|
+
* age: true,
|
|
1625
|
+
* },
|
|
1626
|
+
* where: {
|
|
1627
|
+
* email: {
|
|
1628
|
+
* contains: "prisma.io",
|
|
1629
|
+
* },
|
|
1630
|
+
* },
|
|
1631
|
+
* orderBy: {
|
|
1632
|
+
* age: "asc",
|
|
1633
|
+
* },
|
|
1634
|
+
* take: 10,
|
|
1635
|
+
* })
|
|
1636
|
+
**/
|
|
1637
|
+
aggregate<T extends WebsiteBookmarkAggregateArgs>(args: Prisma.Subset<T, WebsiteBookmarkAggregateArgs>): Prisma.PrismaPromise<GetWebsiteBookmarkAggregateType<T>>
|
|
1638
|
+
|
|
1639
|
+
/**
|
|
1640
|
+
* Group by WebsiteBookmark.
|
|
1641
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1642
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1643
|
+
* @param {WebsiteBookmarkGroupByArgs} args - Group by arguments.
|
|
1644
|
+
* @example
|
|
1645
|
+
* // Group by city, order by createdAt, get count
|
|
1646
|
+
* const result = await prisma.user.groupBy({
|
|
1647
|
+
* by: ['city', 'createdAt'],
|
|
1648
|
+
* orderBy: {
|
|
1649
|
+
* createdAt: true
|
|
1650
|
+
* },
|
|
1651
|
+
* _count: {
|
|
1652
|
+
* _all: true
|
|
1653
|
+
* },
|
|
1654
|
+
* })
|
|
1655
|
+
*
|
|
1656
|
+
**/
|
|
1657
|
+
groupBy<
|
|
1658
|
+
T extends WebsiteBookmarkGroupByArgs,
|
|
1659
|
+
HasSelectOrTake extends Prisma.Or<
|
|
1660
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1661
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1662
|
+
>,
|
|
1663
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1664
|
+
? { orderBy: WebsiteBookmarkGroupByArgs['orderBy'] }
|
|
1665
|
+
: { orderBy?: WebsiteBookmarkGroupByArgs['orderBy'] },
|
|
1666
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1667
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1668
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1669
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1670
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1671
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1672
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
1673
|
+
? `Error: "by" must not be empty.`
|
|
1674
|
+
: HavingValid extends Prisma.False
|
|
1675
|
+
? {
|
|
1676
|
+
[P in HavingFields]: P extends ByFields
|
|
1677
|
+
? never
|
|
1678
|
+
: P extends string
|
|
1679
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1680
|
+
: [
|
|
1681
|
+
Error,
|
|
1682
|
+
'Field ',
|
|
1683
|
+
P,
|
|
1684
|
+
` in "having" needs to be provided in "by"`,
|
|
1685
|
+
]
|
|
1686
|
+
}[HavingFields]
|
|
1687
|
+
: 'take' extends Prisma.Keys<T>
|
|
1688
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1689
|
+
? ByValid extends Prisma.True
|
|
1690
|
+
? {}
|
|
1691
|
+
: {
|
|
1692
|
+
[P in OrderFields]: P extends ByFields
|
|
1693
|
+
? never
|
|
1694
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1695
|
+
}[OrderFields]
|
|
1696
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1697
|
+
: 'skip' extends Prisma.Keys<T>
|
|
1698
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1699
|
+
? ByValid extends Prisma.True
|
|
1700
|
+
? {}
|
|
1701
|
+
: {
|
|
1702
|
+
[P in OrderFields]: P extends ByFields
|
|
1703
|
+
? never
|
|
1704
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1705
|
+
}[OrderFields]
|
|
1706
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1707
|
+
: ByValid extends Prisma.True
|
|
1708
|
+
? {}
|
|
1709
|
+
: {
|
|
1710
|
+
[P in OrderFields]: P extends ByFields
|
|
1711
|
+
? never
|
|
1712
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1713
|
+
}[OrderFields]
|
|
1714
|
+
>(args: Prisma.SubsetIntersection<T, WebsiteBookmarkGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetWebsiteBookmarkGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1715
|
+
/**
|
|
1716
|
+
* Fields of the WebsiteBookmark model
|
|
1717
|
+
*/
|
|
1718
|
+
readonly fields: WebsiteBookmarkFieldRefs;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
/**
|
|
1722
|
+
* The delegate class that acts as a "Promise-like" for WebsiteBookmark.
|
|
1723
|
+
* Why is this prefixed with `Prisma__`?
|
|
1724
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1725
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1726
|
+
*/
|
|
1727
|
+
export interface Prisma__WebsiteBookmarkClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1728
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1729
|
+
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>
|
|
1730
|
+
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>
|
|
1731
|
+
/**
|
|
1732
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1733
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1734
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1735
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1736
|
+
*/
|
|
1737
|
+
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>
|
|
1738
|
+
/**
|
|
1739
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1740
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1741
|
+
* @returns A Promise for the completion of the callback.
|
|
1742
|
+
*/
|
|
1743
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1744
|
+
/**
|
|
1745
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1746
|
+
* resolved value cannot be modified from the callback.
|
|
1747
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1748
|
+
* @returns A Promise for the completion of the callback.
|
|
1749
|
+
*/
|
|
1750
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
/**
|
|
1757
|
+
* Fields of the WebsiteBookmark model
|
|
1758
|
+
*/
|
|
1759
|
+
export interface WebsiteBookmarkFieldRefs {
|
|
1760
|
+
readonly id: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1761
|
+
readonly canonicalId: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1762
|
+
readonly title: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1763
|
+
readonly url: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1764
|
+
readonly categoryId: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1765
|
+
readonly summary: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1766
|
+
readonly faviconUrl: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1767
|
+
readonly faviconSyncedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
|
|
1768
|
+
readonly isGithub: Prisma.FieldRef<"WebsiteBookmark", 'Boolean'>
|
|
1769
|
+
readonly githubOwner: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1770
|
+
readonly githubRepo: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1771
|
+
readonly githubStars: Prisma.FieldRef<"WebsiteBookmark", 'Int'>
|
|
1772
|
+
readonly githubLatestVersion: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1773
|
+
readonly githubVersionDate: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
|
|
1774
|
+
readonly githubRepoUpdatedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
|
|
1775
|
+
readonly githubSyncedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
|
|
1776
|
+
readonly tags: Prisma.FieldRef<"WebsiteBookmark", 'Json'>
|
|
1777
|
+
readonly visibility: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1778
|
+
readonly userId: Prisma.FieldRef<"WebsiteBookmark", 'String'>
|
|
1779
|
+
readonly isDeleted: Prisma.FieldRef<"WebsiteBookmark", 'Boolean'>
|
|
1780
|
+
readonly createdAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
|
|
1781
|
+
readonly updatedAt: Prisma.FieldRef<"WebsiteBookmark", 'DateTime'>
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
// Custom InputTypes
|
|
1786
|
+
/**
|
|
1787
|
+
* WebsiteBookmark findUnique
|
|
1788
|
+
*/
|
|
1789
|
+
export type WebsiteBookmarkFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1790
|
+
/**
|
|
1791
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
1792
|
+
*/
|
|
1793
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
1794
|
+
/**
|
|
1795
|
+
* Omit specific fields from the WebsiteBookmark
|
|
1796
|
+
*/
|
|
1797
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
1798
|
+
/**
|
|
1799
|
+
* Choose, which related nodes to fetch as well
|
|
1800
|
+
*/
|
|
1801
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
1802
|
+
/**
|
|
1803
|
+
* Filter, which WebsiteBookmark to fetch.
|
|
1804
|
+
*/
|
|
1805
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
/**
|
|
1809
|
+
* WebsiteBookmark findUniqueOrThrow
|
|
1810
|
+
*/
|
|
1811
|
+
export type WebsiteBookmarkFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1812
|
+
/**
|
|
1813
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
1814
|
+
*/
|
|
1815
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
1816
|
+
/**
|
|
1817
|
+
* Omit specific fields from the WebsiteBookmark
|
|
1818
|
+
*/
|
|
1819
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
1820
|
+
/**
|
|
1821
|
+
* Choose, which related nodes to fetch as well
|
|
1822
|
+
*/
|
|
1823
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
1824
|
+
/**
|
|
1825
|
+
* Filter, which WebsiteBookmark to fetch.
|
|
1826
|
+
*/
|
|
1827
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
/**
|
|
1831
|
+
* WebsiteBookmark findFirst
|
|
1832
|
+
*/
|
|
1833
|
+
export type WebsiteBookmarkFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1834
|
+
/**
|
|
1835
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
1836
|
+
*/
|
|
1837
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
1838
|
+
/**
|
|
1839
|
+
* Omit specific fields from the WebsiteBookmark
|
|
1840
|
+
*/
|
|
1841
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
1842
|
+
/**
|
|
1843
|
+
* Choose, which related nodes to fetch as well
|
|
1844
|
+
*/
|
|
1845
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
1846
|
+
/**
|
|
1847
|
+
* Filter, which WebsiteBookmark to fetch.
|
|
1848
|
+
*/
|
|
1849
|
+
where?: Prisma.WebsiteBookmarkWhereInput
|
|
1850
|
+
/**
|
|
1851
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1852
|
+
*
|
|
1853
|
+
* Determine the order of WebsiteBookmarks to fetch.
|
|
1854
|
+
*/
|
|
1855
|
+
orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
|
|
1856
|
+
/**
|
|
1857
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1858
|
+
*
|
|
1859
|
+
* Sets the position for searching for WebsiteBookmarks.
|
|
1860
|
+
*/
|
|
1861
|
+
cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
1862
|
+
/**
|
|
1863
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1864
|
+
*
|
|
1865
|
+
* Take `±n` WebsiteBookmarks from the position of the cursor.
|
|
1866
|
+
*/
|
|
1867
|
+
take?: number
|
|
1868
|
+
/**
|
|
1869
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1870
|
+
*
|
|
1871
|
+
* Skip the first `n` WebsiteBookmarks.
|
|
1872
|
+
*/
|
|
1873
|
+
skip?: number
|
|
1874
|
+
/**
|
|
1875
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1876
|
+
*
|
|
1877
|
+
* Filter by unique combinations of WebsiteBookmarks.
|
|
1878
|
+
*/
|
|
1879
|
+
distinct?: Prisma.WebsiteBookmarkScalarFieldEnum | Prisma.WebsiteBookmarkScalarFieldEnum[]
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
/**
|
|
1883
|
+
* WebsiteBookmark findFirstOrThrow
|
|
1884
|
+
*/
|
|
1885
|
+
export type WebsiteBookmarkFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1886
|
+
/**
|
|
1887
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
1888
|
+
*/
|
|
1889
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
1890
|
+
/**
|
|
1891
|
+
* Omit specific fields from the WebsiteBookmark
|
|
1892
|
+
*/
|
|
1893
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
1894
|
+
/**
|
|
1895
|
+
* Choose, which related nodes to fetch as well
|
|
1896
|
+
*/
|
|
1897
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
1898
|
+
/**
|
|
1899
|
+
* Filter, which WebsiteBookmark to fetch.
|
|
1900
|
+
*/
|
|
1901
|
+
where?: Prisma.WebsiteBookmarkWhereInput
|
|
1902
|
+
/**
|
|
1903
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1904
|
+
*
|
|
1905
|
+
* Determine the order of WebsiteBookmarks to fetch.
|
|
1906
|
+
*/
|
|
1907
|
+
orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
|
|
1908
|
+
/**
|
|
1909
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1910
|
+
*
|
|
1911
|
+
* Sets the position for searching for WebsiteBookmarks.
|
|
1912
|
+
*/
|
|
1913
|
+
cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
1914
|
+
/**
|
|
1915
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1916
|
+
*
|
|
1917
|
+
* Take `±n` WebsiteBookmarks from the position of the cursor.
|
|
1918
|
+
*/
|
|
1919
|
+
take?: number
|
|
1920
|
+
/**
|
|
1921
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1922
|
+
*
|
|
1923
|
+
* Skip the first `n` WebsiteBookmarks.
|
|
1924
|
+
*/
|
|
1925
|
+
skip?: number
|
|
1926
|
+
/**
|
|
1927
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1928
|
+
*
|
|
1929
|
+
* Filter by unique combinations of WebsiteBookmarks.
|
|
1930
|
+
*/
|
|
1931
|
+
distinct?: Prisma.WebsiteBookmarkScalarFieldEnum | Prisma.WebsiteBookmarkScalarFieldEnum[]
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
/**
|
|
1935
|
+
* WebsiteBookmark findMany
|
|
1936
|
+
*/
|
|
1937
|
+
export type WebsiteBookmarkFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1938
|
+
/**
|
|
1939
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
1940
|
+
*/
|
|
1941
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
1942
|
+
/**
|
|
1943
|
+
* Omit specific fields from the WebsiteBookmark
|
|
1944
|
+
*/
|
|
1945
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
1946
|
+
/**
|
|
1947
|
+
* Choose, which related nodes to fetch as well
|
|
1948
|
+
*/
|
|
1949
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
1950
|
+
/**
|
|
1951
|
+
* Filter, which WebsiteBookmarks to fetch.
|
|
1952
|
+
*/
|
|
1953
|
+
where?: Prisma.WebsiteBookmarkWhereInput
|
|
1954
|
+
/**
|
|
1955
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1956
|
+
*
|
|
1957
|
+
* Determine the order of WebsiteBookmarks to fetch.
|
|
1958
|
+
*/
|
|
1959
|
+
orderBy?: Prisma.WebsiteBookmarkOrderByWithRelationInput | Prisma.WebsiteBookmarkOrderByWithRelationInput[]
|
|
1960
|
+
/**
|
|
1961
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1962
|
+
*
|
|
1963
|
+
* Sets the position for listing WebsiteBookmarks.
|
|
1964
|
+
*/
|
|
1965
|
+
cursor?: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
1966
|
+
/**
|
|
1967
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1968
|
+
*
|
|
1969
|
+
* Take `±n` WebsiteBookmarks from the position of the cursor.
|
|
1970
|
+
*/
|
|
1971
|
+
take?: number
|
|
1972
|
+
/**
|
|
1973
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1974
|
+
*
|
|
1975
|
+
* Skip the first `n` WebsiteBookmarks.
|
|
1976
|
+
*/
|
|
1977
|
+
skip?: number
|
|
1978
|
+
/**
|
|
1979
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1980
|
+
*
|
|
1981
|
+
* Filter by unique combinations of WebsiteBookmarks.
|
|
1982
|
+
*/
|
|
1983
|
+
distinct?: Prisma.WebsiteBookmarkScalarFieldEnum | Prisma.WebsiteBookmarkScalarFieldEnum[]
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
/**
|
|
1987
|
+
* WebsiteBookmark create
|
|
1988
|
+
*/
|
|
1989
|
+
export type WebsiteBookmarkCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1990
|
+
/**
|
|
1991
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
1992
|
+
*/
|
|
1993
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
1994
|
+
/**
|
|
1995
|
+
* Omit specific fields from the WebsiteBookmark
|
|
1996
|
+
*/
|
|
1997
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
1998
|
+
/**
|
|
1999
|
+
* Choose, which related nodes to fetch as well
|
|
2000
|
+
*/
|
|
2001
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
2002
|
+
/**
|
|
2003
|
+
* The data needed to create a WebsiteBookmark.
|
|
2004
|
+
*/
|
|
2005
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkCreateInput, Prisma.WebsiteBookmarkUncheckedCreateInput>
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
/**
|
|
2009
|
+
* WebsiteBookmark createMany
|
|
2010
|
+
*/
|
|
2011
|
+
export type WebsiteBookmarkCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2012
|
+
/**
|
|
2013
|
+
* The data used to create many WebsiteBookmarks.
|
|
2014
|
+
*/
|
|
2015
|
+
data: Prisma.WebsiteBookmarkCreateManyInput | Prisma.WebsiteBookmarkCreateManyInput[]
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
/**
|
|
2019
|
+
* WebsiteBookmark createManyAndReturn
|
|
2020
|
+
*/
|
|
2021
|
+
export type WebsiteBookmarkCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2022
|
+
/**
|
|
2023
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
2024
|
+
*/
|
|
2025
|
+
select?: Prisma.WebsiteBookmarkSelectCreateManyAndReturn<ExtArgs> | null
|
|
2026
|
+
/**
|
|
2027
|
+
* Omit specific fields from the WebsiteBookmark
|
|
2028
|
+
*/
|
|
2029
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
2030
|
+
/**
|
|
2031
|
+
* The data used to create many WebsiteBookmarks.
|
|
2032
|
+
*/
|
|
2033
|
+
data: Prisma.WebsiteBookmarkCreateManyInput | Prisma.WebsiteBookmarkCreateManyInput[]
|
|
2034
|
+
/**
|
|
2035
|
+
* Choose, which related nodes to fetch as well
|
|
2036
|
+
*/
|
|
2037
|
+
include?: Prisma.WebsiteBookmarkIncludeCreateManyAndReturn<ExtArgs> | null
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
/**
|
|
2041
|
+
* WebsiteBookmark update
|
|
2042
|
+
*/
|
|
2043
|
+
export type WebsiteBookmarkUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2044
|
+
/**
|
|
2045
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
2046
|
+
*/
|
|
2047
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
2048
|
+
/**
|
|
2049
|
+
* Omit specific fields from the WebsiteBookmark
|
|
2050
|
+
*/
|
|
2051
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
2052
|
+
/**
|
|
2053
|
+
* Choose, which related nodes to fetch as well
|
|
2054
|
+
*/
|
|
2055
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
2056
|
+
/**
|
|
2057
|
+
* The data needed to update a WebsiteBookmark.
|
|
2058
|
+
*/
|
|
2059
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateInput, Prisma.WebsiteBookmarkUncheckedUpdateInput>
|
|
2060
|
+
/**
|
|
2061
|
+
* Choose, which WebsiteBookmark to update.
|
|
2062
|
+
*/
|
|
2063
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
/**
|
|
2067
|
+
* WebsiteBookmark updateMany
|
|
2068
|
+
*/
|
|
2069
|
+
export type WebsiteBookmarkUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2070
|
+
/**
|
|
2071
|
+
* The data used to update WebsiteBookmarks.
|
|
2072
|
+
*/
|
|
2073
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyInput>
|
|
2074
|
+
/**
|
|
2075
|
+
* Filter which WebsiteBookmarks to update
|
|
2076
|
+
*/
|
|
2077
|
+
where?: Prisma.WebsiteBookmarkWhereInput
|
|
2078
|
+
/**
|
|
2079
|
+
* Limit how many WebsiteBookmarks to update.
|
|
2080
|
+
*/
|
|
2081
|
+
limit?: number
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
/**
|
|
2085
|
+
* WebsiteBookmark updateManyAndReturn
|
|
2086
|
+
*/
|
|
2087
|
+
export type WebsiteBookmarkUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2088
|
+
/**
|
|
2089
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
2090
|
+
*/
|
|
2091
|
+
select?: Prisma.WebsiteBookmarkSelectUpdateManyAndReturn<ExtArgs> | null
|
|
2092
|
+
/**
|
|
2093
|
+
* Omit specific fields from the WebsiteBookmark
|
|
2094
|
+
*/
|
|
2095
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
2096
|
+
/**
|
|
2097
|
+
* The data used to update WebsiteBookmarks.
|
|
2098
|
+
*/
|
|
2099
|
+
data: Prisma.XOR<Prisma.WebsiteBookmarkUpdateManyMutationInput, Prisma.WebsiteBookmarkUncheckedUpdateManyInput>
|
|
2100
|
+
/**
|
|
2101
|
+
* Filter which WebsiteBookmarks to update
|
|
2102
|
+
*/
|
|
2103
|
+
where?: Prisma.WebsiteBookmarkWhereInput
|
|
2104
|
+
/**
|
|
2105
|
+
* Limit how many WebsiteBookmarks to update.
|
|
2106
|
+
*/
|
|
2107
|
+
limit?: number
|
|
2108
|
+
/**
|
|
2109
|
+
* Choose, which related nodes to fetch as well
|
|
2110
|
+
*/
|
|
2111
|
+
include?: Prisma.WebsiteBookmarkIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/**
|
|
2115
|
+
* WebsiteBookmark upsert
|
|
2116
|
+
*/
|
|
2117
|
+
export type WebsiteBookmarkUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2118
|
+
/**
|
|
2119
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
2120
|
+
*/
|
|
2121
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
2122
|
+
/**
|
|
2123
|
+
* Omit specific fields from the WebsiteBookmark
|
|
2124
|
+
*/
|
|
2125
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
2126
|
+
/**
|
|
2127
|
+
* Choose, which related nodes to fetch as well
|
|
2128
|
+
*/
|
|
2129
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
2130
|
+
/**
|
|
2131
|
+
* The filter to search for the WebsiteBookmark to update in case it exists.
|
|
2132
|
+
*/
|
|
2133
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
2134
|
+
/**
|
|
2135
|
+
* In case the WebsiteBookmark found by the `where` argument doesn't exist, create a new WebsiteBookmark with this data.
|
|
2136
|
+
*/
|
|
2137
|
+
create: Prisma.XOR<Prisma.WebsiteBookmarkCreateInput, Prisma.WebsiteBookmarkUncheckedCreateInput>
|
|
2138
|
+
/**
|
|
2139
|
+
* In case the WebsiteBookmark was found with the provided `where` argument, update it with this data.
|
|
2140
|
+
*/
|
|
2141
|
+
update: Prisma.XOR<Prisma.WebsiteBookmarkUpdateInput, Prisma.WebsiteBookmarkUncheckedUpdateInput>
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
/**
|
|
2145
|
+
* WebsiteBookmark delete
|
|
2146
|
+
*/
|
|
2147
|
+
export type WebsiteBookmarkDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2148
|
+
/**
|
|
2149
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
2150
|
+
*/
|
|
2151
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
2152
|
+
/**
|
|
2153
|
+
* Omit specific fields from the WebsiteBookmark
|
|
2154
|
+
*/
|
|
2155
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
2156
|
+
/**
|
|
2157
|
+
* Choose, which related nodes to fetch as well
|
|
2158
|
+
*/
|
|
2159
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
2160
|
+
/**
|
|
2161
|
+
* Filter which WebsiteBookmark to delete.
|
|
2162
|
+
*/
|
|
2163
|
+
where: Prisma.WebsiteBookmarkWhereUniqueInput
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
/**
|
|
2167
|
+
* WebsiteBookmark deleteMany
|
|
2168
|
+
*/
|
|
2169
|
+
export type WebsiteBookmarkDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2170
|
+
/**
|
|
2171
|
+
* Filter which WebsiteBookmarks to delete
|
|
2172
|
+
*/
|
|
2173
|
+
where?: Prisma.WebsiteBookmarkWhereInput
|
|
2174
|
+
/**
|
|
2175
|
+
* Limit how many WebsiteBookmarks to delete.
|
|
2176
|
+
*/
|
|
2177
|
+
limit?: number
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
/**
|
|
2181
|
+
* WebsiteBookmark.category
|
|
2182
|
+
*/
|
|
2183
|
+
export type WebsiteBookmark$categoryArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2184
|
+
/**
|
|
2185
|
+
* Select specific fields to fetch from the BookmarkCategory
|
|
2186
|
+
*/
|
|
2187
|
+
select?: Prisma.BookmarkCategorySelect<ExtArgs> | null
|
|
2188
|
+
/**
|
|
2189
|
+
* Omit specific fields from the BookmarkCategory
|
|
2190
|
+
*/
|
|
2191
|
+
omit?: Prisma.BookmarkCategoryOmit<ExtArgs> | null
|
|
2192
|
+
/**
|
|
2193
|
+
* Choose, which related nodes to fetch as well
|
|
2194
|
+
*/
|
|
2195
|
+
include?: Prisma.BookmarkCategoryInclude<ExtArgs> | null
|
|
2196
|
+
where?: Prisma.BookmarkCategoryWhereInput
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
/**
|
|
2200
|
+
* WebsiteBookmark without action
|
|
2201
|
+
*/
|
|
2202
|
+
export type WebsiteBookmarkDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2203
|
+
/**
|
|
2204
|
+
* Select specific fields to fetch from the WebsiteBookmark
|
|
2205
|
+
*/
|
|
2206
|
+
select?: Prisma.WebsiteBookmarkSelect<ExtArgs> | null
|
|
2207
|
+
/**
|
|
2208
|
+
* Omit specific fields from the WebsiteBookmark
|
|
2209
|
+
*/
|
|
2210
|
+
omit?: Prisma.WebsiteBookmarkOmit<ExtArgs> | null
|
|
2211
|
+
/**
|
|
2212
|
+
* Choose, which related nodes to fetch as well
|
|
2213
|
+
*/
|
|
2214
|
+
include?: Prisma.WebsiteBookmarkInclude<ExtArgs> | null
|
|
2215
|
+
}
|