@allbluecn/database 0.4.0 → 0.4.1

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