@allbluecn/database 0.3.14 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/desktop-init.ts +128 -0
  2. package/generated/browser.ts +494 -0
  3. package/generated/client.ts +518 -0
  4. package/generated/commonInputTypes.ts +1056 -0
  5. package/generated/enums.ts +93 -0
  6. package/generated/internal/class.ts +1144 -0
  7. package/generated/internal/prismaNamespace.ts +9603 -0
  8. package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
  9. package/generated/models/Account.ts +1648 -0
  10. package/generated/models/AgentConversation.ts +1651 -0
  11. package/generated/models/AgentMessage.ts +1409 -0
  12. package/generated/models/AiProvider.ts +1607 -0
  13. package/generated/models/AiProviderConfig.ts +1514 -0
  14. package/generated/models/AiUsageLog.ts +1863 -0
  15. package/generated/models/AnyHubApp.ts +1911 -0
  16. package/generated/models/AnyHubMarketApp.ts +2008 -0
  17. package/generated/models/AnyHubPermission.ts +1422 -0
  18. package/generated/models/AnyHubRecommendation.ts +1870 -0
  19. package/generated/models/AnyHubRecommender.ts +1471 -0
  20. package/generated/models/Artboard.ts +1811 -0
  21. package/generated/models/ArtboardExport.ts +1548 -0
  22. package/generated/models/ArticleFavorite.ts +1352 -0
  23. package/generated/models/AuditLog.ts +1533 -0
  24. package/generated/models/Block.ts +1650 -0
  25. package/generated/models/BlockComponent.ts +1734 -0
  26. package/generated/models/BlockInstance.ts +2043 -0
  27. package/generated/models/BookmarkCategory.ts +1670 -0
  28. package/generated/models/ChatInterrupt.ts +1699 -0
  29. package/generated/models/ChatMessage.ts +1438 -0
  30. package/generated/models/ChatRun.ts +1632 -0
  31. package/generated/models/ChatThread.ts +2133 -0
  32. package/generated/models/Comment.ts +2206 -0
  33. package/generated/models/CommentIgnore.ts +1430 -0
  34. package/generated/models/CommentReaction.ts +1472 -0
  35. package/generated/models/ComplianceExport.ts +1345 -0
  36. package/generated/models/Component.ts +2345 -0
  37. package/generated/models/ComponentInstance.ts +2102 -0
  38. package/generated/models/ComponentTag.ts +1281 -0
  39. package/generated/models/CustomRole.ts +1560 -0
  40. package/generated/models/DesignProject.ts +1643 -0
  41. package/generated/models/DictionaryTerm.ts +1642 -0
  42. package/generated/models/GenerationRun.ts +1543 -0
  43. package/generated/models/IndustryCompliance.ts +1797 -0
  44. package/generated/models/InvitationCode.ts +1417 -0
  45. package/generated/models/InvitationUse.ts +1424 -0
  46. package/generated/models/Invoice.ts +1710 -0
  47. package/generated/models/KnowledgeBase.ts +1671 -0
  48. package/generated/models/KnowledgeDocument.ts +2458 -0
  49. package/generated/models/KnowledgeShareRecord.ts +1352 -0
  50. package/generated/models/Label.ts +1482 -0
  51. package/generated/models/LegalRegulation.ts +1873 -0
  52. package/generated/models/LicenseActivation.ts +1415 -0
  53. package/generated/models/LicenseKey.ts +1884 -0
  54. package/generated/models/LoginLog.ts +1450 -0
  55. package/generated/models/MonitoringErrorReport.ts +1299 -0
  56. package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
  57. package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
  58. package/generated/models/MonitoringRequestLog.ts +1283 -0
  59. package/generated/models/PRD.ts +2805 -0
  60. package/generated/models/PRDPage.ts +2402 -0
  61. package/generated/models/PRDTag.ts +1430 -0
  62. package/generated/models/PRDVersion.ts +2121 -0
  63. package/generated/models/PageVersion.ts +1523 -0
  64. package/generated/models/PasswordResetToken.ts +1380 -0
  65. package/generated/models/Plan.ts +2069 -0
  66. package/generated/models/Project.ts +2148 -0
  67. package/generated/models/ProjectActivity.ts +1582 -0
  68. package/generated/models/ProjectMember.ts +1512 -0
  69. package/generated/models/ProviderEvent.ts +1227 -0
  70. package/generated/models/Reference.ts +1177 -0
  71. package/generated/models/Review.ts +1912 -0
  72. package/generated/models/ReviewComment.ts +1904 -0
  73. package/generated/models/RoleAssignment.ts +1430 -0
  74. package/generated/models/SequenceCounter.ts +1137 -0
  75. package/generated/models/Share.ts +1681 -0
  76. package/generated/models/ShareVersion.ts +1389 -0
  77. package/generated/models/SsoMapping.ts +1512 -0
  78. package/generated/models/SsoProvider.ts +1639 -0
  79. package/generated/models/Story.ts +5234 -0
  80. package/generated/models/StoryActivity.ts +1664 -0
  81. package/generated/models/StoryAttachment.ts +1467 -0
  82. package/generated/models/StoryComment.ts +1992 -0
  83. package/generated/models/StoryDependency.ts +1517 -0
  84. package/generated/models/StoryDocLink.ts +1430 -0
  85. package/generated/models/StoryFilterView.ts +1587 -0
  86. package/generated/models/StoryLabel.ts +1349 -0
  87. package/generated/models/StoryLink.ts +1415 -0
  88. package/generated/models/StoryPrdLink.ts +1430 -0
  89. package/generated/models/StoryReaction.ts +1472 -0
  90. package/generated/models/Subscription.ts +2147 -0
  91. package/generated/models/SystemSetting.ts +1217 -0
  92. package/generated/models/Tag.ts +1655 -0
  93. package/generated/models/TeamInvitation.ts +1526 -0
  94. package/generated/models/TeamMembership.ts +1436 -0
  95. package/generated/models/Template.ts +1391 -0
  96. package/generated/models/TemplateBlock.ts +1664 -0
  97. package/generated/models/ThirdPartyDependency.ts +1473 -0
  98. package/generated/models/UsageRecord.ts +1505 -0
  99. package/generated/models/User.ts +20998 -0
  100. package/generated/models/UserAgent.ts +1900 -0
  101. package/generated/models/UserSkill.ts +1456 -0
  102. package/generated/models/WebsiteBookmark.ts +2219 -0
  103. package/generated/models/Workspace.ts +2279 -0
  104. package/generated/models.ts +106 -0
  105. package/generated-sqlite/browser.ts +399 -0
  106. package/generated-sqlite/client.ts +423 -0
  107. package/generated-sqlite/commonInputTypes.ts +608 -0
  108. package/generated-sqlite/enums.ts +15 -0
  109. package/generated-sqlite/internal/class.ts +954 -0
  110. package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
  111. package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
  112. package/generated-sqlite/models/AgentConversation.ts +1647 -0
  113. package/generated-sqlite/models/AgentMessage.ts +1406 -0
  114. package/generated-sqlite/models/AiProvider.ts +1605 -0
  115. package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
  116. package/generated-sqlite/models/AiUsageLog.ts +1845 -0
  117. package/generated-sqlite/models/AnyHubApp.ts +1908 -0
  118. package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
  119. package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
  120. package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
  121. package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
  122. package/generated-sqlite/models/Artboard.ts +1808 -0
  123. package/generated-sqlite/models/ArtboardExport.ts +1545 -0
  124. package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
  125. package/generated-sqlite/models/AuditLog.ts +1287 -0
  126. package/generated-sqlite/models/Block.ts +1648 -0
  127. package/generated-sqlite/models/BlockComponent.ts +1730 -0
  128. package/generated-sqlite/models/BlockInstance.ts +2039 -0
  129. package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
  130. package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
  131. package/generated-sqlite/models/ChatMessage.ts +1435 -0
  132. package/generated-sqlite/models/ChatRun.ts +1629 -0
  133. package/generated-sqlite/models/ChatThread.ts +2129 -0
  134. package/generated-sqlite/models/Comment.ts +2201 -0
  135. package/generated-sqlite/models/CommentIgnore.ts +1426 -0
  136. package/generated-sqlite/models/ComplianceExport.ts +1343 -0
  137. package/generated-sqlite/models/Component.ts +2326 -0
  138. package/generated-sqlite/models/ComponentInstance.ts +2097 -0
  139. package/generated-sqlite/models/ComponentTag.ts +1278 -0
  140. package/generated-sqlite/models/CustomRole.ts +1209 -0
  141. package/generated-sqlite/models/DesignProject.ts +1640 -0
  142. package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
  143. package/generated-sqlite/models/GenerationRun.ts +1540 -0
  144. package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
  145. package/generated-sqlite/models/InvitationCode.ts +1415 -0
  146. package/generated-sqlite/models/InvitationUse.ts +1420 -0
  147. package/generated-sqlite/models/Invoice.ts +1707 -0
  148. package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
  149. package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
  150. package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
  151. package/generated-sqlite/models/LegalRegulation.ts +1870 -0
  152. package/generated-sqlite/models/LicenseActivation.ts +1203 -0
  153. package/generated-sqlite/models/LicenseKey.ts +1443 -0
  154. package/generated-sqlite/models/LoginLog.ts +1447 -0
  155. package/generated-sqlite/models/PRD.ts +2616 -0
  156. package/generated-sqlite/models/PRDPage.ts +2398 -0
  157. package/generated-sqlite/models/PRDTag.ts +1426 -0
  158. package/generated-sqlite/models/PRDVersion.ts +2117 -0
  159. package/generated-sqlite/models/PageVersion.ts +1528 -0
  160. package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
  161. package/generated-sqlite/models/Plan.ts +2060 -0
  162. package/generated-sqlite/models/Project.ts +1994 -0
  163. package/generated-sqlite/models/ProjectActivity.ts +1578 -0
  164. package/generated-sqlite/models/ProjectMember.ts +1508 -0
  165. package/generated-sqlite/models/ProviderEvent.ts +1225 -0
  166. package/generated-sqlite/models/Reference.ts +1175 -0
  167. package/generated-sqlite/models/Review.ts +1903 -0
  168. package/generated-sqlite/models/ReviewComment.ts +1899 -0
  169. package/generated-sqlite/models/RoleAssignment.ts +1125 -0
  170. package/generated-sqlite/models/Share.ts +1674 -0
  171. package/generated-sqlite/models/ShareVersion.ts +1385 -0
  172. package/generated-sqlite/models/SsoMapping.ts +1181 -0
  173. package/generated-sqlite/models/SsoProvider.ts +1266 -0
  174. package/generated-sqlite/models/Subscription.ts +2137 -0
  175. package/generated-sqlite/models/SystemSetting.ts +1215 -0
  176. package/generated-sqlite/models/Tag.ts +1652 -0
  177. package/generated-sqlite/models/TeamInvitation.ts +1523 -0
  178. package/generated-sqlite/models/TeamMembership.ts +1433 -0
  179. package/generated-sqlite/models/Template.ts +1389 -0
  180. package/generated-sqlite/models/TemplateBlock.ts +1660 -0
  181. package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
  182. package/generated-sqlite/models/UsageRecord.ts +1498 -0
  183. package/generated-sqlite/models/User.ts +13558 -0
  184. package/generated-sqlite/models/UserAgent.ts +1897 -0
  185. package/generated-sqlite/models/UserSkill.ts +1453 -0
  186. package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
  187. package/generated-sqlite/models/Workspace.ts +1824 -0
  188. package/generated-sqlite/models.ts +87 -0
  189. package/package.json +7 -3
  190. package/LICENSE +0 -661
@@ -0,0 +1,1867 @@
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
+ }
586
+
587
+ export type AnyHubRecommendationUpsertWithWhereUniqueWithoutReviewerInput = {
588
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
589
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutReviewerInput>
590
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutReviewerInput>
591
+ }
592
+
593
+ export type AnyHubRecommendationUpdateWithWhereUniqueWithoutReviewerInput = {
594
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
595
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutReviewerInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutReviewerInput>
596
+ }
597
+
598
+ export type AnyHubRecommendationUpdateManyWithWhereWithoutReviewerInput = {
599
+ where: Prisma.AnyHubRecommendationScalarWhereInput
600
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateManyMutationInput, Prisma.AnyHubRecommendationUncheckedUpdateManyWithoutReviewerInput>
601
+ }
602
+
603
+ export type AnyHubRecommendationScalarWhereInput = {
604
+ AND?: Prisma.AnyHubRecommendationScalarWhereInput | Prisma.AnyHubRecommendationScalarWhereInput[]
605
+ OR?: Prisma.AnyHubRecommendationScalarWhereInput[]
606
+ NOT?: Prisma.AnyHubRecommendationScalarWhereInput | Prisma.AnyHubRecommendationScalarWhereInput[]
607
+ id?: Prisma.StringFilter<"AnyHubRecommendation"> | string
608
+ githubUrl?: Prisma.StringFilter<"AnyHubRecommendation"> | string
609
+ name?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
610
+ displayName?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
611
+ description?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
612
+ status?: Prisma.StringFilter<"AnyHubRecommendation"> | string
613
+ reviewedBy?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
614
+ reviewedAt?: Prisma.DateTimeNullableFilter<"AnyHubRecommendation"> | Date | string | null
615
+ marketplaceAppId?: Prisma.StringNullableFilter<"AnyHubRecommendation"> | string | null
616
+ createdAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
617
+ updatedAt?: Prisma.DateTimeFilter<"AnyHubRecommendation"> | Date | string
618
+ }
619
+
620
+ export type AnyHubRecommendationCreateWithoutMarketplaceAppInput = {
621
+ id?: string
622
+ githubUrl: string
623
+ name?: string | null
624
+ displayName?: string | null
625
+ description?: string | null
626
+ status?: string
627
+ reviewedAt?: Date | string | null
628
+ marketplaceAppId?: string | null
629
+ createdAt?: Date | string
630
+ updatedAt?: Date | string
631
+ reviewer?: Prisma.UserCreateNestedOneWithoutReviewedAnyhubRecommendationsInput
632
+ recommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutRecommendationInput
633
+ }
634
+
635
+ export type AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput = {
636
+ id?: string
637
+ githubUrl: string
638
+ name?: string | null
639
+ displayName?: string | null
640
+ description?: string | null
641
+ status?: string
642
+ reviewedBy?: string | null
643
+ reviewedAt?: Date | string | null
644
+ marketplaceAppId?: string | null
645
+ createdAt?: Date | string
646
+ updatedAt?: Date | string
647
+ recommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutRecommendationInput
648
+ }
649
+
650
+ export type AnyHubRecommendationCreateOrConnectWithoutMarketplaceAppInput = {
651
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
652
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput>
653
+ }
654
+
655
+ export type AnyHubRecommendationUpsertWithoutMarketplaceAppInput = {
656
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput>
657
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutMarketplaceAppInput>
658
+ where?: Prisma.AnyHubRecommendationWhereInput
659
+ }
660
+
661
+ export type AnyHubRecommendationUpdateToOneWithWhereWithoutMarketplaceAppInput = {
662
+ where?: Prisma.AnyHubRecommendationWhereInput
663
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutMarketplaceAppInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput>
664
+ }
665
+
666
+ export type AnyHubRecommendationUpdateWithoutMarketplaceAppInput = {
667
+ id?: Prisma.StringFieldUpdateOperationsInput | string
668
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
669
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
670
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
671
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
672
+ status?: Prisma.StringFieldUpdateOperationsInput | string
673
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
674
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
675
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
676
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
677
+ reviewer?: Prisma.UserUpdateOneWithoutReviewedAnyhubRecommendationsNestedInput
678
+ recommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutRecommendationNestedInput
679
+ }
680
+
681
+ export type AnyHubRecommendationUncheckedUpdateWithoutMarketplaceAppInput = {
682
+ id?: Prisma.StringFieldUpdateOperationsInput | string
683
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
684
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
685
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
686
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
687
+ status?: Prisma.StringFieldUpdateOperationsInput | string
688
+ reviewedBy?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
689
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
690
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
691
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
692
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
693
+ recommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutRecommendationNestedInput
694
+ }
695
+
696
+ export type AnyHubRecommendationCreateWithoutRecommendersInput = {
697
+ id?: string
698
+ githubUrl: string
699
+ name?: string | null
700
+ displayName?: string | null
701
+ description?: string | null
702
+ status?: string
703
+ reviewedAt?: Date | string | null
704
+ marketplaceAppId?: string | null
705
+ createdAt?: Date | string
706
+ updatedAt?: Date | string
707
+ marketplaceApp?: Prisma.AnyHubMarketAppCreateNestedOneWithoutRecommendationInput
708
+ reviewer?: Prisma.UserCreateNestedOneWithoutReviewedAnyhubRecommendationsInput
709
+ }
710
+
711
+ export type AnyHubRecommendationUncheckedCreateWithoutRecommendersInput = {
712
+ id?: string
713
+ githubUrl: string
714
+ name?: string | null
715
+ displayName?: string | null
716
+ description?: string | null
717
+ status?: string
718
+ reviewedBy?: string | null
719
+ reviewedAt?: Date | string | null
720
+ marketplaceAppId?: string | null
721
+ createdAt?: Date | string
722
+ updatedAt?: Date | string
723
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedCreateNestedOneWithoutRecommendationInput
724
+ }
725
+
726
+ export type AnyHubRecommendationCreateOrConnectWithoutRecommendersInput = {
727
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
728
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutRecommendersInput>
729
+ }
730
+
731
+ export type AnyHubRecommendationUpsertWithoutRecommendersInput = {
732
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput>
733
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedCreateWithoutRecommendersInput>
734
+ where?: Prisma.AnyHubRecommendationWhereInput
735
+ }
736
+
737
+ export type AnyHubRecommendationUpdateToOneWithWhereWithoutRecommendersInput = {
738
+ where?: Prisma.AnyHubRecommendationWhereInput
739
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateWithoutRecommendersInput, Prisma.AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput>
740
+ }
741
+
742
+ export type AnyHubRecommendationUpdateWithoutRecommendersInput = {
743
+ id?: Prisma.StringFieldUpdateOperationsInput | string
744
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
745
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
746
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
747
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
748
+ status?: Prisma.StringFieldUpdateOperationsInput | string
749
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
750
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
751
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
752
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
753
+ marketplaceApp?: Prisma.AnyHubMarketAppUpdateOneWithoutRecommendationNestedInput
754
+ reviewer?: Prisma.UserUpdateOneWithoutReviewedAnyhubRecommendationsNestedInput
755
+ }
756
+
757
+ export type AnyHubRecommendationUncheckedUpdateWithoutRecommendersInput = {
758
+ id?: Prisma.StringFieldUpdateOperationsInput | string
759
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
760
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
761
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
762
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
763
+ status?: Prisma.StringFieldUpdateOperationsInput | string
764
+ reviewedBy?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
765
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
766
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
767
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
768
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
769
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedUpdateOneWithoutRecommendationNestedInput
770
+ }
771
+
772
+ export type AnyHubRecommendationCreateManyReviewerInput = {
773
+ id?: string
774
+ githubUrl: string
775
+ name?: string | null
776
+ displayName?: string | null
777
+ description?: string | null
778
+ status?: string
779
+ reviewedAt?: Date | string | null
780
+ marketplaceAppId?: string | null
781
+ createdAt?: Date | string
782
+ updatedAt?: Date | string
783
+ }
784
+
785
+ export type AnyHubRecommendationUpdateWithoutReviewerInput = {
786
+ id?: Prisma.StringFieldUpdateOperationsInput | string
787
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
788
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
789
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
790
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
791
+ status?: Prisma.StringFieldUpdateOperationsInput | string
792
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
793
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
794
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
795
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
796
+ marketplaceApp?: Prisma.AnyHubMarketAppUpdateOneWithoutRecommendationNestedInput
797
+ recommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutRecommendationNestedInput
798
+ }
799
+
800
+ export type AnyHubRecommendationUncheckedUpdateWithoutReviewerInput = {
801
+ id?: Prisma.StringFieldUpdateOperationsInput | string
802
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
803
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
804
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
805
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
806
+ status?: Prisma.StringFieldUpdateOperationsInput | string
807
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
808
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
809
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
810
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
811
+ marketplaceApp?: Prisma.AnyHubMarketAppUncheckedUpdateOneWithoutRecommendationNestedInput
812
+ recommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutRecommendationNestedInput
813
+ }
814
+
815
+ export type AnyHubRecommendationUncheckedUpdateManyWithoutReviewerInput = {
816
+ id?: Prisma.StringFieldUpdateOperationsInput | string
817
+ githubUrl?: Prisma.StringFieldUpdateOperationsInput | string
818
+ name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
819
+ displayName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
820
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
821
+ status?: Prisma.StringFieldUpdateOperationsInput | string
822
+ reviewedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
823
+ marketplaceAppId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
824
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
825
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
826
+ }
827
+
828
+
829
+ /**
830
+ * Count Type AnyHubRecommendationCountOutputType
831
+ */
832
+
833
+ export type AnyHubRecommendationCountOutputType = {
834
+ recommenders: number
835
+ }
836
+
837
+ export type AnyHubRecommendationCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
838
+ recommenders?: boolean | AnyHubRecommendationCountOutputTypeCountRecommendersArgs
839
+ }
840
+
841
+ /**
842
+ * AnyHubRecommendationCountOutputType without action
843
+ */
844
+ export type AnyHubRecommendationCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
845
+ /**
846
+ * Select specific fields to fetch from the AnyHubRecommendationCountOutputType
847
+ */
848
+ select?: Prisma.AnyHubRecommendationCountOutputTypeSelect<ExtArgs> | null
849
+ }
850
+
851
+ /**
852
+ * AnyHubRecommendationCountOutputType without action
853
+ */
854
+ export type AnyHubRecommendationCountOutputTypeCountRecommendersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
855
+ where?: Prisma.AnyHubRecommenderWhereInput
856
+ }
857
+
858
+
859
+ export type AnyHubRecommendationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
860
+ id?: boolean
861
+ githubUrl?: boolean
862
+ name?: boolean
863
+ displayName?: boolean
864
+ description?: boolean
865
+ status?: boolean
866
+ reviewedBy?: boolean
867
+ reviewedAt?: boolean
868
+ marketplaceAppId?: boolean
869
+ createdAt?: boolean
870
+ updatedAt?: boolean
871
+ marketplaceApp?: boolean | Prisma.AnyHubRecommendation$marketplaceAppArgs<ExtArgs>
872
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
873
+ recommenders?: boolean | Prisma.AnyHubRecommendation$recommendersArgs<ExtArgs>
874
+ _count?: boolean | Prisma.AnyHubRecommendationCountOutputTypeDefaultArgs<ExtArgs>
875
+ }, ExtArgs["result"]["anyHubRecommendation"]>
876
+
877
+ export type AnyHubRecommendationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
878
+ id?: boolean
879
+ githubUrl?: boolean
880
+ name?: boolean
881
+ displayName?: boolean
882
+ description?: boolean
883
+ status?: boolean
884
+ reviewedBy?: boolean
885
+ reviewedAt?: boolean
886
+ marketplaceAppId?: boolean
887
+ createdAt?: boolean
888
+ updatedAt?: boolean
889
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
890
+ }, ExtArgs["result"]["anyHubRecommendation"]>
891
+
892
+ export type AnyHubRecommendationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
893
+ id?: boolean
894
+ githubUrl?: boolean
895
+ name?: boolean
896
+ displayName?: boolean
897
+ description?: boolean
898
+ status?: boolean
899
+ reviewedBy?: boolean
900
+ reviewedAt?: boolean
901
+ marketplaceAppId?: boolean
902
+ createdAt?: boolean
903
+ updatedAt?: boolean
904
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
905
+ }, ExtArgs["result"]["anyHubRecommendation"]>
906
+
907
+ export type AnyHubRecommendationSelectScalar = {
908
+ id?: boolean
909
+ githubUrl?: boolean
910
+ name?: boolean
911
+ displayName?: boolean
912
+ description?: boolean
913
+ status?: boolean
914
+ reviewedBy?: boolean
915
+ reviewedAt?: boolean
916
+ marketplaceAppId?: boolean
917
+ createdAt?: boolean
918
+ updatedAt?: boolean
919
+ }
920
+
921
+ 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"]>
922
+ export type AnyHubRecommendationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
923
+ marketplaceApp?: boolean | Prisma.AnyHubRecommendation$marketplaceAppArgs<ExtArgs>
924
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
925
+ recommenders?: boolean | Prisma.AnyHubRecommendation$recommendersArgs<ExtArgs>
926
+ _count?: boolean | Prisma.AnyHubRecommendationCountOutputTypeDefaultArgs<ExtArgs>
927
+ }
928
+ export type AnyHubRecommendationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
929
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
930
+ }
931
+ export type AnyHubRecommendationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
932
+ reviewer?: boolean | Prisma.AnyHubRecommendation$reviewerArgs<ExtArgs>
933
+ }
934
+
935
+ export type $AnyHubRecommendationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
936
+ name: "AnyHubRecommendation"
937
+ objects: {
938
+ marketplaceApp: Prisma.$AnyHubMarketAppPayload<ExtArgs> | null
939
+ reviewer: Prisma.$UserPayload<ExtArgs> | null
940
+ recommenders: Prisma.$AnyHubRecommenderPayload<ExtArgs>[]
941
+ }
942
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
943
+ id: string
944
+ githubUrl: string
945
+ name: string | null
946
+ displayName: string | null
947
+ description: string | null
948
+ status: string
949
+ reviewedBy: string | null
950
+ reviewedAt: Date | null
951
+ marketplaceAppId: string | null
952
+ createdAt: Date
953
+ updatedAt: Date
954
+ }, ExtArgs["result"]["anyHubRecommendation"]>
955
+ composites: {}
956
+ }
957
+
958
+ export type AnyHubRecommendationGetPayload<S extends boolean | null | undefined | AnyHubRecommendationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload, S>
959
+
960
+ export type AnyHubRecommendationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
961
+ Omit<AnyHubRecommendationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
962
+ select?: AnyHubRecommendationCountAggregateInputType | true
963
+ }
964
+
965
+ export interface AnyHubRecommendationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
966
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['AnyHubRecommendation'], meta: { name: 'AnyHubRecommendation' } }
967
+ /**
968
+ * Find zero or one AnyHubRecommendation that matches the filter.
969
+ * @param {AnyHubRecommendationFindUniqueArgs} args - Arguments to find a AnyHubRecommendation
970
+ * @example
971
+ * // Get one AnyHubRecommendation
972
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findUnique({
973
+ * where: {
974
+ * // ... provide filter here
975
+ * }
976
+ * })
977
+ */
978
+ 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>
979
+
980
+ /**
981
+ * Find one AnyHubRecommendation that matches the filter or throw an error with `error.code='P2025'`
982
+ * if no matches were found.
983
+ * @param {AnyHubRecommendationFindUniqueOrThrowArgs} args - Arguments to find a AnyHubRecommendation
984
+ * @example
985
+ * // Get one AnyHubRecommendation
986
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findUniqueOrThrow({
987
+ * where: {
988
+ * // ... provide filter here
989
+ * }
990
+ * })
991
+ */
992
+ 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>
993
+
994
+ /**
995
+ * Find the first AnyHubRecommendation that matches the filter.
996
+ * Note, that providing `undefined` is treated as the value not being there.
997
+ * Read more here: https://pris.ly/d/null-undefined
998
+ * @param {AnyHubRecommendationFindFirstArgs} args - Arguments to find a AnyHubRecommendation
999
+ * @example
1000
+ * // Get one AnyHubRecommendation
1001
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findFirst({
1002
+ * where: {
1003
+ * // ... provide filter here
1004
+ * }
1005
+ * })
1006
+ */
1007
+ 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>
1008
+
1009
+ /**
1010
+ * Find the first AnyHubRecommendation that matches the filter or
1011
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1012
+ * Note, that providing `undefined` is treated as the value not being there.
1013
+ * Read more here: https://pris.ly/d/null-undefined
1014
+ * @param {AnyHubRecommendationFindFirstOrThrowArgs} args - Arguments to find a AnyHubRecommendation
1015
+ * @example
1016
+ * // Get one AnyHubRecommendation
1017
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.findFirstOrThrow({
1018
+ * where: {
1019
+ * // ... provide filter here
1020
+ * }
1021
+ * })
1022
+ */
1023
+ 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>
1024
+
1025
+ /**
1026
+ * Find zero or more AnyHubRecommendations that matches the filter.
1027
+ * Note, that providing `undefined` is treated as the value not being there.
1028
+ * Read more here: https://pris.ly/d/null-undefined
1029
+ * @param {AnyHubRecommendationFindManyArgs} args - Arguments to filter and select certain fields only.
1030
+ * @example
1031
+ * // Get all AnyHubRecommendations
1032
+ * const anyHubRecommendations = await prisma.anyHubRecommendation.findMany()
1033
+ *
1034
+ * // Get first 10 AnyHubRecommendations
1035
+ * const anyHubRecommendations = await prisma.anyHubRecommendation.findMany({ take: 10 })
1036
+ *
1037
+ * // Only select the `id`
1038
+ * const anyHubRecommendationWithIdOnly = await prisma.anyHubRecommendation.findMany({ select: { id: true } })
1039
+ *
1040
+ */
1041
+ findMany<T extends AnyHubRecommendationFindManyArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1042
+
1043
+ /**
1044
+ * Create a AnyHubRecommendation.
1045
+ * @param {AnyHubRecommendationCreateArgs} args - Arguments to create a AnyHubRecommendation.
1046
+ * @example
1047
+ * // Create one AnyHubRecommendation
1048
+ * const AnyHubRecommendation = await prisma.anyHubRecommendation.create({
1049
+ * data: {
1050
+ * // ... data to create a AnyHubRecommendation
1051
+ * }
1052
+ * })
1053
+ *
1054
+ */
1055
+ 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>
1056
+
1057
+ /**
1058
+ * Create many AnyHubRecommendations.
1059
+ * @param {AnyHubRecommendationCreateManyArgs} args - Arguments to create many AnyHubRecommendations.
1060
+ * @example
1061
+ * // Create many AnyHubRecommendations
1062
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.createMany({
1063
+ * data: [
1064
+ * // ... provide data here
1065
+ * ]
1066
+ * })
1067
+ *
1068
+ */
1069
+ createMany<T extends AnyHubRecommendationCreateManyArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1070
+
1071
+ /**
1072
+ * Create many AnyHubRecommendations and returns the data saved in the database.
1073
+ * @param {AnyHubRecommendationCreateManyAndReturnArgs} args - Arguments to create many AnyHubRecommendations.
1074
+ * @example
1075
+ * // Create many AnyHubRecommendations
1076
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.createManyAndReturn({
1077
+ * data: [
1078
+ * // ... provide data here
1079
+ * ]
1080
+ * })
1081
+ *
1082
+ * // Create many AnyHubRecommendations and only return the `id`
1083
+ * const anyHubRecommendationWithIdOnly = await prisma.anyHubRecommendation.createManyAndReturn({
1084
+ * select: { id: true },
1085
+ * data: [
1086
+ * // ... provide data here
1087
+ * ]
1088
+ * })
1089
+ * Note, that providing `undefined` is treated as the value not being there.
1090
+ * Read more here: https://pris.ly/d/null-undefined
1091
+ *
1092
+ */
1093
+ createManyAndReturn<T extends AnyHubRecommendationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1094
+
1095
+ /**
1096
+ * Delete a AnyHubRecommendation.
1097
+ * @param {AnyHubRecommendationDeleteArgs} args - Arguments to delete one AnyHubRecommendation.
1098
+ * @example
1099
+ * // Delete one AnyHubRecommendation
1100
+ * const AnyHubRecommendation = await prisma.anyHubRecommendation.delete({
1101
+ * where: {
1102
+ * // ... filter to delete one AnyHubRecommendation
1103
+ * }
1104
+ * })
1105
+ *
1106
+ */
1107
+ 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>
1108
+
1109
+ /**
1110
+ * Update one AnyHubRecommendation.
1111
+ * @param {AnyHubRecommendationUpdateArgs} args - Arguments to update one AnyHubRecommendation.
1112
+ * @example
1113
+ * // Update one AnyHubRecommendation
1114
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.update({
1115
+ * where: {
1116
+ * // ... provide filter here
1117
+ * },
1118
+ * data: {
1119
+ * // ... provide data here
1120
+ * }
1121
+ * })
1122
+ *
1123
+ */
1124
+ 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>
1125
+
1126
+ /**
1127
+ * Delete zero or more AnyHubRecommendations.
1128
+ * @param {AnyHubRecommendationDeleteManyArgs} args - Arguments to filter AnyHubRecommendations to delete.
1129
+ * @example
1130
+ * // Delete a few AnyHubRecommendations
1131
+ * const { count } = await prisma.anyHubRecommendation.deleteMany({
1132
+ * where: {
1133
+ * // ... provide filter here
1134
+ * }
1135
+ * })
1136
+ *
1137
+ */
1138
+ deleteMany<T extends AnyHubRecommendationDeleteManyArgs>(args?: Prisma.SelectSubset<T, AnyHubRecommendationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1139
+
1140
+ /**
1141
+ * Update zero or more AnyHubRecommendations.
1142
+ * Note, that providing `undefined` is treated as the value not being there.
1143
+ * Read more here: https://pris.ly/d/null-undefined
1144
+ * @param {AnyHubRecommendationUpdateManyArgs} args - Arguments to update one or more rows.
1145
+ * @example
1146
+ * // Update many AnyHubRecommendations
1147
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.updateMany({
1148
+ * where: {
1149
+ * // ... provide filter here
1150
+ * },
1151
+ * data: {
1152
+ * // ... provide data here
1153
+ * }
1154
+ * })
1155
+ *
1156
+ */
1157
+ updateMany<T extends AnyHubRecommendationUpdateManyArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1158
+
1159
+ /**
1160
+ * Update zero or more AnyHubRecommendations and returns the data updated in the database.
1161
+ * @param {AnyHubRecommendationUpdateManyAndReturnArgs} args - Arguments to update many AnyHubRecommendations.
1162
+ * @example
1163
+ * // Update many AnyHubRecommendations
1164
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.updateManyAndReturn({
1165
+ * where: {
1166
+ * // ... provide filter here
1167
+ * },
1168
+ * data: [
1169
+ * // ... provide data here
1170
+ * ]
1171
+ * })
1172
+ *
1173
+ * // Update zero or more AnyHubRecommendations and only return the `id`
1174
+ * const anyHubRecommendationWithIdOnly = await prisma.anyHubRecommendation.updateManyAndReturn({
1175
+ * select: { id: true },
1176
+ * where: {
1177
+ * // ... provide filter here
1178
+ * },
1179
+ * data: [
1180
+ * // ... provide data here
1181
+ * ]
1182
+ * })
1183
+ * Note, that providing `undefined` is treated as the value not being there.
1184
+ * Read more here: https://pris.ly/d/null-undefined
1185
+ *
1186
+ */
1187
+ updateManyAndReturn<T extends AnyHubRecommendationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, AnyHubRecommendationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AnyHubRecommendationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1188
+
1189
+ /**
1190
+ * Create or update one AnyHubRecommendation.
1191
+ * @param {AnyHubRecommendationUpsertArgs} args - Arguments to update or create a AnyHubRecommendation.
1192
+ * @example
1193
+ * // Update or create a AnyHubRecommendation
1194
+ * const anyHubRecommendation = await prisma.anyHubRecommendation.upsert({
1195
+ * create: {
1196
+ * // ... data to create a AnyHubRecommendation
1197
+ * },
1198
+ * update: {
1199
+ * // ... in case it already exists, update
1200
+ * },
1201
+ * where: {
1202
+ * // ... the filter for the AnyHubRecommendation we want to update
1203
+ * }
1204
+ * })
1205
+ */
1206
+ 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>
1207
+
1208
+
1209
+ /**
1210
+ * Count the number of AnyHubRecommendations.
1211
+ * Note, that providing `undefined` is treated as the value not being there.
1212
+ * Read more here: https://pris.ly/d/null-undefined
1213
+ * @param {AnyHubRecommendationCountArgs} args - Arguments to filter AnyHubRecommendations to count.
1214
+ * @example
1215
+ * // Count the number of AnyHubRecommendations
1216
+ * const count = await prisma.anyHubRecommendation.count({
1217
+ * where: {
1218
+ * // ... the filter for the AnyHubRecommendations we want to count
1219
+ * }
1220
+ * })
1221
+ **/
1222
+ count<T extends AnyHubRecommendationCountArgs>(
1223
+ args?: Prisma.Subset<T, AnyHubRecommendationCountArgs>,
1224
+ ): Prisma.PrismaPromise<
1225
+ T extends runtime.Types.Utils.Record<'select', any>
1226
+ ? T['select'] extends true
1227
+ ? number
1228
+ : Prisma.GetScalarType<T['select'], AnyHubRecommendationCountAggregateOutputType>
1229
+ : number
1230
+ >
1231
+
1232
+ /**
1233
+ * Allows you to perform aggregations operations on a AnyHubRecommendation.
1234
+ * Note, that providing `undefined` is treated as the value not being there.
1235
+ * Read more here: https://pris.ly/d/null-undefined
1236
+ * @param {AnyHubRecommendationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1237
+ * @example
1238
+ * // Ordered by age ascending
1239
+ * // Where email contains prisma.io
1240
+ * // Limited to the 10 users
1241
+ * const aggregations = await prisma.user.aggregate({
1242
+ * _avg: {
1243
+ * age: true,
1244
+ * },
1245
+ * where: {
1246
+ * email: {
1247
+ * contains: "prisma.io",
1248
+ * },
1249
+ * },
1250
+ * orderBy: {
1251
+ * age: "asc",
1252
+ * },
1253
+ * take: 10,
1254
+ * })
1255
+ **/
1256
+ aggregate<T extends AnyHubRecommendationAggregateArgs>(args: Prisma.Subset<T, AnyHubRecommendationAggregateArgs>): Prisma.PrismaPromise<GetAnyHubRecommendationAggregateType<T>>
1257
+
1258
+ /**
1259
+ * Group by AnyHubRecommendation.
1260
+ * Note, that providing `undefined` is treated as the value not being there.
1261
+ * Read more here: https://pris.ly/d/null-undefined
1262
+ * @param {AnyHubRecommendationGroupByArgs} args - Group by arguments.
1263
+ * @example
1264
+ * // Group by city, order by createdAt, get count
1265
+ * const result = await prisma.user.groupBy({
1266
+ * by: ['city', 'createdAt'],
1267
+ * orderBy: {
1268
+ * createdAt: true
1269
+ * },
1270
+ * _count: {
1271
+ * _all: true
1272
+ * },
1273
+ * })
1274
+ *
1275
+ **/
1276
+ groupBy<
1277
+ T extends AnyHubRecommendationGroupByArgs,
1278
+ HasSelectOrTake extends Prisma.Or<
1279
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
1280
+ Prisma.Extends<'take', Prisma.Keys<T>>
1281
+ >,
1282
+ OrderByArg extends Prisma.True extends HasSelectOrTake
1283
+ ? { orderBy: AnyHubRecommendationGroupByArgs['orderBy'] }
1284
+ : { orderBy?: AnyHubRecommendationGroupByArgs['orderBy'] },
1285
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1286
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1287
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
1288
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
1289
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
1290
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1291
+ InputErrors extends ByEmpty extends Prisma.True
1292
+ ? `Error: "by" must not be empty.`
1293
+ : HavingValid extends Prisma.False
1294
+ ? {
1295
+ [P in HavingFields]: P extends ByFields
1296
+ ? never
1297
+ : P extends string
1298
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1299
+ : [
1300
+ Error,
1301
+ 'Field ',
1302
+ P,
1303
+ ` in "having" needs to be provided in "by"`,
1304
+ ]
1305
+ }[HavingFields]
1306
+ : 'take' extends Prisma.Keys<T>
1307
+ ? 'orderBy' extends Prisma.Keys<T>
1308
+ ? ByValid extends Prisma.True
1309
+ ? {}
1310
+ : {
1311
+ [P in OrderFields]: P extends ByFields
1312
+ ? never
1313
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1314
+ }[OrderFields]
1315
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
1316
+ : 'skip' extends Prisma.Keys<T>
1317
+ ? 'orderBy' extends Prisma.Keys<T>
1318
+ ? ByValid extends Prisma.True
1319
+ ? {}
1320
+ : {
1321
+ [P in OrderFields]: P extends ByFields
1322
+ ? never
1323
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1324
+ }[OrderFields]
1325
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
1326
+ : ByValid extends Prisma.True
1327
+ ? {}
1328
+ : {
1329
+ [P in OrderFields]: P extends ByFields
1330
+ ? never
1331
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1332
+ }[OrderFields]
1333
+ >(args: Prisma.SubsetIntersection<T, AnyHubRecommendationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetAnyHubRecommendationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1334
+ /**
1335
+ * Fields of the AnyHubRecommendation model
1336
+ */
1337
+ readonly fields: AnyHubRecommendationFieldRefs;
1338
+ }
1339
+
1340
+ /**
1341
+ * The delegate class that acts as a "Promise-like" for AnyHubRecommendation.
1342
+ * Why is this prefixed with `Prisma__`?
1343
+ * Because we want to prevent naming conflicts as mentioned in
1344
+ * https://github.com/prisma/prisma-client-js/issues/707
1345
+ */
1346
+ export interface Prisma__AnyHubRecommendationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1347
+ readonly [Symbol.toStringTag]: "PrismaPromise"
1348
+ 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>
1349
+ 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>
1350
+ 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>
1351
+ /**
1352
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1353
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1354
+ * @param onrejected The callback to execute when the Promise is rejected.
1355
+ * @returns A Promise for the completion of which ever callback is executed.
1356
+ */
1357
+ 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>
1358
+ /**
1359
+ * Attaches a callback for only the rejection of the Promise.
1360
+ * @param onrejected The callback to execute when the Promise is rejected.
1361
+ * @returns A Promise for the completion of the callback.
1362
+ */
1363
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1364
+ /**
1365
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1366
+ * resolved value cannot be modified from the callback.
1367
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1368
+ * @returns A Promise for the completion of the callback.
1369
+ */
1370
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1371
+ }
1372
+
1373
+
1374
+
1375
+
1376
+ /**
1377
+ * Fields of the AnyHubRecommendation model
1378
+ */
1379
+ export interface AnyHubRecommendationFieldRefs {
1380
+ readonly id: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1381
+ readonly githubUrl: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1382
+ readonly name: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1383
+ readonly displayName: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1384
+ readonly description: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1385
+ readonly status: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1386
+ readonly reviewedBy: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1387
+ readonly reviewedAt: Prisma.FieldRef<"AnyHubRecommendation", 'DateTime'>
1388
+ readonly marketplaceAppId: Prisma.FieldRef<"AnyHubRecommendation", 'String'>
1389
+ readonly createdAt: Prisma.FieldRef<"AnyHubRecommendation", 'DateTime'>
1390
+ readonly updatedAt: Prisma.FieldRef<"AnyHubRecommendation", 'DateTime'>
1391
+ }
1392
+
1393
+
1394
+ // Custom InputTypes
1395
+ /**
1396
+ * AnyHubRecommendation findUnique
1397
+ */
1398
+ export type AnyHubRecommendationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1399
+ /**
1400
+ * Select specific fields to fetch from the AnyHubRecommendation
1401
+ */
1402
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1403
+ /**
1404
+ * Omit specific fields from the AnyHubRecommendation
1405
+ */
1406
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1407
+ /**
1408
+ * Choose, which related nodes to fetch as well
1409
+ */
1410
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1411
+ /**
1412
+ * Filter, which AnyHubRecommendation to fetch.
1413
+ */
1414
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1415
+ }
1416
+
1417
+ /**
1418
+ * AnyHubRecommendation findUniqueOrThrow
1419
+ */
1420
+ export type AnyHubRecommendationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1421
+ /**
1422
+ * Select specific fields to fetch from the AnyHubRecommendation
1423
+ */
1424
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1425
+ /**
1426
+ * Omit specific fields from the AnyHubRecommendation
1427
+ */
1428
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1429
+ /**
1430
+ * Choose, which related nodes to fetch as well
1431
+ */
1432
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1433
+ /**
1434
+ * Filter, which AnyHubRecommendation to fetch.
1435
+ */
1436
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1437
+ }
1438
+
1439
+ /**
1440
+ * AnyHubRecommendation findFirst
1441
+ */
1442
+ export type AnyHubRecommendationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1443
+ /**
1444
+ * Select specific fields to fetch from the AnyHubRecommendation
1445
+ */
1446
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1447
+ /**
1448
+ * Omit specific fields from the AnyHubRecommendation
1449
+ */
1450
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1451
+ /**
1452
+ * Choose, which related nodes to fetch as well
1453
+ */
1454
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1455
+ /**
1456
+ * Filter, which AnyHubRecommendation to fetch.
1457
+ */
1458
+ where?: Prisma.AnyHubRecommendationWhereInput
1459
+ /**
1460
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1461
+ *
1462
+ * Determine the order of AnyHubRecommendations to fetch.
1463
+ */
1464
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
1465
+ /**
1466
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1467
+ *
1468
+ * Sets the position for searching for AnyHubRecommendations.
1469
+ */
1470
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
1471
+ /**
1472
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1473
+ *
1474
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
1475
+ */
1476
+ take?: number
1477
+ /**
1478
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1479
+ *
1480
+ * Skip the first `n` AnyHubRecommendations.
1481
+ */
1482
+ skip?: number
1483
+ /**
1484
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1485
+ *
1486
+ * Filter by unique combinations of AnyHubRecommendations.
1487
+ */
1488
+ distinct?: Prisma.AnyHubRecommendationScalarFieldEnum | Prisma.AnyHubRecommendationScalarFieldEnum[]
1489
+ }
1490
+
1491
+ /**
1492
+ * AnyHubRecommendation findFirstOrThrow
1493
+ */
1494
+ export type AnyHubRecommendationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1495
+ /**
1496
+ * Select specific fields to fetch from the AnyHubRecommendation
1497
+ */
1498
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1499
+ /**
1500
+ * Omit specific fields from the AnyHubRecommendation
1501
+ */
1502
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1503
+ /**
1504
+ * Choose, which related nodes to fetch as well
1505
+ */
1506
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1507
+ /**
1508
+ * Filter, which AnyHubRecommendation to fetch.
1509
+ */
1510
+ where?: Prisma.AnyHubRecommendationWhereInput
1511
+ /**
1512
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1513
+ *
1514
+ * Determine the order of AnyHubRecommendations to fetch.
1515
+ */
1516
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
1517
+ /**
1518
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1519
+ *
1520
+ * Sets the position for searching for AnyHubRecommendations.
1521
+ */
1522
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
1523
+ /**
1524
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1525
+ *
1526
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
1527
+ */
1528
+ take?: number
1529
+ /**
1530
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1531
+ *
1532
+ * Skip the first `n` AnyHubRecommendations.
1533
+ */
1534
+ skip?: number
1535
+ /**
1536
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1537
+ *
1538
+ * Filter by unique combinations of AnyHubRecommendations.
1539
+ */
1540
+ distinct?: Prisma.AnyHubRecommendationScalarFieldEnum | Prisma.AnyHubRecommendationScalarFieldEnum[]
1541
+ }
1542
+
1543
+ /**
1544
+ * AnyHubRecommendation findMany
1545
+ */
1546
+ export type AnyHubRecommendationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1547
+ /**
1548
+ * Select specific fields to fetch from the AnyHubRecommendation
1549
+ */
1550
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1551
+ /**
1552
+ * Omit specific fields from the AnyHubRecommendation
1553
+ */
1554
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1555
+ /**
1556
+ * Choose, which related nodes to fetch as well
1557
+ */
1558
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1559
+ /**
1560
+ * Filter, which AnyHubRecommendations to fetch.
1561
+ */
1562
+ where?: Prisma.AnyHubRecommendationWhereInput
1563
+ /**
1564
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1565
+ *
1566
+ * Determine the order of AnyHubRecommendations to fetch.
1567
+ */
1568
+ orderBy?: Prisma.AnyHubRecommendationOrderByWithRelationInput | Prisma.AnyHubRecommendationOrderByWithRelationInput[]
1569
+ /**
1570
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1571
+ *
1572
+ * Sets the position for listing AnyHubRecommendations.
1573
+ */
1574
+ cursor?: Prisma.AnyHubRecommendationWhereUniqueInput
1575
+ /**
1576
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1577
+ *
1578
+ * Take `±n` AnyHubRecommendations from the position of the cursor.
1579
+ */
1580
+ take?: number
1581
+ /**
1582
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1583
+ *
1584
+ * Skip the first `n` AnyHubRecommendations.
1585
+ */
1586
+ skip?: number
1587
+ /**
1588
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1589
+ *
1590
+ * Filter by unique combinations of AnyHubRecommendations.
1591
+ */
1592
+ distinct?: Prisma.AnyHubRecommendationScalarFieldEnum | Prisma.AnyHubRecommendationScalarFieldEnum[]
1593
+ }
1594
+
1595
+ /**
1596
+ * AnyHubRecommendation create
1597
+ */
1598
+ export type AnyHubRecommendationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1599
+ /**
1600
+ * Select specific fields to fetch from the AnyHubRecommendation
1601
+ */
1602
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1603
+ /**
1604
+ * Omit specific fields from the AnyHubRecommendation
1605
+ */
1606
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1607
+ /**
1608
+ * Choose, which related nodes to fetch as well
1609
+ */
1610
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1611
+ /**
1612
+ * The data needed to create a AnyHubRecommendation.
1613
+ */
1614
+ data: Prisma.XOR<Prisma.AnyHubRecommendationCreateInput, Prisma.AnyHubRecommendationUncheckedCreateInput>
1615
+ }
1616
+
1617
+ /**
1618
+ * AnyHubRecommendation createMany
1619
+ */
1620
+ export type AnyHubRecommendationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1621
+ /**
1622
+ * The data used to create many AnyHubRecommendations.
1623
+ */
1624
+ data: Prisma.AnyHubRecommendationCreateManyInput | Prisma.AnyHubRecommendationCreateManyInput[]
1625
+ }
1626
+
1627
+ /**
1628
+ * AnyHubRecommendation createManyAndReturn
1629
+ */
1630
+ export type AnyHubRecommendationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1631
+ /**
1632
+ * Select specific fields to fetch from the AnyHubRecommendation
1633
+ */
1634
+ select?: Prisma.AnyHubRecommendationSelectCreateManyAndReturn<ExtArgs> | null
1635
+ /**
1636
+ * Omit specific fields from the AnyHubRecommendation
1637
+ */
1638
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1639
+ /**
1640
+ * The data used to create many AnyHubRecommendations.
1641
+ */
1642
+ data: Prisma.AnyHubRecommendationCreateManyInput | Prisma.AnyHubRecommendationCreateManyInput[]
1643
+ /**
1644
+ * Choose, which related nodes to fetch as well
1645
+ */
1646
+ include?: Prisma.AnyHubRecommendationIncludeCreateManyAndReturn<ExtArgs> | null
1647
+ }
1648
+
1649
+ /**
1650
+ * AnyHubRecommendation update
1651
+ */
1652
+ export type AnyHubRecommendationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1653
+ /**
1654
+ * Select specific fields to fetch from the AnyHubRecommendation
1655
+ */
1656
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1657
+ /**
1658
+ * Omit specific fields from the AnyHubRecommendation
1659
+ */
1660
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1661
+ /**
1662
+ * Choose, which related nodes to fetch as well
1663
+ */
1664
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1665
+ /**
1666
+ * The data needed to update a AnyHubRecommendation.
1667
+ */
1668
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateInput, Prisma.AnyHubRecommendationUncheckedUpdateInput>
1669
+ /**
1670
+ * Choose, which AnyHubRecommendation to update.
1671
+ */
1672
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1673
+ }
1674
+
1675
+ /**
1676
+ * AnyHubRecommendation updateMany
1677
+ */
1678
+ export type AnyHubRecommendationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1679
+ /**
1680
+ * The data used to update AnyHubRecommendations.
1681
+ */
1682
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateManyMutationInput, Prisma.AnyHubRecommendationUncheckedUpdateManyInput>
1683
+ /**
1684
+ * Filter which AnyHubRecommendations to update
1685
+ */
1686
+ where?: Prisma.AnyHubRecommendationWhereInput
1687
+ /**
1688
+ * Limit how many AnyHubRecommendations to update.
1689
+ */
1690
+ limit?: number
1691
+ }
1692
+
1693
+ /**
1694
+ * AnyHubRecommendation updateManyAndReturn
1695
+ */
1696
+ export type AnyHubRecommendationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1697
+ /**
1698
+ * Select specific fields to fetch from the AnyHubRecommendation
1699
+ */
1700
+ select?: Prisma.AnyHubRecommendationSelectUpdateManyAndReturn<ExtArgs> | null
1701
+ /**
1702
+ * Omit specific fields from the AnyHubRecommendation
1703
+ */
1704
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1705
+ /**
1706
+ * The data used to update AnyHubRecommendations.
1707
+ */
1708
+ data: Prisma.XOR<Prisma.AnyHubRecommendationUpdateManyMutationInput, Prisma.AnyHubRecommendationUncheckedUpdateManyInput>
1709
+ /**
1710
+ * Filter which AnyHubRecommendations to update
1711
+ */
1712
+ where?: Prisma.AnyHubRecommendationWhereInput
1713
+ /**
1714
+ * Limit how many AnyHubRecommendations to update.
1715
+ */
1716
+ limit?: number
1717
+ /**
1718
+ * Choose, which related nodes to fetch as well
1719
+ */
1720
+ include?: Prisma.AnyHubRecommendationIncludeUpdateManyAndReturn<ExtArgs> | null
1721
+ }
1722
+
1723
+ /**
1724
+ * AnyHubRecommendation upsert
1725
+ */
1726
+ export type AnyHubRecommendationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1727
+ /**
1728
+ * Select specific fields to fetch from the AnyHubRecommendation
1729
+ */
1730
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1731
+ /**
1732
+ * Omit specific fields from the AnyHubRecommendation
1733
+ */
1734
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1735
+ /**
1736
+ * Choose, which related nodes to fetch as well
1737
+ */
1738
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1739
+ /**
1740
+ * The filter to search for the AnyHubRecommendation to update in case it exists.
1741
+ */
1742
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1743
+ /**
1744
+ * In case the AnyHubRecommendation found by the `where` argument doesn't exist, create a new AnyHubRecommendation with this data.
1745
+ */
1746
+ create: Prisma.XOR<Prisma.AnyHubRecommendationCreateInput, Prisma.AnyHubRecommendationUncheckedCreateInput>
1747
+ /**
1748
+ * In case the AnyHubRecommendation was found with the provided `where` argument, update it with this data.
1749
+ */
1750
+ update: Prisma.XOR<Prisma.AnyHubRecommendationUpdateInput, Prisma.AnyHubRecommendationUncheckedUpdateInput>
1751
+ }
1752
+
1753
+ /**
1754
+ * AnyHubRecommendation delete
1755
+ */
1756
+ export type AnyHubRecommendationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1757
+ /**
1758
+ * Select specific fields to fetch from the AnyHubRecommendation
1759
+ */
1760
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1761
+ /**
1762
+ * Omit specific fields from the AnyHubRecommendation
1763
+ */
1764
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1765
+ /**
1766
+ * Choose, which related nodes to fetch as well
1767
+ */
1768
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1769
+ /**
1770
+ * Filter which AnyHubRecommendation to delete.
1771
+ */
1772
+ where: Prisma.AnyHubRecommendationWhereUniqueInput
1773
+ }
1774
+
1775
+ /**
1776
+ * AnyHubRecommendation deleteMany
1777
+ */
1778
+ export type AnyHubRecommendationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1779
+ /**
1780
+ * Filter which AnyHubRecommendations to delete
1781
+ */
1782
+ where?: Prisma.AnyHubRecommendationWhereInput
1783
+ /**
1784
+ * Limit how many AnyHubRecommendations to delete.
1785
+ */
1786
+ limit?: number
1787
+ }
1788
+
1789
+ /**
1790
+ * AnyHubRecommendation.marketplaceApp
1791
+ */
1792
+ export type AnyHubRecommendation$marketplaceAppArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1793
+ /**
1794
+ * Select specific fields to fetch from the AnyHubMarketApp
1795
+ */
1796
+ select?: Prisma.AnyHubMarketAppSelect<ExtArgs> | null
1797
+ /**
1798
+ * Omit specific fields from the AnyHubMarketApp
1799
+ */
1800
+ omit?: Prisma.AnyHubMarketAppOmit<ExtArgs> | null
1801
+ /**
1802
+ * Choose, which related nodes to fetch as well
1803
+ */
1804
+ include?: Prisma.AnyHubMarketAppInclude<ExtArgs> | null
1805
+ where?: Prisma.AnyHubMarketAppWhereInput
1806
+ }
1807
+
1808
+ /**
1809
+ * AnyHubRecommendation.reviewer
1810
+ */
1811
+ export type AnyHubRecommendation$reviewerArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1812
+ /**
1813
+ * Select specific fields to fetch from the User
1814
+ */
1815
+ select?: Prisma.UserSelect<ExtArgs> | null
1816
+ /**
1817
+ * Omit specific fields from the User
1818
+ */
1819
+ omit?: Prisma.UserOmit<ExtArgs> | null
1820
+ /**
1821
+ * Choose, which related nodes to fetch as well
1822
+ */
1823
+ include?: Prisma.UserInclude<ExtArgs> | null
1824
+ where?: Prisma.UserWhereInput
1825
+ }
1826
+
1827
+ /**
1828
+ * AnyHubRecommendation.recommenders
1829
+ */
1830
+ export type AnyHubRecommendation$recommendersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1831
+ /**
1832
+ * Select specific fields to fetch from the AnyHubRecommender
1833
+ */
1834
+ select?: Prisma.AnyHubRecommenderSelect<ExtArgs> | null
1835
+ /**
1836
+ * Omit specific fields from the AnyHubRecommender
1837
+ */
1838
+ omit?: Prisma.AnyHubRecommenderOmit<ExtArgs> | null
1839
+ /**
1840
+ * Choose, which related nodes to fetch as well
1841
+ */
1842
+ include?: Prisma.AnyHubRecommenderInclude<ExtArgs> | null
1843
+ where?: Prisma.AnyHubRecommenderWhereInput
1844
+ orderBy?: Prisma.AnyHubRecommenderOrderByWithRelationInput | Prisma.AnyHubRecommenderOrderByWithRelationInput[]
1845
+ cursor?: Prisma.AnyHubRecommenderWhereUniqueInput
1846
+ take?: number
1847
+ skip?: number
1848
+ distinct?: Prisma.AnyHubRecommenderScalarFieldEnum | Prisma.AnyHubRecommenderScalarFieldEnum[]
1849
+ }
1850
+
1851
+ /**
1852
+ * AnyHubRecommendation without action
1853
+ */
1854
+ export type AnyHubRecommendationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1855
+ /**
1856
+ * Select specific fields to fetch from the AnyHubRecommendation
1857
+ */
1858
+ select?: Prisma.AnyHubRecommendationSelect<ExtArgs> | null
1859
+ /**
1860
+ * Omit specific fields from the AnyHubRecommendation
1861
+ */
1862
+ omit?: Prisma.AnyHubRecommendationOmit<ExtArgs> | null
1863
+ /**
1864
+ * Choose, which related nodes to fetch as well
1865
+ */
1866
+ include?: Prisma.AnyHubRecommendationInclude<ExtArgs> | null
1867
+ }