@allbluecn/database 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/desktop-init.ts +128 -0
  2. package/generated/browser.ts +494 -0
  3. package/generated/client.ts +518 -0
  4. package/generated/commonInputTypes.ts +1056 -0
  5. package/generated/enums.ts +93 -0
  6. package/generated/internal/class.ts +1144 -0
  7. package/generated/internal/prismaNamespace.ts +9603 -0
  8. package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
  9. package/generated/models/Account.ts +1648 -0
  10. package/generated/models/AgentConversation.ts +1651 -0
  11. package/generated/models/AgentMessage.ts +1409 -0
  12. package/generated/models/AiProvider.ts +1607 -0
  13. package/generated/models/AiProviderConfig.ts +1514 -0
  14. package/generated/models/AiUsageLog.ts +1863 -0
  15. package/generated/models/AnyHubApp.ts +1911 -0
  16. package/generated/models/AnyHubMarketApp.ts +2008 -0
  17. package/generated/models/AnyHubPermission.ts +1422 -0
  18. package/generated/models/AnyHubRecommendation.ts +1870 -0
  19. package/generated/models/AnyHubRecommender.ts +1471 -0
  20. package/generated/models/Artboard.ts +1811 -0
  21. package/generated/models/ArtboardExport.ts +1548 -0
  22. package/generated/models/ArticleFavorite.ts +1352 -0
  23. package/generated/models/AuditLog.ts +1533 -0
  24. package/generated/models/Block.ts +1650 -0
  25. package/generated/models/BlockComponent.ts +1734 -0
  26. package/generated/models/BlockInstance.ts +2043 -0
  27. package/generated/models/BookmarkCategory.ts +1670 -0
  28. package/generated/models/ChatInterrupt.ts +1699 -0
  29. package/generated/models/ChatMessage.ts +1438 -0
  30. package/generated/models/ChatRun.ts +1632 -0
  31. package/generated/models/ChatThread.ts +2133 -0
  32. package/generated/models/Comment.ts +2206 -0
  33. package/generated/models/CommentIgnore.ts +1430 -0
  34. package/generated/models/CommentReaction.ts +1472 -0
  35. package/generated/models/ComplianceExport.ts +1345 -0
  36. package/generated/models/Component.ts +2345 -0
  37. package/generated/models/ComponentInstance.ts +2102 -0
  38. package/generated/models/ComponentTag.ts +1281 -0
  39. package/generated/models/CustomRole.ts +1560 -0
  40. package/generated/models/DesignProject.ts +1643 -0
  41. package/generated/models/DictionaryTerm.ts +1642 -0
  42. package/generated/models/GenerationRun.ts +1543 -0
  43. package/generated/models/IndustryCompliance.ts +1797 -0
  44. package/generated/models/InvitationCode.ts +1417 -0
  45. package/generated/models/InvitationUse.ts +1424 -0
  46. package/generated/models/Invoice.ts +1710 -0
  47. package/generated/models/KnowledgeBase.ts +1671 -0
  48. package/generated/models/KnowledgeDocument.ts +2458 -0
  49. package/generated/models/KnowledgeShareRecord.ts +1352 -0
  50. package/generated/models/Label.ts +1482 -0
  51. package/generated/models/LegalRegulation.ts +1873 -0
  52. package/generated/models/LicenseActivation.ts +1415 -0
  53. package/generated/models/LicenseKey.ts +1884 -0
  54. package/generated/models/LoginLog.ts +1450 -0
  55. package/generated/models/MonitoringErrorReport.ts +1299 -0
  56. package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
  57. package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
  58. package/generated/models/MonitoringRequestLog.ts +1283 -0
  59. package/generated/models/PRD.ts +2805 -0
  60. package/generated/models/PRDPage.ts +2402 -0
  61. package/generated/models/PRDTag.ts +1430 -0
  62. package/generated/models/PRDVersion.ts +2121 -0
  63. package/generated/models/PageVersion.ts +1523 -0
  64. package/generated/models/PasswordResetToken.ts +1380 -0
  65. package/generated/models/Plan.ts +2069 -0
  66. package/generated/models/Project.ts +2148 -0
  67. package/generated/models/ProjectActivity.ts +1582 -0
  68. package/generated/models/ProjectMember.ts +1512 -0
  69. package/generated/models/ProviderEvent.ts +1227 -0
  70. package/generated/models/Reference.ts +1177 -0
  71. package/generated/models/Review.ts +1912 -0
  72. package/generated/models/ReviewComment.ts +1904 -0
  73. package/generated/models/RoleAssignment.ts +1430 -0
  74. package/generated/models/SequenceCounter.ts +1137 -0
  75. package/generated/models/Share.ts +1681 -0
  76. package/generated/models/ShareVersion.ts +1389 -0
  77. package/generated/models/SsoMapping.ts +1512 -0
  78. package/generated/models/SsoProvider.ts +1639 -0
  79. package/generated/models/Story.ts +5234 -0
  80. package/generated/models/StoryActivity.ts +1664 -0
  81. package/generated/models/StoryAttachment.ts +1467 -0
  82. package/generated/models/StoryComment.ts +1992 -0
  83. package/generated/models/StoryDependency.ts +1517 -0
  84. package/generated/models/StoryDocLink.ts +1430 -0
  85. package/generated/models/StoryFilterView.ts +1587 -0
  86. package/generated/models/StoryLabel.ts +1349 -0
  87. package/generated/models/StoryLink.ts +1415 -0
  88. package/generated/models/StoryPrdLink.ts +1430 -0
  89. package/generated/models/StoryReaction.ts +1472 -0
  90. package/generated/models/Subscription.ts +2147 -0
  91. package/generated/models/SystemSetting.ts +1217 -0
  92. package/generated/models/Tag.ts +1655 -0
  93. package/generated/models/TeamInvitation.ts +1526 -0
  94. package/generated/models/TeamMembership.ts +1436 -0
  95. package/generated/models/Template.ts +1391 -0
  96. package/generated/models/TemplateBlock.ts +1664 -0
  97. package/generated/models/ThirdPartyDependency.ts +1473 -0
  98. package/generated/models/UsageRecord.ts +1505 -0
  99. package/generated/models/User.ts +20998 -0
  100. package/generated/models/UserAgent.ts +1900 -0
  101. package/generated/models/UserSkill.ts +1456 -0
  102. package/generated/models/WebsiteBookmark.ts +2219 -0
  103. package/generated/models/Workspace.ts +2279 -0
  104. package/generated/models.ts +106 -0
  105. package/generated-sqlite/browser.ts +399 -0
  106. package/generated-sqlite/client.ts +423 -0
  107. package/generated-sqlite/commonInputTypes.ts +608 -0
  108. package/generated-sqlite/enums.ts +15 -0
  109. package/generated-sqlite/internal/class.ts +954 -0
  110. package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
  111. package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
  112. package/generated-sqlite/models/AgentConversation.ts +1647 -0
  113. package/generated-sqlite/models/AgentMessage.ts +1406 -0
  114. package/generated-sqlite/models/AiProvider.ts +1605 -0
  115. package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
  116. package/generated-sqlite/models/AiUsageLog.ts +1845 -0
  117. package/generated-sqlite/models/AnyHubApp.ts +1908 -0
  118. package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
  119. package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
  120. package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
  121. package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
  122. package/generated-sqlite/models/Artboard.ts +1808 -0
  123. package/generated-sqlite/models/ArtboardExport.ts +1545 -0
  124. package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
  125. package/generated-sqlite/models/AuditLog.ts +1287 -0
  126. package/generated-sqlite/models/Block.ts +1648 -0
  127. package/generated-sqlite/models/BlockComponent.ts +1730 -0
  128. package/generated-sqlite/models/BlockInstance.ts +2039 -0
  129. package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
  130. package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
  131. package/generated-sqlite/models/ChatMessage.ts +1435 -0
  132. package/generated-sqlite/models/ChatRun.ts +1629 -0
  133. package/generated-sqlite/models/ChatThread.ts +2129 -0
  134. package/generated-sqlite/models/Comment.ts +2201 -0
  135. package/generated-sqlite/models/CommentIgnore.ts +1426 -0
  136. package/generated-sqlite/models/ComplianceExport.ts +1343 -0
  137. package/generated-sqlite/models/Component.ts +2326 -0
  138. package/generated-sqlite/models/ComponentInstance.ts +2097 -0
  139. package/generated-sqlite/models/ComponentTag.ts +1278 -0
  140. package/generated-sqlite/models/CustomRole.ts +1209 -0
  141. package/generated-sqlite/models/DesignProject.ts +1640 -0
  142. package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
  143. package/generated-sqlite/models/GenerationRun.ts +1540 -0
  144. package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
  145. package/generated-sqlite/models/InvitationCode.ts +1415 -0
  146. package/generated-sqlite/models/InvitationUse.ts +1420 -0
  147. package/generated-sqlite/models/Invoice.ts +1707 -0
  148. package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
  149. package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
  150. package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
  151. package/generated-sqlite/models/LegalRegulation.ts +1870 -0
  152. package/generated-sqlite/models/LicenseActivation.ts +1203 -0
  153. package/generated-sqlite/models/LicenseKey.ts +1443 -0
  154. package/generated-sqlite/models/LoginLog.ts +1447 -0
  155. package/generated-sqlite/models/PRD.ts +2616 -0
  156. package/generated-sqlite/models/PRDPage.ts +2398 -0
  157. package/generated-sqlite/models/PRDTag.ts +1426 -0
  158. package/generated-sqlite/models/PRDVersion.ts +2117 -0
  159. package/generated-sqlite/models/PageVersion.ts +1528 -0
  160. package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
  161. package/generated-sqlite/models/Plan.ts +2060 -0
  162. package/generated-sqlite/models/Project.ts +1994 -0
  163. package/generated-sqlite/models/ProjectActivity.ts +1578 -0
  164. package/generated-sqlite/models/ProjectMember.ts +1508 -0
  165. package/generated-sqlite/models/ProviderEvent.ts +1225 -0
  166. package/generated-sqlite/models/Reference.ts +1175 -0
  167. package/generated-sqlite/models/Review.ts +1903 -0
  168. package/generated-sqlite/models/ReviewComment.ts +1899 -0
  169. package/generated-sqlite/models/RoleAssignment.ts +1125 -0
  170. package/generated-sqlite/models/Share.ts +1674 -0
  171. package/generated-sqlite/models/ShareVersion.ts +1385 -0
  172. package/generated-sqlite/models/SsoMapping.ts +1181 -0
  173. package/generated-sqlite/models/SsoProvider.ts +1266 -0
  174. package/generated-sqlite/models/Subscription.ts +2137 -0
  175. package/generated-sqlite/models/SystemSetting.ts +1215 -0
  176. package/generated-sqlite/models/Tag.ts +1652 -0
  177. package/generated-sqlite/models/TeamInvitation.ts +1523 -0
  178. package/generated-sqlite/models/TeamMembership.ts +1433 -0
  179. package/generated-sqlite/models/Template.ts +1389 -0
  180. package/generated-sqlite/models/TemplateBlock.ts +1660 -0
  181. package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
  182. package/generated-sqlite/models/UsageRecord.ts +1498 -0
  183. package/generated-sqlite/models/User.ts +13558 -0
  184. package/generated-sqlite/models/UserAgent.ts +1897 -0
  185. package/generated-sqlite/models/UserSkill.ts +1453 -0
  186. package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
  187. package/generated-sqlite/models/Workspace.ts +1824 -0
  188. package/generated-sqlite/models.ts +87 -0
  189. package/package.json +7 -3
  190. package/LICENSE +0 -661
@@ -0,0 +1,1349 @@
1
+
2
+ /* !!! This is code generated by Prisma. Do not edit directly. !!! */
3
+ /* eslint-disable */
4
+ // biome-ignore-all lint: generated file
5
+ // @ts-nocheck
6
+ /*
7
+ * This file exports the `KnowledgeShareRecord` 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 KnowledgeShareRecord
17
+ *
18
+ */
19
+ export type KnowledgeShareRecordModel = runtime.Types.Result.DefaultSelection<Prisma.$KnowledgeShareRecordPayload>
20
+
21
+ export type AggregateKnowledgeShareRecord = {
22
+ _count: KnowledgeShareRecordCountAggregateOutputType | null
23
+ _min: KnowledgeShareRecordMinAggregateOutputType | null
24
+ _max: KnowledgeShareRecordMaxAggregateOutputType | null
25
+ }
26
+
27
+ export type KnowledgeShareRecordMinAggregateOutputType = {
28
+ id: string | null
29
+ entityType: string | null
30
+ canonicalId: string | null
31
+ userId: string | null
32
+ sharedAt: Date | null
33
+ }
34
+
35
+ export type KnowledgeShareRecordMaxAggregateOutputType = {
36
+ id: string | null
37
+ entityType: string | null
38
+ canonicalId: string | null
39
+ userId: string | null
40
+ sharedAt: Date | null
41
+ }
42
+
43
+ export type KnowledgeShareRecordCountAggregateOutputType = {
44
+ id: number
45
+ entityType: number
46
+ canonicalId: number
47
+ userId: number
48
+ sharedAt: number
49
+ _all: number
50
+ }
51
+
52
+
53
+ export type KnowledgeShareRecordMinAggregateInputType = {
54
+ id?: true
55
+ entityType?: true
56
+ canonicalId?: true
57
+ userId?: true
58
+ sharedAt?: true
59
+ }
60
+
61
+ export type KnowledgeShareRecordMaxAggregateInputType = {
62
+ id?: true
63
+ entityType?: true
64
+ canonicalId?: true
65
+ userId?: true
66
+ sharedAt?: true
67
+ }
68
+
69
+ export type KnowledgeShareRecordCountAggregateInputType = {
70
+ id?: true
71
+ entityType?: true
72
+ canonicalId?: true
73
+ userId?: true
74
+ sharedAt?: true
75
+ _all?: true
76
+ }
77
+
78
+ export type KnowledgeShareRecordAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
79
+ /**
80
+ * Filter which KnowledgeShareRecord to aggregate.
81
+ */
82
+ where?: Prisma.KnowledgeShareRecordWhereInput
83
+ /**
84
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
85
+ *
86
+ * Determine the order of KnowledgeShareRecords to fetch.
87
+ */
88
+ orderBy?: Prisma.KnowledgeShareRecordOrderByWithRelationInput | Prisma.KnowledgeShareRecordOrderByWithRelationInput[]
89
+ /**
90
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
91
+ *
92
+ * Sets the start position
93
+ */
94
+ cursor?: Prisma.KnowledgeShareRecordWhereUniqueInput
95
+ /**
96
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
97
+ *
98
+ * Take `±n` KnowledgeShareRecords from the position of the cursor.
99
+ */
100
+ take?: number
101
+ /**
102
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
103
+ *
104
+ * Skip the first `n` KnowledgeShareRecords.
105
+ */
106
+ skip?: number
107
+ /**
108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
109
+ *
110
+ * Count returned KnowledgeShareRecords
111
+ **/
112
+ _count?: true | KnowledgeShareRecordCountAggregateInputType
113
+ /**
114
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
115
+ *
116
+ * Select which fields to find the minimum value
117
+ **/
118
+ _min?: KnowledgeShareRecordMinAggregateInputType
119
+ /**
120
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
121
+ *
122
+ * Select which fields to find the maximum value
123
+ **/
124
+ _max?: KnowledgeShareRecordMaxAggregateInputType
125
+ }
126
+
127
+ export type GetKnowledgeShareRecordAggregateType<T extends KnowledgeShareRecordAggregateArgs> = {
128
+ [P in keyof T & keyof AggregateKnowledgeShareRecord]: P extends '_count' | 'count'
129
+ ? T[P] extends true
130
+ ? number
131
+ : Prisma.GetScalarType<T[P], AggregateKnowledgeShareRecord[P]>
132
+ : Prisma.GetScalarType<T[P], AggregateKnowledgeShareRecord[P]>
133
+ }
134
+
135
+
136
+
137
+
138
+ export type KnowledgeShareRecordGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
139
+ where?: Prisma.KnowledgeShareRecordWhereInput
140
+ orderBy?: Prisma.KnowledgeShareRecordOrderByWithAggregationInput | Prisma.KnowledgeShareRecordOrderByWithAggregationInput[]
141
+ by: Prisma.KnowledgeShareRecordScalarFieldEnum[] | Prisma.KnowledgeShareRecordScalarFieldEnum
142
+ having?: Prisma.KnowledgeShareRecordScalarWhereWithAggregatesInput
143
+ take?: number
144
+ skip?: number
145
+ _count?: KnowledgeShareRecordCountAggregateInputType | true
146
+ _min?: KnowledgeShareRecordMinAggregateInputType
147
+ _max?: KnowledgeShareRecordMaxAggregateInputType
148
+ }
149
+
150
+ export type KnowledgeShareRecordGroupByOutputType = {
151
+ id: string
152
+ entityType: string
153
+ canonicalId: string
154
+ userId: string
155
+ sharedAt: Date
156
+ _count: KnowledgeShareRecordCountAggregateOutputType | null
157
+ _min: KnowledgeShareRecordMinAggregateOutputType | null
158
+ _max: KnowledgeShareRecordMaxAggregateOutputType | null
159
+ }
160
+
161
+ export type GetKnowledgeShareRecordGroupByPayload<T extends KnowledgeShareRecordGroupByArgs> = Prisma.PrismaPromise<
162
+ Array<
163
+ Prisma.PickEnumerable<KnowledgeShareRecordGroupByOutputType, T['by']> &
164
+ {
165
+ [P in ((keyof T) & (keyof KnowledgeShareRecordGroupByOutputType))]: P extends '_count'
166
+ ? T[P] extends boolean
167
+ ? number
168
+ : Prisma.GetScalarType<T[P], KnowledgeShareRecordGroupByOutputType[P]>
169
+ : Prisma.GetScalarType<T[P], KnowledgeShareRecordGroupByOutputType[P]>
170
+ }
171
+ >
172
+ >
173
+
174
+
175
+
176
+ export type KnowledgeShareRecordWhereInput = {
177
+ AND?: Prisma.KnowledgeShareRecordWhereInput | Prisma.KnowledgeShareRecordWhereInput[]
178
+ OR?: Prisma.KnowledgeShareRecordWhereInput[]
179
+ NOT?: Prisma.KnowledgeShareRecordWhereInput | Prisma.KnowledgeShareRecordWhereInput[]
180
+ id?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
181
+ entityType?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
182
+ canonicalId?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
183
+ userId?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
184
+ sharedAt?: Prisma.DateTimeFilter<"KnowledgeShareRecord"> | Date | string
185
+ user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>
186
+ }
187
+
188
+ export type KnowledgeShareRecordOrderByWithRelationInput = {
189
+ id?: Prisma.SortOrder
190
+ entityType?: Prisma.SortOrder
191
+ canonicalId?: Prisma.SortOrder
192
+ userId?: Prisma.SortOrder
193
+ sharedAt?: Prisma.SortOrder
194
+ user?: Prisma.UserOrderByWithRelationInput
195
+ }
196
+
197
+ export type KnowledgeShareRecordWhereUniqueInput = Prisma.AtLeast<{
198
+ id?: string
199
+ entityType_canonicalId_userId?: Prisma.KnowledgeShareRecordEntityTypeCanonicalIdUserIdCompoundUniqueInput
200
+ AND?: Prisma.KnowledgeShareRecordWhereInput | Prisma.KnowledgeShareRecordWhereInput[]
201
+ OR?: Prisma.KnowledgeShareRecordWhereInput[]
202
+ NOT?: Prisma.KnowledgeShareRecordWhereInput | Prisma.KnowledgeShareRecordWhereInput[]
203
+ entityType?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
204
+ canonicalId?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
205
+ userId?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
206
+ sharedAt?: Prisma.DateTimeFilter<"KnowledgeShareRecord"> | Date | string
207
+ user?: Prisma.XOR<Prisma.UserScalarRelationFilter, Prisma.UserWhereInput>
208
+ }, "id" | "entityType_canonicalId_userId">
209
+
210
+ export type KnowledgeShareRecordOrderByWithAggregationInput = {
211
+ id?: Prisma.SortOrder
212
+ entityType?: Prisma.SortOrder
213
+ canonicalId?: Prisma.SortOrder
214
+ userId?: Prisma.SortOrder
215
+ sharedAt?: Prisma.SortOrder
216
+ _count?: Prisma.KnowledgeShareRecordCountOrderByAggregateInput
217
+ _max?: Prisma.KnowledgeShareRecordMaxOrderByAggregateInput
218
+ _min?: Prisma.KnowledgeShareRecordMinOrderByAggregateInput
219
+ }
220
+
221
+ export type KnowledgeShareRecordScalarWhereWithAggregatesInput = {
222
+ AND?: Prisma.KnowledgeShareRecordScalarWhereWithAggregatesInput | Prisma.KnowledgeShareRecordScalarWhereWithAggregatesInput[]
223
+ OR?: Prisma.KnowledgeShareRecordScalarWhereWithAggregatesInput[]
224
+ NOT?: Prisma.KnowledgeShareRecordScalarWhereWithAggregatesInput | Prisma.KnowledgeShareRecordScalarWhereWithAggregatesInput[]
225
+ id?: Prisma.StringWithAggregatesFilter<"KnowledgeShareRecord"> | string
226
+ entityType?: Prisma.StringWithAggregatesFilter<"KnowledgeShareRecord"> | string
227
+ canonicalId?: Prisma.StringWithAggregatesFilter<"KnowledgeShareRecord"> | string
228
+ userId?: Prisma.StringWithAggregatesFilter<"KnowledgeShareRecord"> | string
229
+ sharedAt?: Prisma.DateTimeWithAggregatesFilter<"KnowledgeShareRecord"> | Date | string
230
+ }
231
+
232
+ export type KnowledgeShareRecordCreateInput = {
233
+ id?: string
234
+ entityType: string
235
+ canonicalId: string
236
+ sharedAt?: Date | string
237
+ user: Prisma.UserCreateNestedOneWithoutKnowledgeSharesInput
238
+ }
239
+
240
+ export type KnowledgeShareRecordUncheckedCreateInput = {
241
+ id?: string
242
+ entityType: string
243
+ canonicalId: string
244
+ userId: string
245
+ sharedAt?: Date | string
246
+ }
247
+
248
+ export type KnowledgeShareRecordUpdateInput = {
249
+ id?: Prisma.StringFieldUpdateOperationsInput | string
250
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
251
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
252
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
253
+ user?: Prisma.UserUpdateOneRequiredWithoutKnowledgeSharesNestedInput
254
+ }
255
+
256
+ export type KnowledgeShareRecordUncheckedUpdateInput = {
257
+ id?: Prisma.StringFieldUpdateOperationsInput | string
258
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
259
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
260
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
261
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
262
+ }
263
+
264
+ export type KnowledgeShareRecordCreateManyInput = {
265
+ id?: string
266
+ entityType: string
267
+ canonicalId: string
268
+ userId: string
269
+ sharedAt?: Date | string
270
+ }
271
+
272
+ export type KnowledgeShareRecordUpdateManyMutationInput = {
273
+ id?: Prisma.StringFieldUpdateOperationsInput | string
274
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
275
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
276
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
277
+ }
278
+
279
+ export type KnowledgeShareRecordUncheckedUpdateManyInput = {
280
+ id?: Prisma.StringFieldUpdateOperationsInput | string
281
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
282
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
283
+ userId?: Prisma.StringFieldUpdateOperationsInput | string
284
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
285
+ }
286
+
287
+ export type KnowledgeShareRecordListRelationFilter = {
288
+ every?: Prisma.KnowledgeShareRecordWhereInput
289
+ some?: Prisma.KnowledgeShareRecordWhereInput
290
+ none?: Prisma.KnowledgeShareRecordWhereInput
291
+ }
292
+
293
+ export type KnowledgeShareRecordOrderByRelationAggregateInput = {
294
+ _count?: Prisma.SortOrder
295
+ }
296
+
297
+ export type KnowledgeShareRecordEntityTypeCanonicalIdUserIdCompoundUniqueInput = {
298
+ entityType: string
299
+ canonicalId: string
300
+ userId: string
301
+ }
302
+
303
+ export type KnowledgeShareRecordCountOrderByAggregateInput = {
304
+ id?: Prisma.SortOrder
305
+ entityType?: Prisma.SortOrder
306
+ canonicalId?: Prisma.SortOrder
307
+ userId?: Prisma.SortOrder
308
+ sharedAt?: Prisma.SortOrder
309
+ }
310
+
311
+ export type KnowledgeShareRecordMaxOrderByAggregateInput = {
312
+ id?: Prisma.SortOrder
313
+ entityType?: Prisma.SortOrder
314
+ canonicalId?: Prisma.SortOrder
315
+ userId?: Prisma.SortOrder
316
+ sharedAt?: Prisma.SortOrder
317
+ }
318
+
319
+ export type KnowledgeShareRecordMinOrderByAggregateInput = {
320
+ id?: Prisma.SortOrder
321
+ entityType?: Prisma.SortOrder
322
+ canonicalId?: Prisma.SortOrder
323
+ userId?: Prisma.SortOrder
324
+ sharedAt?: Prisma.SortOrder
325
+ }
326
+
327
+ export type KnowledgeShareRecordCreateNestedManyWithoutUserInput = {
328
+ create?: Prisma.XOR<Prisma.KnowledgeShareRecordCreateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput> | Prisma.KnowledgeShareRecordCreateWithoutUserInput[] | Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput[]
329
+ connectOrCreate?: Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput | Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput[]
330
+ createMany?: Prisma.KnowledgeShareRecordCreateManyUserInputEnvelope
331
+ connect?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
332
+ }
333
+
334
+ export type KnowledgeShareRecordUncheckedCreateNestedManyWithoutUserInput = {
335
+ create?: Prisma.XOR<Prisma.KnowledgeShareRecordCreateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput> | Prisma.KnowledgeShareRecordCreateWithoutUserInput[] | Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput[]
336
+ connectOrCreate?: Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput | Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput[]
337
+ createMany?: Prisma.KnowledgeShareRecordCreateManyUserInputEnvelope
338
+ connect?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
339
+ }
340
+
341
+ export type KnowledgeShareRecordUpdateManyWithoutUserNestedInput = {
342
+ create?: Prisma.XOR<Prisma.KnowledgeShareRecordCreateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput> | Prisma.KnowledgeShareRecordCreateWithoutUserInput[] | Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput[]
343
+ connectOrCreate?: Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput | Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput[]
344
+ upsert?: Prisma.KnowledgeShareRecordUpsertWithWhereUniqueWithoutUserInput | Prisma.KnowledgeShareRecordUpsertWithWhereUniqueWithoutUserInput[]
345
+ createMany?: Prisma.KnowledgeShareRecordCreateManyUserInputEnvelope
346
+ set?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
347
+ disconnect?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
348
+ delete?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
349
+ connect?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
350
+ update?: Prisma.KnowledgeShareRecordUpdateWithWhereUniqueWithoutUserInput | Prisma.KnowledgeShareRecordUpdateWithWhereUniqueWithoutUserInput[]
351
+ updateMany?: Prisma.KnowledgeShareRecordUpdateManyWithWhereWithoutUserInput | Prisma.KnowledgeShareRecordUpdateManyWithWhereWithoutUserInput[]
352
+ deleteMany?: Prisma.KnowledgeShareRecordScalarWhereInput | Prisma.KnowledgeShareRecordScalarWhereInput[]
353
+ }
354
+
355
+ export type KnowledgeShareRecordUncheckedUpdateManyWithoutUserNestedInput = {
356
+ create?: Prisma.XOR<Prisma.KnowledgeShareRecordCreateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput> | Prisma.KnowledgeShareRecordCreateWithoutUserInput[] | Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput[]
357
+ connectOrCreate?: Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput | Prisma.KnowledgeShareRecordCreateOrConnectWithoutUserInput[]
358
+ upsert?: Prisma.KnowledgeShareRecordUpsertWithWhereUniqueWithoutUserInput | Prisma.KnowledgeShareRecordUpsertWithWhereUniqueWithoutUserInput[]
359
+ createMany?: Prisma.KnowledgeShareRecordCreateManyUserInputEnvelope
360
+ set?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
361
+ disconnect?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
362
+ delete?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
363
+ connect?: Prisma.KnowledgeShareRecordWhereUniqueInput | Prisma.KnowledgeShareRecordWhereUniqueInput[]
364
+ update?: Prisma.KnowledgeShareRecordUpdateWithWhereUniqueWithoutUserInput | Prisma.KnowledgeShareRecordUpdateWithWhereUniqueWithoutUserInput[]
365
+ updateMany?: Prisma.KnowledgeShareRecordUpdateManyWithWhereWithoutUserInput | Prisma.KnowledgeShareRecordUpdateManyWithWhereWithoutUserInput[]
366
+ deleteMany?: Prisma.KnowledgeShareRecordScalarWhereInput | Prisma.KnowledgeShareRecordScalarWhereInput[]
367
+ }
368
+
369
+ export type KnowledgeShareRecordCreateWithoutUserInput = {
370
+ id?: string
371
+ entityType: string
372
+ canonicalId: string
373
+ sharedAt?: Date | string
374
+ }
375
+
376
+ export type KnowledgeShareRecordUncheckedCreateWithoutUserInput = {
377
+ id?: string
378
+ entityType: string
379
+ canonicalId: string
380
+ sharedAt?: Date | string
381
+ }
382
+
383
+ export type KnowledgeShareRecordCreateOrConnectWithoutUserInput = {
384
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
385
+ create: Prisma.XOR<Prisma.KnowledgeShareRecordCreateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput>
386
+ }
387
+
388
+ export type KnowledgeShareRecordCreateManyUserInputEnvelope = {
389
+ data: Prisma.KnowledgeShareRecordCreateManyUserInput | Prisma.KnowledgeShareRecordCreateManyUserInput[]
390
+ }
391
+
392
+ export type KnowledgeShareRecordUpsertWithWhereUniqueWithoutUserInput = {
393
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
394
+ update: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedUpdateWithoutUserInput>
395
+ create: Prisma.XOR<Prisma.KnowledgeShareRecordCreateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedCreateWithoutUserInput>
396
+ }
397
+
398
+ export type KnowledgeShareRecordUpdateWithWhereUniqueWithoutUserInput = {
399
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
400
+ data: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateWithoutUserInput, Prisma.KnowledgeShareRecordUncheckedUpdateWithoutUserInput>
401
+ }
402
+
403
+ export type KnowledgeShareRecordUpdateManyWithWhereWithoutUserInput = {
404
+ where: Prisma.KnowledgeShareRecordScalarWhereInput
405
+ data: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateManyMutationInput, Prisma.KnowledgeShareRecordUncheckedUpdateManyWithoutUserInput>
406
+ }
407
+
408
+ export type KnowledgeShareRecordScalarWhereInput = {
409
+ AND?: Prisma.KnowledgeShareRecordScalarWhereInput | Prisma.KnowledgeShareRecordScalarWhereInput[]
410
+ OR?: Prisma.KnowledgeShareRecordScalarWhereInput[]
411
+ NOT?: Prisma.KnowledgeShareRecordScalarWhereInput | Prisma.KnowledgeShareRecordScalarWhereInput[]
412
+ id?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
413
+ entityType?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
414
+ canonicalId?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
415
+ userId?: Prisma.StringFilter<"KnowledgeShareRecord"> | string
416
+ sharedAt?: Prisma.DateTimeFilter<"KnowledgeShareRecord"> | Date | string
417
+ }
418
+
419
+ export type KnowledgeShareRecordCreateManyUserInput = {
420
+ id?: string
421
+ entityType: string
422
+ canonicalId: string
423
+ sharedAt?: Date | string
424
+ }
425
+
426
+ export type KnowledgeShareRecordUpdateWithoutUserInput = {
427
+ id?: Prisma.StringFieldUpdateOperationsInput | string
428
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
429
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
430
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
431
+ }
432
+
433
+ export type KnowledgeShareRecordUncheckedUpdateWithoutUserInput = {
434
+ id?: Prisma.StringFieldUpdateOperationsInput | string
435
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
436
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
437
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
438
+ }
439
+
440
+ export type KnowledgeShareRecordUncheckedUpdateManyWithoutUserInput = {
441
+ id?: Prisma.StringFieldUpdateOperationsInput | string
442
+ entityType?: Prisma.StringFieldUpdateOperationsInput | string
443
+ canonicalId?: Prisma.StringFieldUpdateOperationsInput | string
444
+ sharedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
445
+ }
446
+
447
+
448
+
449
+ export type KnowledgeShareRecordSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
450
+ id?: boolean
451
+ entityType?: boolean
452
+ canonicalId?: boolean
453
+ userId?: boolean
454
+ sharedAt?: boolean
455
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
456
+ }, ExtArgs["result"]["knowledgeShareRecord"]>
457
+
458
+ export type KnowledgeShareRecordSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
459
+ id?: boolean
460
+ entityType?: boolean
461
+ canonicalId?: boolean
462
+ userId?: boolean
463
+ sharedAt?: boolean
464
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
465
+ }, ExtArgs["result"]["knowledgeShareRecord"]>
466
+
467
+ export type KnowledgeShareRecordSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
468
+ id?: boolean
469
+ entityType?: boolean
470
+ canonicalId?: boolean
471
+ userId?: boolean
472
+ sharedAt?: boolean
473
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
474
+ }, ExtArgs["result"]["knowledgeShareRecord"]>
475
+
476
+ export type KnowledgeShareRecordSelectScalar = {
477
+ id?: boolean
478
+ entityType?: boolean
479
+ canonicalId?: boolean
480
+ userId?: boolean
481
+ sharedAt?: boolean
482
+ }
483
+
484
+ export type KnowledgeShareRecordOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "entityType" | "canonicalId" | "userId" | "sharedAt", ExtArgs["result"]["knowledgeShareRecord"]>
485
+ export type KnowledgeShareRecordInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
486
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
487
+ }
488
+ export type KnowledgeShareRecordIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
489
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
490
+ }
491
+ export type KnowledgeShareRecordIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
492
+ user?: boolean | Prisma.UserDefaultArgs<ExtArgs>
493
+ }
494
+
495
+ export type $KnowledgeShareRecordPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
496
+ name: "KnowledgeShareRecord"
497
+ objects: {
498
+ user: Prisma.$UserPayload<ExtArgs>
499
+ }
500
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
501
+ id: string
502
+ entityType: string
503
+ canonicalId: string
504
+ userId: string
505
+ sharedAt: Date
506
+ }, ExtArgs["result"]["knowledgeShareRecord"]>
507
+ composites: {}
508
+ }
509
+
510
+ export type KnowledgeShareRecordGetPayload<S extends boolean | null | undefined | KnowledgeShareRecordDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload, S>
511
+
512
+ export type KnowledgeShareRecordCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
513
+ Omit<KnowledgeShareRecordFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
514
+ select?: KnowledgeShareRecordCountAggregateInputType | true
515
+ }
516
+
517
+ export interface KnowledgeShareRecordDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
518
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['KnowledgeShareRecord'], meta: { name: 'KnowledgeShareRecord' } }
519
+ /**
520
+ * Find zero or one KnowledgeShareRecord that matches the filter.
521
+ * @param {KnowledgeShareRecordFindUniqueArgs} args - Arguments to find a KnowledgeShareRecord
522
+ * @example
523
+ * // Get one KnowledgeShareRecord
524
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.findUnique({
525
+ * where: {
526
+ * // ... provide filter here
527
+ * }
528
+ * })
529
+ */
530
+ findUnique<T extends KnowledgeShareRecordFindUniqueArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordFindUniqueArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
531
+
532
+ /**
533
+ * Find one KnowledgeShareRecord that matches the filter or throw an error with `error.code='P2025'`
534
+ * if no matches were found.
535
+ * @param {KnowledgeShareRecordFindUniqueOrThrowArgs} args - Arguments to find a KnowledgeShareRecord
536
+ * @example
537
+ * // Get one KnowledgeShareRecord
538
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.findUniqueOrThrow({
539
+ * where: {
540
+ * // ... provide filter here
541
+ * }
542
+ * })
543
+ */
544
+ findUniqueOrThrow<T extends KnowledgeShareRecordFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
545
+
546
+ /**
547
+ * Find the first KnowledgeShareRecord that matches the filter.
548
+ * Note, that providing `undefined` is treated as the value not being there.
549
+ * Read more here: https://pris.ly/d/null-undefined
550
+ * @param {KnowledgeShareRecordFindFirstArgs} args - Arguments to find a KnowledgeShareRecord
551
+ * @example
552
+ * // Get one KnowledgeShareRecord
553
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.findFirst({
554
+ * where: {
555
+ * // ... provide filter here
556
+ * }
557
+ * })
558
+ */
559
+ findFirst<T extends KnowledgeShareRecordFindFirstArgs>(args?: Prisma.SelectSubset<T, KnowledgeShareRecordFindFirstArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
560
+
561
+ /**
562
+ * Find the first KnowledgeShareRecord that matches the filter or
563
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
564
+ * Note, that providing `undefined` is treated as the value not being there.
565
+ * Read more here: https://pris.ly/d/null-undefined
566
+ * @param {KnowledgeShareRecordFindFirstOrThrowArgs} args - Arguments to find a KnowledgeShareRecord
567
+ * @example
568
+ * // Get one KnowledgeShareRecord
569
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.findFirstOrThrow({
570
+ * where: {
571
+ * // ... provide filter here
572
+ * }
573
+ * })
574
+ */
575
+ findFirstOrThrow<T extends KnowledgeShareRecordFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, KnowledgeShareRecordFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
576
+
577
+ /**
578
+ * Find zero or more KnowledgeShareRecords that matches the filter.
579
+ * Note, that providing `undefined` is treated as the value not being there.
580
+ * Read more here: https://pris.ly/d/null-undefined
581
+ * @param {KnowledgeShareRecordFindManyArgs} args - Arguments to filter and select certain fields only.
582
+ * @example
583
+ * // Get all KnowledgeShareRecords
584
+ * const knowledgeShareRecords = await prisma.knowledgeShareRecord.findMany()
585
+ *
586
+ * // Get first 10 KnowledgeShareRecords
587
+ * const knowledgeShareRecords = await prisma.knowledgeShareRecord.findMany({ take: 10 })
588
+ *
589
+ * // Only select the `id`
590
+ * const knowledgeShareRecordWithIdOnly = await prisma.knowledgeShareRecord.findMany({ select: { id: true } })
591
+ *
592
+ */
593
+ findMany<T extends KnowledgeShareRecordFindManyArgs>(args?: Prisma.SelectSubset<T, KnowledgeShareRecordFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
594
+
595
+ /**
596
+ * Create a KnowledgeShareRecord.
597
+ * @param {KnowledgeShareRecordCreateArgs} args - Arguments to create a KnowledgeShareRecord.
598
+ * @example
599
+ * // Create one KnowledgeShareRecord
600
+ * const KnowledgeShareRecord = await prisma.knowledgeShareRecord.create({
601
+ * data: {
602
+ * // ... data to create a KnowledgeShareRecord
603
+ * }
604
+ * })
605
+ *
606
+ */
607
+ create<T extends KnowledgeShareRecordCreateArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordCreateArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
608
+
609
+ /**
610
+ * Create many KnowledgeShareRecords.
611
+ * @param {KnowledgeShareRecordCreateManyArgs} args - Arguments to create many KnowledgeShareRecords.
612
+ * @example
613
+ * // Create many KnowledgeShareRecords
614
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.createMany({
615
+ * data: [
616
+ * // ... provide data here
617
+ * ]
618
+ * })
619
+ *
620
+ */
621
+ createMany<T extends KnowledgeShareRecordCreateManyArgs>(args?: Prisma.SelectSubset<T, KnowledgeShareRecordCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
622
+
623
+ /**
624
+ * Create many KnowledgeShareRecords and returns the data saved in the database.
625
+ * @param {KnowledgeShareRecordCreateManyAndReturnArgs} args - Arguments to create many KnowledgeShareRecords.
626
+ * @example
627
+ * // Create many KnowledgeShareRecords
628
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.createManyAndReturn({
629
+ * data: [
630
+ * // ... provide data here
631
+ * ]
632
+ * })
633
+ *
634
+ * // Create many KnowledgeShareRecords and only return the `id`
635
+ * const knowledgeShareRecordWithIdOnly = await prisma.knowledgeShareRecord.createManyAndReturn({
636
+ * select: { id: true },
637
+ * data: [
638
+ * // ... provide data here
639
+ * ]
640
+ * })
641
+ * Note, that providing `undefined` is treated as the value not being there.
642
+ * Read more here: https://pris.ly/d/null-undefined
643
+ *
644
+ */
645
+ createManyAndReturn<T extends KnowledgeShareRecordCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, KnowledgeShareRecordCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
646
+
647
+ /**
648
+ * Delete a KnowledgeShareRecord.
649
+ * @param {KnowledgeShareRecordDeleteArgs} args - Arguments to delete one KnowledgeShareRecord.
650
+ * @example
651
+ * // Delete one KnowledgeShareRecord
652
+ * const KnowledgeShareRecord = await prisma.knowledgeShareRecord.delete({
653
+ * where: {
654
+ * // ... filter to delete one KnowledgeShareRecord
655
+ * }
656
+ * })
657
+ *
658
+ */
659
+ delete<T extends KnowledgeShareRecordDeleteArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordDeleteArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
660
+
661
+ /**
662
+ * Update one KnowledgeShareRecord.
663
+ * @param {KnowledgeShareRecordUpdateArgs} args - Arguments to update one KnowledgeShareRecord.
664
+ * @example
665
+ * // Update one KnowledgeShareRecord
666
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.update({
667
+ * where: {
668
+ * // ... provide filter here
669
+ * },
670
+ * data: {
671
+ * // ... provide data here
672
+ * }
673
+ * })
674
+ *
675
+ */
676
+ update<T extends KnowledgeShareRecordUpdateArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordUpdateArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
677
+
678
+ /**
679
+ * Delete zero or more KnowledgeShareRecords.
680
+ * @param {KnowledgeShareRecordDeleteManyArgs} args - Arguments to filter KnowledgeShareRecords to delete.
681
+ * @example
682
+ * // Delete a few KnowledgeShareRecords
683
+ * const { count } = await prisma.knowledgeShareRecord.deleteMany({
684
+ * where: {
685
+ * // ... provide filter here
686
+ * }
687
+ * })
688
+ *
689
+ */
690
+ deleteMany<T extends KnowledgeShareRecordDeleteManyArgs>(args?: Prisma.SelectSubset<T, KnowledgeShareRecordDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
691
+
692
+ /**
693
+ * Update zero or more KnowledgeShareRecords.
694
+ * Note, that providing `undefined` is treated as the value not being there.
695
+ * Read more here: https://pris.ly/d/null-undefined
696
+ * @param {KnowledgeShareRecordUpdateManyArgs} args - Arguments to update one or more rows.
697
+ * @example
698
+ * // Update many KnowledgeShareRecords
699
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.updateMany({
700
+ * where: {
701
+ * // ... provide filter here
702
+ * },
703
+ * data: {
704
+ * // ... provide data here
705
+ * }
706
+ * })
707
+ *
708
+ */
709
+ updateMany<T extends KnowledgeShareRecordUpdateManyArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
710
+
711
+ /**
712
+ * Update zero or more KnowledgeShareRecords and returns the data updated in the database.
713
+ * @param {KnowledgeShareRecordUpdateManyAndReturnArgs} args - Arguments to update many KnowledgeShareRecords.
714
+ * @example
715
+ * // Update many KnowledgeShareRecords
716
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.updateManyAndReturn({
717
+ * where: {
718
+ * // ... provide filter here
719
+ * },
720
+ * data: [
721
+ * // ... provide data here
722
+ * ]
723
+ * })
724
+ *
725
+ * // Update zero or more KnowledgeShareRecords and only return the `id`
726
+ * const knowledgeShareRecordWithIdOnly = await prisma.knowledgeShareRecord.updateManyAndReturn({
727
+ * select: { id: true },
728
+ * where: {
729
+ * // ... provide filter here
730
+ * },
731
+ * data: [
732
+ * // ... provide data here
733
+ * ]
734
+ * })
735
+ * Note, that providing `undefined` is treated as the value not being there.
736
+ * Read more here: https://pris.ly/d/null-undefined
737
+ *
738
+ */
739
+ updateManyAndReturn<T extends KnowledgeShareRecordUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
740
+
741
+ /**
742
+ * Create or update one KnowledgeShareRecord.
743
+ * @param {KnowledgeShareRecordUpsertArgs} args - Arguments to update or create a KnowledgeShareRecord.
744
+ * @example
745
+ * // Update or create a KnowledgeShareRecord
746
+ * const knowledgeShareRecord = await prisma.knowledgeShareRecord.upsert({
747
+ * create: {
748
+ * // ... data to create a KnowledgeShareRecord
749
+ * },
750
+ * update: {
751
+ * // ... in case it already exists, update
752
+ * },
753
+ * where: {
754
+ * // ... the filter for the KnowledgeShareRecord we want to update
755
+ * }
756
+ * })
757
+ */
758
+ upsert<T extends KnowledgeShareRecordUpsertArgs>(args: Prisma.SelectSubset<T, KnowledgeShareRecordUpsertArgs<ExtArgs>>): Prisma.Prisma__KnowledgeShareRecordClient<runtime.Types.Result.GetResult<Prisma.$KnowledgeShareRecordPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
759
+
760
+
761
+ /**
762
+ * Count the number of KnowledgeShareRecords.
763
+ * Note, that providing `undefined` is treated as the value not being there.
764
+ * Read more here: https://pris.ly/d/null-undefined
765
+ * @param {KnowledgeShareRecordCountArgs} args - Arguments to filter KnowledgeShareRecords to count.
766
+ * @example
767
+ * // Count the number of KnowledgeShareRecords
768
+ * const count = await prisma.knowledgeShareRecord.count({
769
+ * where: {
770
+ * // ... the filter for the KnowledgeShareRecords we want to count
771
+ * }
772
+ * })
773
+ **/
774
+ count<T extends KnowledgeShareRecordCountArgs>(
775
+ args?: Prisma.Subset<T, KnowledgeShareRecordCountArgs>,
776
+ ): Prisma.PrismaPromise<
777
+ T extends runtime.Types.Utils.Record<'select', any>
778
+ ? T['select'] extends true
779
+ ? number
780
+ : Prisma.GetScalarType<T['select'], KnowledgeShareRecordCountAggregateOutputType>
781
+ : number
782
+ >
783
+
784
+ /**
785
+ * Allows you to perform aggregations operations on a KnowledgeShareRecord.
786
+ * Note, that providing `undefined` is treated as the value not being there.
787
+ * Read more here: https://pris.ly/d/null-undefined
788
+ * @param {KnowledgeShareRecordAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
789
+ * @example
790
+ * // Ordered by age ascending
791
+ * // Where email contains prisma.io
792
+ * // Limited to the 10 users
793
+ * const aggregations = await prisma.user.aggregate({
794
+ * _avg: {
795
+ * age: true,
796
+ * },
797
+ * where: {
798
+ * email: {
799
+ * contains: "prisma.io",
800
+ * },
801
+ * },
802
+ * orderBy: {
803
+ * age: "asc",
804
+ * },
805
+ * take: 10,
806
+ * })
807
+ **/
808
+ aggregate<T extends KnowledgeShareRecordAggregateArgs>(args: Prisma.Subset<T, KnowledgeShareRecordAggregateArgs>): Prisma.PrismaPromise<GetKnowledgeShareRecordAggregateType<T>>
809
+
810
+ /**
811
+ * Group by KnowledgeShareRecord.
812
+ * Note, that providing `undefined` is treated as the value not being there.
813
+ * Read more here: https://pris.ly/d/null-undefined
814
+ * @param {KnowledgeShareRecordGroupByArgs} args - Group by arguments.
815
+ * @example
816
+ * // Group by city, order by createdAt, get count
817
+ * const result = await prisma.user.groupBy({
818
+ * by: ['city', 'createdAt'],
819
+ * orderBy: {
820
+ * createdAt: true
821
+ * },
822
+ * _count: {
823
+ * _all: true
824
+ * },
825
+ * })
826
+ *
827
+ **/
828
+ groupBy<
829
+ T extends KnowledgeShareRecordGroupByArgs,
830
+ HasSelectOrTake extends Prisma.Or<
831
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
832
+ Prisma.Extends<'take', Prisma.Keys<T>>
833
+ >,
834
+ OrderByArg extends Prisma.True extends HasSelectOrTake
835
+ ? { orderBy: KnowledgeShareRecordGroupByArgs['orderBy'] }
836
+ : { orderBy?: KnowledgeShareRecordGroupByArgs['orderBy'] },
837
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
838
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
839
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
840
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
841
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
842
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
843
+ InputErrors extends ByEmpty extends Prisma.True
844
+ ? `Error: "by" must not be empty.`
845
+ : HavingValid extends Prisma.False
846
+ ? {
847
+ [P in HavingFields]: P extends ByFields
848
+ ? never
849
+ : P extends string
850
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
851
+ : [
852
+ Error,
853
+ 'Field ',
854
+ P,
855
+ ` in "having" needs to be provided in "by"`,
856
+ ]
857
+ }[HavingFields]
858
+ : 'take' extends Prisma.Keys<T>
859
+ ? 'orderBy' extends Prisma.Keys<T>
860
+ ? ByValid extends Prisma.True
861
+ ? {}
862
+ : {
863
+ [P in OrderFields]: P extends ByFields
864
+ ? never
865
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
866
+ }[OrderFields]
867
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
868
+ : 'skip' extends Prisma.Keys<T>
869
+ ? 'orderBy' extends Prisma.Keys<T>
870
+ ? ByValid extends Prisma.True
871
+ ? {}
872
+ : {
873
+ [P in OrderFields]: P extends ByFields
874
+ ? never
875
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
876
+ }[OrderFields]
877
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
878
+ : ByValid extends Prisma.True
879
+ ? {}
880
+ : {
881
+ [P in OrderFields]: P extends ByFields
882
+ ? never
883
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
884
+ }[OrderFields]
885
+ >(args: Prisma.SubsetIntersection<T, KnowledgeShareRecordGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetKnowledgeShareRecordGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
886
+ /**
887
+ * Fields of the KnowledgeShareRecord model
888
+ */
889
+ readonly fields: KnowledgeShareRecordFieldRefs;
890
+ }
891
+
892
+ /**
893
+ * The delegate class that acts as a "Promise-like" for KnowledgeShareRecord.
894
+ * Why is this prefixed with `Prisma__`?
895
+ * Because we want to prevent naming conflicts as mentioned in
896
+ * https://github.com/prisma/prisma-client-js/issues/707
897
+ */
898
+ export interface Prisma__KnowledgeShareRecordClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
899
+ readonly [Symbol.toStringTag]: "PrismaPromise"
900
+ user<T extends Prisma.UserDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.UserDefaultArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
901
+ /**
902
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
903
+ * @param onfulfilled The callback to execute when the Promise is resolved.
904
+ * @param onrejected The callback to execute when the Promise is rejected.
905
+ * @returns A Promise for the completion of which ever callback is executed.
906
+ */
907
+ then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
908
+ /**
909
+ * Attaches a callback for only the rejection of the Promise.
910
+ * @param onrejected The callback to execute when the Promise is rejected.
911
+ * @returns A Promise for the completion of the callback.
912
+ */
913
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
914
+ /**
915
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
916
+ * resolved value cannot be modified from the callback.
917
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
918
+ * @returns A Promise for the completion of the callback.
919
+ */
920
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
921
+ }
922
+
923
+
924
+
925
+
926
+ /**
927
+ * Fields of the KnowledgeShareRecord model
928
+ */
929
+ export interface KnowledgeShareRecordFieldRefs {
930
+ readonly id: Prisma.FieldRef<"KnowledgeShareRecord", 'String'>
931
+ readonly entityType: Prisma.FieldRef<"KnowledgeShareRecord", 'String'>
932
+ readonly canonicalId: Prisma.FieldRef<"KnowledgeShareRecord", 'String'>
933
+ readonly userId: Prisma.FieldRef<"KnowledgeShareRecord", 'String'>
934
+ readonly sharedAt: Prisma.FieldRef<"KnowledgeShareRecord", 'DateTime'>
935
+ }
936
+
937
+
938
+ // Custom InputTypes
939
+ /**
940
+ * KnowledgeShareRecord findUnique
941
+ */
942
+ export type KnowledgeShareRecordFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
943
+ /**
944
+ * Select specific fields to fetch from the KnowledgeShareRecord
945
+ */
946
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
947
+ /**
948
+ * Omit specific fields from the KnowledgeShareRecord
949
+ */
950
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
951
+ /**
952
+ * Choose, which related nodes to fetch as well
953
+ */
954
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
955
+ /**
956
+ * Filter, which KnowledgeShareRecord to fetch.
957
+ */
958
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
959
+ }
960
+
961
+ /**
962
+ * KnowledgeShareRecord findUniqueOrThrow
963
+ */
964
+ export type KnowledgeShareRecordFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
965
+ /**
966
+ * Select specific fields to fetch from the KnowledgeShareRecord
967
+ */
968
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
969
+ /**
970
+ * Omit specific fields from the KnowledgeShareRecord
971
+ */
972
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
973
+ /**
974
+ * Choose, which related nodes to fetch as well
975
+ */
976
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
977
+ /**
978
+ * Filter, which KnowledgeShareRecord to fetch.
979
+ */
980
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
981
+ }
982
+
983
+ /**
984
+ * KnowledgeShareRecord findFirst
985
+ */
986
+ export type KnowledgeShareRecordFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
987
+ /**
988
+ * Select specific fields to fetch from the KnowledgeShareRecord
989
+ */
990
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
991
+ /**
992
+ * Omit specific fields from the KnowledgeShareRecord
993
+ */
994
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
995
+ /**
996
+ * Choose, which related nodes to fetch as well
997
+ */
998
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
999
+ /**
1000
+ * Filter, which KnowledgeShareRecord to fetch.
1001
+ */
1002
+ where?: Prisma.KnowledgeShareRecordWhereInput
1003
+ /**
1004
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1005
+ *
1006
+ * Determine the order of KnowledgeShareRecords to fetch.
1007
+ */
1008
+ orderBy?: Prisma.KnowledgeShareRecordOrderByWithRelationInput | Prisma.KnowledgeShareRecordOrderByWithRelationInput[]
1009
+ /**
1010
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1011
+ *
1012
+ * Sets the position for searching for KnowledgeShareRecords.
1013
+ */
1014
+ cursor?: Prisma.KnowledgeShareRecordWhereUniqueInput
1015
+ /**
1016
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1017
+ *
1018
+ * Take `±n` KnowledgeShareRecords from the position of the cursor.
1019
+ */
1020
+ take?: number
1021
+ /**
1022
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1023
+ *
1024
+ * Skip the first `n` KnowledgeShareRecords.
1025
+ */
1026
+ skip?: number
1027
+ /**
1028
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1029
+ *
1030
+ * Filter by unique combinations of KnowledgeShareRecords.
1031
+ */
1032
+ distinct?: Prisma.KnowledgeShareRecordScalarFieldEnum | Prisma.KnowledgeShareRecordScalarFieldEnum[]
1033
+ }
1034
+
1035
+ /**
1036
+ * KnowledgeShareRecord findFirstOrThrow
1037
+ */
1038
+ export type KnowledgeShareRecordFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1039
+ /**
1040
+ * Select specific fields to fetch from the KnowledgeShareRecord
1041
+ */
1042
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1043
+ /**
1044
+ * Omit specific fields from the KnowledgeShareRecord
1045
+ */
1046
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1047
+ /**
1048
+ * Choose, which related nodes to fetch as well
1049
+ */
1050
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1051
+ /**
1052
+ * Filter, which KnowledgeShareRecord to fetch.
1053
+ */
1054
+ where?: Prisma.KnowledgeShareRecordWhereInput
1055
+ /**
1056
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1057
+ *
1058
+ * Determine the order of KnowledgeShareRecords to fetch.
1059
+ */
1060
+ orderBy?: Prisma.KnowledgeShareRecordOrderByWithRelationInput | Prisma.KnowledgeShareRecordOrderByWithRelationInput[]
1061
+ /**
1062
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1063
+ *
1064
+ * Sets the position for searching for KnowledgeShareRecords.
1065
+ */
1066
+ cursor?: Prisma.KnowledgeShareRecordWhereUniqueInput
1067
+ /**
1068
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1069
+ *
1070
+ * Take `±n` KnowledgeShareRecords from the position of the cursor.
1071
+ */
1072
+ take?: number
1073
+ /**
1074
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1075
+ *
1076
+ * Skip the first `n` KnowledgeShareRecords.
1077
+ */
1078
+ skip?: number
1079
+ /**
1080
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1081
+ *
1082
+ * Filter by unique combinations of KnowledgeShareRecords.
1083
+ */
1084
+ distinct?: Prisma.KnowledgeShareRecordScalarFieldEnum | Prisma.KnowledgeShareRecordScalarFieldEnum[]
1085
+ }
1086
+
1087
+ /**
1088
+ * KnowledgeShareRecord findMany
1089
+ */
1090
+ export type KnowledgeShareRecordFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1091
+ /**
1092
+ * Select specific fields to fetch from the KnowledgeShareRecord
1093
+ */
1094
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1095
+ /**
1096
+ * Omit specific fields from the KnowledgeShareRecord
1097
+ */
1098
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1099
+ /**
1100
+ * Choose, which related nodes to fetch as well
1101
+ */
1102
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1103
+ /**
1104
+ * Filter, which KnowledgeShareRecords to fetch.
1105
+ */
1106
+ where?: Prisma.KnowledgeShareRecordWhereInput
1107
+ /**
1108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1109
+ *
1110
+ * Determine the order of KnowledgeShareRecords to fetch.
1111
+ */
1112
+ orderBy?: Prisma.KnowledgeShareRecordOrderByWithRelationInput | Prisma.KnowledgeShareRecordOrderByWithRelationInput[]
1113
+ /**
1114
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1115
+ *
1116
+ * Sets the position for listing KnowledgeShareRecords.
1117
+ */
1118
+ cursor?: Prisma.KnowledgeShareRecordWhereUniqueInput
1119
+ /**
1120
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1121
+ *
1122
+ * Take `±n` KnowledgeShareRecords from the position of the cursor.
1123
+ */
1124
+ take?: number
1125
+ /**
1126
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1127
+ *
1128
+ * Skip the first `n` KnowledgeShareRecords.
1129
+ */
1130
+ skip?: number
1131
+ /**
1132
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1133
+ *
1134
+ * Filter by unique combinations of KnowledgeShareRecords.
1135
+ */
1136
+ distinct?: Prisma.KnowledgeShareRecordScalarFieldEnum | Prisma.KnowledgeShareRecordScalarFieldEnum[]
1137
+ }
1138
+
1139
+ /**
1140
+ * KnowledgeShareRecord create
1141
+ */
1142
+ export type KnowledgeShareRecordCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1143
+ /**
1144
+ * Select specific fields to fetch from the KnowledgeShareRecord
1145
+ */
1146
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1147
+ /**
1148
+ * Omit specific fields from the KnowledgeShareRecord
1149
+ */
1150
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1151
+ /**
1152
+ * Choose, which related nodes to fetch as well
1153
+ */
1154
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1155
+ /**
1156
+ * The data needed to create a KnowledgeShareRecord.
1157
+ */
1158
+ data: Prisma.XOR<Prisma.KnowledgeShareRecordCreateInput, Prisma.KnowledgeShareRecordUncheckedCreateInput>
1159
+ }
1160
+
1161
+ /**
1162
+ * KnowledgeShareRecord createMany
1163
+ */
1164
+ export type KnowledgeShareRecordCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1165
+ /**
1166
+ * The data used to create many KnowledgeShareRecords.
1167
+ */
1168
+ data: Prisma.KnowledgeShareRecordCreateManyInput | Prisma.KnowledgeShareRecordCreateManyInput[]
1169
+ }
1170
+
1171
+ /**
1172
+ * KnowledgeShareRecord createManyAndReturn
1173
+ */
1174
+ export type KnowledgeShareRecordCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1175
+ /**
1176
+ * Select specific fields to fetch from the KnowledgeShareRecord
1177
+ */
1178
+ select?: Prisma.KnowledgeShareRecordSelectCreateManyAndReturn<ExtArgs> | null
1179
+ /**
1180
+ * Omit specific fields from the KnowledgeShareRecord
1181
+ */
1182
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1183
+ /**
1184
+ * The data used to create many KnowledgeShareRecords.
1185
+ */
1186
+ data: Prisma.KnowledgeShareRecordCreateManyInput | Prisma.KnowledgeShareRecordCreateManyInput[]
1187
+ /**
1188
+ * Choose, which related nodes to fetch as well
1189
+ */
1190
+ include?: Prisma.KnowledgeShareRecordIncludeCreateManyAndReturn<ExtArgs> | null
1191
+ }
1192
+
1193
+ /**
1194
+ * KnowledgeShareRecord update
1195
+ */
1196
+ export type KnowledgeShareRecordUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1197
+ /**
1198
+ * Select specific fields to fetch from the KnowledgeShareRecord
1199
+ */
1200
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1201
+ /**
1202
+ * Omit specific fields from the KnowledgeShareRecord
1203
+ */
1204
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1205
+ /**
1206
+ * Choose, which related nodes to fetch as well
1207
+ */
1208
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1209
+ /**
1210
+ * The data needed to update a KnowledgeShareRecord.
1211
+ */
1212
+ data: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateInput, Prisma.KnowledgeShareRecordUncheckedUpdateInput>
1213
+ /**
1214
+ * Choose, which KnowledgeShareRecord to update.
1215
+ */
1216
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
1217
+ }
1218
+
1219
+ /**
1220
+ * KnowledgeShareRecord updateMany
1221
+ */
1222
+ export type KnowledgeShareRecordUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1223
+ /**
1224
+ * The data used to update KnowledgeShareRecords.
1225
+ */
1226
+ data: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateManyMutationInput, Prisma.KnowledgeShareRecordUncheckedUpdateManyInput>
1227
+ /**
1228
+ * Filter which KnowledgeShareRecords to update
1229
+ */
1230
+ where?: Prisma.KnowledgeShareRecordWhereInput
1231
+ /**
1232
+ * Limit how many KnowledgeShareRecords to update.
1233
+ */
1234
+ limit?: number
1235
+ }
1236
+
1237
+ /**
1238
+ * KnowledgeShareRecord updateManyAndReturn
1239
+ */
1240
+ export type KnowledgeShareRecordUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1241
+ /**
1242
+ * Select specific fields to fetch from the KnowledgeShareRecord
1243
+ */
1244
+ select?: Prisma.KnowledgeShareRecordSelectUpdateManyAndReturn<ExtArgs> | null
1245
+ /**
1246
+ * Omit specific fields from the KnowledgeShareRecord
1247
+ */
1248
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1249
+ /**
1250
+ * The data used to update KnowledgeShareRecords.
1251
+ */
1252
+ data: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateManyMutationInput, Prisma.KnowledgeShareRecordUncheckedUpdateManyInput>
1253
+ /**
1254
+ * Filter which KnowledgeShareRecords to update
1255
+ */
1256
+ where?: Prisma.KnowledgeShareRecordWhereInput
1257
+ /**
1258
+ * Limit how many KnowledgeShareRecords to update.
1259
+ */
1260
+ limit?: number
1261
+ /**
1262
+ * Choose, which related nodes to fetch as well
1263
+ */
1264
+ include?: Prisma.KnowledgeShareRecordIncludeUpdateManyAndReturn<ExtArgs> | null
1265
+ }
1266
+
1267
+ /**
1268
+ * KnowledgeShareRecord upsert
1269
+ */
1270
+ export type KnowledgeShareRecordUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1271
+ /**
1272
+ * Select specific fields to fetch from the KnowledgeShareRecord
1273
+ */
1274
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1275
+ /**
1276
+ * Omit specific fields from the KnowledgeShareRecord
1277
+ */
1278
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1279
+ /**
1280
+ * Choose, which related nodes to fetch as well
1281
+ */
1282
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1283
+ /**
1284
+ * The filter to search for the KnowledgeShareRecord to update in case it exists.
1285
+ */
1286
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
1287
+ /**
1288
+ * In case the KnowledgeShareRecord found by the `where` argument doesn't exist, create a new KnowledgeShareRecord with this data.
1289
+ */
1290
+ create: Prisma.XOR<Prisma.KnowledgeShareRecordCreateInput, Prisma.KnowledgeShareRecordUncheckedCreateInput>
1291
+ /**
1292
+ * In case the KnowledgeShareRecord was found with the provided `where` argument, update it with this data.
1293
+ */
1294
+ update: Prisma.XOR<Prisma.KnowledgeShareRecordUpdateInput, Prisma.KnowledgeShareRecordUncheckedUpdateInput>
1295
+ }
1296
+
1297
+ /**
1298
+ * KnowledgeShareRecord delete
1299
+ */
1300
+ export type KnowledgeShareRecordDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1301
+ /**
1302
+ * Select specific fields to fetch from the KnowledgeShareRecord
1303
+ */
1304
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1305
+ /**
1306
+ * Omit specific fields from the KnowledgeShareRecord
1307
+ */
1308
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1309
+ /**
1310
+ * Choose, which related nodes to fetch as well
1311
+ */
1312
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1313
+ /**
1314
+ * Filter which KnowledgeShareRecord to delete.
1315
+ */
1316
+ where: Prisma.KnowledgeShareRecordWhereUniqueInput
1317
+ }
1318
+
1319
+ /**
1320
+ * KnowledgeShareRecord deleteMany
1321
+ */
1322
+ export type KnowledgeShareRecordDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1323
+ /**
1324
+ * Filter which KnowledgeShareRecords to delete
1325
+ */
1326
+ where?: Prisma.KnowledgeShareRecordWhereInput
1327
+ /**
1328
+ * Limit how many KnowledgeShareRecords to delete.
1329
+ */
1330
+ limit?: number
1331
+ }
1332
+
1333
+ /**
1334
+ * KnowledgeShareRecord without action
1335
+ */
1336
+ export type KnowledgeShareRecordDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1337
+ /**
1338
+ * Select specific fields to fetch from the KnowledgeShareRecord
1339
+ */
1340
+ select?: Prisma.KnowledgeShareRecordSelect<ExtArgs> | null
1341
+ /**
1342
+ * Omit specific fields from the KnowledgeShareRecord
1343
+ */
1344
+ omit?: Prisma.KnowledgeShareRecordOmit<ExtArgs> | null
1345
+ /**
1346
+ * Choose, which related nodes to fetch as well
1347
+ */
1348
+ include?: Prisma.KnowledgeShareRecordInclude<ExtArgs> | null
1349
+ }