@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,1870 @@
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 `AnyHubRecommendation` 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 AnyHubRecommendation
17
+ *
18
+ */
19
+ export type AnyHubRecommendationModel = runtime.Types.Result.DefaultSelection<Prisma.$AnyHubRecommendationPayload>
20
+
21
+ export type AggregateAnyHubRecommendation = {
22
+ _count: AnyHubRecommendationCountAggregateOutputType | null
23
+ _min: AnyHubRecommendationMinAggregateOutputType | null
24
+ _max: AnyHubRecommendationMaxAggregateOutputType | null
25
+ }
26
+
27
+ export type AnyHubRecommendationMinAggregateOutputType = {
28
+ id: string | null
29
+ githubUrl: string | null
30
+ name: string | null
31
+ displayName: string | null
32
+ description: string | null
33
+ status: string | null
34
+ reviewedBy: string | null
35
+ reviewedAt: Date | null
36
+ marketplaceAppId: string | null
37
+ createdAt: Date | null
38
+ updatedAt: Date | null
39
+ }
40
+
41
+ export type AnyHubRecommendationMaxAggregateOutputType = {
42
+ id: string | null
43
+ githubUrl: string | null
44
+ name: string | null
45
+ displayName: string | null
46
+ description: string | null
47
+ status: string | null
48
+ reviewedBy: string | null
49
+ reviewedAt: Date | null
50
+ marketplaceAppId: string | null
51
+ createdAt: Date | null
52
+ updatedAt: Date | null
53
+ }
54
+
55
+ export type AnyHubRecommendationCountAggregateOutputType = {
56
+ id: number
57
+ githubUrl: number
58
+ name: number
59
+ displayName: number
60
+ description: number
61
+ status: number
62
+ reviewedBy: number
63
+ reviewedAt: number
64
+ marketplaceAppId: number
65
+ createdAt: number
66
+ updatedAt: number
67
+ _all: number
68
+ }
69
+
70
+
71
+ export type AnyHubRecommendationMinAggregateInputType = {
72
+ id?: true
73
+ githubUrl?: true
74
+ name?: true
75
+ displayName?: true
76
+ description?: true
77
+ status?: true
78
+ reviewedBy?: true
79
+ reviewedAt?: true
80
+ marketplaceAppId?: true
81
+ createdAt?: true
82
+ updatedAt?: true
83
+ }
84
+
85
+ export type AnyHubRecommendationMaxAggregateInputType = {
86
+ id?: true
87
+ githubUrl?: true
88
+ name?: true
89
+ displayName?: true
90
+ description?: true
91
+ status?: true
92
+ reviewedBy?: true
93
+ reviewedAt?: true
94
+ marketplaceAppId?: true
95
+ createdAt?: true
96
+ updatedAt?: true
97
+ }
98
+
99
+ export type AnyHubRecommendationCountAggregateInputType = {
100
+ id?: true
101
+ githubUrl?: true
102
+ name?: true
103
+ displayName?: true
104
+ description?: true
105
+ status?: true
106
+ reviewedBy?: true
107
+ reviewedAt?: true
108
+ marketplaceAppId?: true
109
+ createdAt?: true
110
+ updatedAt?: true
111
+ _all?: true
112
+ }
113
+
114
+ export type AnyHubRecommendationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
115
+ /**
116
+ * Filter which AnyHubRecommendation to aggregate.
117
+ */
118
+ where?: Prisma.AnyHubRecommendationWhereInput
119
+ /**
120
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
121
+ *
122
+ * Determine the order of AnyHubRecommendations to fetch.
123
+ */
124
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
125
+ /**
126
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
127
+ *
128
+ * Sets the start position
129
+ */
130
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
131
+ /**
132
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
133
+ *
134
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
135
+ */
136
+ take?: number
137
+ /**
138
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
139
+ *
140
+ * Skip the first `n` AnyHubRecommendations.
141
+ */
142
+ skip?: number
143
+ /**
144
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
145
+ *
146
+ * Count returned AnyHubRecommendations
147
+ **/
148
+ _count?: true | AnyHubRecommendationCountAggregateInputType
149
+ /**
150
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
151
+ *
152
+ * Select which fields to find the minimum value
153
+ **/
154
+ _min?: AnyHubRecommendationMinAggregateInputType
155
+ /**
156
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
157
+ *
158
+ * Select which fields to find the maximum value
159
+ **/
160
+ _max?: AnyHubRecommendationMaxAggregateInputType
161
+ }
162
+
163
+ export type GetAnyHubRecommendationAggregateType<T extends AnyHubRecommendationAggregateArgs> = {
164
+ [P in keyof T & keyof AggregateAnyHubRecommendation]: P extends '_count' | 'count'
165
+ ? T[P] extends true
166
+ ? number
167
+ : Prisma.GetScalarType<T[P], AggregateAnyHubRecommendation[P]>
168
+ : Prisma.GetScalarType<T[P], AggregateAnyHubRecommendation[P]>
169
+ }
170
+
171
+
172
+
173
+
174
+ export type AnyHubRecommendationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
175
+ where?: Prisma.AnyHubRecommendationWhereInput
176
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithAggregationInput | Prisma.AnyHubRecommendationOrderByWithAggregationInput[]
177
+ by: Prisma.AnyHubRecommendationScalarFieldEnum[] | Prisma.AnyHubRecommendationScalarFieldEnum
178
+ having?: Prisma.AnyHubRecommendationScalarWhereWithAggregatesInput
179
+ take?: number
180
+ skip?: number
181
+ _count?: AnyHubRecommendationCountAggregateInputType | true
182
+ _min?: AnyHubRecommendationMinAggregateInputType
183
+ _max?: AnyHubRecommendationMaxAggregateInputType
184
+ }
185
+
186
+ export type AnyHubRecommendationGroupByOutputType = {
187
+ id: string
188
+ githubUrl: string
189
+ name: string | null
190
+ displayName: string | null
191
+ description: string | null
192
+ status: string
193
+ reviewedBy: string | null
194
+ reviewedAt: Date | null
195
+ marketplaceAppId: string | null
196
+ createdAt: Date
197
+ updatedAt: Date
198
+ _count: AnyHubRecommendationCountAggregateOutputType | null
199
+ _min: AnyHubRecommendationMinAggregateOutputType | null
200
+ _max: AnyHubRecommendationMaxAggregateOutputType | null
201
+ }
202
+
203
+ export type GetAnyHubRecommendationGroupByPayload<T extends AnyHubRecommendationGroupByArgs> = Prisma.PrismaPromise<
204
+ Array<
205
+ Prisma.PickEnumerable<AnyHubRecommendationGroupByOutputType, T['by']> &
206
+ {
207
+ [P in ((keyof T) & (keyof AnyHubRecommendationGroupByOutputType))]: P extends '_count'
208
+ ? T[P] extends boolean
209
+ ? number
210
+ : Prisma.GetScalarType<T[P], AnyHubRecommendationGroupByOutputType[P]>
211
+ : Prisma.GetScalarType<T[P], AnyHubRecommendationGroupByOutputType[P]>
212
+ }
213
+ >
214
+ >
215
+
216
+
217
+
218
+ export type AnyHubRecommendationWhereInput = {
219
+ AND?: Prisma.AnyHubRecommendationWhereInput | Prisma.AnyHubRecommendationWhereInput[]
220
+ OR?: Prisma.AnyHubRecommendationWhereInput[]
221
+ NOT?: Prisma.AnyHubRecommendationWhereInput | Prisma.AnyHubRecommendationWhereInput[]
222
+ id?: Prisma.StringFilter<"AnyHubRecommendation"> | string
223
+ githubUrl?: Prisma.StringFilter<"AnyHubRecommendation"> | string
224
+ name?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
225
+ displayName?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
226
+ description?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
227
+ status?: Prisma.StringFilter<"AnyHubRecommendation"> | string
228
+ reviewedBy?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
229
+ reviewedAt?: Prisma.DateTimeNullableFilter<"AnyHubRecommendation"> | Date | string | null
230
+ marketplaceAppId?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
231
+ createdAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
232
+ updatedAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
233
+ marketplaceApp?: Prisma.XOR<Prisma.AnyHubMarketAppNullableScalarRelationFilter, Prisma.AnyHubMarketAppWhereInput> | null
234
+ reviewer?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
235
+ recommenders?: Prisma.AnyHubRecommenderListRelationFilter
236
+ }
237
+
238
+ export type AnyHubRecommendationOrderByWithRelationInput = {
239
+ id?: Prisma.SortOrder
240
+ githubUrl?: Prisma.SortOrder
241
+ name?: Prisma.SortOrderInput | Prisma.SortOrder
242
+ displayName?: Prisma.SortOrderInput | Prisma.SortOrder
243
+ description?: Prisma.SortOrderInput | Prisma.SortOrder
244
+ status?: Prisma.SortOrder
245
+ reviewedBy?: Prisma.SortOrderInput | Prisma.SortOrder
246
+ reviewedAt?: Prisma.SortOrderInput | Prisma.SortOrder
247
+ marketplaceAppId?: Prisma.SortOrderInput | Prisma.SortOrder
248
+ createdAt?: Prisma.SortOrder
249
+ updatedAt?: Prisma.SortOrder
250
+ marketplaceApp?: Prisma.AnyHubMarketAppOrderByWithRelationInput
251
+ reviewer?: Prisma.UserOrderByWithRelationInput
252
+ recommenders?: Prisma.AnyHubRecommenderOrderByRelationAggregateInput
253
+ }
254
+
255
+ export type AnyHubRecommendationWhereUniqueInput = Prisma.AtLeast<{
256
+ id?: string
257
+ githubUrl?: string
258
+ AND?: Prisma.AnyHubRecommendationWhereInput | Prisma.AnyHubRecommendationWhereInput[]
259
+ OR?: Prisma.AnyHubRecommendationWhereInput[]
260
+ NOT?: Prisma.AnyHubRecommendationWhereInput | Prisma.AnyHubRecommendationWhereInput[]
261
+ name?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
262
+ displayName?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
263
+ description?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
264
+ status?: Prisma.StringFilter<"AnyHubRecommendation"> | string
265
+ reviewedBy?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
266
+ reviewedAt?: Prisma.DateTimeNullableFilter<"AnyHubRecommendation"> | Date | string | null
267
+ marketplaceAppId?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
268
+ createdAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
269
+ updatedAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
270
+ marketplaceApp?: Prisma.XOR<Prisma.AnyHubMarketAppNullableScalarRelationFilter, Prisma.AnyHubMarketAppWhereInput> | null
271
+ reviewer?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
272
+ recommenders?: Prisma.AnyHubRecommenderListRelationFilter
273
+ }, "id" | "githubUrl">
274
+
275
+ export type AnyHubRecommendationOrderByWithAggregationInput = {
276
+ id?: Prisma.SortOrder
277
+ githubUrl?: Prisma.SortOrder
278
+ name?: Prisma.SortOrderInput | Prisma.SortOrder
279
+ displayName?: Prisma.SortOrderInput | Prisma.SortOrder
280
+ description?: Prisma.SortOrderInput | Prisma.SortOrder
281
+ status?: Prisma.SortOrder
282
+ reviewedBy?: Prisma.SortOrderInput | Prisma.SortOrder
283
+ reviewedAt?: Prisma.SortOrderInput | Prisma.SortOrder
284
+ marketplaceAppId?: Prisma.SortOrderInput | Prisma.SortOrder
285
+ createdAt?: Prisma.SortOrder
286
+ updatedAt?: Prisma.SortOrder
287
+ _count?: Prisma.AnyHubRecommendationCountOrderByAggregateInput
288
+ _max?: Prisma.AnyHubRecommendationMaxOrderByAggregateInput
289
+ _min?: Prisma.AnyHubRecommendationMinOrderByAggregateInput
290
+ }
291
+
292
+ export type AnyHubRecommendationScalarWhereWithAggregatesInput = {
293
+ AND?: Prisma.AnyHubRecommendationScalarWhereWithAggregatesInput | Prisma.AnyHubRecommendationScalarWhereWithAggregatesInput[]
294
+ OR?: Prisma.AnyHubRecommendationScalarWhereWithAggregatesInput[]
295
+ NOT?: Prisma.AnyHubRecommendationScalarWhereWithAggregatesInput | Prisma.AnyHubRecommendationScalarWhereWithAggregatesInput[]
296
+ id?: Prisma.StringWithAggregatesFilter<"AnyHubRecommendation"> | string
297
+ githubUrl?: Prisma.StringWithAggregatesFilter<"AnyHubRecommendation"> | string
298
+ name?: Prisma.StringNullableWithAggregatesFilter<"AnyHubRecommendation"> | string | null
299
+ displayName?: Prisma.StringNullableWithAggregatesFilter<"AnyHubRecommendation"> | string | null
300
+ description?: Prisma.StringNullableWithAggregatesFilter<"AnyHubRecommendation"> | string | null
301
+ status?: Prisma.StringWithAggregatesFilter<"AnyHubRecommendation"> | string
302
+ reviewedBy?: Prisma.StringNullableWithAggregatesFilter<"AnyHubRecommendation"> | string | null
303
+ reviewedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"AnyHubRecommendation"> | Date | string | null
304
+ marketplaceAppId?: Prisma.StringNullableWithAggregatesFilter<"AnyHubRecommendation"> | string | null
305
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"AnyHubRecommendation"> | Date | string
306
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"AnyHubRecommendation"> | Date | string
307
+ }
308
+
309
+ export type AnyHubRecommendationCreateInput = {
310
+ id?: string
311
+ githubUrl: string
312
+ name?: string | null
313
+ displayName?: string | null
314
+ description?: string | null
315
+ status?: string
316
+ reviewedAt?: Date | string | null
317
+ marketplaceAppId?: string | null
318
+ createdAt?: Date | string
319
+ updatedAt?: Date | string
320
+ marketplaceApp?: Prisma.AnyHubMarketAppCreateNestedOneWithoutRecommendationInput
321
+ reviewer?: Prisma.UserCreateNestedOneWithoutReviewedAnyhubRecommendationsInput
322
+ recommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutRecommendationInput
323
+ }
324
+
325
+ export type AnyHubRecommendationUncheckedCreateInput = {
326
+ id?: string
327
+ githubUrl: string
328
+ name?: string | null
329
+ displayName?: string | null
330
+ description?: string | null
331
+ status?: string
332
+ reviewedBy?: string | null
333
+ reviewedAt?: Date | string | null
334
+ marketplaceAppId?: string | null
335
+ createdAt?: Date | string
336
+ updatedAt?: Date | string
337
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedCreateNestedOneWithoutRecommendationInput
338
+ recommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutRecommendationInput
339
+ }
340
+
341
+ export type AnyHubRecommendationUpdateInput = {
342
+ id?: Prisma.StringFieldUpdateOperationsInput | string
343
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
344
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
345
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
346
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
347
+ status?: Prisma.StringFieldUpdateOperationsInput | string
348
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
349
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
350
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
351
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
352
+ marketplaceApp?: Prisma.AnyHubMarketAppUpdateOneWithoutRecommendationNestedInput
353
+ reviewer?: Prisma.UserUpdateOneWithoutReviewedAnyhubRecommendationsNestedInput
354
+ recommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutRecommendationNestedInput
355
+ }
356
+
357
+ export type AnyHubRecommendationUncheckedUpdateInput = {
358
+ id?: Prisma.StringFieldUpdateOperationsInput | string
359
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
360
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
361
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
362
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
363
+ status?: Prisma.StringFieldUpdateOperationsInput | string
364
+ reviewedBy?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
365
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
366
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
367
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
368
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
369
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedUpdateOneWithoutRecommendationNestedInput
370
+ recommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutRecommendationNestedInput
371
+ }
372
+
373
+ export type AnyHubRecommendationCreateManyInput = {
374
+ id?: string
375
+ githubUrl: string
376
+ name?: string | null
377
+ displayName?: string | null
378
+ description?: string | null
379
+ status?: string
380
+ reviewedBy?: string | null
381
+ reviewedAt?: Date | string | null
382
+ marketplaceAppId?: string | null
383
+ createdAt?: Date | string
384
+ updatedAt?: Date | string
385
+ }
386
+
387
+ export type AnyHubRecommendationUpdateManyMutationInput = {
388
+ id?: Prisma.StringFieldUpdateOperationsInput | string
389
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
390
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
391
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
392
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
393
+ status?: Prisma.StringFieldUpdateOperationsInput | string
394
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
395
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
396
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
397
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
398
+ }
399
+
400
+ export type AnyHubRecommendationUncheckedUpdateManyInput = {
401
+ id?: Prisma.StringFieldUpdateOperationsInput | string
402
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
403
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
404
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
405
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
406
+ status?: Prisma.StringFieldUpdateOperationsInput | string
407
+ reviewedBy?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
408
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
409
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
410
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
411
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
412
+ }
413
+
414
+ export type AnyHubRecommendationListRelationFilter = {
415
+ every?: Prisma.AnyHubRecommendationWhereInput
416
+ some?: Prisma.AnyHubRecommendationWhereInput
417
+ none?: Prisma.AnyHubRecommendationWhereInput
418
+ }
419
+
420
+ export type AnyHubRecommendationOrderByRelationAggregateInput = {
421
+ _count?: Prisma.SortOrder
422
+ }
423
+
424
+ export type AnyHubRecommendationNullableScalarRelationFilter = {
425
+ is?: Prisma.AnyHubRecommendationWhereInput | null
426
+ isNot?: Prisma.AnyHubRecommendationWhereInput | null
427
+ }
428
+
429
+ export type AnyHubRecommendationCountOrderByAggregateInput = {
430
+ id?: Prisma.SortOrder
431
+ githubUrl?: Prisma.SortOrder
432
+ name?: Prisma.SortOrder
433
+ displayName?: Prisma.SortOrder
434
+ description?: Prisma.SortOrder
435
+ status?: Prisma.SortOrder
436
+ reviewedBy?: Prisma.SortOrder
437
+ reviewedAt?: Prisma.SortOrder
438
+ marketplaceAppId?: Prisma.SortOrder
439
+ createdAt?: Prisma.SortOrder
440
+ updatedAt?: Prisma.SortOrder
441
+ }
442
+
443
+ export type AnyHubRecommendationMaxOrderByAggregateInput = {
444
+ id?: Prisma.SortOrder
445
+ githubUrl?: Prisma.SortOrder
446
+ name?: Prisma.SortOrder
447
+ displayName?: Prisma.SortOrder
448
+ description?: Prisma.SortOrder
449
+ status?: Prisma.SortOrder
450
+ reviewedBy?: Prisma.SortOrder
451
+ reviewedAt?: Prisma.SortOrder
452
+ marketplaceAppId?: Prisma.SortOrder
453
+ createdAt?: Prisma.SortOrder
454
+ updatedAt?: Prisma.SortOrder
455
+ }
456
+
457
+ export type AnyHubRecommendationMinOrderByAggregateInput = {
458
+ id?: Prisma.SortOrder
459
+ githubUrl?: Prisma.SortOrder
460
+ name?: Prisma.SortOrder
461
+ displayName?: Prisma.SortOrder
462
+ description?: Prisma.SortOrder
463
+ status?: Prisma.SortOrder
464
+ reviewedBy?: Prisma.SortOrder
465
+ reviewedAt?: Prisma.SortOrder
466
+ marketplaceAppId?: Prisma.SortOrder
467
+ createdAt?: Prisma.SortOrder
468
+ updatedAt?: Prisma.SortOrder
469
+ }
470
+
471
+ export type AnyHubRecommendationScalarRelationFilter = {
472
+ is?: Prisma.AnyHubRecommendationWhereInput
473
+ isNot?: Prisma.AnyHubRecommendationWhereInput
474
+ }
475
+
476
+ export type AnyHubRecommendationCreateNestedManyWithoutReviewerInput = {
477
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput> | Prisma.AnyHubRecommendationCreateWithoutReviewerInput[] | Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput[]
478
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput | Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput[]
479
+ createMany?: Prisma.AnyHubRecommendationCreateManyReviewerInputEnvelope
480
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
481
+ }
482
+
483
+ export type AnyHubRecommendationUncheckedCreateNestedManyWithoutReviewerInput = {
484
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput> | Prisma.AnyHubRecommendationCreateWithoutReviewerInput[] | Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput[]
485
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput | Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput[]
486
+ createMany?: Prisma.AnyHubRecommendationCreateManyReviewerInputEnvelope
487
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
488
+ }
489
+
490
+ export type AnyHubRecommendationUpdateManyWithoutReviewerNestedInput = {
491
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput> | Prisma.AnyHubRecommendationCreateWithoutReviewerInput[] | Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput[]
492
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput | Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput[]
493
+ upsert?: Prisma.AnyHubRecommendationUpsertWithWhereUniqueWithoutReviewerInput | Prisma.AnyHubRecommendationUpsertWithWhereUniqueWithoutReviewerInput[]
494
+ createMany?: Prisma.AnyHubRecommendationCreateManyReviewerInputEnvelope
495
+ set?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
496
+ disconnect?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
497
+ delete?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
498
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
499
+ update?: Prisma.AnyHubRecommendationUpdateWithWhereUniqueWithoutReviewerInput | Prisma.AnyHubRecommendationUpdateWithWhereUniqueWithoutReviewerInput[]
500
+ updateMany?: Prisma.AnyHubRecommendationUpdateManyWithWhereWithoutReviewerInput | Prisma.AnyHubRecommendationUpdateManyWithWhereWithoutReviewerInput[]
501
+ deleteMany?: Prisma.AnyHubRecommendationScalarWhereInput | Prisma.AnyHubRecommendationScalarWhereInput[]
502
+ }
503
+
504
+ export type AnyHubRecommendationUncheckedUpdateManyWithoutReviewerNestedInput = {
505
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput> | Prisma.AnyHubRecommendationCreateWithoutReviewerInput[] | Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput[]
506
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput | Prisma.AnyHubRecommendationCreateOrConnectWithoutReviewerInput[]
507
+ upsert?: Prisma.AnyHubRecommendationUpsertWithWhereUniqueWithoutReviewerInput | Prisma.AnyHubRecommendationUpsertWithWhereUniqueWithoutReviewerInput[]
508
+ createMany?: Prisma.AnyHubRecommendationCreateManyReviewerInputEnvelope
509
+ set?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
510
+ disconnect?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
511
+ delete?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
512
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput | Prisma.AnyHubRecommendationWhereUniqueInput[]
513
+ update?: Prisma.AnyHubRecommendationUpdateWithWhereUniqueWithoutReviewerInput | Prisma.AnyHubRecommendationUpdateWithWhereUniqueWithoutReviewerInput[]
514
+ updateMany?: Prisma.AnyHubRecommendationUpdateManyWithWhereWithoutReviewerInput | Prisma.AnyHubRecommendationUpdateManyWithWhereWithoutReviewerInput[]
515
+ deleteMany?: Prisma.AnyHubRecommendationScalarWhereInput | Prisma.AnyHubRecommendationScalarWhereInput[]
516
+ }
517
+
518
+ export type AnyHubRecommendationCreateNestedOneWithoutMarketplaceAppInput = {
519
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput>
520
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutMarketplaceAppInput
521
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput
522
+ }
523
+
524
+ export type AnyHubRecommendationUpdateOneWithoutMarketplaceAppNestedInput = {
525
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput>
526
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutMarketplaceAppInput
527
+ upsert?: Prisma.AnyHubRecommendationUpsertWithoutMarketplaceAppInput
528
+ disconnect?: Prisma.AnyHubRecommendationWhereInput | boolean
529
+ delete?: Prisma.AnyHubRecommendationWhereInput | boolean
530
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput
531
+ update?: Prisma.XOR<Prisma.XOR<Prisma.AnyHubRecommendationUpdateToOneWithWhereWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUpdateWithoutMarketplaceAppInput>, Prisma.AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput>
532
+ }
533
+
534
+ export type AnyHubRecommendationCreateNestedOneWithoutRecommendersInput = {
535
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutRecommendersInput>
536
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutRecommendersInput
537
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput
538
+ }
539
+
540
+ export type AnyHubRecommendationUpdateOneRequiredWithoutRecommendersNestedInput = {
541
+ create?: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutRecommendersInput>
542
+ connectOrCreate?: Prisma.AnyHubRecommendationCreateOrConnectWithoutRecommendersInput
543
+ upsert?: Prisma.AnyHubRecommendationUpsertWithoutRecommendersInput
544
+ connect?: Prisma.AnyHubRecommendationWhereUniqueInput
545
+ update?: Prisma.XOR<Prisma.XOR<Prisma.AnyHubRecommendationUpdateToOneWithWhereWithoutRecommendersInput, Prisma.AnyHubRecommendationUpdateWithoutRecommendersInput>, Prisma.AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput>
546
+ }
547
+
548
+ export type AnyHubRecommendationCreateWithoutReviewerInput = {
549
+ id?: string
550
+ githubUrl: string
551
+ name?: string | null
552
+ displayName?: string | null
553
+ description?: string | null
554
+ status?: string
555
+ reviewedAt?: Date | string | null
556
+ marketplaceAppId?: string | null
557
+ createdAt?: Date | string
558
+ updatedAt?: Date | string
559
+ marketplaceApp?: Prisma.AnyHubMarketAppCreateNestedOneWithoutRecommendationInput
560
+ recommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutRecommendationInput
561
+ }
562
+
563
+ export type AnyHubRecommendationUncheckedCreateWithoutReviewerInput = {
564
+ id?: string
565
+ githubUrl: string
566
+ name?: string | null
567
+ displayName?: string | null
568
+ description?: string | null
569
+ status?: string
570
+ reviewedAt?: Date | string | null
571
+ marketplaceAppId?: string | null
572
+ createdAt?: Date | string
573
+ updatedAt?: Date | string
574
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedCreateNestedOneWithoutRecommendationInput
575
+ recommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutRecommendationInput
576
+ }
577
+
578
+ export type AnyHubRecommendationCreateOrConnectWithoutReviewerInput = {
579
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
580
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput>
581
+ }
582
+
583
+ export type AnyHubRecommendationCreateManyReviewerInputEnvelope = {
584
+ data: Prisma.AnyHubRecommendationCreateManyReviewerInput | Prisma.AnyHubRecommendationCreateManyReviewerInput[]
585
+ skipDuplicates?: boolean
586
+ }
587
+
588
+ export type AnyHubRecommendationUpsertWithWhereUniqueWithoutReviewerInput = {
589
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
590
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutReviewerInput>
591
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput>
592
+ }
593
+
594
+ export type AnyHubRecommendationUpdateWithWhereUniqueWithoutReviewerInput = {
595
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
596
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutReviewerInput>
597
+ }
598
+
599
+ export type AnyHubRecommendationUpdateManyWithWhereWithoutReviewerInput = {
600
+ where: Prisma.AnyHubRecommendationScalarWhereInput
601
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateManyMutationInput, Prisma.AnyHubRecommendationUncheckedUpdateManyWithoutReviewerInput>
602
+ }
603
+
604
+ export type AnyHubRecommendationScalarWhereInput = {
605
+ AND?: Prisma.AnyHubRecommendationScalarWhereInput | Prisma.AnyHubRecommendationScalarWhereInput[]
606
+ OR?: Prisma.AnyHubRecommendationScalarWhereInput[]
607
+ NOT?: Prisma.AnyHubRecommendationScalarWhereInput | Prisma.AnyHubRecommendationScalarWhereInput[]
608
+ id?: Prisma.StringFilter<"AnyHubRecommendation"> | string
609
+ githubUrl?: Prisma.StringFilter<"AnyHubRecommendation"> | string
610
+ name?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
611
+ displayName?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
612
+ description?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
613
+ status?: Prisma.StringFilter<"AnyHubRecommendation"> | string
614
+ reviewedBy?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
615
+ reviewedAt?: Prisma.DateTimeNullableFilter<"AnyHubRecommendation"> | Date | string | null
616
+ marketplaceAppId?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
617
+ createdAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
618
+ updatedAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
619
+ }
620
+
621
+ export type AnyHubRecommendationCreateWithoutMarketplaceAppInput = {
622
+ id?: string
623
+ githubUrl: string
624
+ name?: string | null
625
+ displayName?: string | null
626
+ description?: string | null
627
+ status?: string
628
+ reviewedAt?: Date | string | null
629
+ marketplaceAppId?: string | null
630
+ createdAt?: Date | string
631
+ updatedAt?: Date | string
632
+ reviewer?: Prisma.UserCreateNestedOneWithoutReviewedAnyhubRecommendationsInput
633
+ recommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutRecommendationInput
634
+ }
635
+
636
+ export type AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput = {
637
+ id?: string
638
+ githubUrl: string
639
+ name?: string | null
640
+ displayName?: string | null
641
+ description?: string | null
642
+ status?: string
643
+ reviewedBy?: string | null
644
+ reviewedAt?: Date | string | null
645
+ marketplaceAppId?: string | null
646
+ createdAt?: Date | string
647
+ updatedAt?: Date | string
648
+ recommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutRecommendationInput
649
+ }
650
+
651
+ export type AnyHubRecommendationCreateOrConnectWithoutMarketplaceAppInput = {
652
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
653
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput>
654
+ }
655
+
656
+ export type AnyHubRecommendationUpsertWithoutMarketplaceAppInput = {
657
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput>
658
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput>
659
+ where?: Prisma.AnyHubRecommendationWhereInput
660
+ }
661
+
662
+ export type AnyHubRecommendationUpdateToOneWithWhereWithoutMarketplaceAppInput = {
663
+ where?: Prisma.AnyHubRecommendationWhereInput
664
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput>
665
+ }
666
+
667
+ export type AnyHubRecommendationUpdateWithoutMarketplaceAppInput = {
668
+ id?: Prisma.StringFieldUpdateOperationsInput | string
669
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
670
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
671
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
672
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
673
+ status?: Prisma.StringFieldUpdateOperationsInput | string
674
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
675
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
676
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
677
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
678
+ reviewer?: Prisma.UserUpdateOneWithoutReviewedAnyhubRecommendationsNestedInput
679
+ recommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutRecommendationNestedInput
680
+ }
681
+
682
+ export type AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput = {
683
+ id?: Prisma.StringFieldUpdateOperationsInput | string
684
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
685
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
686
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
687
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
688
+ status?: Prisma.StringFieldUpdateOperationsInput | string
689
+ reviewedBy?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
690
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
691
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
692
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
693
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
694
+ recommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutRecommendationNestedInput
695
+ }
696
+
697
+ export type AnyHubRecommendationCreateWithoutRecommendersInput = {
698
+ id?: string
699
+ githubUrl: string
700
+ name?: string | null
701
+ displayName?: string | null
702
+ description?: string | null
703
+ status?: string
704
+ reviewedAt?: Date | string | null
705
+ marketplaceAppId?: string | null
706
+ createdAt?: Date | string
707
+ updatedAt?: Date | string
708
+ marketplaceApp?: Prisma.AnyHubMarketAppCreateNestedOneWithoutRecommendationInput
709
+ reviewer?: Prisma.UserCreateNestedOneWithoutReviewedAnyhubRecommendationsInput
710
+ }
711
+
712
+ export type AnyHubRecommendationUncheckedCreateWithoutRecommendersInput = {
713
+ id?: string
714
+ githubUrl: string
715
+ name?: string | null
716
+ displayName?: string | null
717
+ description?: string | null
718
+ status?: string
719
+ reviewedBy?: string | null
720
+ reviewedAt?: Date | string | null
721
+ marketplaceAppId?: string | null
722
+ createdAt?: Date | string
723
+ updatedAt?: Date | string
724
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedCreateNestedOneWithoutRecommendationInput
725
+ }
726
+
727
+ export type AnyHubRecommendationCreateOrConnectWithoutRecommendersInput = {
728
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
729
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutRecommendersInput>
730
+ }
731
+
732
+ export type AnyHubRecommendationUpsertWithoutRecommendersInput = {
733
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput>
734
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutRecommendersInput>
735
+ where?: Prisma.AnyHubRecommendationWhereInput
736
+ }
737
+
738
+ export type AnyHubRecommendationUpdateToOneWithWhereWithoutRecommendersInput = {
739
+ where?: Prisma.AnyHubRecommendationWhereInput
740
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput>
741
+ }
742
+
743
+ export type AnyHubRecommendationUpdateWithoutRecommendersInput = {
744
+ id?: Prisma.StringFieldUpdateOperationsInput | string
745
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
746
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
747
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
748
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
749
+ status?: Prisma.StringFieldUpdateOperationsInput | string
750
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
751
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
752
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
753
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
754
+ marketplaceApp?: Prisma.AnyHubMarketAppUpdateOneWithoutRecommendationNestedInput
755
+ reviewer?: Prisma.UserUpdateOneWithoutReviewedAnyhubRecommendationsNestedInput
756
+ }
757
+
758
+ export type AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput = {
759
+ id?: Prisma.StringFieldUpdateOperationsInput | string
760
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
761
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
762
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
763
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
764
+ status?: Prisma.StringFieldUpdateOperationsInput | string
765
+ reviewedBy?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
766
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
767
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
768
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
769
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
770
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedUpdateOneWithoutRecommendationNestedInput
771
+ }
772
+
773
+ export type AnyHubRecommendationCreateManyReviewerInput = {
774
+ id?: string
775
+ githubUrl: string
776
+ name?: string | null
777
+ displayName?: string | null
778
+ description?: string | null
779
+ status?: string
780
+ reviewedAt?: Date | string | null
781
+ marketplaceAppId?: string | null
782
+ createdAt?: Date | string
783
+ updatedAt?: Date | string
784
+ }
785
+
786
+ export type AnyHubRecommendationUpdateWithoutReviewerInput = {
787
+ id?: Prisma.StringFieldUpdateOperationsInput | string
788
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
789
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
790
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
791
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
792
+ status?: Prisma.StringFieldUpdateOperationsInput | string
793
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
794
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
795
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
796
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
797
+ marketplaceApp?: Prisma.AnyHubMarketAppUpdateOneWithoutRecommendationNestedInput
798
+ recommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutRecommendationNestedInput
799
+ }
800
+
801
+ export type AnyHubRecommendationUncheckedUpdateWithoutReviewerInput = {
802
+ id?: Prisma.StringFieldUpdateOperationsInput | string
803
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
804
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
805
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
806
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
807
+ status?: Prisma.StringFieldUpdateOperationsInput | string
808
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
809
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
810
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
811
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
812
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedUpdateOneWithoutRecommendationNestedInput
813
+ recommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutRecommendationNestedInput
814
+ }
815
+
816
+ export type AnyHubRecommendationUncheckedUpdateManyWithoutReviewerInput = {
817
+ id?: Prisma.StringFieldUpdateOperationsInput | string
818
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
819
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
820
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
821
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
822
+ status?: Prisma.StringFieldUpdateOperationsInput | string
823
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
824
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
825
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
826
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
827
+ }
828
+
829
+
830
+ /**
831
+ * Count Type AnyHubRecommendationCountOutputType
832
+ */
833
+
834
+ export type AnyHubRecommendationCountOutputType = {
835
+ recommenders: number
836
+ }
837
+
838
+ export type AnyHubRecommendationCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
839
+ recommenders?: boolean | AnyHubRecommendationCountOutputTypeCountRecommendersArgs
840
+ }
841
+
842
+ /**
843
+ * AnyHubRecommendationCountOutputType without action
844
+ */
845
+ export type AnyHubRecommendationCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
846
+ /**
847
+ * Select specific fields to fetch from the AnyHubRecommendationCountOutputType
848
+ */
849
+ select?: Prisma.AnyHubRecommendationCountOutputTypeSelect<ExtArgs> | null
850
+ }
851
+
852
+ /**
853
+ * AnyHubRecommendationCountOutputType without action
854
+ */
855
+ export type AnyHubRecommendationCountOutputTypeCountRecommendersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
856
+ where?: Prisma.AnyHubRecommenderWhereInput
857
+ }
858
+
859
+
860
+ export type AnyHubRecommendationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
861
+ id?: boolean
862
+ githubUrl?: boolean
863
+ name?: boolean
864
+ displayName?: boolean
865
+ description?: boolean
866
+ status?: boolean
867
+ reviewedBy?: boolean
868
+ reviewedAt?: boolean
869
+ marketplaceAppId?: boolean
870
+ createdAt?: boolean
871
+ updatedAt?: boolean
872
+ marketplaceApp?: boolean | Prisma.AnyHubRecommendation$marketplaceAppArgs<ExtArgs>
873
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
874
+ recommenders?: boolean | Prisma.AnyHubRecommendation$recommendersArgs<ExtArgs>
875
+ _count?: boolean | Prisma.AnyHubRecommendationCountOutputTypeDefaultArgs<ExtArgs>
876
+ }, ExtArgs["result"]["anyHubRecommendation"]>
877
+
878
+ export type AnyHubRecommendationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
879
+ id?: boolean
880
+ githubUrl?: boolean
881
+ name?: boolean
882
+ displayName?: boolean
883
+ description?: boolean
884
+ status?: boolean
885
+ reviewedBy?: boolean
886
+ reviewedAt?: boolean
887
+ marketplaceAppId?: boolean
888
+ createdAt?: boolean
889
+ updatedAt?: boolean
890
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
891
+ }, ExtArgs["result"]["anyHubRecommendation"]>
892
+
893
+ export type AnyHubRecommendationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
894
+ id?: boolean
895
+ githubUrl?: boolean
896
+ name?: boolean
897
+ displayName?: boolean
898
+ description?: boolean
899
+ status?: boolean
900
+ reviewedBy?: boolean
901
+ reviewedAt?: boolean
902
+ marketplaceAppId?: boolean
903
+ createdAt?: boolean
904
+ updatedAt?: boolean
905
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
906
+ }, ExtArgs["result"]["anyHubRecommendation"]>
907
+
908
+ export type AnyHubRecommendationSelectScalar = {
909
+ id?: boolean
910
+ githubUrl?: boolean
911
+ name?: boolean
912
+ displayName?: boolean
913
+ description?: boolean
914
+ status?: boolean
915
+ reviewedBy?: boolean
916
+ reviewedAt?: boolean
917
+ marketplaceAppId?: boolean
918
+ createdAt?: boolean
919
+ updatedAt?: boolean
920
+ }
921
+
922
+ export type AnyHubRecommendationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "githubUrl" | "name" | "displayName" | "description" | "status" | "reviewedBy" | "reviewedAt" | "marketplaceAppId" | "createdAt" | "updatedAt", ExtArgs["result"]["anyHubRecommendation"]>
923
+ export type AnyHubRecommendationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
924
+ marketplaceApp?: boolean | Prisma.AnyHubRecommendation$marketplaceAppArgs<ExtArgs>
925
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
926
+ recommenders?: boolean | Prisma.AnyHubRecommendation$recommendersArgs<ExtArgs>
927
+ _count?: boolean | Prisma.AnyHubRecommendationCountOutputTypeDefaultArgs<ExtArgs>
928
+ }
929
+ export type AnyHubRecommendationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
930
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
931
+ }
932
+ export type AnyHubRecommendationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
933
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
934
+ }
935
+
936
+ export type $AnyHubRecommendationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
937
+ name: "AnyHubRecommendation"
938
+ objects: {
939
+ marketplaceApp: Prisma.$AnyHubMarketAppPayload<ExtArgs> | null
940
+ reviewer: Prisma.$UserPayload<ExtArgs> | null
941
+ recommenders: Prisma.$AnyHubRecommenderPayload<ExtArgs>[]
942
+ }
943
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
944
+ id: string
945
+ githubUrl: string
946
+ name: string | null
947
+ displayName: string | null
948
+ description: string | null
949
+ status: string
950
+ reviewedBy: string | null
951
+ reviewedAt: Date | null
952
+ marketplaceAppId: string | null
953
+ createdAt: Date
954
+ updatedAt: Date
955
+ }, ExtArgs["result"]["anyHubRecommendation"]>
956
+ composites: {}
957
+ }
958
+
959
+ export type AnyHubRecommendationGetPayload<S extends boolean | null | undefined | AnyHubRecommendationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload, S>
960
+
961
+ export type AnyHubRecommendationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
962
+ Omit<AnyHubRecommendationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
963
+ select?: AnyHubRecommendationCountAggregateInputType | true
964
+ }
965
+
966
+ export interface AnyHubRecommendationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
967
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['AnyHubRecommendation'], meta: { name: 'AnyHubRecommendation' } }
968
+ /**
969
+ * Find zero or one AnyHubRecommendation that matches the filter.
970
+ * @param {AnyHubRecommendationFindUniqueArgs} args - Arguments to find a AnyHubRecommendation
971
+ * @example
972
+ * // Get one AnyHubRecommendation
973
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findUnique({
974
+ * where: {
975
+ * // ... provide filter here
976
+ * }
977
+ * })
978
+ */
979
+ findUnique<T extends AnyHubRecommendationFindUniqueArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
980
+
981
+ /**
982
+ * Find one AnyHubRecommendation that matches the filter or throw an error with `error.code='P2025'`
983
+ * if no matches were found.
984
+ * @param {AnyHubRecommendationFindUniqueOrThrowArgs} args - Arguments to find a AnyHubRecommendation
985
+ * @example
986
+ * // Get one AnyHubRecommendation
987
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findUniqueOrThrow({
988
+ * where: {
989
+ * // ... provide filter here
990
+ * }
991
+ * })
992
+ */
993
+ findUniqueOrThrow<T extends AnyHubRecommendationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
994
+
995
+ /**
996
+ * Find the first AnyHubRecommendation that matches the filter.
997
+ * Note, that providing `undefined` is treated as the value not being there.
998
+ * Read more here: https://pris.ly/d/null-undefined
999
+ * @param {AnyHubRecommendationFindFirstArgs} args - Arguments to find a AnyHubRecommendation
1000
+ * @example
1001
+ * // Get one AnyHubRecommendation
1002
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findFirst({
1003
+ * where: {
1004
+ * // ... provide filter here
1005
+ * }
1006
+ * })
1007
+ */
1008
+ findFirst<T extends AnyHubRecommendationFindFirstArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationFindFirstArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1009
+
1010
+ /**
1011
+ * Find the first AnyHubRecommendation that matches the filter or
1012
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1013
+ * Note, that providing `undefined` is treated as the value not being there.
1014
+ * Read more here: https://pris.ly/d/null-undefined
1015
+ * @param {AnyHubRecommendationFindFirstOrThrowArgs} args - Arguments to find a AnyHubRecommendation
1016
+ * @example
1017
+ * // Get one AnyHubRecommendation
1018
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findFirstOrThrow({
1019
+ * where: {
1020
+ * // ... provide filter here
1021
+ * }
1022
+ * })
1023
+ */
1024
+ findFirstOrThrow<T extends AnyHubRecommendationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1025
+
1026
+ /**
1027
+ * Find zero or more AnyHubRecommendations that matches the filter.
1028
+ * Note, that providing `undefined` is treated as the value not being there.
1029
+ * Read more here: https://pris.ly/d/null-undefined
1030
+ * @param {AnyHubRecommendationFindManyArgs} args - Arguments to filter and select certain fields only.
1031
+ * @example
1032
+ * // Get all AnyHubRecommendations
1033
+ * const anyHubRecommendations = await prisma.anyHubRecommendation.findMany()
1034
+ *
1035
+ * // Get first 10 AnyHubRecommendations
1036
+ * const anyHubRecommendations = await prisma.anyHubRecommendation.findMany({ take: 10 })
1037
+ *
1038
+ * // Only select the `id`
1039
+ * const anyHubRecommendationWithIdOnly = await prisma.anyHubRecommendation.findMany({ select: { id: true } })
1040
+ *
1041
+ */
1042
+ findMany<T extends AnyHubRecommendationFindManyArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1043
+
1044
+ /**
1045
+ * Create a AnyHubRecommendation.
1046
+ * @param {AnyHubRecommendationCreateArgs} args - Arguments to create a AnyHubRecommendation.
1047
+ * @example
1048
+ * // Create one AnyHubRecommendation
1049
+ * const AnyHubRecommendation = await prisma.anyHubRecommendation.create({
1050
+ * data: {
1051
+ * // ... data to create a AnyHubRecommendation
1052
+ * }
1053
+ * })
1054
+ *
1055
+ */
1056
+ create<T extends AnyHubRecommendationCreateArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationCreateArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1057
+
1058
+ /**
1059
+ * Create many AnyHubRecommendations.
1060
+ * @param {AnyHubRecommendationCreateManyArgs} args - Arguments to create many AnyHubRecommendations.
1061
+ * @example
1062
+ * // Create many AnyHubRecommendations
1063
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.createMany({
1064
+ * data: [
1065
+ * // ... provide data here
1066
+ * ]
1067
+ * })
1068
+ *
1069
+ */
1070
+ createMany<T extends AnyHubRecommendationCreateManyArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1071
+
1072
+ /**
1073
+ * Create many AnyHubRecommendations and returns the data saved in the database.
1074
+ * @param {AnyHubRecommendationCreateManyAndReturnArgs} args - Arguments to create many AnyHubRecommendations.
1075
+ * @example
1076
+ * // Create many AnyHubRecommendations
1077
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.createManyAndReturn({
1078
+ * data: [
1079
+ * // ... provide data here
1080
+ * ]
1081
+ * })
1082
+ *
1083
+ * // Create many AnyHubRecommendations and only return the `id`
1084
+ * const anyHubRecommendationWithIdOnly = await prisma.anyHubRecommendation.createManyAndReturn({
1085
+ * select: { id: true },
1086
+ * data: [
1087
+ * // ... provide data here
1088
+ * ]
1089
+ * })
1090
+ * Note, that providing `undefined` is treated as the value not being there.
1091
+ * Read more here: https://pris.ly/d/null-undefined
1092
+ *
1093
+ */
1094
+ createManyAndReturn<T extends AnyHubRecommendationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1095
+
1096
+ /**
1097
+ * Delete a AnyHubRecommendation.
1098
+ * @param {AnyHubRecommendationDeleteArgs} args - Arguments to delete one AnyHubRecommendation.
1099
+ * @example
1100
+ * // Delete one AnyHubRecommendation
1101
+ * const AnyHubRecommendation = await prisma.anyHubRecommendation.delete({
1102
+ * where: {
1103
+ * // ... filter to delete one AnyHubRecommendation
1104
+ * }
1105
+ * })
1106
+ *
1107
+ */
1108
+ delete<T extends AnyHubRecommendationDeleteArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationDeleteArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1109
+
1110
+ /**
1111
+ * Update one AnyHubRecommendation.
1112
+ * @param {AnyHubRecommendationUpdateArgs} args - Arguments to update one AnyHubRecommendation.
1113
+ * @example
1114
+ * // Update one AnyHubRecommendation
1115
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.update({
1116
+ * where: {
1117
+ * // ... provide filter here
1118
+ * },
1119
+ * data: {
1120
+ * // ... provide data here
1121
+ * }
1122
+ * })
1123
+ *
1124
+ */
1125
+ update<T extends AnyHubRecommendationUpdateArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationUpdateArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1126
+
1127
+ /**
1128
+ * Delete zero or more AnyHubRecommendations.
1129
+ * @param {AnyHubRecommendationDeleteManyArgs} args - Arguments to filter AnyHubRecommendations to delete.
1130
+ * @example
1131
+ * // Delete a few AnyHubRecommendations
1132
+ * const { count } = await prisma.anyHubRecommendation.deleteMany({
1133
+ * where: {
1134
+ * // ... provide filter here
1135
+ * }
1136
+ * })
1137
+ *
1138
+ */
1139
+ deleteMany<T extends AnyHubRecommendationDeleteManyArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1140
+
1141
+ /**
1142
+ * Update zero or more AnyHubRecommendations.
1143
+ * Note, that providing `undefined` is treated as the value not being there.
1144
+ * Read more here: https://pris.ly/d/null-undefined
1145
+ * @param {AnyHubRecommendationUpdateManyArgs} args - Arguments to update one or more rows.
1146
+ * @example
1147
+ * // Update many AnyHubRecommendations
1148
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.updateMany({
1149
+ * where: {
1150
+ * // ... provide filter here
1151
+ * },
1152
+ * data: {
1153
+ * // ... provide data here
1154
+ * }
1155
+ * })
1156
+ *
1157
+ */
1158
+ updateMany<T extends AnyHubRecommendationUpdateManyArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1159
+
1160
+ /**
1161
+ * Update zero or more AnyHubRecommendations and returns the data updated in the database.
1162
+ * @param {AnyHubRecommendationUpdateManyAndReturnArgs} args - Arguments to update many AnyHubRecommendations.
1163
+ * @example
1164
+ * // Update many AnyHubRecommendations
1165
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.updateManyAndReturn({
1166
+ * where: {
1167
+ * // ... provide filter here
1168
+ * },
1169
+ * data: [
1170
+ * // ... provide data here
1171
+ * ]
1172
+ * })
1173
+ *
1174
+ * // Update zero or more AnyHubRecommendations and only return the `id`
1175
+ * const anyHubRecommendationWithIdOnly = await prisma.anyHubRecommendation.updateManyAndReturn({
1176
+ * select: { id: true },
1177
+ * where: {
1178
+ * // ... provide filter here
1179
+ * },
1180
+ * data: [
1181
+ * // ... provide data here
1182
+ * ]
1183
+ * })
1184
+ * Note, that providing `undefined` is treated as the value not being there.
1185
+ * Read more here: https://pris.ly/d/null-undefined
1186
+ *
1187
+ */
1188
+ updateManyAndReturn<T extends AnyHubRecommendationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1189
+
1190
+ /**
1191
+ * Create or update one AnyHubRecommendation.
1192
+ * @param {AnyHubRecommendationUpsertArgs} args - Arguments to update or create a AnyHubRecommendation.
1193
+ * @example
1194
+ * // Update or create a AnyHubRecommendation
1195
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.upsert({
1196
+ * create: {
1197
+ * // ... data to create a AnyHubRecommendation
1198
+ * },
1199
+ * update: {
1200
+ * // ... in case it already exists, update
1201
+ * },
1202
+ * where: {
1203
+ * // ... the filter for the AnyHubRecommendation we want to update
1204
+ * }
1205
+ * })
1206
+ */
1207
+ upsert<T extends AnyHubRecommendationUpsertArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationUpsertArgs<ExtArgs>>): Prisma.Prisma__AnyHubRecommendationClient<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1208
+
1209
+
1210
+ /**
1211
+ * Count the number of AnyHubRecommendations.
1212
+ * Note, that providing `undefined` is treated as the value not being there.
1213
+ * Read more here: https://pris.ly/d/null-undefined
1214
+ * @param {AnyHubRecommendationCountArgs} args - Arguments to filter AnyHubRecommendations to count.
1215
+ * @example
1216
+ * // Count the number of AnyHubRecommendations
1217
+ * const count = await prisma.anyHubRecommendation.count({
1218
+ * where: {
1219
+ * // ... the filter for the AnyHubRecommendations we want to count
1220
+ * }
1221
+ * })
1222
+ **/
1223
+ count<T extends AnyHubRecommendationCountArgs>(
1224
+ args?: Prisma.Subset<T, AnyHubRecommendationCountArgs>,
1225
+ ): Prisma.PrismaPromise<
1226
+ T extends runtime.Types.Utils.Record<'select', any>
1227
+ ? T['select'] extends true
1228
+ ? number
1229
+ : Prisma.GetScalarType<T['select'], AnyHubRecommendationCountAggregateOutputType>
1230
+ : number
1231
+ >
1232
+
1233
+ /**
1234
+ * Allows you to perform aggregations operations on a AnyHubRecommendation.
1235
+ * Note, that providing `undefined` is treated as the value not being there.
1236
+ * Read more here: https://pris.ly/d/null-undefined
1237
+ * @param {AnyHubRecommendationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1238
+ * @example
1239
+ * // Ordered by age ascending
1240
+ * // Where email contains prisma.io
1241
+ * // Limited to the 10 users
1242
+ * const aggregations = await prisma.user.aggregate({
1243
+ * _avg: {
1244
+ * age: true,
1245
+ * },
1246
+ * where: {
1247
+ * email: {
1248
+ * contains: "prisma.io",
1249
+ * },
1250
+ * },
1251
+ * orderBy: {
1252
+ * age: "asc",
1253
+ * },
1254
+ * take: 10,
1255
+ * })
1256
+ **/
1257
+ aggregate<T extends AnyHubRecommendationAggregateArgs>(args: Prisma.Subset<T, AnyHubRecommendationAggregateArgs>): Prisma.PrismaPromise<GetAnyHubRecommendationAggregateType<T>>
1258
+
1259
+ /**
1260
+ * Group by AnyHubRecommendation.
1261
+ * Note, that providing `undefined` is treated as the value not being there.
1262
+ * Read more here: https://pris.ly/d/null-undefined
1263
+ * @param {AnyHubRecommendationGroupByArgs} args - Group by arguments.
1264
+ * @example
1265
+ * // Group by city, order by createdAt, get count
1266
+ * const result = await prisma.user.groupBy({
1267
+ * by: ['city', 'createdAt'],
1268
+ * orderBy: {
1269
+ * createdAt: true
1270
+ * },
1271
+ * _count: {
1272
+ * _all: true
1273
+ * },
1274
+ * })
1275
+ *
1276
+ **/
1277
+ groupBy<
1278
+ T extends AnyHubRecommendationGroupByArgs,
1279
+ HasSelectOrTake extends Prisma.Or<
1280
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
1281
+ Prisma.Extends<'take', Prisma.Keys<T>>
1282
+ >,
1283
+ OrderByArg extends Prisma.True extends HasSelectOrTake
1284
+ ? { orderBy: AnyHubRecommendationGroupByArgs['orderBy'] }
1285
+ : { orderBy?: AnyHubRecommendationGroupByArgs['orderBy'] },
1286
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1287
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1288
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
1289
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
1290
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
1291
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1292
+ InputErrors extends ByEmpty extends Prisma.True
1293
+ ? `Error: "by" must not be empty.`
1294
+ : HavingValid extends Prisma.False
1295
+ ? {
1296
+ [P in HavingFields]: P extends ByFields
1297
+ ? never
1298
+ : P extends string
1299
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1300
+ : [
1301
+ Error,
1302
+ 'Field ',
1303
+ P,
1304
+ ` in "having" needs to be provided in "by"`,
1305
+ ]
1306
+ }[HavingFields]
1307
+ : 'take' extends Prisma.Keys<T>
1308
+ ? 'orderBy' extends Prisma.Keys<T>
1309
+ ? ByValid extends Prisma.True
1310
+ ? {}
1311
+ : {
1312
+ [P in OrderFields]: P extends ByFields
1313
+ ? never
1314
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1315
+ }[OrderFields]
1316
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
1317
+ : 'skip' extends Prisma.Keys<T>
1318
+ ? 'orderBy' extends Prisma.Keys<T>
1319
+ ? ByValid extends Prisma.True
1320
+ ? {}
1321
+ : {
1322
+ [P in OrderFields]: P extends ByFields
1323
+ ? never
1324
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1325
+ }[OrderFields]
1326
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
1327
+ : ByValid extends Prisma.True
1328
+ ? {}
1329
+ : {
1330
+ [P in OrderFields]: P extends ByFields
1331
+ ? never
1332
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1333
+ }[OrderFields]
1334
+ >(args: Prisma.SubsetIntersection<T, AnyHubRecommendationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetAnyHubRecommendationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1335
+ /**
1336
+ * Fields of the AnyHubRecommendation model
1337
+ */
1338
+ readonly fields: AnyHubRecommendationFieldRefs;
1339
+ }
1340
+
1341
+ /**
1342
+ * The delegate class that acts as a "Promise-like" for AnyHubRecommendation.
1343
+ * Why is this prefixed with `Prisma__`?
1344
+ * Because we want to prevent naming conflicts as mentioned in
1345
+ * https://github.com/prisma/prisma-client-js/issues/707
1346
+ */
1347
+ export interface Prisma__AnyHubRecommendationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1348
+ readonly [Symbol.toStringTag]: "PrismaPromise"
1349
+ marketplaceApp<T extends Prisma.AnyHubRecommendation$marketplaceAppArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.AnyHubRecommendation$marketplaceAppArgs<ExtArgs>>): Prisma.Prisma__AnyHubMarketAppClient<runtime.Types.Result.GetResult<Prisma.$AnyHubMarketAppPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1350
+ reviewer<T extends Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1351
+ recommenders<T extends Prisma.AnyHubRecommendation$recommendersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.AnyHubRecommendation$recommendersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommenderPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
1352
+ /**
1353
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1354
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1355
+ * @param onrejected The callback to execute when the Promise is rejected.
1356
+ * @returns A Promise for the completion of which ever callback is executed.
1357
+ */
1358
+ 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>
1359
+ /**
1360
+ * Attaches a callback for only the rejection of the Promise.
1361
+ * @param onrejected The callback to execute when the Promise is rejected.
1362
+ * @returns A Promise for the completion of the callback.
1363
+ */
1364
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1365
+ /**
1366
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1367
+ * resolved value cannot be modified from the callback.
1368
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1369
+ * @returns A Promise for the completion of the callback.
1370
+ */
1371
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1372
+ }
1373
+
1374
+
1375
+
1376
+
1377
+ /**
1378
+ * Fields of the AnyHubRecommendation model
1379
+ */
1380
+ export interface AnyHubRecommendationFieldRefs {
1381
+ readonly id: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1382
+ readonly githubUrl: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1383
+ readonly name: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1384
+ readonly displayName: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1385
+ readonly description: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1386
+ readonly status: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1387
+ readonly reviewedBy: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1388
+ readonly reviewedAt: Prisma.FieldRef<"AnyHubRecommendation", 'DateTime'>
1389
+ readonly marketplaceAppId: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1390
+ readonly createdAt: Prisma.FieldRef<"AnyHubRecommendation", 'DateTime'>
1391
+ readonly updatedAt: Prisma.FieldRef<"AnyHubRecommendation", 'DateTime'>
1392
+ }
1393
+
1394
+
1395
+ // Custom InputTypes
1396
+ /**
1397
+ * AnyHubRecommendation findUnique
1398
+ */
1399
+ export type AnyHubRecommendationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1400
+ /**
1401
+ * Select specific fields to fetch from the AnyHubRecommendation
1402
+ */
1403
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1404
+ /**
1405
+ * Omit specific fields from the AnyHubRecommendation
1406
+ */
1407
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1408
+ /**
1409
+ * Choose, which related nodes to fetch as well
1410
+ */
1411
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1412
+ /**
1413
+ * Filter, which AnyHubRecommendation to fetch.
1414
+ */
1415
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1416
+ }
1417
+
1418
+ /**
1419
+ * AnyHubRecommendation findUniqueOrThrow
1420
+ */
1421
+ export type AnyHubRecommendationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1422
+ /**
1423
+ * Select specific fields to fetch from the AnyHubRecommendation
1424
+ */
1425
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1426
+ /**
1427
+ * Omit specific fields from the AnyHubRecommendation
1428
+ */
1429
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1430
+ /**
1431
+ * Choose, which related nodes to fetch as well
1432
+ */
1433
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1434
+ /**
1435
+ * Filter, which AnyHubRecommendation to fetch.
1436
+ */
1437
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1438
+ }
1439
+
1440
+ /**
1441
+ * AnyHubRecommendation findFirst
1442
+ */
1443
+ export type AnyHubRecommendationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1444
+ /**
1445
+ * Select specific fields to fetch from the AnyHubRecommendation
1446
+ */
1447
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1448
+ /**
1449
+ * Omit specific fields from the AnyHubRecommendation
1450
+ */
1451
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1452
+ /**
1453
+ * Choose, which related nodes to fetch as well
1454
+ */
1455
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1456
+ /**
1457
+ * Filter, which AnyHubRecommendation to fetch.
1458
+ */
1459
+ where?: Prisma.AnyHubRecommendationWhereInput
1460
+ /**
1461
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1462
+ *
1463
+ * Determine the order of AnyHubRecommendations to fetch.
1464
+ */
1465
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
1466
+ /**
1467
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1468
+ *
1469
+ * Sets the position for searching for AnyHubRecommendations.
1470
+ */
1471
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
1472
+ /**
1473
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1474
+ *
1475
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
1476
+ */
1477
+ take?: number
1478
+ /**
1479
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1480
+ *
1481
+ * Skip the first `n` AnyHubRecommendations.
1482
+ */
1483
+ skip?: number
1484
+ /**
1485
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1486
+ *
1487
+ * Filter by unique combinations of AnyHubRecommendations.
1488
+ */
1489
+ distinct?: Prisma.AnyHubRecommendationScalarFieldEnum | Prisma.AnyHubRecommendationScalarFieldEnum[]
1490
+ }
1491
+
1492
+ /**
1493
+ * AnyHubRecommendation findFirstOrThrow
1494
+ */
1495
+ export type AnyHubRecommendationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1496
+ /**
1497
+ * Select specific fields to fetch from the AnyHubRecommendation
1498
+ */
1499
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1500
+ /**
1501
+ * Omit specific fields from the AnyHubRecommendation
1502
+ */
1503
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1504
+ /**
1505
+ * Choose, which related nodes to fetch as well
1506
+ */
1507
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1508
+ /**
1509
+ * Filter, which AnyHubRecommendation to fetch.
1510
+ */
1511
+ where?: Prisma.AnyHubRecommendationWhereInput
1512
+ /**
1513
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1514
+ *
1515
+ * Determine the order of AnyHubRecommendations to fetch.
1516
+ */
1517
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
1518
+ /**
1519
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1520
+ *
1521
+ * Sets the position for searching for AnyHubRecommendations.
1522
+ */
1523
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
1524
+ /**
1525
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1526
+ *
1527
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
1528
+ */
1529
+ take?: number
1530
+ /**
1531
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1532
+ *
1533
+ * Skip the first `n` AnyHubRecommendations.
1534
+ */
1535
+ skip?: number
1536
+ /**
1537
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1538
+ *
1539
+ * Filter by unique combinations of AnyHubRecommendations.
1540
+ */
1541
+ distinct?: Prisma.AnyHubRecommendationScalarFieldEnum | Prisma.AnyHubRecommendationScalarFieldEnum[]
1542
+ }
1543
+
1544
+ /**
1545
+ * AnyHubRecommendation findMany
1546
+ */
1547
+ export type AnyHubRecommendationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1548
+ /**
1549
+ * Select specific fields to fetch from the AnyHubRecommendation
1550
+ */
1551
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1552
+ /**
1553
+ * Omit specific fields from the AnyHubRecommendation
1554
+ */
1555
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1556
+ /**
1557
+ * Choose, which related nodes to fetch as well
1558
+ */
1559
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1560
+ /**
1561
+ * Filter, which AnyHubRecommendations to fetch.
1562
+ */
1563
+ where?: Prisma.AnyHubRecommendationWhereInput
1564
+ /**
1565
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1566
+ *
1567
+ * Determine the order of AnyHubRecommendations to fetch.
1568
+ */
1569
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
1570
+ /**
1571
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1572
+ *
1573
+ * Sets the position for listing AnyHubRecommendations.
1574
+ */
1575
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
1576
+ /**
1577
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1578
+ *
1579
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
1580
+ */
1581
+ take?: number
1582
+ /**
1583
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1584
+ *
1585
+ * Skip the first `n` AnyHubRecommendations.
1586
+ */
1587
+ skip?: number
1588
+ /**
1589
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1590
+ *
1591
+ * Filter by unique combinations of AnyHubRecommendations.
1592
+ */
1593
+ distinct?: Prisma.AnyHubRecommendationScalarFieldEnum | Prisma.AnyHubRecommendationScalarFieldEnum[]
1594
+ }
1595
+
1596
+ /**
1597
+ * AnyHubRecommendation create
1598
+ */
1599
+ export type AnyHubRecommendationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1600
+ /**
1601
+ * Select specific fields to fetch from the AnyHubRecommendation
1602
+ */
1603
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1604
+ /**
1605
+ * Omit specific fields from the AnyHubRecommendation
1606
+ */
1607
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1608
+ /**
1609
+ * Choose, which related nodes to fetch as well
1610
+ */
1611
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1612
+ /**
1613
+ * The data needed to create a AnyHubRecommendation.
1614
+ */
1615
+ data: Prisma.XOR<Prisma.AnyHubRecommendationCreateInput, Prisma.AnyHubRecommendationUncheckedCreateInput>
1616
+ }
1617
+
1618
+ /**
1619
+ * AnyHubRecommendation createMany
1620
+ */
1621
+ export type AnyHubRecommendationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1622
+ /**
1623
+ * The data used to create many AnyHubRecommendations.
1624
+ */
1625
+ data: Prisma.AnyHubRecommendationCreateManyInput | Prisma.AnyHubRecommendationCreateManyInput[]
1626
+ skipDuplicates?: boolean
1627
+ }
1628
+
1629
+ /**
1630
+ * AnyHubRecommendation createManyAndReturn
1631
+ */
1632
+ export type AnyHubRecommendationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1633
+ /**
1634
+ * Select specific fields to fetch from the AnyHubRecommendation
1635
+ */
1636
+ select?: Prisma.AnyHubRecommendationSelectCreateManyAndReturn<ExtArgs> | null
1637
+ /**
1638
+ * Omit specific fields from the AnyHubRecommendation
1639
+ */
1640
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1641
+ /**
1642
+ * The data used to create many AnyHubRecommendations.
1643
+ */
1644
+ data: Prisma.AnyHubRecommendationCreateManyInput | Prisma.AnyHubRecommendationCreateManyInput[]
1645
+ skipDuplicates?: boolean
1646
+ /**
1647
+ * Choose, which related nodes to fetch as well
1648
+ */
1649
+ include?: Prisma.AnyHubRecommendationIncludeCreateManyAndReturn<ExtArgs> | null
1650
+ }
1651
+
1652
+ /**
1653
+ * AnyHubRecommendation update
1654
+ */
1655
+ export type AnyHubRecommendationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1656
+ /**
1657
+ * Select specific fields to fetch from the AnyHubRecommendation
1658
+ */
1659
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1660
+ /**
1661
+ * Omit specific fields from the AnyHubRecommendation
1662
+ */
1663
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1664
+ /**
1665
+ * Choose, which related nodes to fetch as well
1666
+ */
1667
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1668
+ /**
1669
+ * The data needed to update a AnyHubRecommendation.
1670
+ */
1671
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateInput, Prisma.AnyHubRecommendationUncheckedUpdateInput>
1672
+ /**
1673
+ * Choose, which AnyHubRecommendation to update.
1674
+ */
1675
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1676
+ }
1677
+
1678
+ /**
1679
+ * AnyHubRecommendation updateMany
1680
+ */
1681
+ export type AnyHubRecommendationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1682
+ /**
1683
+ * The data used to update AnyHubRecommendations.
1684
+ */
1685
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateManyMutationInput, Prisma.AnyHubRecommendationUncheckedUpdateManyInput>
1686
+ /**
1687
+ * Filter which AnyHubRecommendations to update
1688
+ */
1689
+ where?: Prisma.AnyHubRecommendationWhereInput
1690
+ /**
1691
+ * Limit how many AnyHubRecommendations to update.
1692
+ */
1693
+ limit?: number
1694
+ }
1695
+
1696
+ /**
1697
+ * AnyHubRecommendation updateManyAndReturn
1698
+ */
1699
+ export type AnyHubRecommendationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1700
+ /**
1701
+ * Select specific fields to fetch from the AnyHubRecommendation
1702
+ */
1703
+ select?: Prisma.AnyHubRecommendationSelectUpdateManyAndReturn<ExtArgs> | null
1704
+ /**
1705
+ * Omit specific fields from the AnyHubRecommendation
1706
+ */
1707
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1708
+ /**
1709
+ * The data used to update AnyHubRecommendations.
1710
+ */
1711
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateManyMutationInput, Prisma.AnyHubRecommendationUncheckedUpdateManyInput>
1712
+ /**
1713
+ * Filter which AnyHubRecommendations to update
1714
+ */
1715
+ where?: Prisma.AnyHubRecommendationWhereInput
1716
+ /**
1717
+ * Limit how many AnyHubRecommendations to update.
1718
+ */
1719
+ limit?: number
1720
+ /**
1721
+ * Choose, which related nodes to fetch as well
1722
+ */
1723
+ include?: Prisma.AnyHubRecommendationIncludeUpdateManyAndReturn<ExtArgs> | null
1724
+ }
1725
+
1726
+ /**
1727
+ * AnyHubRecommendation upsert
1728
+ */
1729
+ export type AnyHubRecommendationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1730
+ /**
1731
+ * Select specific fields to fetch from the AnyHubRecommendation
1732
+ */
1733
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1734
+ /**
1735
+ * Omit specific fields from the AnyHubRecommendation
1736
+ */
1737
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1738
+ /**
1739
+ * Choose, which related nodes to fetch as well
1740
+ */
1741
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1742
+ /**
1743
+ * The filter to search for the AnyHubRecommendation to update in case it exists.
1744
+ */
1745
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1746
+ /**
1747
+ * In case the AnyHubRecommendation found by the `where` argument doesn't exist, create a new AnyHubRecommendation with this data.
1748
+ */
1749
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateInput, Prisma.AnyHubRecommendationUncheckedCreateInput>
1750
+ /**
1751
+ * In case the AnyHubRecommendation was found with the provided `where` argument, update it with this data.
1752
+ */
1753
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateInput, Prisma.AnyHubRecommendationUncheckedUpdateInput>
1754
+ }
1755
+
1756
+ /**
1757
+ * AnyHubRecommendation delete
1758
+ */
1759
+ export type AnyHubRecommendationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1760
+ /**
1761
+ * Select specific fields to fetch from the AnyHubRecommendation
1762
+ */
1763
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1764
+ /**
1765
+ * Omit specific fields from the AnyHubRecommendation
1766
+ */
1767
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1768
+ /**
1769
+ * Choose, which related nodes to fetch as well
1770
+ */
1771
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1772
+ /**
1773
+ * Filter which AnyHubRecommendation to delete.
1774
+ */
1775
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1776
+ }
1777
+
1778
+ /**
1779
+ * AnyHubRecommendation deleteMany
1780
+ */
1781
+ export type AnyHubRecommendationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1782
+ /**
1783
+ * Filter which AnyHubRecommendations to delete
1784
+ */
1785
+ where?: Prisma.AnyHubRecommendationWhereInput
1786
+ /**
1787
+ * Limit how many AnyHubRecommendations to delete.
1788
+ */
1789
+ limit?: number
1790
+ }
1791
+
1792
+ /**
1793
+ * AnyHubRecommendation.marketplaceApp
1794
+ */
1795
+ export type AnyHubRecommendation$marketplaceAppArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1796
+ /**
1797
+ * Select specific fields to fetch from the AnyHubMarketApp
1798
+ */
1799
+ select?: Prisma.AnyHubMarketAppSelect<ExtArgs> | null
1800
+ /**
1801
+ * Omit specific fields from the AnyHubMarketApp
1802
+ */
1803
+ omit?: Prisma.AnyHubMarketAppOmit<ExtArgs> | null
1804
+ /**
1805
+ * Choose, which related nodes to fetch as well
1806
+ */
1807
+ include?: Prisma.AnyHubMarketAppInclude<ExtArgs> | null
1808
+ where?: Prisma.AnyHubMarketAppWhereInput
1809
+ }
1810
+
1811
+ /**
1812
+ * AnyHubRecommendation.reviewer
1813
+ */
1814
+ export type AnyHubRecommendation$reviewerArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1815
+ /**
1816
+ * Select specific fields to fetch from the User
1817
+ */
1818
+ select?: Prisma.UserSelect<ExtArgs> | null
1819
+ /**
1820
+ * Omit specific fields from the User
1821
+ */
1822
+ omit?: Prisma.UserOmit<ExtArgs> | null
1823
+ /**
1824
+ * Choose, which related nodes to fetch as well
1825
+ */
1826
+ include?: Prisma.UserInclude<ExtArgs> | null
1827
+ where?: Prisma.UserWhereInput
1828
+ }
1829
+
1830
+ /**
1831
+ * AnyHubRecommendation.recommenders
1832
+ */
1833
+ export type AnyHubRecommendation$recommendersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1834
+ /**
1835
+ * Select specific fields to fetch from the AnyHubRecommender
1836
+ */
1837
+ select?: Prisma.AnyHubRecommenderSelect<ExtArgs> | null
1838
+ /**
1839
+ * Omit specific fields from the AnyHubRecommender
1840
+ */
1841
+ omit?: Prisma.AnyHubRecommenderOmit<ExtArgs> | null
1842
+ /**
1843
+ * Choose, which related nodes to fetch as well
1844
+ */
1845
+ include?: Prisma.AnyHubRecommenderInclude<ExtArgs> | null
1846
+ where?: Prisma.AnyHubRecommenderWhereInput
1847
+ orderBy?: Prisma.AnyHubRecommenderOrderByWithRelationInput | Prisma.AnyHubRecommenderOrderByWithRelationInput[]
1848
+ cursor?: Prisma.AnyHubRecommenderWhereUniqueInput
1849
+ take?: number
1850
+ skip?: number
1851
+ distinct?: Prisma.AnyHubRecommenderScalarFieldEnum | Prisma.AnyHubRecommenderScalarFieldEnum[]
1852
+ }
1853
+
1854
+ /**
1855
+ * AnyHubRecommendation without action
1856
+ */
1857
+ export type AnyHubRecommendationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1858
+ /**
1859
+ * Select specific fields to fetch from the AnyHubRecommendation
1860
+ */
1861
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1862
+ /**
1863
+ * Omit specific fields from the AnyHubRecommendation
1864
+ */
1865
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1866
+ /**
1867
+ * Choose, which related nodes to fetch as well
1868
+ */
1869
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1870
+ }